Update to 2.040

- New upstream release 2.040
  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
- BR: perl(Carp)
This commit is contained in:
Paul Howarth 2011-10-29 09:57:47 +01:00
parent cee11622b9
commit a8c8050fdf
2 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Compress-Raw-Zlib
Version: 2.037
Release: 4%{?dist}
Version: 2.040
Release: 1%{?dist}
Summary: Low-Level Interface to zlib compression library
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,7 @@ Requires: perl(Exporter)
Requires: perl(XSLoader)
BuildRequires: perl(AutoLoader)
BuildRequires: perl(bytes)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
@ -56,12 +57,17 @@ make test
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
%changelog
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
- Update to 2.040
- Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
- BR: perl(Carp)
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.037-4
- change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos
- Install to vendorlib so that our debuginfo does not conflict with that of
the main perl package
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
- bump and rebuild as it got compiled with the old perl on ppc
- Bump and rebuild as it got compiled with the old perl on ppc
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
- Perl mass rebuild

View File

@ -1 +1 @@
ed5f89cac0a4f292653134c9d94194a2 Compress-Raw-Zlib-2.037.tar.gz
f5e44a95afba76f5fb6a079b1418e6fb Compress-Raw-Zlib-2.040.tar.gz