Hello community,

here is the log from the commit of package quazip for openSUSE:Factory checked 
in at 2020-05-29 21:23:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quazip (Old)
 and      /work/SRC/openSUSE:Factory/.quazip.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quazip"

Fri May 29 21:23:23 2020 rev:22 rq:809844 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/quazip/quazip.changes    2020-05-15 
23:52:00.561508617 +0200
+++ /work/SRC/openSUSE:Factory/.quazip.new.3606/quazip.changes  2020-05-29 
21:37:32.138678193 +0200
@@ -1,0 +2,7 @@
+Sun May 24 13:59:18 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.9.1
+  * A very minor release, adds just a couple of version variables
+    for CMake.
+
+-------------------------------------------------------------------

Old:
----
  quazip-0.9.tar.gz

New:
----
  quazip-0.9.1.tar.gz

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

Other differences:
------------------
++++++ quazip.spec ++++++
--- /var/tmp/diff_new_pack.nK3Bgg/_old  2020-05-29 21:37:32.546679407 +0200
+++ /var/tmp/diff_new_pack.nK3Bgg/_new  2020-05-29 21:37:32.550679419 +0200
@@ -18,7 +18,7 @@
 
 %define so_ver 1
 Name:           quazip
-Version:        0.9
+Version:        0.9.1
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
 License:        GPL-2.0-or-later OR LGPL-2.1-or-later

++++++ quazip-0.9.tar.gz -> quazip-0.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quazip-0.9/CMakeLists.txt 
new/quazip-0.9.1/CMakeLists.txt
--- old/quazip-0.9/CMakeLists.txt       2020-04-29 14:11:37.000000000 +0200
+++ new/quazip-0.9.1/CMakeLists.txt     2020-05-24 14:02:43.000000000 +0200
@@ -6,6 +6,9 @@
 # and producing a warning when unset since 3.7.1)
 cmake_policy(SET CMP0042 NEW)
 
+set(QUAZIP_LIB_VERSION 0.9.1)
+set(QUAZIP_LIB_SOVERSION 1)
+
 option(BUILD_WITH_QT4 "Build QuaZip with Qt4 no matter if Qt5 was found" OFF)
 
 if(NOT BUILD_WITH_QT4)


Reply via email to