[lz4/el5] Update to lz4-r124

pjp pjp at fedoraproject.org
Fri Nov 14 09:10:56 UTC 2014


commit 569554da2e419d85ef1a0876b2dafe52aff2c073
Author: P J P <pjp at fedoraproject.org>
Date:   Fri Nov 14 14:40:42 2014 +0530

    Update to lz4-r124

 .gitignore |    1 +
 lz4.spec   |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ad4997..63a0832 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /lz4-r121.tar.gz
 /lz4-r122.tar.gz
 /lz4-r123.tar.gz
+/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
diff --git a/lz4.spec b/lz4.spec
index 86659ce..16166f3 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -1,14 +1,15 @@
 %global _hardened_build 1
+%global commit ca353cfe6e6ed078501774f0a25d2eb8190036c9
 
 Name:           lz4
-Version:        r123
+Version:        r124
 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
+Source0:        https://github.com/Cyan4973/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 
 %if 0%{?rhel}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -31,7 +32,7 @@ This package contains the header(.h) and library(.so) files required to build
 applications using liblz4 library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{commit}
 echo '#!/bin/sh' > ./configure
 chmod +x ./configure
 
@@ -66,6 +67,9 @@ rm %{buildroot}%{_libdir}/liblz4.a
 %{_libdir}/pkgconfig/liblz4.pc
 
 %changelog
+* Thu Nov 13 2014 pjp <pjp at fedoraproject.org> - r124-1
+- New LZ4 HC Streaming mode
+
 * Tue Sep 30 2014 pjp <pjp at fedoraproject.org> - r123-1
 - Added experimental lz4frame API.
 - Fix s390x support.
diff --git a/sources b/sources
index e3986f0..163910a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6e5574af99bc5be9d74a994a8263589  lz4-r123.tar.gz
+c6d1bbb4bd6a086069bf5ba4e7b0da78  lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz


More information about the scm-commits mailing list