Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2019-09-23 13:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses-pkg"

Mon Sep 23 13:15:11 2019 rev:37 rq:728988 version:2.49.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes    
2019-06-28 16:34:29.682654557 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.7948/libyui-ncurses-pkg.changes
  2019-09-23 13:15:12.865128684 +0200
@@ -1,0 +2,8 @@
+Thu Sep  5 15:39:32 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Added a new generic dependency to force upgrade from all previous
+  versions (e.g. from libyui-ncurses-pkg9 to libyui-ncurses-pkg10)
+  (bsc#1148622)
+- 2.49.1
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-pkg-2.49.0.tar.bz2

New:
----
  libyui-ncurses-pkg-2.49.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libyui-ncurses-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.XjWSTI/_old  2019-09-23 13:15:13.497128570 +0200
+++ /var/tmp/diff_new_pack.XjWSTI/_new  2019-09-23 13:15:13.501128569 +0200
@@ -20,7 +20,7 @@
 %define so_version 10
 
 Name:           %{parent}-doc
-Version:        2.49.0
+Version:        2.49.1
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.XjWSTI/_old  2019-09-23 13:15:13.525128565 +0200
+++ /var/tmp/diff_new_pack.XjWSTI/_new  2019-09-23 13:15:13.525128565 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses-pkg
-Version:        2.49.0
+Version:        2.49.1
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
@@ -57,6 +57,10 @@
 Provides:       yast2-ncurses-pkg = 2.42.0
 Obsoletes:      yast2-ncurses-pkg < 2.42.0
 
+# force removal of all previous library versions (bsc#1148622),
+# expands to: libyui-ncurses-pkg1 libyui-ncurses-pkg2 ... 
libyui-ncurses-pkg{so_version - 1}
+Obsoletes:      %(echo `seq -s " " -f "libyui-ncurses-pkg%.f" $(expr 
%{so_version} - 1)`)
+
 Provides:       libyui_pkg
 Supplements:    packageand(libyui-ncurses:yast2-packager)
 

++++++ libyui-ncurses-pkg-2.49.0.tar.bz2 -> libyui-ncurses-pkg-2.49.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.49.0/VERSION.cmake 
new/libyui-ncurses-pkg-2.49.1/VERSION.cmake
--- old/libyui-ncurses-pkg-2.49.0/VERSION.cmake 2019-04-17 15:42:59.000000000 
+0200
+++ new/libyui-ncurses-pkg-2.49.1/VERSION.cmake 2019-09-06 15:55:18.000000000 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "49" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_PATCH "1" )
 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-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg-doc.spec 
new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg-doc.spec
--- old/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg-doc.spec   
2019-04-17 15:42:59.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg-doc.spec   
2019-09-06 15:55:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg-doc
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -19,7 +19,7 @@
 %define so_version 10
 
 Name:           %{parent}-doc
-Version:        2.49.0
+Version:        2.49.1
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
@@ -35,7 +35,7 @@
 
 Url:            http://github.com/libyui/
 Summary:        Libyui-ncurses-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-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.changes 
new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg.changes
--- old/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.changes    
2019-04-17 15:42:59.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg.changes    
2019-09-06 15:55:18.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Sep  5 15:39:32 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Added a new generic dependency to force upgrade from all previous
+  versions (e.g. from libyui-ncurses-pkg9 to libyui-ncurses-pkg10)
+  (bsc#1148622)
+- 2.49.1
+
+-------------------------------------------------------------------
 Thu Apr 11 14:03:53 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
 
 - Bump the .so version to 10 to be compatible with the other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.spec 
new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg.spec
--- old/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.spec       
2019-04-17 15:42:59.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.1/package/libyui-ncurses-pkg.spec       
2019-09-06 15:55:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg
 #
-# Copyright (c) 2015 SUSE LINUX 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-ncurses-pkg
-Version:        2.49.0
+Version:        2.49.1
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
@@ -41,7 +41,7 @@
 
 Url:            http://github.com/libyui/
 Summary:        Libyui - yast2 package selector widget for the ncurses UI
-License:        LGPL-2.1 or LGPL-3.0
+License:        LGPL-2.1-only OR LGPL-3.0-only
 Group:          System/Libraries
 
 %description
@@ -57,6 +57,10 @@
 Provides:       yast2-ncurses-pkg = 2.42.0
 Obsoletes:      yast2-ncurses-pkg < 2.42.0
 
+# force removal of all previous library versions (bsc#1148622),
+# expands to: libyui-ncurses-pkg1 libyui-ncurses-pkg2 ... 
libyui-ncurses-pkg{so_version - 1}
+Obsoletes:      %(echo `seq -s " " -f "libyui-ncurses-pkg%.f" $(expr 
%{so_version} - 1)`)
+
 Provides:       libyui_pkg
 Supplements:    packageand(libyui-ncurses:yast2-packager)
 
@@ -79,9 +83,9 @@
 %else
 Requires:       boost-devel
 %endif
+Requires:       %{bin_name} = %{version}
 Requires:       glibc-devel
 Requires:       libstdc++-devel
-Requires:       %{bin_name} = %{version}
 
 Url:            http://github.com/libyui/
 Summary:        Libyui-ncurses-pkg header files


Reply via email to