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

Paul Howarth pghmcfc at fedoraproject.org
Mon Jun 20 11:50:22 UTC 2011


commit 12e7f992769057c7dc08accabdba7c347957a4da
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jun 20 12:49:15 2011 +0100

    Update to 2.036
    
    - New upstream release 2.036
      - A number of changes to facilitate adding LZMA support to
        IO::Compress::Zip : IO::Uncompress::Unzip:
        - Added preset filters Lzma::Filter::Lzma1::Preset and
          Lzma::Filter::Lzma2::Preset
       - Added forZip option to Compress::Raw::Lzma::Encoder
       - Added properties option to Compress::Raw::Lzma::RawDecoder

 .gitignore                  |    2 +-
 perl-Compress-Raw-Lzma.spec |   13 +++++++++++--
 sources                     |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cca7c6..db0d789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Compress-Raw-Lzma-2.035.tar.gz
+/Compress-Raw-Lzma-[0-9.]*.tar.gz
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 5f8320d..fabd643 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,6 +1,6 @@
 Name:		perl-Compress-Raw-Lzma
-Version:	2.035
-Release:	3%{?dist}
+Version:	2.036
+Release:	1%{?dist}
 Summary:	Low-level interface to lzma compression library
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -43,6 +43,15 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Mon Jun 20 2011 Paul Howarth <paul at city-fan.org> - 2.036-1
+- Update to 2.036
+  - A number of changes to facilitate adding LZMA support to
+    IO::Compress::Zip : IO::Uncompress::Unzip:
+    - Added preset filters Lzma::Filter::Lzma1::Preset and
+      Lzma::Filter::Lzma2::Preset
+   - Added forZip option to Compress::Raw::Lzma::Encoder
+   - Added properties option to Compress::Raw::Lzma::RawDecoder
+
 * Sun Jun 19 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.035-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 38eb3b7..d648e99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b1bc4f45fa984e1dc036420fb60ef2c  Compress-Raw-Lzma-2.035.tar.gz
+37289f0042fc3294629975b9d611b15e  Compress-Raw-Lzma-2.036.tar.gz



More information about the perl-devel mailing list