From 05426c66888f5cc6b2f76466348a3fd17bd72259 Mon Sep 17 00:00:00 2001 From: P J P Date: Wed, 23 Oct 2013 20:31:45 +0530 Subject: [PATCH] Update to lz4-r107 --- .gitignore | 1 + lz4.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 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 968e7ef..fc12aa9 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,15 +1,15 @@ %global _hardened_build 1 Name: lz4 -Version: r106 -Release: 3%{?dist} +Version: r107 +Release: 1%{?dist} Summary: Extremely fast compression algorithm Group: Applications/System License: GPLv2 URL: https://code.google.com/p/lz4/ Source0: https://dl.dropboxusercontent.com/u/59565338/LZ4/%{name}-%{version}.tar.gz - +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description LZ4 is an extremely fast loss-less compression algorithm, providing compression @@ -26,16 +26,20 @@ make %{?_smp_mflags} %install -%make_install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p" +make install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p" %files %doc COPYING NEWS %{_bindir}/lz4 +%{_bindir}/lz4c %{_mandir}/man1/lz4.1.gz %changelog +* Wed Oct 23 2013 pjp - r107-1 +- new release r107 + * Mon Oct 07 2013 pjp - r106-3 - fixed install section to replace /usr/ with a macro. -> https://bugzilla.redhat.com/show_bug.cgi?id=1015263#c5 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