Update to 1.9.4
Fixes: fedora#2118499
This commit is contained in:
parent
474dfce266
commit
2af1ed8af9
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/lz4-1.8.3.tar.gz
|
||||
/lz4-1.9.1.tar.gz
|
||||
/lz4-1.9.3.tar.gz
|
||||
/lz4-1.9.4.tar.gz
|
||||
|
||||
9
lz4.spec
9
lz4.spec
@ -1,8 +1,8 @@
|
||||
%global _vpath_srcdir contrib/meson
|
||||
|
||||
Name: lz4
|
||||
Version: 1.9.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.9.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
License: GPLv2+ and BSD
|
||||
@ -48,7 +48,7 @@ contains static libraries for static linking of applications.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dbin_programs=true \
|
||||
-Dprograms=true \
|
||||
-Ddefault_library=both \
|
||||
%{nil}
|
||||
%meson_build
|
||||
@ -82,6 +82,9 @@ contains static libraries for static linking of applications.
|
||||
%{_libdir}/liblz4.a
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2022 Timothée Ravier <tim@siosm.fr> - 1.9.4-1
|
||||
- Update to 1.9.4 (fedora#2118499)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lz4-1.9.3.tar.gz) = c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c
|
||||
SHA512 (lz4-1.9.4.tar.gz) = 043a9acb2417624019d73db140d83b80f1d7c43a6fd5be839193d68df8fd0b3f610d7ed4d628c2a9184f7cde9a0fd1ba9d075d8251298e3eb4b3a77f52736684
|
||||
|
||||
Loading…
Reference in New Issue
Block a user