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