Update to lz4-r127
This commit is contained in:
parent
b3571a12f0
commit
7aaf59d372
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/lz4-r122.tar.gz
|
||||
/lz4-r123.tar.gz
|
||||
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
|
||||
/lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz
|
||||
|
||||
11
lz4.spec
11
lz4.spec
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
%global commit ca353cfe6e6ed078501774f0a25d2eb8190036c9
|
||||
%global commit e25b51de7b51101e04ceea194dd557fcc23c03ca
|
||||
|
||||
Name: lz4
|
||||
Version: r124
|
||||
Version: r127
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
@ -61,13 +61,18 @@ rm %{buildroot}%{_libdir}/liblz4.a
|
||||
|
||||
|
||||
%files devel
|
||||
%doc LICENSE
|
||||
%doc lib/LICENSE
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/liblz4.so
|
||||
%{_libdir}/pkgconfig/liblz4.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 07 2015 pjp <pjp@fedoraproject.org> - r127-1
|
||||
- Fixed a bug in LZ4 HC streaming mode
|
||||
- New lz4frame API integrated into liblz4
|
||||
- Fixed a GCC 4.9 bug on highest performance settings
|
||||
|
||||
* Thu Nov 13 2014 pjp <pjp@fedoraproject.org> - r124-1
|
||||
- New LZ4 HC Streaming mode
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user