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

Paul Howarth pghmcfc at fedoraproject.org
Mon Jun 20 13:38:53 UTC 2011


commit 6f9652fa787a1061b33df86ad1186f6cc111fce8
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jun 20 14:04:05 2011 +0100

    Update to 2.036
    
    - New upstream release 2.036
      - IO::Compress::Adapter:
        - Added interface to allow creation of LZMA stream for use in a zip file
      - IO::Uncompress::Adapter:
        - Added interface to allow reading of LZMA stream in a zip file
    - BR: /usr/bin/7z for additional test coverage

 .gitignore                 |    2 +-
 perl-IO-Compress-Lzma.spec |   11 ++++++++++-
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86d75cc..69b12b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Compress-Lzma-2.035.tar.gz
+/IO-Compress-Lzma-[0-9.]*.tar.gz
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index 667854b..f0a7669 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Compress-Lzma
-Version:	2.035
+Version:	2.036
 Release:	1%{?dist}
 Summary:	Read and write lzma compressed data
 License:	GPL+ or Artistic
@@ -14,6 +14,7 @@ BuildRequires:	perl(IO::Compress::Base) >= %{version}
 BuildRequires:	perl(IO::String)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	xz, xz-lzma-compat
+BuildRequires:	/usr/bin/7z
 
 %description
 This distribution provides a Perl interface to allow reading and writing of
@@ -45,6 +46,14 @@ make test
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Mon Jun 20 2011 Paul Howarth <paul at city-fan.org> - 2.036-1
+- Update to 2.036
+  - IO::Compress::Adapter:
+    - Added interface to allow creation of LZMA stream for use in a zip file
+  - IO::Uncompress::Adapter:
+    - Added interface to allow reading of LZMA stream in a zip file
+- BR: /usr/bin/7z for additional test coverage
+
 * Sat May  7 2011 Paul Howarth <paul at city-fan.org> - 2.035-1
 - Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
 
diff --git a/sources b/sources
index facb2f2..b64a0cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af70fb7ae053be64b0ccd83f11b98074  IO-Compress-Lzma-2.035.tar.gz
+3146e069e658885731ab5b51552252fd  IO-Compress-Lzma-2.036.tar.gz



More information about the perl-devel mailing list