Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdeflate for openSUSE:Factory checked in at 2023-01-25 17:44:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdeflate (Old) and /work/SRC/openSUSE:Factory/.libdeflate.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdeflate" Wed Jan 25 17:44:17 2023 rev:9 rq:1060876 version:1.17 Changes: -------- --- /work/SRC/openSUSE:Factory/libdeflate/libdeflate.changes 2023-01-21 19:11:35.353308051 +0100 +++ /work/SRC/openSUSE:Factory/.libdeflate.new.32243/libdeflate.changes 2023-01-25 17:49:36.510123125 +0100 @@ -1,0 +2,13 @@ +Tue Jan 24 07:10:52 UTC 2023 - Paolo Stivanin <[email protected]> + +- update to 1.17: + * Improved the compression ratio at levels 10-12 slightly, mainly + levels 11-12. Some inputs (such as certain PNG files) see much + improved compression ratios. As a trade-off, compressing at + levels 11-12 is now about 5-20% slower. + * For consistency with zlib, the decompressor now returns an error + on some invalid inputs that were accepted before. + * Fixed a build error on arm64 with gcc with certain target CPUs. + * Fixed a build error in programs/gzip.c with uClibc. + +------------------------------------------------------------------- Old: ---- libdeflate-1.15.tar.gz New: ---- libdeflate-1.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdeflate.spec ++++++ --- /var/tmp/diff_new_pack.Lpx0Hb/_old 2023-01-25 17:49:36.954125497 +0100 +++ /var/tmp/diff_new_pack.Lpx0Hb/_new 2023-01-25 17:49:36.974125604 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdeflate # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define major 0 %define libname %{name}%{major} Name: libdeflate -Version: 1.15 +Version: 1.17 Release: 0 Summary: Library for DEFLATE/zlib/gzip compression and decompression License: BSD-2-Clause @@ -68,12 +68,13 @@ %autosetup -p1 %build -%cmake +%cmake \ + -DLIBDEFLATE_BUILD_STATIC_LIB=OFF \ + -DLIBDEFLATE_BUILD_TESTS=ON %cmake_build %install %cmake_install -find %{buildroot} -type f -name "*.a" -delete -print # Delete libdeflate-gunzip and replace with symlink libdeflate-gzip to fix dwz break with hardlink. # boo#1180984 ++++++ libdeflate-1.15.tar.gz -> libdeflate-1.17.tar.gz ++++++ ++++ 2124 lines of diff (skipped)
