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