Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package quazip for openSUSE:Factory checked 
in at 2025-03-11 20:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quazip (Old)
 and      /work/SRC/openSUSE:Factory/.quazip.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quazip"

Tue Mar 11 20:45:34 2025 rev:30 rq:1251993 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/quazip/quazip.changes    2023-01-24 
20:34:11.364958253 +0100
+++ /work/SRC/openSUSE:Factory/.quazip.new.19136/quazip.changes 2025-03-11 
20:46:48.081911018 +0100
@@ -1,0 +2,14 @@
+Tue Mar 11 09:27:56 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 1.5
+  * Added ability to provide fixed file timestamps when compressing
+  * New unit tests which verify output archives against well
+    known hashes to catch any accidental future code breakage
+  * Expand JlCompress interface to support compression strategy
+    (levels)
+  * Fix usage of BundledZLIB/qtzlib as dependency
+  * Fix compilation when ZLIB_CONST is defined
+  * Fix deprecated QDateTime warnings with Qt 6.8
+  * Fix minizip CVE-2023-45853
+
+-------------------------------------------------------------------

Old:
----
  quazip-1.4.tar.gz

New:
----
  quazip-1.5.tar.gz

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

Other differences:
------------------
++++++ quazip.spec ++++++
--- /var/tmp/diff_new_pack.ayO1Vc/_old  2025-03-11 20:46:48.593932399 +0100
+++ /var/tmp/diff_new_pack.ayO1Vc/_new  2025-03-11 20:46:48.597932566 +0100
@@ -34,9 +34,9 @@
 %define pkg_suffix -qt5
 %endif
 %define so_ver 1
-%define lib_ver 1_4_0
+%define lib_ver 1_5_0
 Name:           quazip%{?pkg_suffix}
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
 License:        GPL-2.0-or-later OR LGPL-2.1-or-later
@@ -122,11 +122,11 @@
 
 %build
 %if 0%{?qt6}
-%cmake_qt6
+%cmake_qt6 -DQUAZIP_ENABLE_TESTS:BOOL=TRUE
 %qt6_build
 %endif
 %if 0%{?qt5}
-%cmake
+%cmake -DQUAZIP_ENABLE_TESTS:BOOL=TRUE
 %cmake_build
 cd ..
 sed -i 's/HTML_TIMESTAMP\s*= YES/HTML_TIMESTAMP=NO/' Doxyfile
@@ -151,8 +151,10 @@
 rm %{buildroot}%{_libdir}/pkgconfig/quazip%{so_ver}-qt6.pc
 %endif
 
-%post -n libquazip%{so_ver}-%{quazip_flavor}-%{lib_ver} -p /sbin/ldconfig
-%postun -n libquazip%{so_ver}-%{quazip_flavor}-%{lib_ver} -p /sbin/ldconfig
+%check
+%ctest
+
+%ldconfig_scriptlets -n libquazip%{so_ver}-%{quazip_flavor}-%{lib_ver}
 
 %files -n libquazip%{so_ver}-%{quazip_flavor}-%{lib_ver}
 %license COPYING*

++++++ quazip-1.4.tar.gz -> quazip-1.5.tar.gz ++++++
++++ 3175 lines of diff (skipped)

Reply via email to