Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatzip for openSUSE:Factory checked 
in at 2026-06-13 18:45:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qatzip (Old)
 and      /work/SRC/openSUSE:Factory/.qatzip.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qatzip"

Sat Jun 13 18:45:58 2026 rev:8 rq:1359014 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qatzip/qatzip.changes    2025-05-26 
18:31:34.621445644 +0200
+++ /work/SRC/openSUSE:Factory/.qatzip.new.1981/qatzip.changes  2026-06-13 
18:46:51.696243219 +0200
@@ -1,0 +2,21 @@
+Sat May 16 17:10:07 UTC 2026 - Jeffrey Cheung <[email protected]>
+
+- Update to version 1.3.2
+  * README updates
+  * Add AX_PTHREAD & Refactor
+  * Bug Fixes and Static analysis issue fixes
+  * Use extension_result for Async API
+  * Fix spaces before \n in logs
+  * Update copyright year to 2026
+  * Fix qzip infiniteloop with large gzip file.
+  * Fix Coverity issues
+  * Fix Openscanhub issues
+  * Fix Spelling & Add missing man/qatzip-test.1
+  * Update dockerfile to copy source of binaries in the final image
+  * Modify decompression dest len for test mode 4
+  * Add option to write logs to file
+  * Refactor README
+
+- Refresh qatzip-fortify_source=3.patch
+
+-------------------------------------------------------------------

Old:
----
  v1.3.1.tar.gz

New:
----
  v1.3.2.tar.gz

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

Other differences:
------------------
++++++ qatzip.spec ++++++
--- /var/tmp/diff_new_pack.og9Kyy/_old  2026-06-13 18:46:53.544319997 +0200
+++ /var/tmp/diff_new_pack.og9Kyy/_new  2026-06-13 18:46:53.544319997 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           qatzip
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        Intel QuickAssist Technology (QAT) QATzip Library
 License:        BSD-3-Clause
@@ -26,6 +26,7 @@
 Source:         
https://github.com/intel/QATzip/archive/refs/tags/v%{version}.tar.gz
 Patch0:         qatzip-fortify_source=3.patch
 BuildRequires:  automake
+BuildRequires:  autoconf-archive
 BuildRequires:  gcc
 BuildRequires:  liblz4-devel
 BuildRequires:  libnuma-devel
@@ -84,6 +85,7 @@
 %{_mandir}/man1/qzip.1%{?ext_man}
 %{_bindir}/qzip
 %{_bindir}/qatzip-test
+%{_mandir}/man1/qatzip-test.1%{?ext_man}
 
 %files -n libqatzip3
 %license LICENSE*

++++++ qatzip-fortify_source=3.patch ++++++
--- /var/tmp/diff_new_pack.og9Kyy/_old  2026-06-13 18:46:53.568320994 +0200
+++ /var/tmp/diff_new_pack.og9Kyy/_new  2026-06-13 18:46:53.572321161 +0200
@@ -1,13 +1,15 @@
-Index: QATzip-1.1.0/configure.ac
+Index: QATzip-1.3.2/configure.ac
 ===================================================================
---- QATzip-1.1.0.orig/configure.ac
-+++ QATzip-1.1.0/configure.ac
-@@ -232,7 +232,6 @@ AC_ARG_ENABLE(debug,
-     [
-         debug=false
-         CFLAGS+=' -O2'
--        AS_IF([test "x${CC}" = "xgcc"], [CFLAGS+=' -D_FORTIFY_SOURCE=2'], [])
-     ]
- )
- AM_CONDITIONAL([QATZIP_DEBUG_AC], [test x$debug = xtrue])
+--- QATzip-1.3.2.orig/configure.ac
++++ QATzip-1.3.2/configure.ac
+@@ -184,8 +184,7 @@ AC_ARG_ENABLE([debug],
+      CFLAGS="${CFLAGS} -g -DQATZIP_DEBUG -O0"],
+     [debug=false
+      CFLAGS="${CFLAGS} -O2"
+-     AS_IF([test "x${CC}" = "xgcc"],
+-         [CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=2"])])
++    ])
+ AM_CONDITIONAL([QATZIP_DEBUG_AC], [test "x${debug}" = "xtrue"])
+ 
+ AC_ARG_WITH([debug_file],
 

++++++ v1.3.1.tar.gz -> v1.3.2.tar.gz ++++++
++++ 5181 lines of diff (skipped)

Reply via email to