Skip to content

Commit

Permalink
Merge pull request #26 from rwx788/split
Browse files Browse the repository at this point in the history
Bump the .so version to 10
  • Loading branch information
lslezak committed Apr 17, 2019
2 parents d413cdf + 03f1a34 commit dda157c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "44")
SET(VERSION_PATCH "9")
SET(VERSION_MINOR "45")
SET(VERSION_PATCH "0")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

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


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

Name: %{parent}-doc
Version: 2.44.9
Version: 2.45.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 All @@ -40,7 +40,7 @@ License: LGPL-2.1 or LGPL-3.0
Group: Documentation/HTML

%description
This package contains the Qt graph
This package contains the Qt graph
component for libYUI.


Expand Down
8 changes: 7 additions & 1 deletion package/libyui-qt-graph.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 12 08:15:46 UTC 2019 - Rodion Iafarov <riafarov@suse.com>

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

-------------------------------------------------------------------
Tue Aug 21 09:54:04 CEST 2018 - schubi@suse.de

Expand Down Expand Up @@ -177,4 +184,3 @@ Thu Jan 15 17:54:58 CET 2009 - aschnell@suse.de

- initial version
- 2.18.0

12 changes: 6 additions & 6 deletions package/libyui-qt-graph.spec
Expand Up @@ -17,11 +17,11 @@


Name: libyui-qt-graph
Version: 2.44.9
Version: 2.45.0
Release: 0
Source: %{name}-%{version}.tar.bz2

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

BuildRequires: cmake >= 2.8
Expand All @@ -30,7 +30,7 @@ BuildRequires: graphviz-devel >= 2.26.0
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtsvg-devel
BuildRequires: libqt5-qtx11extras-devel
BuildRequires: libyui-devel >= 3.0.4
BuildRequires: libyui-devel >= 3.5.0

%define libyui_qt_devel_version libyui-qt-devel >= 2.42.0
BuildRequires: %{libyui_qt_devel_version}
Expand All @@ -41,7 +41,7 @@ License: LGPL-2.1 or LGPL-3.0
Group: System/Libraries

%description
This package contains the Qt graph
This package contains the Qt graph
component for libYUI.


Expand All @@ -59,7 +59,7 @@ Summary: Libyui - Qt Graph Widget
Group: System/Libraries

%description -n %{bin_name}
This package contains the Qt graph
This package contains the Qt graph
component for libYUI.


Expand All @@ -74,7 +74,7 @@ Summary: Libyui-qt-graph header files
Group: Development/Languages/C and C++

%description devel
This package contains the Qt graph
This package contains the Qt graph
component for libYUI.


Expand Down

0 comments on commit dda157c

Please sign in to comment.