Skip to content

Commit

Permalink
Bump the .so version to 10 (bsc#1132247)
Browse files Browse the repository at this point in the history
- to be compatible with the other libyui packages
- 2.44.0
  • Loading branch information
lslezak committed Apr 12, 2019
1 parent b6b0206 commit 6e3ce7f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
6 changes: 3 additions & 3 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "43" )
SET( VERSION_PATCH "6" )
SET( VERSION_MINOR "44" )
SET( VERSION_PATCH "0" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core, ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "5" )
SET( SONAME_MAJOR "0" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )
Expand Down
6 changes: 3 additions & 3 deletions package/libyui-gtk-pkg-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@


%define parent libyui-gtk-pkg
%define so_version 9
%define so_version 10

Name: %{parent}-doc
Version: 2.43.6
Version: 2.44.0
Release: 0
Source: %{parent}-%{version}.tar.bz2

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

Url: http://github.com/libyui/
Expand Down
7 changes: 7 additions & 0 deletions package/libyui-gtk-pkg.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 12 06:59:41 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

- Bump the .so version to 10 to be compatible with the other
libyui packages (bsc#1132247)
- 2.44.0

-------------------------------------------------------------------
Tue Aug 21 10:42:54 CEST 2018 - schubi@suse.de

Expand Down
6 changes: 3 additions & 3 deletions package/libyui-gtk-pkg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@


Name: libyui-gtk-pkg
Version: 2.43.6
Version: 2.44.0
Release: 0
Source: %{name}-%{version}.tar.bz2

%define so_version 9
%define so_version 10
%define bin_name %{name}%{so_version}

BuildRequires: boost-devel
BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: gtk3-devel
BuildRequires: libyui-devel >= 3.0.4
BuildRequires: libyui-devel >= 3.5.0
BuildRequires: pkg-config

%define libyui_gtk_devel_version libyui-gtk-devel >= 2.42.0
Expand Down

0 comments on commit 6e3ce7f

Please sign in to comment.