| Name: | perl-Compress-Raw-Zlib |
|---|---|
| Epoch: | 1 |
| Version: | 2.061 |
| Release: | 4.el7 |
| Architecture: | x86_64 |
| Group: | Development/Libraries |
| Size: | 139779 |
| License: | GPL+ or Artistic |
| RPM: | perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm |
| Source RPM: | perl-Compress-Raw-Zlib-2.061-4.el7.src.rpm |
| Build Date: | Sat May 03 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Compress-Raw-Zlib/ |
| Summary: | Low-level interface to the zlib compression library |
| Description: | The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library, which is used by IO::Compress::Zlib. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Increase release number not to conflict with older builds (bug #1029479)
- Increase epoch to 1 to allow upgrade from previous distribution (bug #1029479)
- Update to 2.061 - Include zlib 1.2.8 source - Typo fix (CPAN RT#85431) - Silence compiler warning by making 2nd parameter to DispStream a const char*
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update to 2.060 (mention SimpleZip in POD)
- Update to 2.059 - Copy-on-write support (CPAN RT#81353)
- 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)
- Update to 2.056 - Fix C++ build issue