From 6243e024b9f03d76b8e46797c7213663f1618b17 Mon Sep 17 00:00:00 2001 From: P J P Date: Jul 03 2014 15:42:43 +0000 Subject: Update to lz4-r119 --- diff --git a/.gitignore b/.gitignore index 84c7f1a..ef3ddd5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /lz4-r116.tar.gz /lz4-r117.tar.gz /lz4-r118.tar.gz +/lz4-r119.tar.gz diff --git a/lz4.spec b/lz4.spec index b3c3aef..415b9cd 100644 --- a/lz4.spec +++ b/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 - r119-1 +- new release +- Fixed a high Address allocation issue in 32-bits mode. + * Sat Jun 28 2014 pjp - r118-1 - new release - install libraries under appropriate _libdir directories. diff --git a/sources b/sources index f41fa66..b98371f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b155d93c6e5d48494f8bfd32f831440 lz4-r118.tar.gz +3fc4ed20cb98dba909896f485b25d0f1 lz4-r119.tar.gz