[lz4/el5] Update to lz4-r107

pjp pjp at fedoraproject.org
Wed Oct 23 15:09:42 UTC 2013


commit d677a091e27ba221c0f7043772ad55f5d1d84381
Author: P J P <pjp at fedoraproject.org>
Date:   Wed Oct 23 20:39:38 2013 +0530

    Update to lz4-r107

 .gitignore |    1 +
 lz4.spec   |   16 +++++-----------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53eefc1..52f8b29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lz4-r106.tar.gz
+/lz4-r107.tar.gz
diff --git a/lz4.spec b/lz4.spec
index 06ae1c4..fc12aa9 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -1,8 +1,8 @@
 %global _hardened_build 1
 
 Name:           lz4
-Version:        r106
-Release:        4%{?dist}
+Version:        r107
+Release:        1%{?dist}
 Summary:        Extremely fast compression algorithm
 
 Group:          Applications/System
@@ -29,22 +29,16 @@ make %{?_smp_mflags}
 make install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p"
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS
 %{_bindir}/lz4
+%{_bindir}/lz4c
 %{_mandir}/man1/lz4.1.gz
 
 
 %changelog
-* Tue Oct 08 2013 pjp <pjp at fedoraproject.org> - r106-4
-- defined BuildRoot to fix a build error on ppc platform.
-- added clean & default attribute macros.
-- changed make_install => make install.
+* Wed Oct 23 2013 pjp <pjp at fedoraproject.org> - r107-1
+- new release r107
 
 * Mon Oct 07 2013 pjp <pjp at fedoraproject.org> - r106-3
 - fixed install section to replace /usr/ with a macro.
diff --git a/sources b/sources
index 0b45439..75c9efa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d071aaecd42dd383dd58c5a7577663b  lz4-r106.tar.gz
+626947ce4c67f87fdce8922ae0f4cc00  lz4-r107.tar.gz


More information about the scm-commits mailing list