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 - 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á - 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