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:
parent
cee11622b9
commit
a8c8050fdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user