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

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 6 13:44:08 UTC 2012


commit 02823764b4a2e845ca57f84e58d8abc42dcf1e1a
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 6 13:09:52 2012 +0100

    Update to 2.055
    
    - New upstream release 2.055
      - Fix misuse of magic in API (CPAN RT#78080)

 perl-Compress-Raw-Lzma.spec |   10 +++++++---
 sources                     |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 4380080..a59a988 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,6 +1,6 @@
 Name:		perl-Compress-Raw-Lzma
-Version:	2.052
-Release:	5%{?dist}
+Version:	2.055
+Release:	1%{?dist}
 Summary:	Low-level interface to lzma compression library
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -18,9 +18,9 @@ BuildRequires:	perl(Test::NoWarnings)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(XSLoader)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(XSLoader)
 # Built-against version is embedded in module, so we have a strict version dependency
 Requires:	xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]')
-Requires:	perl(XSLoader)
 
 # Don't "provide" private Perl libs
 %{?perl_default_filter}
@@ -52,6 +52,10 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.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)
+
 * 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 ca37ff0..c9c9709 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fce9805ad1fa6c23a9e2fb5b19641b57  Compress-Raw-Lzma-2.052.tar.gz
+3532fade443e07eac44607853bc2e15f  Compress-Raw-Lzma-2.055.tar.gz


More information about the scm-commits mailing list