Hello community,

here is the log from the commit of package libyui-ncurses-rest-api for 
openSUSE:Factory checked in at 2020-06-10 00:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-rest-api (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses-rest-api.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses-rest-api"

Wed Jun 10 00:39:29 2020 rev:3 rq:812663 version:0.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libyui-ncurses-rest-api/libyui-ncurses-rest-api.changes
  2019-12-25 10:54:23.921621728 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-rest-api.new.3606/libyui-ncurses-rest-api.changes
        2020-06-10 00:39:46.409613423 +0200
@@ -1,0 +2,6 @@
+Thu Jun  4 13:17:49 UTC 2020 - Stefan Hundhammer <[email protected]>
+
+- Use new parent lib SO version libyui.so.12 (bsc#1172513)
+- 0.1.2
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-rest-api-0.1.1.tar.bz2

New:
----
  libyui-ncurses-rest-api-0.1.2.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-rest-api.spec ++++++
--- /var/tmp/diff_new_pack.dzsxm2/_old  2020-06-10 00:39:47.889617304 +0200
+++ /var/tmp/diff_new_pack.dzsxm2/_new  2020-06-10 00:39:47.893617315 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-rest-api
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -16,12 +16,12 @@
 #
 
 
-%define so_version 11
+%define so_version 12
 %define bin_name %{name}%{so_version}
 %define libyui_devel_version libyui-devel >= 3.6.0
 
 Name:           libyui-ncurses-rest-api
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        Libyui - The REST API plugin for the Ncurses frontend
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-ncurses-rest-api-0.1.1.tar.bz2 -> 
libyui-ncurses-rest-api-0.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-rest-api-0.1.1/VERSION.cmake 
new/libyui-ncurses-rest-api-0.1.2/VERSION.cmake
--- old/libyui-ncurses-rest-api-0.1.1/VERSION.cmake     2019-12-10 
17:10:39.000000000 +0100
+++ new/libyui-ncurses-rest-api-0.1.2/VERSION.cmake     2020-06-08 
17:08:54.000000000 +0200
@@ -1,14 +1,14 @@
 SET( VERSION_MAJOR "0")
 SET( VERSION_MINOR "1" )
-SET( VERSION_PATCH "1" )
+SET( VERSION_PATCH "2" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
-##### This is need for the libyui core, ONLY.
+##### This is need for the libyui core ONLY.
 ##### These will be overridden from exports in LibyuiConfig.cmake
 # Currently you must also change so_version in libyui.spec
 # *and also in **all** other* libyui-*.spec files in the other repositories.
 # Yes, such a design is suboptimal.
-SET( SONAME_MAJOR "11" )
+SET( SONAME_MAJOR "12" )
 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-rest-api-0.1.1/package/libyui-ncurses-rest-api.changes 
new/libyui-ncurses-rest-api-0.1.2/package/libyui-ncurses-rest-api.changes
--- old/libyui-ncurses-rest-api-0.1.1/package/libyui-ncurses-rest-api.changes   
2019-12-10 17:10:39.000000000 +0100
+++ new/libyui-ncurses-rest-api-0.1.2/package/libyui-ncurses-rest-api.changes   
2020-06-08 17:08:54.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jun  4 13:17:49 UTC 2020 - Stefan Hundhammer <[email protected]>
+
+- Use new parent lib SO version libyui.so.12 (bsc#1172513)
+- 0.1.2
+
+-------------------------------------------------------------------
 Wed Sep 18 15:59:59 UTC 2019 - Rodion Iafarov <[email protected]>
 
 - Increase SO version to 11 (bsc#1132247)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-rest-api-0.1.1/package/libyui-ncurses-rest-api.spec 
new/libyui-ncurses-rest-api-0.1.2/package/libyui-ncurses-rest-api.spec
--- old/libyui-ncurses-rest-api-0.1.1/package/libyui-ncurses-rest-api.spec      
2019-12-10 17:10:39.000000000 +0100
+++ new/libyui-ncurses-rest-api-0.1.2/package/libyui-ncurses-rest-api.spec      
2020-06-08 17:08:54.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define so_version 11
+%define so_version 12
 %define bin_name %{name}%{so_version}
 %define libyui_devel_version libyui-devel >= 3.6.0
 
 Name:           libyui-ncurses-rest-api
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        Libyui - The REST API plugin for the Ncurses frontend
 License:        LGPL-2.1-only OR LGPL-3.0-only


Reply via email to