Update to lz4-r122
This commit is contained in:
parent
50281ecd74
commit
e97fa88f17
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/lz4-r118.tar.gz
|
||||
/lz4-r119.tar.gz
|
||||
/lz4-r121.tar.gz
|
||||
/lz4-r122.tar.gz
|
||||
|
||||
12
lz4.spec
12
lz4.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user