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

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 27 09:06:32 UTC 2010


commit 2f151c6505f4bb7f0f5ab6808537910b77f29835
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 27 10:05:08 2010 +0100

    Update to 2.031
    
    - New upstream release 2.031
      - Changed to build with XZ 5.0.0
      - Dropped symbolic constants provided by subblock.h (CPAN RT#62461)
    - Drop xz 5.x patch, no longer needed

 .gitignore                                  |    2 +-
 Compress-Raw-Lzma-2.030-no-subfilters.patch |   31 ---------------------------
 perl-Compress-Raw-Lzma.spec                 |   14 +++++++-----
 sources                                     |    2 +-
 4 files changed, 10 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec1ce0d..4ca6c97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Compress-Raw-Lzma-2.030.tar.gz
+/Compress-Raw-Lzma-2.031.tar.gz
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index b488240..2227480 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,12 +1,11 @@
 Name:		perl-Compress-Raw-Lzma
-Version:	2.030
-Release:	2%{?dist}
+Version:	2.031
+Release:	1%{?dist}
 Summary:	Low-level interface to lzma compression library
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Compress-Raw-Lzma/
 Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{version}.tar.gz
-Patch0:		Compress-Raw-Lzma-2.030-no-subfilters.patch
 BuildRequires:	xz, xz-devel, perl(ExtUtils::MakeMaker), perl(Test::Pod)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -20,9 +19,6 @@ It is used by IO::Compress::Lzma.
 %prep
 %setup -q -n Compress-Raw-Lzma-%{version}
 
-# xz 5.0.0 removes subfilter support
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -45,6 +41,12 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Wed Oct 27 2010 Paul Howarth <paul at city-fan.org> - 2.031-1
+- Update to 2.031
+  - Changed to build with XZ 5.0.0
+  - Dropped symbolic constants provided by subblock.h (CPAN RT#62461)
+- Drop xz 5.x patch, no longer needed
+
 * Tue Oct 26 2010 Paul Howarth <paul at city-fan.org> - 2.030-2
 - Patch out subfilter constants, not supported in xz 5.x (CPAN RT#62461)
 
diff --git a/sources b/sources
index 43231f4..815a189 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d9820c602f4e7a87e8145ebf6aed0ac  Compress-Raw-Lzma-2.030.tar.gz
+847cbf0b4781275ee9e448318379d08c  Compress-Raw-Lzma-2.031.tar.gz



More information about the perl-devel mailing list