Update to lz4-r123

This commit is contained in:
P J P 2014-09-30 21:51:01 +05:30
parent e97fa88f17
commit f2c4584d0b
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/lz4-r119.tar.gz
/lz4-r121.tar.gz
/lz4-r122.tar.gz
/lz4-r123.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: lz4
Version: r122
Version: r123
Release: 1%{?dist}
Summary: Extremely fast compression algorithm
@ -66,6 +66,10 @@ rm %{buildroot}%{_libdir}/liblz4.a
%{_libdir}/pkgconfig/liblz4.pc
%changelog
* Tue Sep 30 2014 pjp <pjp@fedoraproject.org> - r123-1
- Added experimental lz4frame API.
- Fix s390x support.
* Sat Aug 30 2014 pjp <pjp@fedoraproject.org> - r122-1
- new release
- Fixed AIX & AIX64 support (SamG)

View File

@ -1 +1 @@
b6548c70782ed71212b670e5e71d125c lz4-r122.tar.gz
d6e5574af99bc5be9d74a994a8263589 lz4-r123.tar.gz