Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-IO-Compress-2.061-2.el7 RPM for noarch

From CentOS 7.9.2009 for x86_64 / Packages

Name: perl-IO-Compress Distribution: Unknown
Version: 2.061 Vendor: CentOS
Release: 2.el7 Build date: Tue Jun 10 03:54:10 2014
Group: Development/Libraries Build host: worker1.bsys.centos.org
Size: 814173 Source RPM: perl-IO-Compress-2.061-2.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://search.cpan.org/dist/IO-Compress/
Summary: Read and write compressed data
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

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.061-2
  - Mass rebuild 2013-12-27
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 2.061-1.1
  - Adding some missing (even optional) dependencies
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
  - Update to 2.061
    - zipdetails (1.06)
      - Get it to cope with Android 'zipalign' non-standard extra fields; these
        are used to make sure that a non-compressed member starts on a 4 byte
        boundary
    - unzip example with IO::Uncompress::Unzip (CPAN RT#84647)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Jan 08 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
  - Update to 2.060
    - Updated POD
      - CPAN RT#82138: Example code not clear - gunzip() takes filenames!
    - IO::Compress::Base
      - Remove the flush call when opening a filehandle
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
  - Update to 2.059
    - IO::Compress::Base
      - Added "Encode" option (fixes the encoding half of CPAN RT#42656)
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 2.058-2
  - Add missing File::* buildtime dependencies
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
  - Update to 2.058
    - IO::Compress::Zip
      - Allow member name and Zip Comment to be "0"
    - IO::Compress::Base::Common
      - Remove "-r" test - the file open will catch this
      - IO::Compress::Base::Common returned that it could not read readable files
        in NFS (CPAN RT#80855)
    - Install to 'site' instead of 'perl' when perl version is 5.11+
      (CPAN RT#79820)
    - General performance improvements
    - Fix failing 01misc.t subtest introduced in 2.057 (CPAN RT#81119)
  - Explicitly install to 'perl' directories
* Mon Aug 06 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
  - Update to 2.055
    - FAQ: added a few paragraphs on how to deal with pbzip2 files
      (CPAN RT#77743)
    - Compress::Zip: speed up compress, uncompress, memGzip and memGunzip
      (CPAN RT#77350)
  - BR: perl(lib)
  - Drop BR: perl(Test::Builder) and perl(Test::More) as they're bundled
  - Drop BR: perl(Config), perl(Fcntl), perl(File::Copy), perl(File::Glob),
    perl(POSIX) and perl(Symbol) as they're not dual-lived
  - Drop redundant explicit require for perl(Exporter)
  - Don't use macros for commands
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.052-4
  - Perl 5.16 re-rebuild of bootstrapped packages
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.052-3
  - Perl 5.16 rebuild
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
  - Omit optional Test::Pod and Test::NoWarnings tests on bootstrap
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
  - Update to 2.052
    - IO::Compress::Zip: force a ZIP64 archive when it contains ≥ 0xFFFF entries
    - Fix typo in POD (CPAN RT#76130)
  - Don't need to remove empty directories from buildroot
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
  - Update to 2.049
    - IO::Compress::Zip:
      - Error in t/cz-03zlib-v1.t that caused warnings with 5.15 (Perl RT#110736)
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
  - Update to 2.048
    - Set minimum Perl version to 5.6
    - Set minimum zlib version to 1.2.0
    - IO::Compress::Zip:
      - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file
      - In one-shot mode, wrote mod time and access time in wrong order in the
        "UT" extended field
    - IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
      (CPAN RT#74503)
  - Resync Compress::Raw::* dependency versions
  - Add buildreqs for core perl modules, which might be dual-lived
  - Don't use macros for commands
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.046-2
  - Fedora 17 mass rebuild
* Mon Dec 19 2011 Paul Howarth <paul@city-fan.org> - 2.046-1
  - Update to 2.046
    - Minor update to bin/zipdetails
    - Typo in name of IO::Compress::FAQ.pod
    - IO::Uncompress::Unzip:
      - Example for walking a zip file used eof to control the outer loop; this
        is wrong
    - IO::Compress::Zip:
      - Change default for CanonicalName to false (CPAN RT#72974)
  - Freeze Compress::Raw::* dependency versions until next synchronized release
* Sun Dec 04 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
  - Update to 2.045
    - Restructured IO::Compress::FAQ.pod
* Sun Dec 04 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
  - Update to 2.044
    - Moved FAQ.pod under the lib directory so it can get installed
    - Added bin/zipdetails
    - In IO::Compress::Zip, in one-shot mode, enable Zip64 mode if the input
      file/buffer ≥ 0xFFFFFFFF bytes
    - Update IO::Compress::FAQ
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
  - Update to 2.043
    - IO::Compress::Base:
      - Fixed issue that with handling of Zip files with two (or more) entries
        that were STORED; symptom is the first is uncompressed ok but the next
        will terminate early if the size of the file is greater than BlockSize
        (CPAN RT#72548)
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
  - Update to 2.042
    - IO::Compress::Zip:
      - Added exUnixN option to allow creation of the "ux" extra field, which
        allows 32-bit UID/GID to be stored
      - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
    - IO::Compress::Zlib::Extra::parseExtraField:
      - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
  - Update to 2.040
    - IO::Compress::Zip:
      - Added CanonicalName option (note this option is set to true by default)
      - Added FilterName option
      - ExtAttr now populates MSDOS attributes
    - IO::Uncompress::Base:
      - Fixed issue where setting $\ would corrupt the uncompressed data
    - t/050interop-*.t:
      - Handle case when external command contains a whitespace (CPAN RT#71335)
    - t/105oneshot-zip-only.t:
      - CanonicalName test failure on Windows (CPAN RT#68926)
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
  - Perl mass rebuild
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
  - Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
  - Perl mass rebuild
* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 2.036-1
  - 2.036 bump (Zip/Unzip enhancements)
* Sat May 07 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
  - Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
* Tue May 03 2011 Petr Sabata <psabata@redhat.com> - 2.034-1
  - 2.034 bump
  - Buildroot and defattr cleanup
  - Correcting BRs/Rs
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
  - Update to 2.033 (fixed typos and spelling errors - Perl RT#81816)
  - Use more explicit %files list
  - Simplify inclusion of IO::Compress::FAQ
  - Drop redundant explicit requires of Compress::Raw::{Bzip2,Zlib}
  - Drop installdirs patch, not needed with perl 5.12
  - Default installdirs are perl, so no need to specify it explicitly
  - Make %summary less generic
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 2.032-1
  - 2.032 bump
  - Small improvements in spec file
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-4
  - 661697 rebuild for fixing problems with vendorach/lib
* Tue Sep 21 2010 Paul Howarth <paul@city-fan.org> 2.030-3
  - Turn long-running tests back on and support build --without long_tests
    to skip them
* Thu Sep 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.030-2
  - Install IO::Compress::FAQ into usual POD and man dirs (#634722)
* Mon Jul 26 2010 Petr Sabata <psabata@redhat.com> 2.030-1
  - 2.030 version bump
* Thu May 06 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.027-1
  - update
* Mon Apr 12 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-3
  - few fixes in specfile 573932
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-2
  - Specfile autogenerated by cpanspec 1.78.
  - thanks with fixes of specfile to Paul Howarth

Files

/usr/bin/zipdetails
/usr/share/doc/perl-IO-Compress-2.061
/usr/share/doc/perl-IO-Compress-2.061/Changes
/usr/share/doc/perl-IO-Compress-2.061/README
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib/filtdef
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib/filtinf
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib/gzcat
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib/gzgrep
/usr/share/doc/perl-IO-Compress-2.061/compress-zlib/gzstream
/usr/share/doc/perl-IO-Compress-2.061/io
/usr/share/doc/perl-IO-Compress-2.061/io/anycat
/usr/share/doc/perl-IO-Compress-2.061/io/bzip2
/usr/share/doc/perl-IO-Compress-2.061/io/bzip2/bzcat
/usr/share/doc/perl-IO-Compress-2.061/io/bzip2/bzgrep
/usr/share/doc/perl-IO-Compress-2.061/io/bzip2/bzstream
/usr/share/doc/perl-IO-Compress-2.061/io/gzip
/usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzappend
/usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzcat
/usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzgrep
/usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzstream
/usr/share/man/man1/zipdetails.1.gz
/usr/share/man/man3/Compress::Zlib.3pm.gz
/usr/share/man/man3/File::GlobMapper.3pm.gz
/usr/share/man/man3/IO::Compress::Base.3pm.gz
/usr/share/man/man3/IO::Compress::Bzip2.3pm.gz
/usr/share/man/man3/IO::Compress::Deflate.3pm.gz
/usr/share/man/man3/IO::Compress::FAQ.3pm.gz
/usr/share/man/man3/IO::Compress::Gzip.3pm.gz
/usr/share/man/man3/IO::Compress::RawDeflate.3pm.gz
/usr/share/man/man3/IO::Compress::Zip.3pm.gz
/usr/share/man/man3/IO::Uncompress::AnyInflate.3pm.gz
/usr/share/man/man3/IO::Uncompress::AnyUncompress.3pm.gz
/usr/share/man/man3/IO::Uncompress::Base.3pm.gz
/usr/share/man/man3/IO::Uncompress::Bunzip2.3pm.gz
/usr/share/man/man3/IO::Uncompress::Gunzip.3pm.gz
/usr/share/man/man3/IO::Uncompress::Inflate.3pm.gz
/usr/share/man/man3/IO::Uncompress::RawInflate.3pm.gz
/usr/share/man/man3/IO::Uncompress::Unzip.3pm.gz
/usr/share/perl5/Compress
/usr/share/perl5/Compress/Zlib.pm
/usr/share/perl5/File
/usr/share/perl5/File/GlobMapper.pm
/usr/share/perl5/IO
/usr/share/perl5/IO/Compress
/usr/share/perl5/IO/Compress/Adapter
/usr/share/perl5/IO/Compress/Adapter/Bzip2.pm
/usr/share/perl5/IO/Compress/Adapter/Deflate.pm
/usr/share/perl5/IO/Compress/Adapter/Identity.pm
/usr/share/perl5/IO/Compress/Base
/usr/share/perl5/IO/Compress/Base.pm
/usr/share/perl5/IO/Compress/Base/Common.pm
/usr/share/perl5/IO/Compress/Bzip2.pm
/usr/share/perl5/IO/Compress/Deflate.pm
/usr/share/perl5/IO/Compress/FAQ.pod
/usr/share/perl5/IO/Compress/Gzip
/usr/share/perl5/IO/Compress/Gzip.pm
/usr/share/perl5/IO/Compress/Gzip/Constants.pm
/usr/share/perl5/IO/Compress/RawDeflate.pm
/usr/share/perl5/IO/Compress/Zip
/usr/share/perl5/IO/Compress/Zip.pm
/usr/share/perl5/IO/Compress/Zip/Constants.pm
/usr/share/perl5/IO/Compress/Zlib
/usr/share/perl5/IO/Compress/Zlib/Constants.pm
/usr/share/perl5/IO/Compress/Zlib/Extra.pm
/usr/share/perl5/IO/Uncompress
/usr/share/perl5/IO/Uncompress/Adapter
/usr/share/perl5/IO/Uncompress/Adapter/Bunzip2.pm
/usr/share/perl5/IO/Uncompress/Adapter/Identity.pm
/usr/share/perl5/IO/Uncompress/Adapter/Inflate.pm
/usr/share/perl5/IO/Uncompress/AnyInflate.pm
/usr/share/perl5/IO/Uncompress/AnyUncompress.pm
/usr/share/perl5/IO/Uncompress/Base.pm
/usr/share/perl5/IO/Uncompress/Bunzip2.pm
/usr/share/perl5/IO/Uncompress/Gunzip.pm
/usr/share/perl5/IO/Uncompress/Inflate.pm
/usr/share/perl5/IO/Uncompress/RawInflate.pm
/usr/share/perl5/IO/Uncompress/Unzip.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:35:08 2024