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