diff --git a/lz4-1.9.3.tar.gz b/lz4-1.9.3.tar.gz deleted file mode 100644 index c26129a58b87b9a00b2889701abb76de2af5199d..0000000000000000000000000000000000000000 Binary files a/lz4-1.9.3.tar.gz and /dev/null differ diff --git a/lz4-1.9.4.tar.gz b/lz4-1.9.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b3e2eb945e367f6dc7b5bb5c80546f3e460a3b6d Binary files /dev/null and b/lz4-1.9.4.tar.gz differ diff --git a/lz4.spec b/lz4.spec index e45bd2acc84c25d716a8de8fb89d99c96591d3fe..ac48b056834aa3874f53671fd7a8b3e3ab81cf50 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,9 +1,9 @@ -%define anolis_release 3 +%define anolis_release 1 # relative to the RPM build directory %global _vpath_srcdir contrib/meson Name: lz4 -Version: 1.9.3 +Version: 1.9.4 Release: %{anolis_release}%{?dist} Summary: Extremely fast compression algorithm @@ -19,7 +19,7 @@ BuildRequires: meson >= 0.43 %description LZ4 is an extremely fast loss-less compression algorithm, providing compression -speed at 400 MB/s per core, scalable with multi-core CPU. It also features +speed > 500 MB/s per core, scalable with multi-core CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. @@ -58,7 +58,7 @@ contains static libraries for static linking of applications. %build %meson \ - -Dbin_programs=true \ + -Dprograms=true \ -Ddefault_library=both \ %{nil} %meson_build @@ -68,6 +68,9 @@ contains static libraries for static linking of applications. %generate_compatibility_deps +%check +make check + %files %license programs/COPYING %{_bindir}/lz4 @@ -99,6 +102,9 @@ contains static libraries for static linking of applications. %{_libdir}/liblz4.a %changelog +* Sat Jan 28 2023 Shawn Wang - 1.9.4-1 +- Update to 1.9.4 + * Tue Oct 18 2022 mgb01105731 - 1.9.3-3 - optimise spec file