Hello community, here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory checked in at 2019-09-23 13:15:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old) and /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt-pkg" Mon Sep 23 13:15:18 2019 rev:47 rq:728989 version:2.46.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes 2019-06-28 16:27:22.602010244 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new.7948/libyui-qt-pkg.changes 2019-09-23 13:15:19.705127455 +0200 @@ -1,0 +2,8 @@ +Fri Sep 6 07:36:04 UTC 2019 - Ladislav Slezák <[email protected]> + +- Added a new generic dependency to force upgrade from all previous + versions (e.g. from libyui-qt-pkg9 to libyui-qt-pkg10) + (bsc#1148622) +- 2.46.7 + +------------------------------------------------------------------- Old: ---- libyui-qt-pkg-2.46.6.tar.bz2 New: ---- libyui-qt-pkg-2.46.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-pkg-doc.spec ++++++ --- /var/tmp/diff_new_pack.ZGuqaP/_old 2019-09-23 13:15:20.185127369 +0200 +++ /var/tmp/diff_new_pack.ZGuqaP/_new 2019-09-23 13:15:20.185127369 +0200 @@ -20,7 +20,7 @@ %define so_version 10 Name: %{parent}-doc -Version: 2.46.6 +Version: 2.46.7 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-qt-pkg.spec ++++++ --- /var/tmp/diff_new_pack.ZGuqaP/_old 2019-09-23 13:15:20.209127365 +0200 +++ /var/tmp/diff_new_pack.ZGuqaP/_new 2019-09-23 13:15:20.213127364 +0200 @@ -17,7 +17,7 @@ Name: libyui-qt-pkg -Version: 2.46.6 +Version: 2.46.7 Release: 0 Source: %{name}-%{version}.tar.bz2 @@ -63,6 +63,10 @@ Provides: yast2-qt-pkg = 2.42.0 Obsoletes: yast2-qt-pkg < 2.42.0 +# force removal of all previous library versions (bsc#1148622), +# expands to: libyui-qt-pkg1 libyui-qt-pkg2 ... libyui-qt-pkg{so_version - 1} +Obsoletes: %(echo `seq -s " " -f "libyui-qt-pkg%.f" $(expr %{so_version} - 1)`) + Provides: libyui_pkg Supplements: packageand(libyui-qt:yast2-packager) # control center gnome requires graphical pkg and gtk is dropped (bnc#999031) ++++++ libyui-qt-pkg-2.46.6.tar.bz2 -> libyui-qt-pkg-2.46.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.46.6/VERSION.cmake new/libyui-qt-pkg-2.46.7/VERSION.cmake --- old/libyui-qt-pkg-2.46.6/VERSION.cmake 2019-06-19 12:48:47.000000000 +0200 +++ new/libyui-qt-pkg-2.46.7/VERSION.cmake 2019-09-06 15:55:34.000000000 +0200 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "46" ) -SET( VERSION_PATCH "6" ) +SET( VERSION_PATCH "7" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg-doc.spec new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg-doc.spec --- old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg-doc.spec 2019-06-19 12:48:47.000000000 +0200 +++ new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg-doc.spec 2019-09-06 15:55:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-pkg-doc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define so_version 10 Name: %{parent}-doc -Version: 2.46.6 +Version: 2.46.7 Release: 0 Source: %{parent}-%{version}.tar.bz2 @@ -36,7 +36,7 @@ Url: http://github.com/libyui/ Summary: Libyui-qt-pkg documentation -License: LGPL-2.1 or LGPL-3.0 +License: LGPL-2.1-only OR LGPL-3.0-only Group: Documentation/HTML %description diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg.changes new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg.changes --- old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg.changes 2019-06-19 12:48:47.000000000 +0200 +++ new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg.changes 2019-09-06 15:55:34.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Sep 6 07:36:04 UTC 2019 - Ladislav Slezák <[email protected]> + +- Added a new generic dependency to force upgrade from all previous + versions (e.g. from libyui-qt-pkg9 to libyui-qt-pkg10) + (bsc#1148622) +- 2.46.7 + +------------------------------------------------------------------- Tue Jun 18 14:07:28 CEST 2019 - [email protected] - Adding explanation for temporary menue options. (bsc#1137034) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg.spec new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg.spec --- old/libyui-qt-pkg-2.46.6/package/libyui-qt-pkg.spec 2019-06-19 12:48:47.000000000 +0200 +++ new/libyui-qt-pkg-2.46.7/package/libyui-qt-pkg.spec 2019-09-06 15:55:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-pkg # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libyui-qt-pkg -Version: 2.46.6 +Version: 2.46.7 Release: 0 Source: %{name}-%{version}.tar.bz2 @@ -44,7 +44,7 @@ Url: http://github.com/libyui/ Summary: Libyui - Qt Package Selector -License: LGPL-2.1 or LGPL-3.0 +License: LGPL-2.1-only OR LGPL-3.0-only Group: System/Libraries %description @@ -63,6 +63,10 @@ Provides: yast2-qt-pkg = 2.42.0 Obsoletes: yast2-qt-pkg < 2.42.0 +# force removal of all previous library versions (bsc#1148622), +# expands to: libyui-qt-pkg1 libyui-qt-pkg2 ... libyui-qt-pkg{so_version - 1} +Obsoletes: %(echo `seq -s " " -f "libyui-qt-pkg%.f" $(expr %{so_version} - 1)`) + Provides: libyui_pkg Supplements: packageand(libyui-qt:yast2-packager) # control center gnome requires graphical pkg and gtk is dropped (bnc#999031) @@ -84,9 +88,9 @@ %package devel +Requires: %{bin_name} = %{version} Requires: %{libyui_qt_devel_version} Requires: %{libzypp_devel_version} -Requires: %{bin_name} = %{version} Url: http://github.com/libyui/ Summary: Libyui-qt-pkg header files
