Skip to content

Commit

Permalink
Add changes required for the libyui-testframework
Browse files Browse the repository at this point in the history
Project started by @lslezak and @cwh42. After discussions we decided to
split test framework to separate package not to introduce any security
flows.

See [poo#43742](https://progress.opensuse.org/issues/43742).
  • Loading branch information
Rodion Iafarov committed Apr 12, 2019
1 parent 7bf284b commit 5bbb876
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 273 deletions.
8 changes: 4 additions & 4 deletions VERSION.cmake
@@ -1,11 +1,11 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "49")
SET(VERSION_PATCH "16")
SET(VERSION_MINOR "50")
SET(VERSION_PATCH "0")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt core ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "5" )
SET( SONAME_MINOR "1" )
SET( SONAME_MAJOR "10" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )
6 changes: 3 additions & 3 deletions package/libyui-qt-doc.spec
Expand Up @@ -17,11 +17,11 @@


%define parent libyui-qt
%define so_version 9
%define so_version 10

Name: %{parent}-doc
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.49.16
Version: 2.50.0
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand All @@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: graphviz-gnome
BuildRequires: texlive-latex
BuildRequires: libyui-devel >= 3.4.0
BuildRequires: libyui-devel >= 3.5.0

Url: http://github.com/libyui/
Summary: Libyui-qt documentation
Expand Down

0 comments on commit 5bbb876

Please sign in to comment.