From df8ac997c750b17f7a777ba33b6f395bc7c2f110 Mon Sep 17 00:00:00 2001 From: P J P Date: Jun 18 2015 18:50:58 +0000 Subject: Update to lz4-r130 --- diff --git a/.gitignore b/.gitignore index 14ea13a..be2e57f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /lz4-r128.tar.gz /lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz /lz4-7d182b816ace89d6d6d16b7aee376a9962a05caa.tar.gz +/lz4-baf78e7e4dcbdf824a76f990ffeb573d113bbbdb.tar.gz diff --git a/lz4.spec b/lz4.spec index 9c69917..42c0885 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,9 +1,9 @@ %global _hardened_build 1 -%global commit 7d182b816ace89d6d6d16b7aee376a9962a05caa +%global commit baf78e7e4dcbdf824a76f990ffeb573d113bbbdb Name: lz4 -Version: r129 -Release: 2%{?dist} +Version: r130 +Release: 1%{?dist} Summary: Extremely fast compression algorithm Group: Applications/System @@ -85,6 +85,12 @@ 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 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