Update to 0.238
- New upstream release 0.238
- Move the prerequisite Test::More from being a runtime prerequisite to a
test time / build time prerequisite (GH#11)
This commit is contained in:
parent
3a8c988527
commit
4414e35f9d
2
perl-parent.rpmlintrc
Normal file
2
perl-parent.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US qw -> ")
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.237
|
||||
Release: 440%{?dist}
|
||||
Version: 0.238
|
||||
Release: 1%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/parent
|
||||
@ -18,7 +18,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
# Test Suite
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.4
|
||||
BuildRequires: perl(Test::More) >= 0.40
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -56,6 +56,11 @@ make test
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 7 2020 Paul Howarth <paul@city-fan.org> - 1:0.238-1
|
||||
- Update to 0.238
|
||||
- Move the prerequisite Test::More from being a runtime prerequisite to a
|
||||
test time / build time prerequisite (GH#11)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
@ -73,7 +78,7 @@ make test
|
||||
|
||||
* Sat Jul 7 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
|
||||
- Update to 0.237
|
||||
- Don't load vars.pm (CPAN RT#132077)
|
||||
- Don't load vars.pm (Perl RT#132077)
|
||||
- Drop legacy Group: tag
|
||||
- Drop buildroot cleaning in %%install section
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (parent-0.237.tar.gz) = 3da3b16eb8401a0c37aeadc4cf8518c9640f6c22edb837e652d33d68758932079f576b1ede52cdf28d35c3edb2f4e0f49462ad1567419487634349508d7b4794
|
||||
SHA512 (parent-0.238.tar.gz) = b1ede0366f6a9f16e9b76553d4af5934f99a63449b8db0e681ba7103b306a777b698be008da87f25791fb83bbc6085294c4c4cd695a6899fcd04cbc5045a2bf4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user