This commit is contained in:
Dennis Gilmore 2016-02-04 03:34:03 +00:00
parent 7596ac4724
commit fcc54d2104

View File

@ -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 <releng@fedoraproject.org> - 0.5-0.5.alpha
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Jul 30 2015 Richard W.M. Jones <rjones@redhat.com> - 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.