Blame SPECS/perl-IO-Compress.spec

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