diff --git a/.gitignore b/.gitignore index 4ffac8a..39871ae 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /lz4-r118.tar.gz /lz4-r119.tar.gz /lz4-r121.tar.gz +/lz4-r122.tar.gz diff --git a/lz4.spec b/lz4.spec index 275e4a1..d126e26 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,16 +1,14 @@ %global _hardened_build 1 Name: lz4 -Version: r121 -Release: 3%{?dist} +Version: r122 +Release: 1%{?dist} Summary: Extremely fast compression algorithm Group: Applications/System License: GPLv2+ and BSD URL: https://code.google.com/p/lz4/ Source0: https://github.com/Cyan4973/lz4/archive/%{version}/%{name}-%{version}.tar.gz -# https://github.com/Cyan4973/lz4/pull/18 -Patch0: 0001-Makefile-fix-DESTDIR.patch %if 0%{?rhel} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -34,7 +32,6 @@ applications using liblz4 library. %prep %setup -q -%patch0 -p1 echo '#!/bin/sh' > ./configure chmod +x ./configure @@ -69,6 +66,11 @@ rm %{buildroot}%{_libdir}/liblz4.a %{_libdir}/pkgconfig/liblz4.pc %changelog +* Sat Aug 30 2014 pjp - r122-1 +- new release +- Fixed AIX & AIX64 support (SamG) +- Fixed mips 64-bits support (lew van) + * Sun Aug 17 2014 Fedora Release Engineering - r121-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index e5019d3..00186f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2de6fe3c2f8d52d9532a913b0e3b6465 lz4-r121.tar.gz +b6548c70782ed71212b670e5e71d125c lz4-r122.tar.gz