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 7b251c2 commit d2965fb
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 "3" )
SET( VERSION_PATCH "4" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

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

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

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

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

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

-------------------------------------------------------------------
Tue Jul 4 07:58:10 UTC 2017 - mfilka@suse.com

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


Name: libyui-ncurses
Version: 2.48.3
Version: 2.48.4
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 d2965fb

Please sign in to comment.