From f2c4584d0bb397971513f0cd355ff063300f7cc6 Mon Sep 17 00:00:00 2001 From: P J P Date: Tue, 30 Sep 2014 21:51:01 +0530 Subject: [PATCH] Update to lz4-r123 --- .gitignore | 1 + lz4.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39871ae..39fd824 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /lz4-r119.tar.gz /lz4-r121.tar.gz /lz4-r122.tar.gz +/lz4-r123.tar.gz diff --git a/lz4.spec b/lz4.spec index d126e26..e7d97ed 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: lz4 -Version: r122 +Version: r123 Release: 1%{?dist} Summary: Extremely fast compression algorithm @@ -66,6 +66,10 @@ rm %{buildroot}%{_libdir}/liblz4.a %{_libdir}/pkgconfig/liblz4.pc %changelog +* Tue Sep 30 2014 pjp - r123-1 +- Added experimental lz4frame API. +- Fix s390x support. + * Sat Aug 30 2014 pjp - r122-1 - new release - Fixed AIX & AIX64 support (SamG) diff --git a/sources b/sources index 00186f7..e3986f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6548c70782ed71212b670e5e71d125c lz4-r122.tar.gz +d6e5574af99bc5be9d74a994a8263589 lz4-r123.tar.gz