Update to lz4-r127

This commit is contained in:
P J P 2015-01-07 18:12:58 +05:30
parent b3571a12f0
commit 7aaf59d372
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/lz4-r122.tar.gz
/lz4-r123.tar.gz
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
/lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz

View File

@ -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

View File

@ -1 +1 @@
c6d1bbb4bd6a086069bf5ba4e7b0da78 lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
cb0d861992045087b47ddd996d51cc55 lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz