From 25ef1ed09f246807d4727a22e883cdffbdc3a6f9 Mon Sep 17 00:00:00 2001 From: P J P Date: Jun 18 2015 19:00:47 +0000 Subject: Update to lz4-r130 --- diff --git a/.gitignore b/.gitignore index 30d0781..46d962e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz /lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz /lz4-7d182b816ace89d6d6d16b7aee376a9962a05caa.tar.gz +/lz4-baf78e7e4dcbdf824a76f990ffeb573d113bbbdb.tar.gz diff --git a/lz4.spec b/lz4.spec index 8bbf75d..42c0885 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 -%global commit 7d182b816ace89d6d6d16b7aee376a9962a05caa +%global commit baf78e7e4dcbdf824a76f990ffeb573d113bbbdb Name: lz4 -Version: r129 +Version: r130 Release: 1%{?dist} Summary: Extremely fast compression algorithm @@ -85,6 +85,15 @@ chmod -x %{buildroot}%{_includedir}/*.h %changelog +* Thu Jun 18 2015 pjp - r130-1 +- Fixed: incompatibility sparse mode vs console. +- Fixed: LZ4IO exits too early when frame crc not present. +- Fixed: incompatibility sparse mode vs append mode. +- Performance fix: big compression speed boost for clang(+30%). + +* Wed Jun 17 2015 Fedora Release Engineering - r129-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed May 27 2015 pjp - r129-1 - New LZ4_compress_fast() API. - New LZ4 CLI improved performance with multiple files. diff --git a/sources b/sources index da98983..e389739 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25da4eca873ca7e6ea3d82cc3f007226 lz4-7d182b816ace89d6d6d16b7aee376a9962a05caa.tar.gz +bb0e5224149f8829ddf1819834b09584 lz4-baf78e7e4dcbdf824a76f990ffeb573d113bbbdb.tar.gz