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

Paul Howarth pghmcfc at fedoraproject.org
Sat Oct 29 18:29:06 UTC 2011


commit 38d2ec5a5315ab1c5a877987e9388ca93fafd0a9
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Oct 29 19:28:27 2011 +0100

    Update to 2.041
    
    - New upstream release 2.041
      - Remove debugging line in t/001lzma.t that writes to /tmp (CPAN RT#72023)
    - Update version requirements for IO::Compress and Compress::Raw::Lzma

 perl-IO-Compress-Lzma.spec |   11 ++++++++---
 sources                    |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index cd73506..4b9b275 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Compress-Lzma
-Version:	2.040
+Version:	2.041
 Release:	1%{?dist}
 Summary:	Read and write lzma compressed data
 License:	GPL+ or Artistic
@@ -9,8 +9,8 @@ Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Lzma-%{ver
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(Compress::Raw::Lzma) >= 2.037
-BuildRequires:	perl(IO::Compress::Base) >= 2.037
+BuildRequires:	perl(Compress::Raw::Lzma) >= 2.040
+BuildRequires:	perl(IO::Compress::Base) >= 2.040
 BuildRequires:	perl(IO::String)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	xz, xz-lzma-compat
@@ -46,6 +46,11 @@ make test
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Sat Oct 29 2011 Paul Howarth <paul at city-fan.org> - 2.041-1
+- Update to 2.041
+  - Remove debugging line in t/001lzma.t that writes to /tmp (CPAN RT#72023)
+- Update version requirements for IO::Compress and Compress::Raw::Lzma
+
 * Sat Oct 29 2011 Paul Howarth <paul at city-fan.org> - 2.040-1
 - Update to 2.040
   - Fixed uncompression issue in IO::Uncompress::UnLzma (CPAN RT#71114)
diff --git a/sources b/sources
index f44fac0..3a2d1cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-647d4c2b226631cc2fcab81fcdce9a13  IO-Compress-Lzma-2.040.tar.gz
+9e0a9b9f191968f37c53e821b30fa23b  IO-Compress-Lzma-2.041.tar.gz



More information about the perl-devel mailing list