Update to lz4-r124
This commit is contained in:
parent
f2c4584d0b
commit
b3571a12f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/lz4-r121.tar.gz
|
||||
/lz4-r122.tar.gz
|
||||
/lz4-r123.tar.gz
|
||||
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
|
||||
|
||||
11
lz4.spec
11
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@fedoraproject.org> - r124-1
|
||||
- New LZ4 HC Streaming mode
|
||||
|
||||
* Tue Sep 30 2014 pjp <pjp@fedoraproject.org> - r123-1
|
||||
- Added experimental lz4frame API.
|
||||
- Fix s390x support.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user