From 2f151c6505f4bb7f0f5ab6808537910b77f29835 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Oct 27 2010 09:05:08 +0000 Subject: 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 --- 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/Compress-Raw-Lzma-2.030-no-subfilters.patch b/Compress-Raw-Lzma-2.030-no-subfilters.patch deleted file mode 100644 index 5ee1664..0000000 --- a/Compress-Raw-Lzma-2.030-no-subfilters.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- Compress-Raw-Lzma-2.030/Makefile.PL.orig 2009-12-27 13:49:56.000000000 +0000 -+++ Compress-Raw-Lzma-2.030/Makefile.PL 2010-10-26 15:53:26.339111604 +0100 -@@ -288,28 +288,6 @@ - #LZMA_BACKWARD_SIZE_MAX - - --# subblock.h --########## --LZMA_FILTER_SUBBLOCK -- --# enum lzma_subfilter_mode --LZMA_SUBFILTER_NONE enum --LZMA_SUBFILTER_SET enum --LZMA_SUBFILTER_RUN enum --LZMA_SUBFILTER_FINISH enum -- --LZMA_SUBBLOCK_ALIGNMENT_MIN --LZMA_SUBBLOCK_ALIGNMENT_MAX --LZMA_SUBBLOCK_ALIGNMENT_DEFAULT -- --LZMA_SUBBLOCK_DATA_SIZE_MIN --LZMA_SUBBLOCK_DATA_SIZE_MAX --LZMA_SUBBLOCK_DATA_SIZE_DEFAULT -- --LZMA_SUBBLOCK_RLE_OFF --LZMA_SUBBLOCK_RLE_MIN --LZMA_SUBBLOCK_RLE_MAX -- - # version.h - ########### - LZMA_VERSION 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 - 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 - 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