[perl-Compress-Raw-Bzip2] Update to 2.055

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 6 13:23:43 UTC 2012


commit a102a526727305f50bb8ca3b309be49f220be33a
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 6 12:57:18 2012 +0100

    Update to 2.055
    
    - New upstream release 2.055
      - Fix misuse of magic in API (CPAN RT#78080)
    - Drop redundant explicit requires for perl(Exporter) and perl(File::Temp)

 perl-Compress-Raw-Bzip2.spec |   12 ++++++++----
 sources                      |    2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index 4779ef6..da68b85 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,7 +1,7 @@
 Name:           perl-Compress-Raw-Bzip2
 Summary:        Low-level interface to bzip2 compression library
-Version:        2.052
-Release:        5%{?dist}
+Version:        2.055
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Compress-Raw-Bzip2/
@@ -20,11 +20,10 @@ BuildRequires:  perl(Test::Pod)
 # XSLoader or DynaLoader; choose wisely
 BuildRequires:  perl(XSLoader)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Exporter)
-Requires:       perl(File::Temp)
 # see above
 Requires:       perl(XSLoader)
 
+# Don't "provide" private Perl libs
 %{?perl_default_filter}
 
 %description
@@ -58,6 +57,11 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 %changelog
+* Mon Aug  6 2012 Paul Howarth <paul at city-fan.org> - 2.055-1
+- Update to 2.055
+  - Fix misuse of magic in API (CPAN RT#78080)
+- Drop redundant explicit requires for perl(Exporter) and perl(File::Temp)
+
 * 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 70bd28b..0c7ec9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ea1458453c49104e46f2d2b3dc6d844  Compress-Raw-Bzip2-2.052.tar.gz
+8490312f9c8b6b9f7ddefc9d832bbe38  Compress-Raw-Bzip2-2.055.tar.gz



More information about the perl-devel mailing list