diff --git a/lzop.spec b/lzop.spec index e8f6b6d..02b1842 100644 --- a/lzop.spec +++ b/lzop.spec @@ -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 - 1.03-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Dec 29 2015 Robert Scheck - 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)