This commit is contained in:
Fedora Release Engineering 2016-02-04 12:49:34 +00:00
parent 11434c2df6
commit aabbd97f14

View File

@ -1,6 +1,6 @@
Name: perl-Compress-Raw-Zlib
Version: 2.069
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Low-level interface to the zlib compression library
# Zlib.xs: (GPL+ or Artistic) and zlib
# Others: GPL+ or Artistic
@ -81,6 +81,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
%{_mandir}/man3/Compress::Raw::Zlib.3*
%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
- Update to 2.069
- Reduce compiler warnings and stderr noise (CPAN RT#101341)