Update to 2.081
- New upstream release 2.081 - Previous release used $^W instead of use warnings - fixed
This commit is contained in:
parent
32c9683e05
commit
08707d8a8f
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Compress-Raw-Lzma
|
Name: perl-Compress-Raw-Lzma
|
||||||
Version: 2.080
|
Version: 2.081
|
||||||
Release: 1%{?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
|
||||||
@ -38,6 +38,7 @@ BuildRequires: perl(overload)
|
|||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(threads::shared)
|
BuildRequires: perl(threads::shared)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
@ -75,6 +76,10 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 9 2018 Paul Howarth <paul@city-fan.org> - 2.081-1
|
||||||
|
- Update to 2.081
|
||||||
|
- Previous release used $^W instead of use warnings - fixed
|
||||||
|
|
||||||
* Wed Apr 4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
|
* Wed Apr 4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
|
||||||
- Update to 2.080 (no changes)
|
- Update to 2.080 (no changes)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Compress-Raw-Lzma-2.080.tar.gz) = c4b2d670d734841c8c6c14ec1c57a93db18c8f5a4bcf3b9484d21233ff36fde9eb83a50103d4ca5dd3cc96c38003c0bbd93a0d58544c949b6eb196cab1589ff7
|
SHA512 (Compress-Raw-Lzma-2.081.tar.gz) = 900cae822b6be36187eef1fc26ccbf0bd760776923b2e476b8722990637f4c7679bade99f919332cd01b778aea46718ffefc030474872dfe0fa22da20d2137f2
|
||||||
|
Loading…
Reference in New Issue
Block a user