Update to lz4-r119

This commit is contained in:
P J P 2014-07-03 21:08:12 +05:30
parent 87309a8c4c
commit 180584db63
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/lz4-r116.tar.gz
/lz4-r117.tar.gz
/lz4-r118.tar.gz
/lz4-r119.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: lz4
Version: r118
Version: r119
Release: 1%{?dist}
Summary: Extremely fast compression algorithm
@ -65,6 +65,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/liblz4.a
%{_libdir}/liblz4.so
%changelog
* Thu Jul 03 2014 pjp <pjp@fedoraproject.org> - r119-1
- new release
- Fixed a high Address allocation issue in 32-bits mode.
* Sat Jun 28 2014 pjp <pjp@fedoraproject.org> - r118-1
- new release
- install libraries under appropriate _libdir directories.

View File

@ -1 +1 @@
7b155d93c6e5d48494f8bfd32f831440 lz4-r118.tar.gz
3fc4ed20cb98dba909896f485b25d0f1 lz4-r119.tar.gz