[lz4/f20] Update to lz4-r122

pjp pjp at fedoraproject.org
Sat Aug 30 09:39:57 UTC 2014


commit 8ef4ecec84aafd175a05f62922bb8612ec2ae101
Author: P J P <pjp at fedoraproject.org>
Date:   Sat Aug 30 15:09:50 2014 +0530

    Update to lz4-r122

 .gitignore |    1 +
 lz4.spec   |   15 ++++++++++-----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
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 f762ed4..d126e26 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -1,16 +1,14 @@
 %global _hardened_build 1
 
 Name:           lz4
-Version:        r121
-Release:        2%{?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,14 @@ rm %{buildroot}%{_libdir}/liblz4.a
 %{_libdir}/pkgconfig/liblz4.pc
 
 %changelog
+* Sat Aug 30 2014 pjp <pjp at fedoraproject.org> - r122-1
+- new release
+- Fixed AIX & AIX64 support (SamG)
+- Fixed mips 64-bits support (lew van)
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - r121-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
 * Fri Aug 08 2014 Igor Gnatenko <i.gnatenko.brain at gmail.com> - r121-2
 - fix destdir
 
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


More information about the scm-commits mailing list