Hello community,

here is the log from the commit of package libyui-qt-rest-api for 
openSUSE:Factory checked in at 2020-08-14 13:08:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt-rest-api (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt-rest-api.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt-rest-api"

Fri Aug 14 13:08:06 2020 rev:5 rq:825943 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt-rest-api/libyui-qt-rest-api.changes    
2020-07-09 13:16:34.972741540 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-qt-rest-api.new.3399/libyui-qt-rest-api.changes
  2020-08-14 13:08:15.869185860 +0200
@@ -1,0 +2,6 @@
+Tue Aug 11 14:16:35 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Use new parent lib SO version libyui.so.13 (bsc#1175115)
+- 0.2.1
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-rest-api-0.2.0.tar.bz2

New:
----
  libyui-qt-rest-api-0.2.1.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-rest-api.spec ++++++
--- /var/tmp/diff_new_pack.oguwKu/_old  2020-08-14 13:08:17.529186493 +0200
+++ /var/tmp/diff_new_pack.oguwKu/_new  2020-08-14 13:08:17.529186493 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define so_version 12
+%define so_version 13
 %define bin_name %{name}%{so_version}
 %define libyui_devel_version libyui-devel >= 3.10.1
 
 Name:           libyui-qt-rest-api
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        Libyui - The REST API plugin for the Qt frontend
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-qt-rest-api-0.2.0.tar.bz2 -> libyui-qt-rest-api-0.2.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-rest-api-0.2.0/VERSION.cmake 
new/libyui-qt-rest-api-0.2.1/VERSION.cmake
--- old/libyui-qt-rest-api-0.2.0/VERSION.cmake  2020-07-08 09:28:32.000000000 
+0200
+++ new/libyui-qt-rest-api-0.2.1/VERSION.cmake  2020-08-12 10:31:12.000000000 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "0")
 SET( VERSION_MINOR "2" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_PATCH "1" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core ONLY.
@@ -8,7 +8,7 @@
 # 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 "12" )
+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-qt-rest-api-0.2.0/package/libyui-qt-rest-api.changes 
new/libyui-qt-rest-api-0.2.1/package/libyui-qt-rest-api.changes
--- old/libyui-qt-rest-api-0.2.0/package/libyui-qt-rest-api.changes     
2020-07-08 09:28:32.000000000 +0200
+++ new/libyui-qt-rest-api-0.2.1/package/libyui-qt-rest-api.changes     
2020-08-12 10:31:12.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Aug 11 14:16:35 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Use new parent lib SO version libyui.so.13 (bsc#1175115)
+- 0.2.1
+
+-------------------------------------------------------------------
 Mon Jun  8 14:37:04 UTC 2020 - Rodion Iafarov <riafa...@suse.com>
 
 - Trigger update on YCombobox, YSelectionBox, YInputField,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-qt-rest-api-0.2.0/package/libyui-qt-rest-api.spec 
new/libyui-qt-rest-api-0.2.1/package/libyui-qt-rest-api.spec
--- old/libyui-qt-rest-api-0.2.0/package/libyui-qt-rest-api.spec        
2020-07-08 09:28:32.000000000 +0200
+++ new/libyui-qt-rest-api-0.2.1/package/libyui-qt-rest-api.spec        
2020-08-12 10:31:12.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define so_version 12
+%define so_version 13
 %define bin_name %{name}%{so_version}
 %define libyui_devel_version libyui-devel >= 3.10.1
 
 Name:           libyui-qt-rest-api
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        Libyui - The REST API plugin for the Qt frontend
 License:        LGPL-2.1-only OR LGPL-3.0-only


Reply via email to