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
This commit is contained in:
Paul Howarth 2011-06-20 12:49:15 +01:00
parent 859f23c39f
commit 12e7f99276
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Compress-Raw-Lzma-2.035.tar.gz
/Compress-Raw-Lzma-[0-9.]*.tar.gz

View File

@ -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@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@redhat.com> - 2.035-3
- Perl mass rebuild

View File

@ -1 +1 @@
9b1bc4f45fa984e1dc036420fb60ef2c Compress-Raw-Lzma-2.035.tar.gz
37289f0042fc3294629975b9d611b15e Compress-Raw-Lzma-2.036.tar.gz