This commit is contained in:
Dennis Gilmore 2016-02-04 04:44:52 +00:00
parent b0e7de50c3
commit 6a8b32a494

View File

@ -1,7 +1,7 @@
Summary: Real-time file compressor
Name: lzop
Version: 1.03
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv2+
Group: Applications/Archiving
URL: http://www.lzop.org/
@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man?/%{name}.*
%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Dec 29 2015 Robert Scheck <robert@fedoraproject.org> - 1.03-13
- Added patch by Khem Raj to use static inlines as the external
inline definition has changed with GCC 5 (to fix ppc64 builds)