This commit is contained in:
Dennis Gilmore 2015-06-17 19:18:51 +00:00
parent 56c9143cf7
commit 19d2b78c6a

View File

@ -3,7 +3,7 @@
Name: lz4
Version: r129
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extremely fast compression algorithm
Group: Applications/System
@ -85,6 +85,9 @@ chmod -x %{buildroot}%{_includedir}/*.h
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - r129-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed May 27 2015 pjp <pjp@fedoraproject.org> - r129-1
- New LZ4_compress_fast() API.
- New LZ4 CLI improved performance with multiple files.