Name: | rh-perl520-perl-IO-Compress |
---|---|
Version: | 2.068 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 808454 |
License: | GPL+ or Artistic |
RPM: | rh-perl520-perl-IO-Compress-2.068-3.el7.noarch.rpm |
Source RPM: | rh-perl520-perl-IO-Compress-2.068-3.el7.src.rpm |
Build Date: | Fri Feb 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/IO-Compress/ |
Summary: | Read and write compressed data |
Description: | This distribution provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries. IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951, RFC 1952 (i.e. gzip) and zip files/buffers. The following modules used to be distributed separately, but are now included with the IO-Compress distribution: * Compress-Zlib * IO-Compress-Zlib * IO-Compress-Bzip2 * IO-Compress-Base |
- Rebuild of bootstrapped package
- Disable optional tests for small build root
- Update to 2.068 - Disable running of some of the slower test harnesses by default; COMPRESS_ZLIB_RUN_MOST needs to be set to run them, which makes life more bearable on legacy platforms
- Update to 2.067 - IO::Compress::RawDeflate unnecessarily loads IO::Seekable (CPAN RT#100257) - Classify buildreqs by usage
- Update to 2.066 - IO::Uncompress::Gzip - Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION and BEST_SPEED use the values 2 and 4 respectively; they should be 4 and 2 (code for setting XFL was correct) - IO::Uncompress::Gunzip - Fix regression preventing gunzip to in-memory file handle (CPAN RT#95494)
- Perl 5.20 re-rebuild of bootstrapped packages
- Increase release to favour standalone package
- Perl 5.20 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Update to 2.064 - Use android-compatible flags when calling gzip in IO-Compress/t/050interop-gzip.t (CPAN RT#90216)