Update to 2.058

- New upstream release 2.058
  - Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT (CPAN RT#80319)
  - Install to 'site' instead of 'perl' when perl version is 5.11+
    (CPAN RT#79812)
  - Update to ppport.h that includes SvPV_nomg_nolen (CPAN RT#78079)
This commit is contained in:
Paul Howarth 2012-11-13 10:38:38 +00:00
parent 4ecda4dd49
commit a90b5a4610
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Zlib
Version: 2.056
Version: 2.058
Release: 1%{?dist}
Summary: Low-level interface to the zlib compression library
License: GPL+ or Artistic
@ -61,6 +61,13 @@ make test
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
%changelog
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
- Update to 2.058
- Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT (CPAN RT#80319)
- Install to 'site' instead of 'perl' when perl version is 5.11+
(CPAN RT#79812)
- Update to ppport.h that includes SvPV_nomg_nolen (CPAN RT#78079)
* Sat Aug 11 2012 Paul Howarth <paul@city-fan.org> - 2.056-1
- Update to 2.056
- Fix C++ build issue

View File

@ -1 +1 @@
9ab773bfed05e1293dab8ffae52f5550 Compress-Raw-Zlib-2.056.tar.gz
05524fb0a8a94c4df078997580e4dbbc Compress-Raw-Zlib-2.058.tar.gz