Update to 2.065

- New upstream release 2.065
  - Resolve c++ build failure in core (CPAN RT#92657)
  - gcc -g3: final link failed: Memory exhausted (CPAN RT#88936)
This commit is contained in:
Paul Howarth 2014-02-04 11:48:12 +00:00
parent 62949e79b4
commit 4bb0a0a33a
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Version: 2.064 Version: 2.065
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level interface to the zlib compression library Summary: Low-level interface to the zlib compression library
License: GPL+ or Artistic License: GPL+ or Artistic
@ -61,6 +61,11 @@ make test
%{_mandir}/man3/Compress::Raw::Zlib.3pm* %{_mandir}/man3/Compress::Raw::Zlib.3pm*
%changelog %changelog
* Tue Feb 4 2014 Paul Howarth <paul@city-fan.org> - 2.065-1
- Update to 2.065
- Resolve c++ build failure in core (CPAN RT#92657)
- gcc -g3: final link failed: Memory exhausted (CPAN RT#88936)
* Sun Feb 2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1 * Sun Feb 2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
- Update to 2.064 - Update to 2.064
- Handle non-PVs better (CPAN RT#91558) - Handle non-PVs better (CPAN RT#91558)

View File

@ -1 +1 @@
2bc43363138d5d245784c8d0672eaba3 Compress-Raw-Zlib-2.064.tar.gz b9588cabfb3c3ab35a7f5284f47b80ee Compress-Raw-Zlib-2.065.tar.gz