Skip to content

Commit

Permalink
Merge pull request #65 from libyui/so_10
Browse files Browse the repository at this point in the history
Bump the .so version to 10 (bsc#1132247)
  • Loading branch information
lslezak committed Apr 17, 2019
2 parents a69b2fb + af5a9b5 commit 141f3e3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions VERSION.cmake
@@ -1,11 +1,11 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "45" )
SET( VERSION_PATCH "27" )
SET( VERSION_MINOR "46" )
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}" )
4 changes: 2 additions & 2 deletions package/libyui-qt-pkg-doc.spec
Expand Up @@ -17,10 +17,10 @@


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

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

Expand Down
7 changes: 7 additions & 0 deletions package/libyui-qt-pkg.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 11 14:16:07 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.46.0

-------------------------------------------------------------------
Tue Mar 12 15:49:33 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions package/libyui-qt-pkg.spec
Expand Up @@ -17,11 +17,11 @@


Name: libyui-qt-pkg
Version: 2.45.27
Version: 2.46.0
Release: 0
Source: %{name}-%{version}.tar.bz2

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

%if 0%{?suse_version} > 1325
Expand Down

0 comments on commit 141f3e3

Please sign in to comment.