Accepting request 996246 from Archiving
- Update to release 1.9.4 OBS-URL: https://build.opensuse.org/request/show/996246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=19
This commit is contained in:
commit
d97531c829
16
lz4.changes
16
lz4.changes
@ -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
|
Mon Oct 4 07:04:27 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
6
lz4.spec
6
lz4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lz4
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname liblz4-1
|
%define lname liblz4-1
|
||||||
Name: lz4
|
Name: lz4
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Hash-based Predictive Lempel–Ziv compressor
|
Summary: Hash-based Predictive Lempel–Ziv compressor
|
||||||
License: BSD-2-Clause AND GPL-2.0-or-later
|
License: BSD-2-Clause AND GPL-2.0-or-later
|
||||||
@ -79,7 +79,7 @@ rm -f "%buildroot/%_libdir"/*.a
|
|||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4"
|
LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4"
|
||||||
# TS fails on its own help output
|
# TS fails on its own help output
|
||||||
make %{?_smp_mflags} check -k || :
|
%make_build check -k || :
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
@ -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
BIN
v1.9.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user