Update to lz4-r119
This commit is contained in:
parent
87309a8c4c
commit
180584db63
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/lz4-r116.tar.gz
|
||||
/lz4-r117.tar.gz
|
||||
/lz4-r118.tar.gz
|
||||
/lz4-r119.tar.gz
|
||||
|
||||
6
lz4.spec
6
lz4.spec
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user