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:
parent
859f23c39f
commit
12e7f99276
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Compress-Raw-Lzma-2.035.tar.gz
|
||||
/Compress-Raw-Lzma-[0-9.]*.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user