Skip to content

Commit

Permalink
Adjusted to increased so version of the base library (bsc#1052217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Aug 7, 2017
1 parent 85b0298 commit 8087a3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "48" )
SET( VERSION_PATCH "4" )
SET( VERSION_PATCH "5" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core, ONLY.
Expand Down
4 changes: 2 additions & 2 deletions package/libyui-ncurses-pkg-doc.spec
Expand Up @@ -16,10 +16,10 @@
#

%define parent libyui-ncurses-pkg
%define so_version 7
%define so_version 8

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

Expand Down
6 changes: 6 additions & 0 deletions package/libyui-ncurses-pkg.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 7 14:50:35 UTC 2017 - mvidner@suse.com

- Adjusted to increased so version of the base library (bsc#1052217)
- 2.48.5

-------------------------------------------------------------------
Tue Dec 6 10:20:58 UTC 2016 - cwh@suse.com

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


Name: libyui-ncurses-pkg
Version: 2.48.4
Version: 2.48.5
Release: 0
Source: %{name}-%{version}.tar.bz2

%define so_version 7
%define so_version 8
%define bin_name %{name}%{so_version}

BuildRequires: boost-devel
Expand Down

0 comments on commit 8087a3e

Please sign in to comment.