Update to lz4-r110
This commit is contained in:
parent
e9f73972e6
commit
353d2048df
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/lz4-r106.tar.gz
|
||||
/lz4-r107.tar.gz
|
||||
/lz4-r108.tar.gz
|
||||
/lz4-r110.tar.gz
|
||||
|
||||
7
lz4.spec
7
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 <pjp@fedoraproject.org> - r110-1
|
||||
- new release r110
|
||||
|
||||
* Sun Nov 10 2013 pjp <pjp@fedoraproject.org> - r108-1
|
||||
- new release r108
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user