Update to 0.39
- New upstream release 0.39 - Updated distribution metadata and packaging - Configuration phase now uses ExtUtils::HasCompiler
This commit is contained in:
parent
e6f2a2103d
commit
b7ad3653a5
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.38
|
||||
Release: 8%{?dist}
|
||||
Version: 0.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Routines for manipulating stashes
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Package-Stash
|
||||
@ -20,8 +20,13 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(ExtUtils::Mksymlists)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(B)
|
||||
@ -37,16 +42,17 @@ BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Test::Needs)
|
||||
%if %{with perl_Package_Stash_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(Module::Runtime::Conflicts)
|
||||
BuildRequires: perl(Package::Anon)
|
||||
BuildRequires: perl(Variable::Magic)
|
||||
%endif
|
||||
@ -86,11 +92,15 @@ make test
|
||||
%doc Changes CONTRIBUTING README
|
||||
%{_bindir}/package-stash-conflicts
|
||||
%{perl_vendorlib}/Package/
|
||||
%{_mandir}/man1/package-stash-conflicts.1*
|
||||
%{_mandir}/man3/Package::Stash.3*
|
||||
%{_mandir}/man3/Package::Stash::PP.3*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 22 2020 Paul Howarth <paul@city-fan.org> - 0.39-1
|
||||
- Update to 0.39
|
||||
- Updated distribution metadata and packaging
|
||||
- Configuration phase now uses ExtUtils::HasCompiler
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Package-Stash-0.38.tar.gz) = 4846953a845727d2b987a4625fc96e18c7d68a365ac8dbacfa21388b0a063ebac9c91e43190dc4f91af4b3adca508b32a6c7ec18213096622162c06c11cbb611
|
||||
SHA512 (Package-Stash-0.39.tar.gz) = c5a6cd56c86fb9f6c8585ee7f65d0add8e905c586747763c7841a054f3540b6bc505f57952f44bb90a6bb500d0d60d20ad5df7a40944480abbc9d8d43d64e30f
|
||||
|
Loading…
Reference in New Issue
Block a user