From 03f1a34a82cdfb275687dc947edb59ce2fc533a1 Mon Sep 17 00:00:00 2001 From: Rodion Iafarov Date: Fri, 12 Apr 2019 10:16:36 +0200 Subject: [PATCH] Bump the .so version to 10 --- VERSION.cmake | 4 ++-- package/libyui-qt-graph-doc.spec | 8 ++++---- package/libyui-qt-graph.changes | 8 +++++++- package/libyui-qt-graph.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index a20c9ba..c371d01 100644 --- a/VERSION.cmake +++ b/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. diff --git a/package/libyui-qt-graph-doc.spec b/package/libyui-qt-graph-doc.spec index ebfe1b6..28378eb 100644 --- a/package/libyui-qt-graph-doc.spec +++ b/package/libyui-qt-graph-doc.spec @@ -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 @@ -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/ @@ -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. diff --git a/package/libyui-qt-graph.changes b/package/libyui-qt-graph.changes index 3c7b9f9..20e2433 100644 --- a/package/libyui-qt-graph.changes +++ b/package/libyui-qt-graph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 12 08:15:46 UTC 2019 - Rodion Iafarov + +- 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 @@ -177,4 +184,3 @@ Thu Jan 15 17:54:58 CET 2009 - aschnell@suse.de - initial version - 2.18.0 - diff --git a/package/libyui-qt-graph.spec b/package/libyui-qt-graph.spec index 04e9706..c1bab22 100644 --- a/package/libyui-qt-graph.spec +++ b/package/libyui-qt-graph.spec @@ -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 @@ -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} @@ -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. @@ -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. @@ -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.