Blame SPECS/perl-IO-Compress.spec

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