From 04f9104433b0d58a87c309cbb2d9da55c1326040ee6ad0542a0e116141d535de Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 16 Aug 2022 07:22:49 +0000 Subject: [PATCH] - Update to release 1.9.4 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=51 --- lz4.changes | 16 ++++++++++++++++ lz4.spec | 6 +++--- v1.9.3.tar.gz | 3 --- v1.9.4.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 v1.9.3.tar.gz create mode 100644 v1.9.4.tar.gz diff --git a/lz4.changes b/lz4.changes index cf01176..1c6fa20 100644 --- a/lz4.changes +++ b/lz4.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 16 07:20:23 UTC 2022 - Jan Engelhardt + +- Update to release 1.9.4 + * Decompression speed on high-end ARM64 platform is improved, + by ~+20%. + * For the specific scenario of data compressed with -BD4 + setting (small blocks, <= 64 KB, linked) decompressed + block-by-block into a flush buffer (like lz4 CLI does), + decompression speed is improved ~+70%. + * For compressed data employing the lz4frame format (native + format of lz4 CLI), it's possible to ignore checksum + validation during decompression, resulting in speed + improvements of ~+40% . This capability is exposed at both + CLI (see --no-crc) and library levels. + ------------------------------------------------------------------- Mon Oct 4 07:04:27 UTC 2021 - pgajdos@suse.com diff --git a/lz4.spec b/lz4.spec index 3eb2640..8acc755 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,7 +1,7 @@ # # spec file for package lz4 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname liblz4-1 Name: lz4 -Version: 1.9.3 +Version: 1.9.4 Release: 0 Summary: Hash-based Predictive Lempel–Ziv compressor License: BSD-2-Clause AND GPL-2.0-or-later @@ -79,7 +79,7 @@ rm -f "%buildroot/%_libdir"/*.a %check LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4" # TS fails on its own help output -make %{?_smp_mflags} check -k || : +%make_build check -k || : %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig diff --git a/v1.9.3.tar.gz b/v1.9.3.tar.gz deleted file mode 100644 index 5c848f8..0000000 --- a/v1.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1 -size 320958 diff --git a/v1.9.4.tar.gz b/v1.9.4.tar.gz new file mode 100644 index 0000000..7ac06f7 --- /dev/null +++ b/v1.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b +size 354063