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
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.037
|
Version: 2.040
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-Level Interface to zlib compression library
|
Summary: Low-Level Interface to zlib compression library
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -11,6 +11,7 @@ Requires: perl(Exporter)
|
|||||||
Requires: perl(XSLoader)
|
Requires: perl(XSLoader)
|
||||||
BuildRequires: perl(AutoLoader)
|
BuildRequires: perl(AutoLoader)
|
||||||
BuildRequires: perl(bytes)
|
BuildRequires: perl(bytes)
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
@ -56,12 +57,17 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Install to vendorlib so that our debuginfo does not conflict with that of
|
||||||
perl core debuginfos
|
the main perl package
|
||||||
|
|
||||||
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
|
* 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
|
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user