Update to lz4-r122

This commit is contained in:
P J P 2014-08-30 14:53:32 +05:30
parent 50281ecd74
commit e97fa88f17
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/lz4-r118.tar.gz
/lz4-r119.tar.gz
/lz4-r121.tar.gz
/lz4-r122.tar.gz

View File

@ -1,16 +1,14 @@
%global _hardened_build 1
Name: lz4
Version: r121
Release: 3%{?dist}
Version: r122
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
# https://github.com/Cyan4973/lz4/pull/18
Patch0: 0001-Makefile-fix-DESTDIR.patch
%if 0%{?rhel}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@ -34,7 +32,6 @@ applications using liblz4 library.
%prep
%setup -q
%patch0 -p1
echo '#!/bin/sh' > ./configure
chmod +x ./configure
@ -69,6 +66,11 @@ rm %{buildroot}%{_libdir}/liblz4.a
%{_libdir}/pkgconfig/liblz4.pc
%changelog
* Sat Aug 30 2014 pjp <pjp@fedoraproject.org> - r122-1
- new release
- Fixed AIX & AIX64 support (SamG)
- Fixed mips 64-bits support (lew van)
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - r121-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
2de6fe3c2f8d52d9532a913b0e3b6465 lz4-r121.tar.gz
b6548c70782ed71212b670e5e71d125c lz4-r122.tar.gz