[lz4/f19] Update to lz4-r124

pjp pjp at fedoraproject.org
Fri Nov 14 07:12:57 UTC 2014


commit 4a933dc4fdef0e14aa6c5af6d8d840dd1e5a4e85
Author: P J P <pjp at fedoraproject.org>
Date:   Fri Nov 14 12:42:45 2014 +0530

    Update to lz4-r124

 .gitignore |    1 +
 lz4.spec   |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39fd824..a5651c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,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 e7d97ed..292840c 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
 
@@ -65,7 +66,11 @@ rm %{buildroot}%{_libdir}/liblz4.a
 %{_libdir}/liblz4.so
 %{_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