From fcc54d2104a3efa0f25703a55f5c467848407c32 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 03:34:03 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libmspack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmspack.spec b/libmspack.spec index 0abf85d..9ea4666 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -1,6 +1,6 @@ Name: libmspack Version: 0.5 -Release: 0.4.alpha%{?dist} +Release: 0.5.alpha%{?dist} Summary: Library for CAB and related files compression and decompression Group: System Environment/Libraries @@ -71,6 +71,9 @@ popd %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.5-0.5.alpha +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jul 30 2015 Richard W.M. Jones - 0.5-0.4.alpha - Avoid 'test/md5.c:126:3: warning: dereferencing type-punned pointer will break strict-aliasing rules' by adding -fno-strict-aliasing flag.