Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2019-04-21 09:01:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses-pkg"

Sun Apr 21 09:01:51 2019 rev:34 rq:695313 version:2.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes    
2018-11-02 10:50:08.978285740 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.5536/libyui-ncurses-pkg.changes
  2019-04-21 09:01:54.794446584 +0200
@@ -1,0 +2,7 @@
+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
+  libyui packages (bsc#1132247)
+- 2.49.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libyui-ncurses-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.CMc0g7/_old  2019-04-21 09:01:56.518448632 +0200
+++ /var/tmp/diff_new_pack.CMc0g7/_new  2019-04-21 09:01:56.522448637 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg-doc
 #
-# Copyright (c) 2018 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,10 +17,10 @@
 
 
 %define parent libyui-ncurses-pkg
-%define so_version 9
+%define so_version 10
 
 Name:           %{parent}-doc
-Version:        2.48.9
+Version:        2.49.0
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.CMc0g7/_old  2019-04-21 09:01:56.546448665 +0200
+++ /var/tmp/diff_new_pack.CMc0g7/_new  2019-04-21 09:01:56.550448670 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg
 #
-# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:           libyui-ncurses-pkg
-Version:        2.48.9
+Version:        2.49.0
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 9
+%define so_version 10
 %define bin_name %{name}%{so_version}
 
 %if 0%{?suse_version} > 1325

++++++ libyui-ncurses-pkg-2.48.9.tar.bz2 -> libyui-ncurses-pkg-2.49.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.48.9/VERSION.cmake 
new/libyui-ncurses-pkg-2.49.0/VERSION.cmake
--- old/libyui-ncurses-pkg-2.48.9/VERSION.cmake 2018-10-24 16:30:34.000000000 
+0200
+++ new/libyui-ncurses-pkg-2.49.0/VERSION.cmake 2019-04-17 15:42:59.000000000 
+0200
@@ -1,11 +1,11 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "48" )
-SET( VERSION_PATCH "9" )
+SET( VERSION_MINOR "49" )
+SET( VERSION_PATCH "0" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### This is need for the libyui core, ONLY.
 ##### These will be overridden from exports in LibyuiConfig.cmake
-SET( SONAME_MAJOR "4" )
+SET( SONAME_MAJOR "0" )
 SET( SONAME_MINOR "0" )
 SET( SONAME_PATCH "0" )
 SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg-doc.spec 
new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg-doc.spec
--- old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg-doc.spec   
2018-10-24 16:30:34.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg-doc.spec   
2019-04-17 15:42:59.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 %define parent libyui-ncurses-pkg
-%define so_version 9
+%define so_version 10
 
 Name:           %{parent}-doc
-Version:        2.48.9
+Version:        2.49.0
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg.changes 
new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.changes
--- old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg.changes    
2018-10-24 16:30:34.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.changes    
2019-04-17 15:42:59.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+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
+  libyui packages (bsc#1132247)
+- 2.49.0
+
+-------------------------------------------------------------------
 Wed Oct 24 12:58:23 WEST 2018 - igonzalezs...@suse.com
 
 - Remove the RPM Groups view (FATE#326485).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg.spec 
new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.spec
--- old/libyui-ncurses-pkg-2.48.9/package/libyui-ncurses-pkg.spec       
2018-10-24 16:30:34.000000000 +0200
+++ new/libyui-ncurses-pkg-2.49.0/package/libyui-ncurses-pkg.spec       
2019-04-17 15:42:59.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           libyui-ncurses-pkg
-Version:        2.48.9
+Version:        2.49.0
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 9
+%define so_version 10
 %define bin_name %{name}%{so_version}
 
 %if 0%{?suse_version} > 1325


Reply via email to