[perl-IO-Compress-Lzma] Update to 2.038

Paul Howarth pghmcfc at fedoraproject.org
Fri Jun 24 09:54:36 UTC 2011


commit c1fadb4c88841f1c0ab8d1870f500881056545f4
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jun 24 10:53:27 2011 +0100

    Update to 2.038
    
    - New upstream release 2.038
      - Fixed missing SKIP label in t/050interop-zip-lzma.t
    - Hard-code version requirements for IO::Compress and Compress::Raw::Lzma
      until the next synchronized release happens

 perl-IO-Compress-Lzma.spec |   16 +++++++++++-----
 sources                    |    2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index 2dc7f5e..0a5c5b5 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,16 +1,16 @@
 Name:		perl-IO-Compress-Lzma
-Version:	2.037
-Release:	2%{?dist}
+Version:	2.038
+Release:	1%{?dist}
 Summary:	Read and write lzma compressed data
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-Compress-Lzma/
 Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Lzma-%{version}.tar.gz
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(Compress::Raw::Lzma) >= %{version}
-BuildRequires:	perl(IO::Compress::Base) >= %{version}
+BuildRequires:	perl(Compress::Raw::Lzma) >= 2.037
+BuildRequires:	perl(IO::Compress::Base) >= 2.037
 BuildRequires:	perl(IO::String)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	xz, xz-lzma-compat
@@ -46,6 +46,12 @@ make test
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Fri Jun 24 2011 Paul Howarth <paul at city-fan.org> - 2.038-1
+- Update to 2.038
+  - Fixed missing SKIP label in t/050interop-zip-lzma.t
+- Hard-code version requirements for IO::Compress and Compress::Raw::Lzma
+  until the next synchronized release happens
+
 * Wed Jun 22 2011 Paul Howarth <paul at city-fan.org> - 2.037-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 400a302..6737b1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9a33d81f0e4cc857b88bad9a0c6bc02  IO-Compress-Lzma-2.037.tar.gz
+ca765d13855cce82c4965bd875e75d45  IO-Compress-Lzma-2.038.tar.gz


More information about the scm-commits mailing list