Update to lz4-r131
This commit is contained in:
parent
df8ac997c7
commit
4d16b9d690
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz
|
||||
/lz4-7d182b816ace89d6d6d16b7aee376a9962a05caa.tar.gz
|
||||
/lz4-baf78e7e4dcbdf824a76f990ffeb573d113bbbdb.tar.gz
|
||||
/lz4-d86dc916771c126afb797637dda9f6421c0cb998.tar.gz
|
||||
|
||||
9
lz4.spec
9
lz4.spec
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
%global commit baf78e7e4dcbdf824a76f990ffeb573d113bbbdb
|
||||
%global commit d86dc916771c126afb797637dda9f6421c0cb998
|
||||
|
||||
Name: lz4
|
||||
Version: r130
|
||||
Version: r131
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
@ -85,6 +85,11 @@ chmod -x %{buildroot}%{_includedir}/*.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 06 2015 pjp <pjp@fedoraproject.org> - r131-1
|
||||
- New: Dos/DJGPP target #114.
|
||||
- Added: Example using lz4frame library #118.
|
||||
- Changed: liblz4.a no longer compiled with -fPIC by default.
|
||||
|
||||
* Thu Jun 18 2015 pjp <pjp@fedoraproject.org> - r130-1
|
||||
- Fixed: incompatibility sparse mode vs console.
|
||||
- Fixed: LZ4IO exits too early when frame crc not present.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user