68b3f3
# Run time expensive tests
68b3f3
%bcond_without long_tests
68b3f3
# Run optional test
68b3f3
%if ! (0%{?rhel})
68b3f3
%bcond_without perl_IO_Compress_enables_optional_test
68b3f3
%else
68b3f3
%bcond_with perl_IO_Compress_enables_optional_test
68b3f3
%endif
68b3f3
68b3f3
%{?perl_default_filter}
68b3f3
68b3f3
Name:           perl-IO-Compress
68b3f3
Version:        2.081
68b3f3
Release:        1%{?dist}
68b3f3
Summary:        Read and write compressed data
68b3f3
License:        GPL+ or Artistic
68b3f3
URL:            http://search.cpan.org/dist/IO-Compress/
68b3f3
Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
68b3f3
BuildArch:      noarch
68b3f3
# Module Build
68b3f3
BuildRequires:  coreutils
68b3f3
BuildRequires:  findutils
68b3f3
BuildRequires:  make
68b3f3
BuildRequires:  perl-generators
68b3f3
BuildRequires:  perl-interpreter
68b3f3
BuildRequires:  perl(Config)
68b3f3
BuildRequires:  perl(ExtUtils::MakeMaker) >= 5.16
68b3f3
BuildRequires:  perl(File::Copy)
68b3f3
BuildRequires:  perl(File::Spec::Functions)
68b3f3
# Module Runtime
68b3f3
BuildRequires:  perl(bytes)
68b3f3
BuildRequires:  perl(Carp)
68b3f3
BuildRequires:  perl(Compress::Raw::Bzip2) >= %{version}
68b3f3
BuildRequires:  perl(Compress::Raw::Zlib) >= %{version}
68b3f3
BuildRequires:  perl(constant)
68b3f3
BuildRequires:  perl(Encode)
68b3f3
BuildRequires:  perl(Exporter)
68b3f3
BuildRequires:  perl(Fcntl)
68b3f3
BuildRequires:  perl(File::Glob)
68b3f3
BuildRequires:  perl(File::Spec)
68b3f3
BuildRequires:  perl(IO::File)
68b3f3
BuildRequires:  perl(IO::Handle)
68b3f3
BuildRequires:  perl(List::Util)
68b3f3
BuildRequires:  perl(POSIX)
68b3f3
BuildRequires:  perl(Scalar::Util)
68b3f3
BuildRequires:  perl(strict)
68b3f3
BuildRequires:  perl(Symbol)
68b3f3
BuildRequires:  perl(utf8)
68b3f3
BuildRequires:  perl(warnings)
68b3f3
# Test Suite
68b3f3
BuildRequires:  perl(File::Path)
68b3f3
BuildRequires:  perl(lib)
68b3f3
BuildRequires:  perl(threads::shared)
68b3f3
%if %{with perl_IO_Compress_enables_optional_test}
68b3f3
# Optional Tests
68b3f3
BuildRequires:  perl(File::Temp)
68b3f3
BuildRequires:  perl(overload)
68b3f3
# Dual-lived module needs building early in the boot process
68b3f3
%if !%{defined perl_bootstrap}
68b3f3
BuildRequires:  perl(Test::NoWarnings)
68b3f3
BuildRequires:  perl(Test::Pod) >= 1.00
68b3f3
%endif
68b3f3
%endif
68b3f3
# Runtime
68b3f3
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
68b3f3
Requires:       perl(File::Glob)
68b3f3
68b3f3
# This is wrapper for different Compress modules
68b3f3
Obsoletes:      perl-Compress-Zlib < %{version}-%{release}
68b3f3
Provides:       perl-Compress-Zlib = %{version}-%{release}
68b3f3
Obsoletes:      perl-IO-Compress-Base < %{version}-%{release}
68b3f3
Provides:       perl-IO-Compress-Base = %{version}-%{release}
68b3f3
Obsoletes:      perl-IO-Compress-Bzip2 < %{version}-%{release}
68b3f3
Provides:       perl-IO-Compress-Bzip2 = %{version}-%{release}
68b3f3
Obsoletes:      perl-IO-Compress-Zlib < %{version}-%{release}
68b3f3
Provides:       perl-IO-Compress-Zlib = %{version}-%{release}
68b3f3
68b3f3
%description
68b3f3
This distribution provides a Perl interface to allow reading and writing of
68b3f3
compressed data created with the zlib and bzip2 libraries.
68b3f3
68b3f3
IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951,
68b3f3
RFC 1952 (i.e. gzip) and zip files/buffers.
68b3f3
68b3f3
The following modules used to be distributed separately, but are now
68b3f3
included with the IO-Compress distribution:
68b3f3
* Compress-Zlib
68b3f3
* IO-Compress-Zlib
68b3f3
* IO-Compress-Bzip2
68b3f3
* IO-Compress-Base
68b3f3
68b3f3
%prep
68b3f3
%setup -q -n IO-Compress-%{version}
68b3f3
68b3f3
# Remove spurious exec permissions
68b3f3
chmod -c -x lib/IO/Uncompress/{Adapter/Identity,RawInflate}.pm
68b3f3
find examples -type f -exec chmod -c -x {} \;
68b3f3
68b3f3
# Fix shellbangs in examples
68b3f3
perl -MConfig -pi -e 's|^#!/usr/local/bin/perl\b|$Config{startperl}|' examples/io/anycat \
68b3f3
        examples/io/bzip2/* examples/io/gzip/* examples/compress-zlib/*
68b3f3
68b3f3
%build
68b3f3
perl Makefile.PL
68b3f3
make %{?_smp_mflags}
68b3f3
68b3f3
%install
68b3f3
make pure_install DESTDIR=%{buildroot} INSTALLDIRS=perl
68b3f3
find %{buildroot} -type f -name .packlist -delete
68b3f3
%{_fixperms} -c %{buildroot}
68b3f3
68b3f3
%check
68b3f3
# Build using "--without long_tests" to avoid very long tests
68b3f3
# (full suite can take nearly an hour on an i7 920)
68b3f3
make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
68b3f3
68b3f3
%files
68b3f3
%doc Changes README examples/*
68b3f3
%{_bindir}/zipdetails
68b3f3
%{perl_privlib}/Compress/
68b3f3
%{perl_privlib}/File/
68b3f3
%dir %{perl_privlib}/IO/
68b3f3
%dir %{perl_privlib}/IO/Compress/
68b3f3
%doc %{perl_privlib}/IO/Compress/FAQ.pod
68b3f3
%{perl_privlib}/IO/Compress/Adapter/
68b3f3
%{perl_privlib}/IO/Compress/Base/
68b3f3
%{perl_privlib}/IO/Compress/Base.pm
68b3f3
%{perl_privlib}/IO/Compress/Bzip2.pm
68b3f3
%{perl_privlib}/IO/Compress/Deflate.pm
68b3f3
%{perl_privlib}/IO/Compress/Gzip/
68b3f3
%{perl_privlib}/IO/Compress/Gzip.pm
68b3f3
%{perl_privlib}/IO/Compress/RawDeflate.pm
68b3f3
%{perl_privlib}/IO/Compress/Zip/
68b3f3
%{perl_privlib}/IO/Compress/Zip.pm
68b3f3
%{perl_privlib}/IO/Compress/Zlib/
68b3f3
%{perl_privlib}/IO/Uncompress/
68b3f3
%{_mandir}/man1/zipdetails.1*
68b3f3
%{_mandir}/man3/Compress::Zlib.3*
68b3f3
%{_mandir}/man3/File::GlobMapper.3*
68b3f3
%{_mandir}/man3/IO::Compress::*.3*
68b3f3
%{_mandir}/man3/IO::Uncompress::*.3*
68b3f3
68b3f3
%changelog
68b3f3
* Mon Apr 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-1
68b3f3
- 2.081 bump
68b3f3
68b3f3
* Wed Apr  4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
68b3f3
- 2.080 bump
68b3f3
68b3f3
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-397
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
68b3f3
68b3f3
* Mon Dec 18 2017 Petr Pisar <ppisar@redhat.com> - 2.074-396
68b3f3
- Rewrite shell bangs using running perl
68b3f3
68b3f3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-395
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
68b3f3
68b3f3
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-394
68b3f3
- Perl 5.26 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-393
68b3f3
- Perl 5.26 rebuild
68b3f3
68b3f3
* Mon Feb 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-1
68b3f3
- 2.074 bump
68b3f3
68b3f3
* Mon Feb 13 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.072-1
68b3f3
- 2.072 bump
68b3f3
68b3f3
* Fri Feb 10 2017 Petr Pisar <ppisar@redhat.com> - 2.070-2
68b3f3
- Adjust tests to zlib-1.2.11 (bug #1420012)
68b3f3
68b3f3
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
68b3f3
- Update to 2.070
68b3f3
  - Fix prototype errors while lazy loading File::GlobMapper (CPAN RT#117675)
68b3f3
  - zipdetails: Avoid loading optional modules from default . (CPAN RT#116538,
68b3f3
    CVE-2016-1238)
68b3f3
- Simplify find command using -delete
68b3f3
68b3f3
* Tue Aug 02 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-367
68b3f3
- Avoid loading optional modules from default . (CVE-2016-1238)
68b3f3
68b3f3
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-366
68b3f3
- Perl 5.24 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-365
68b3f3
- Increase release to favour standalone package
68b3f3
68b3f3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
68b3f3
68b3f3
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
68b3f3
- Update to 2.069
68b3f3
  - IO::Compress::FAQ - Added a section on bgzip (CPAN RT#103295)
68b3f3
  - IO::Compress::Zip - Zip64 needs to be first in extra field to work around
68b3f3
    a Windows Explorer bug (see
68b3f3
    http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details)
68b3f3
68b3f3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-347
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
68b3f3
68b3f3
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-346
68b3f3
- Perl 5.22 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-345
68b3f3
- Increase release to favour standalone package
68b3f3
68b3f3
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2
68b3f3
- Perl 5.22 rebuild
68b3f3
68b3f3
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
68b3f3
- Update to 2.068
68b3f3
  - Disable running of some of the slower test harnesses by default;
68b3f3
    COMPRESS_ZLIB_RUN_MOST needs to be set to run them, which makes life more
68b3f3
    bearable on legacy platforms
68b3f3
68b3f3
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
68b3f3
- Update to 2.067
68b3f3
  - IO::Compress::RawDeflate unnecessarily loads IO::Seekable (CPAN RT#100257)
68b3f3
- Classify buildreqs by usage
68b3f3
68b3f3
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
68b3f3
- Update to 2.066
68b3f3
  - IO::Uncompress::Gzip
68b3f3
    - Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION
68b3f3
      and BEST_SPEED use the values 2 and 4 respectively; they should be 4 and
68b3f3
      2 (code for setting XFL was correct)
68b3f3
  - IO::Uncompress::Gunzip
68b3f3
    - Fix regression preventing gunzip to in-memory file handle (CPAN RT#95494)
68b3f3
68b3f3
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-311
68b3f3
- Perl 5.20 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-310
68b3f3
- Increase release to favour standalone package
68b3f3
68b3f3
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-3
68b3f3
- Perl 5.20 rebuild
68b3f3
68b3f3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
68b3f3
68b3f3
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
68b3f3
- Update to 2.064
68b3f3
  - Use android-compatible flags when calling gzip in
68b3f3
    IO-Compress/t/050interop-gzip.t (CPAN RT#90216)
68b3f3
68b3f3
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
68b3f3
- Update to 2.063
68b3f3
  - Typo in Compress::Zlib _combine function documentation (CPAN RT#89305)
68b3f3
68b3f3
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.062-2
68b3f3
- Perl 5.18 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
68b3f3
- Update to 2.062
68b3f3
  - Fix up tests for imminent bleadperl changes (CPAN RT#87335)
68b3f3
  - Typo fixes (CPAN RT#84647)
68b3f3
  - IO::Compress::Gzip test t/100generic-bzip2.t hung on Cygwin (CPAN RT#86814)
68b3f3
68b3f3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
68b3f3
68b3f3
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
68b3f3
- Perl 5.18 rebuild
68b3f3
68b3f3
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
68b3f3
- Update to 2.061
68b3f3
  - zipdetails (1.06)
68b3f3
    - Get it to cope with Android 'zipalign' non-standard extra fields; these
68b3f3
      are used to make sure that a non-compressed member starts on a 4 byte
68b3f3
      boundary
68b3f3
  - unzip example with IO::Uncompress::Unzip (CPAN RT#84647)
68b3f3
68b3f3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
68b3f3
68b3f3
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
68b3f3
- Update to 2.060
68b3f3
  - Updated POD
68b3f3
    - CPAN RT#82138: Example code not clear - gunzip() takes filenames!
68b3f3
  - IO::Compress::Base
68b3f3
    - Remove the flush call when opening a filehandle
68b3f3
68b3f3
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
68b3f3
- Update to 2.059
68b3f3
  - IO::Compress::Base
68b3f3
    - Added "Encode" option (fixes the encoding half of CPAN RT#42656)
68b3f3
68b3f3
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 2.058-2
68b3f3
- Add missing File::* buildtime dependencies
68b3f3
68b3f3
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
68b3f3
- Update to 2.058
68b3f3
  - IO::Compress::Zip
68b3f3
    - Allow member name and Zip Comment to be "0"
68b3f3
  - IO::Compress::Base::Common
68b3f3
    - Remove "-r" test - the file open will catch this
68b3f3
    - IO::Compress::Base::Common returned that it could not read readable files
68b3f3
      in NFS (CPAN RT#80855)
68b3f3
  - Install to 'site' instead of 'perl' when perl version is 5.11+
68b3f3
    (CPAN RT#79820)
68b3f3
  - General performance improvements
68b3f3
  - Fix failing 01misc.t subtest introduced in 2.057 (CPAN RT#81119)
68b3f3
- Explicitly install to 'perl' directories
68b3f3
68b3f3
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
68b3f3
- Update to 2.055
68b3f3
  - FAQ: added a few paragraphs on how to deal with pbzip2 files
68b3f3
    (CPAN RT#77743)
68b3f3
  - Compress::Zip: speed up compress, uncompress, memGzip and memGunzip
68b3f3
    (CPAN RT#77350)
68b3f3
- BR: perl(lib)
68b3f3
- Drop BR: perl(Test::Builder) and perl(Test::More) as they're bundled
68b3f3
- Drop BR: perl(Config), perl(Fcntl), perl(File::Copy), perl(File::Glob),
68b3f3
  perl(POSIX) and perl(Symbol) as they're not dual-lived
68b3f3
- Drop redundant explicit require for perl(Exporter)
68b3f3
- Don't use macros for commands
68b3f3
68b3f3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
68b3f3
68b3f3
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.052-4
68b3f3
- Perl 5.16 re-rebuild of bootstrapped packages
68b3f3
68b3f3
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.052-3
68b3f3
- Perl 5.16 rebuild
68b3f3
68b3f3
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
68b3f3
- Omit optional Test::Pod and Test::NoWarnings tests on bootstrap
68b3f3
68b3f3
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
68b3f3
- Update to 2.052
68b3f3
  - IO::Compress::Zip: force a ZIP64 archive when it contains ≥ 0xFFFF entries
68b3f3
  - Fix typo in POD (CPAN RT#76130)
68b3f3
- Don't need to remove empty directories from buildroot
68b3f3
68b3f3
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
68b3f3
- Update to 2.049
68b3f3
  - IO::Compress::Zip:
68b3f3
    - Error in t/cz-03zlib-v1.t that caused warnings with 5.15 (Perl RT#110736)
68b3f3
68b3f3
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
68b3f3
- Update to 2.048
68b3f3
  - Set minimum Perl version to 5.6
68b3f3
  - Set minimum zlib version to 1.2.0
68b3f3
  - IO::Compress::Zip:
68b3f3
    - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file
68b3f3
    - In one-shot mode, wrote mod time and access time in wrong order in the
68b3f3
      "UT" extended field
68b3f3
  - IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
68b3f3
    (CPAN RT#74503)
68b3f3
- Resync Compress::Raw::* dependency versions
68b3f3
- Add buildreqs for core perl modules, which might be dual-lived
68b3f3
- Don't use macros for commands
68b3f3
68b3f3
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.046-2
68b3f3
- Fedora 17 mass rebuild
68b3f3
68b3f3
* Mon Dec 19 2011 Paul Howarth <paul@city-fan.org> - 2.046-1
68b3f3
- Update to 2.046
68b3f3
  - Minor update to bin/zipdetails
68b3f3
  - Typo in name of IO::Compress::FAQ.pod
68b3f3
  - IO::Uncompress::Unzip:
68b3f3
    - Example for walking a zip file used eof to control the outer loop; this
68b3f3
      is wrong
68b3f3
  - IO::Compress::Zip:
68b3f3
    - Change default for CanonicalName to false (CPAN RT#72974)
68b3f3
- Freeze Compress::Raw::* dependency versions until next synchronized release
68b3f3
68b3f3
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
68b3f3
- Update to 2.045
68b3f3
  - Restructured IO::Compress::FAQ.pod
68b3f3
68b3f3
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
68b3f3
- Update to 2.044
68b3f3
  - Moved FAQ.pod under the lib directory so it can get installed
68b3f3
  - Added bin/zipdetails
68b3f3
  - In IO::Compress::Zip, in one-shot mode, enable Zip64 mode if the input
68b3f3
    file/buffer ≥ 0xFFFFFFFF bytes
68b3f3
  - Update IO::Compress::FAQ
68b3f3
68b3f3
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
68b3f3
- Update to 2.043
68b3f3
  - IO::Compress::Base:
68b3f3
    - Fixed issue that with handling of Zip files with two (or more) entries
68b3f3
      that were STORED; symptom is the first is uncompressed ok but the next
68b3f3
      will terminate early if the size of the file is greater than BlockSize
68b3f3
      (CPAN RT#72548)
68b3f3
68b3f3
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
68b3f3
- Update to 2.042
68b3f3
  - IO::Compress::Zip:
68b3f3
    - Added exUnixN option to allow creation of the "ux" extra field, which
68b3f3
      allows 32-bit UID/GID to be stored
68b3f3
    - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
68b3f3
  - IO::Compress::Zlib::Extra::parseExtraField:
68b3f3
    - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
68b3f3
68b3f3
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
68b3f3
- Update to 2.040
68b3f3
  - IO::Compress::Zip:
68b3f3
    - Added CanonicalName option (note this option is set to true by default)
68b3f3
    - Added FilterName option
68b3f3
    - ExtAttr now populates MSDOS attributes
68b3f3
  - IO::Uncompress::Base:
68b3f3
    - Fixed issue where setting $\ would corrupt the uncompressed data
68b3f3
  - t/050interop-*.t:
68b3f3
    - Handle case when external command contains a whitespace (CPAN RT#71335)
68b3f3
  - t/105oneshot-zip-only.t:
68b3f3
    - CanonicalName test failure on Windows (CPAN RT#68926)
68b3f3
68b3f3
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
68b3f3
- Perl mass rebuild
68b3f3
68b3f3
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
68b3f3
- Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)
68b3f3
68b3f3
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
68b3f3
- Perl mass rebuild
68b3f3
68b3f3
* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 2.036-1
68b3f3
- 2.036 bump (Zip/Unzip enhancements)
68b3f3
68b3f3
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
68b3f3
- Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
68b3f3
68b3f3
* Tue May  3 2011 Petr Sabata <psabata@redhat.com> - 2.034-1
68b3f3
- 2.034 bump
68b3f3
- Buildroot and defattr cleanup
68b3f3
- Correcting BRs/Rs
68b3f3
68b3f3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
68b3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68b3f3
68b3f3
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
68b3f3
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81816)
68b3f3
- Use more explicit %%files list
68b3f3
- Simplify inclusion of IO::Compress::FAQ
68b3f3
- Drop redundant explicit requires of Compress::Raw::{Bzip2,Zlib}
68b3f3
- Drop installdirs patch, not needed with perl 5.12
68b3f3
- Default installdirs are perl, so no need to specify it explicitly
68b3f3
- Make %%summary less generic
68b3f3
68b3f3
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 2.032-1
68b3f3
- 2.032 bump
68b3f3
- Small improvements in spec file
68b3f3
68b3f3
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-4
68b3f3
- 661697 rebuild for fixing problems with vendorach/lib
68b3f3
68b3f3
* Tue Sep 21 2010 Paul Howarth <paul@city-fan.org> 2.030-3
68b3f3
- Turn long-running tests back on and support build --without long_tests
68b3f3
  to skip them
68b3f3
68b3f3
* Thu Sep 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.030-2
68b3f3
- Install IO::Compress::FAQ into usual POD and man dirs (#634722)
68b3f3
68b3f3
* Mon Jul 26 2010 Petr Sabata <psabata@redhat.com> 2.030-1
68b3f3
- 2.030 version bump
68b3f3
68b3f3
* Thu May 06 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.027-1
68b3f3
- update
68b3f3
68b3f3
* Mon Apr 12 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-3
68b3f3
- few fixes in specfile 573932
68b3f3
68b3f3
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-2
68b3f3
- Specfile autogenerated by cpanspec 1.78.
68b3f3
- thanks with fixes of specfile to Paul Howarth
68b3f3