SHA256
1
0
forked from pool/lz4

- Update to release 1.9.4

OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=51
This commit is contained in:
Jan Engelhardt 2022-08-16 07:22:49 +00:00 committed by Git OBS Bridge
parent abaec9e6e3
commit 04f9104433
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 16 07:20:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

@ -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 LempelZiv 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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1
size 320958

BIN
v1.9.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.