[perl-IO-Compress] Update to 2.055

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 6 13:59:58 UTC 2012


commit 4030db4007d3ed7c7c5b009a00112bd9d14e458d
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 6 14:20:47 2012 +0100

    Update to 2.055
    
    - New upstream release 2.055
      - FAQ: added a few paragraphs on how to deal with pbzip2 files
        (CPAN RT#77743)
      - Compress::Zip: speed up compress, uncompress, memGzip and memGunzip
        (CPAN RT#77350)
    - BR: perl(lib)
    - Drop BR: perl(Test::Builder) and perl(Test::More) as they're bundled
    - Drop BR: perl(Config), perl(Fcntl), perl(File::Copy), perl(File::Glob),
      perl(POSIX) and perl(Symbol) as they're not dual-lived
    - Drop redundant explicit require for perl(Exporter)
    - Don't use macros for commands

 perl-IO-Compress.spec |   40 +++++++++++++++++++++++-----------------
 sources               |    2 +-
 2 files changed, 24 insertions(+), 18 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 635fcda..29401fc 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,48 +2,41 @@
 %{?perl_default_filter}
 
 Name:           perl-IO-Compress
-Version:        2.052
-Release:        5%{?dist}
+Version:        2.055
+Release:        1%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-Compress/
-Source0:        http://www.cpan.org/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
 BuildArch:      noarch
-Requires:       perl(Exporter)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Compress::Raw::Bzip2) >= %{version}
 BuildRequires:  perl(Compress::Raw::Zlib) >= %{version}
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Fcntl)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Glob)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Seekable)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Symbol)
-BuildRequires:  perl(Test::Builder)
+# Dual-lived module needs building early in the boot process
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Pod) >= 1.00
 %endif
-BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # this is wrapper for different Compress modules
-Provides:       perl-Compress-Zlib = %{version}-%{release}
 Obsoletes:      perl-Compress-Zlib < %{version}-%{release}
-Provides:       perl-IO-Compress-Base = %{version}-%{release}
+Provides:       perl-Compress-Zlib = %{version}-%{release}
 Obsoletes:      perl-IO-Compress-Base < %{version}-%{release}
-Provides:       perl-IO-Compress-Bzip2 = %{version}-%{release}
+Provides:       perl-IO-Compress-Base = %{version}-%{release}
 Obsoletes:      perl-IO-Compress-Bzip2 < %{version}-%{release}
+Provides:       perl-IO-Compress-Bzip2 = %{version}-%{release}
 Obsoletes:      perl-IO-Compress-Zlib < %{version}-%{release}
 Provides:       perl-IO-Compress-Zlib = %{version}-%{release}
 
@@ -73,7 +66,7 @@ perl -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' examples/io/anycat \
         examples/io/bzip2/* examples/io/gzip/* examples/compress-zlib/*
 
 %build
-%{__perl} Makefile.PL
+perl Makefile.PL
 make %{?_smp_mflags}
 
 %install
@@ -113,6 +106,19 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Mon Aug  6 2012 Paul Howarth <paul at city-fan.org> - 2.055-1
+- Update to 2.055
+  - FAQ: added a few paragraphs on how to deal with pbzip2 files
+    (CPAN RT#77743)
+  - Compress::Zip: speed up compress, uncompress, memGzip and memGunzip
+    (CPAN RT#77350)
+- BR: perl(lib)
+- Drop BR: perl(Test::Builder) and perl(Test::More) as they're bundled
+- Drop BR: perl(Config), perl(Fcntl), perl(File::Copy), perl(File::Glob),
+  perl(POSIX) and perl(Symbol) as they're not dual-lived
+- Drop redundant explicit require for perl(Exporter)
+- Don't use macros for commands
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.052-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 339dcba..df90d51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4da0627e0587575eba2e386f7f45a5fd  IO-Compress-2.052.tar.gz
+79db12b733adae3655d50af5b14b7c30  IO-Compress-2.055.tar.gz


More information about the scm-commits mailing list