Update to lz4-r124

This commit is contained in:
P J P 2014-11-14 11:53:57 +05:30
parent f2c4584d0b
commit b3571a12f0
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/lz4-r121.tar.gz
/lz4-r122.tar.gz
/lz4-r123.tar.gz
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz

View File

@ -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.

View File

@ -1 +1 @@
d6e5574af99bc5be9d74a994a8263589 lz4-r123.tar.gz
c6d1bbb4bd6a086069bf5ba4e7b0da78 lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz