From 6a8b32a494cc7f4f06f32abfb27e25edfdd53494 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 04:44:52 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- lzop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)