From 353d2048dfcabd093cb11303d9599441c2c17f40 Mon Sep 17 00:00:00 2001 From: P J P Date: Thu, 2 Jan 2014 12:49:11 +0530 Subject: [PATCH] Update to lz4-r110 --- .gitignore | 1 + lz4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6749f4e..32ebd54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /lz4-r106.tar.gz /lz4-r107.tar.gz /lz4-r108.tar.gz +/lz4-r110.tar.gz diff --git a/lz4.spec b/lz4.spec index 0547f8b..eff7b75 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,14 +1,14 @@ %global _hardened_build 1 Name: lz4 -Version: r108 +Version: r110 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 +Source0: https://lz4.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description @@ -37,6 +37,9 @@ make install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p" %changelog +* Thu Jan 02 2014 pjp - r110-1 +- new release r110 + * Sun Nov 10 2013 pjp - r108-1 - new release r108 diff --git a/sources b/sources index 6a6090d..cf698e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c621dd18f27810bba3629cdb326e852 lz4-r108.tar.gz +666b7213c99c1764a7daaf8ede02698b lz4-r110.tar.gz