Update to 2.040

- New upstream release 2.040
  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
- BR: perl(Carp)
This commit is contained in:
Paul Howarth 2011-10-29 10:03:53 +01:00
parent 500fa0b292
commit c06514d3c9
2 changed files with 11 additions and 6 deletions

View File

@ -1,13 +1,13 @@
Name: perl-Compress-Raw-Lzma Name: perl-Compress-Raw-Lzma
Version: 2.037 Version: 2.040
Release: 3%{?dist} Release: 1%{?dist}
Summary: Low-level interface to lzma compression library Summary: Low-level interface to lzma compression library
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Compress-Raw-Lzma/ 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 Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{version}.tar.gz
BuildRequires: xz, xz-devel, perl(ExtUtils::MakeMaker), perl(Test::Pod) BuildRequires: xz, xz-devel, perl(Carp), perl(ExtUtils::MakeMaker), perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Built-against version is embedded in module, so we have a strict version dependency # Built-against version is embedded in module, so we have a strict version dependency
Requires: xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]') Requires: xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]')
@ -43,8 +43,13 @@ make test
%{_mandir}/man3/Compress::Raw::Lzma.3pm* %{_mandir}/man3/Compress::Raw::Lzma.3pm*
%changelog %changelog
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
- Update to 2.040
- Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
- BR: perl(Carp)
* Sun Oct 16 2011 Jindrich Novy <jnovy@redhat.com> - 2.037-3 * Sun Oct 16 2011 Jindrich Novy <jnovy@redhat.com> - 2.037-3
- rebuild against new xz - Rebuild against new xz
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2 * Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
- Perl mass rebuild - Perl mass rebuild

View File

@ -1 +1 @@
220974d43522b037b0905e2c31f6cdf8 Compress-Raw-Lzma-2.037.tar.gz 65ad831d5a7208a8b79a19b0ba0c49dd Compress-Raw-Lzma-2.040.tar.gz