Skip to content

Commit

Permalink
Merge pull request #59 from libyui/so-8
Browse files Browse the repository at this point in the history
Adjusted to increased so version of the base library
  • Loading branch information
mvidner committed Aug 7, 2017
2 parents 7b251c2 + cca3441 commit 73e8244
Show file tree
Hide file tree
Showing 4 changed files with 21 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
8 changes: 8 additions & 0 deletions package/libyui-ncurses.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 7 13:21:35 UTC 2017 - mvidner@suse.com

- Adjusted to increased so version of the base library (bsc#1052217)
- Reduce build dependencies: Use individual libboost-*-devel
packages instead of boost-devel (amajer)
- 2.48.4

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

Expand Down
12 changes: 10 additions & 2 deletions package/libyui-ncurses.spec
Expand Up @@ -17,14 +17,18 @@


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}

%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: pkg-config
Expand Down Expand Up @@ -65,7 +69,11 @@ component for libYUI.
%package devel

Requires: %{libyui_devel_version}
%if 0%{?suse_version} > 1325
Requires: libboost_headers-devel
%else
Requires: boost-devel
%endif
Requires: glibc-devel
Requires: libstdc++-devel
Requires: %{bin_name} = %{version}
Expand Down

0 comments on commit 73e8244

Please sign in to comment.