Update to 2.055
- New upstream release 2.055 - Fix misuse of magic in API (CPAN RT#78080)
This commit is contained in:
parent
12206d4c51
commit
02823764b4
@ -1,6 +1,6 @@
|
||||
Name: perl-Compress-Raw-Lzma
|
||||
Version: 2.052
|
||||
Release: 5%{?dist}
|
||||
Version: 2.055
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to lzma compression library
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -18,9 +18,9 @@ BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(XSLoader)
|
||||
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
|
||||
Requires: xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]')
|
||||
Requires: perl(XSLoader)
|
||||
|
||||
# Don't "provide" private Perl libs
|
||||
%{?perl_default_filter}
|
||||
@ -52,6 +52,10 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
|
||||
- Update to 2.055
|
||||
- Fix misuse of magic in API (CPAN RT#78080)
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user