Update to 2.066 (no changes)

This commit is contained in:
Paul Howarth 2014-09-22 10:39:36 +01:00
parent b29828febf
commit efcdbf6360
2 changed files with 9 additions and 5 deletions

View File

@ -1,13 +1,12 @@
Name: perl-Compress-Raw-Lzma
Version: 2.064
Release: 4%{?dist}
Version: 2.066
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
BuildRequires: xz
BuildRequires: xz-devel
BuildRequires: perl
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
@ -17,6 +16,8 @@ BuildRequires: perl(lib)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(XSLoader)
BuildRequires: xz
BuildRequires: xz-devel
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(XSLoader)
# Built-against version is embedded in module, so we have a strict version dependency
@ -52,6 +53,9 @@ make test
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
%changelog
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
- Update to 2.066 (no changes)
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-4
- Perl 5.20 rebuild

View File

@ -1 +1 @@
67feb68025fc9f666f543d9e27a5233c Compress-Raw-Lzma-2.064.tar.gz
419c27cc5ab426a8b163e51257927fb6 Compress-Raw-Lzma-2.066.tar.gz