Update to 2.086
- New upstream release 2.086 - Moved source to github: https://github.com/pmqs/Compress-Raw-Lzma - Add META_MERGE to Makefile.PL - Added meta-json.t and meta-yaml.t
This commit is contained in:
parent
7980fbc191
commit
b410b7d6f3
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Compress-Raw-Lzma
|
Name: perl-Compress-Raw-Lzma
|
||||||
Version: 2.085
|
Version: 2.086
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to lzma compression library
|
Summary: Low-level interface to lzma compression library
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Compress-Raw-Lzma
|
URL: https://metacpan.org/release/Compress-Raw-Lzma
|
||||||
@ -34,10 +34,12 @@ BuildRequires: perl(XSLoader)
|
|||||||
# Test Suite
|
# Test Suite
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(threads::shared)
|
||||||
|
# Optional Tests
|
||||||
|
BuildRequires: perl(Test::CPAN::Meta)
|
||||||
|
BuildRequires: perl(Test::CPAN::Meta::JSON)
|
||||||
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(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 +77,12 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 1 2019 Paul Howarth <paul@city-fan.org> - 2.086-1
|
||||||
|
- Update to 2.086
|
||||||
|
- Moved source to github: https://github.com/pmqs/Compress-Raw-Lzma
|
||||||
|
- Add META_MERGE to Makefile.PL
|
||||||
|
- Added meta-json.t and meta-yaml.t
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.085-2
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.085-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Compress-Raw-Lzma-2.085.tar.gz) = 1c4058d76fd4a9b1f416d976b6bf23cb8c72b003e497feda6ec522d395e7700c36b975fadfb708ab110392b186f03c0edc51111c471281e9374a83a5087b3db2
|
SHA512 (Compress-Raw-Lzma-2.086.tar.gz) = 1a7cd28e83a9fcd97363422b932bdb605d6462dffcb69afaf60758857d231bfa72df0e4dcce642d2d21dd2073d6c5c7e9cbab09f015c22b02f5983e25f30525e
|
||||||
|
Loading…
Reference in New Issue
Block a user