Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zlib-ng for openSUSE:Factory checked in at 2023-11-13 22:21:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib-ng (Old) and /work/SRC/openSUSE:Factory/.zlib-ng.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib-ng" Mon Nov 13 22:21:56 2023 rev:15 rq:1125572 version:2.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/zlib-ng/zlib-ng.changes 2023-07-25 11:50:07.793110530 +0200 +++ /work/SRC/openSUSE:Factory/.zlib-ng.new.17445/zlib-ng.changes 2023-11-13 22:25:32.341815293 +0100 @@ -1,0 +2,27 @@ +Sun Nov 12 09:43:36 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.1.4: + * This is a stable release, with several minor improvements and + one fix for a possible buffer overrun while using + inflateCopy(). + * Zlib-ng's zlib-compat mode is now targeting zlib 1.3 + compatibility. + * Of note, we have new optimizations for ARM and Risc-V RVV, + and a lot of fixes and improvements to the buildsystem. + * Fix: inflateCopy() allocate window with padding #1583 + * Pull zlib 1.3 changes #1563 + * Deprecate ZLIBNG_VER_STATUS, use ZLIBNG_VER_STATUSH #1581 + * Optimize slide_hash for ARMv6 #1538 + * Handle ARM64EC #1539 + * Remove inert check for HAVE_ACLE_FLAG in + check_acle_compiler_flag #1554 + * Clean up ARM detection and allow ACLE on all ARM archs #1567 + * Initial loongarch port #1537 + * Fix building benchmarks on 32-bit PowerPC #1588 + * Optimize adler32 using rvv #1532 + * Optimize chunkset #1568 + * Support RVV hwcap detect at runtime #1585 + * Move the AVX compatibility functions into a separate file + * Clean up SSE4.2 support, fixes compile issues under docker/VM + +------------------------------------------------------------------- Old: ---- zlib-ng-2.1.3.tar.gz New: ---- zlib-ng-2.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib-ng.spec ++++++ --- /var/tmp/diff_new_pack.0TGrGK/_old 2023-11-13 22:25:32.845833850 +0100 +++ /var/tmp/diff_new_pack.0TGrGK/_new 2023-11-13 22:25:32.849833997 +0100 @@ -30,7 +30,7 @@ %define soversion 2 %endif Name: zlib-ng%{?compat_suffix} -Version: 2.1.3 +Version: 2.1.4 Release: 0 Summary: Zlib replacement with SIMD optimizations License: Zlib @@ -77,9 +77,12 @@ # zlib-ng uses a different macro for library directory. # 32-bit Arm requires to set soft/hard float %cmake \ -%ifarch %{arm} +%ifarch %{arm32} -DCMAKE_C_FLAGS="%{optflags} -mfloat-abi=hard" \ %endif +%ifnarch armv6l armv6hl + -DWITH_ARMV6:BOOL=OFF \ +%endif %if %{with zlib_compat} -DZLIB_COMPAT=ON \ %endif ++++++ zlib-ng-2.1.3.tar.gz -> zlib-ng-2.1.4.tar.gz ++++++ ++++ 4072 lines of diff (skipped)
