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-09-20 13:25:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdeflate (Old) and /work/SRC/openSUSE:Factory/.libdeflate.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdeflate" Wed Sep 20 13:25:27 2023 rev:11 rq:1111749 version:1.19 Changes: -------- --- /work/SRC/openSUSE:Factory/libdeflate/libdeflate.changes 2023-05-02 16:24:13.747661537 +0200 +++ /work/SRC/openSUSE:Factory/.libdeflate.new.16627/libdeflate.changes 2023-09-20 13:27:06.130158397 +0200 @@ -1,0 +2,21 @@ +Sun Sep 17 09:08:22 UTC 2023 - Dirk Müller <[email protected]> + +- update to 1.19: + * Added new functions `libdeflate_alloc_compressor_ex()` and + `libdeflate_alloc_decompressor_ex()`. These functions allow + specifying a custom memory allocator on a per-compressor basis. + * libdeflate now always generates Huffman codes with at least 2 + codewords. This fixes a compatibility issue where Windows + Explorer's ZIP unpacker could not decompress DEFLATE streams + created by libdeflate. libdeflate's behavior was + * allowed by the DEFLATE RFC, but not all software was okay + with it. In rare cases, compression ratios can be slightly + reduced by this change. + * Disabled the use of some compiler intrinsics on MSVC versions + where they don't work correctly. + * libdeflate can now compress up to the exact size of the + output buffer. + * Slightly improved compression performance at levels 1-9. + * Improved the compression ratio of very short inputs. + +------------------------------------------------------------------- Old: ---- libdeflate-1.18.tar.gz New: ---- libdeflate-1.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdeflate.spec ++++++ --- /var/tmp/diff_new_pack.jXigQf/_old 2023-09-20 13:27:07.358202393 +0200 +++ /var/tmp/diff_new_pack.jXigQf/_new 2023-09-20 13:27:07.358202393 +0200 @@ -19,7 +19,7 @@ %define major 0 %define libname %{name}%{major} Name: libdeflate -Version: 1.18 +Version: 1.19 Release: 0 Summary: Library for DEFLATE/zlib/gzip compression and decompression License: BSD-2-Clause ++++++ libdeflate-1.18.tar.gz -> libdeflate-1.19.tar.gz ++++++ ++++ 1644 lines of diff (skipped)
