Update to 0.015
- New upstream release 0.015 - Drop Test::Deep prereq - Use SPDX-format license tag
This commit is contained in:
parent
bc88eec721
commit
d4f9bec0b6
@ -7,9 +7,9 @@
|
||||
|
||||
Name: perl-CPAN-Meta-Check
|
||||
Summary: Verify requirements in a CPAN::Meta object
|
||||
Version: 0.014
|
||||
Release: 22%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.015
|
||||
Release: 1%{?dist}
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/CPAN-Meta-Check
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/CPAN/CPAN-Meta-Check-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -32,7 +32,7 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120920
|
||||
BuildRequires: perl(Env)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
%if %{with perl_CPAN_Meta_Check_enables_extra_test} && !%{defined perl_bootstrap}
|
||||
# Break a build cycle: perl-Pod-Coverage-TrustPod → perl-Pod-Eventual
|
||||
@ -79,6 +79,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/CPAN::Meta::Check.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2023 Paul Howarth <paul@city-fan.org> - 0.015-1
|
||||
- Update to 0.015
|
||||
- Drop Test::Deep prereq
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (CPAN-Meta-Check-0.014.tar.gz) = a10af09a7ce771ca3983adea8053d141750fd09849609a28e7f973831fd3a3ece55281841aec93c099154bb59135986da4983bf612ae4e956c45dbb3f2770f5e
|
||||
SHA512 (CPAN-Meta-Check-0.015.tar.gz) = e7d64cfb7c95800436a606ea3ce26d4cdde29fc5ac818078488e8477613f23f58c85c6e20ceef77e69e78a7413395e83200368a69b2a33c6e13958e5ab769e96
|
||||
|
Loading…
Reference in New Issue
Block a user