Update to 2.069
- New upstream release 2.069 - IO::Compress::FAQ - Added a section on bgzip (CPAN RT#103295) - IO::Compress::Zip - Zip64 needs to be first in extra field to work around a Windows Explorer bug (see http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details)
This commit is contained in:
parent
d44985dc57
commit
3c2da6f099
@ -2,8 +2,8 @@
|
||||
%{?perl_default_filter}
|
||||
|
||||
Name: perl-IO-Compress
|
||||
Version: 2.068
|
||||
Release: 347%{?dist}
|
||||
Version: 2.069
|
||||
Release: 1%{?dist}
|
||||
Summary: Read and write compressed data
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,6 +11,9 @@ URL: http://search.cpan.org/dist/IO-Compress/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
|
||||
BuildRequires: perl(File::Copy)
|
||||
@ -97,7 +100,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
|
||||
%check
|
||||
# Build using "--without long_tests" to avoid very long tests
|
||||
# (full suite can take nearly an hour on an i7)
|
||||
# (full suite can take nearly an hour on an i7 920)
|
||||
make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
|
||||
|
||||
%files
|
||||
@ -127,6 +130,13 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
|
||||
%{_mandir}/man3/IO::Uncompress::*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
|
||||
- Update to 2.069
|
||||
- IO::Compress::FAQ - Added a section on bgzip (CPAN RT#103295)
|
||||
- IO::Compress::Zip - Zip64 needs to be first in extra field to work around
|
||||
a Windows Explorer bug (see
|
||||
http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details)
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-347
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user