Update to 0.239
- New upstream release 0.239
- Harden against changes to require error messages: the '@INC contains' may
change in a future release of perl; this hardens the test to be insensitive
to the exact words chosen (https://github.com/Perl/perl5/pull/20547)
- Use SPDX-format license tag
This commit is contained in:
parent
c0420772d6
commit
d470ee7b45
@ -1,2 +0,0 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US qw -> ")
|
||||
@ -1,9 +1,9 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.238
|
||||
Release: 489%{?dist}
|
||||
Version: 0.239
|
||||
Release: 1%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/parent
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -56,6 +56,13 @@ make test
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2022 Paul Howarth <paul@city-fan.org> - 1:0.239-1
|
||||
- Update to 0.239
|
||||
- Harden against changes to require error messages: the '@INC contains' may
|
||||
change in a future release of perl; this hardens the test to be insensitive
|
||||
to the exact words chosen (https://github.com/Perl/perl5/pull/20547)
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-489
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (parent-0.238.tar.gz) = b1ede0366f6a9f16e9b76553d4af5934f99a63449b8db0e681ba7103b306a777b698be008da87f25791fb83bbc6085294c4c4cd695a6899fcd04cbc5045a2bf4
|
||||
SHA512 (parent-0.239.tar.gz) = 4bbf5225d745a98e615adb3acc856b816b1f24d8c666a3933d6aa19561ef9a3198e4dc1c5d63cd0b40b7675af844eaa243b89d34a67caf2525c2999d6c982345
|
||||
|
||||
Loading…
Reference in New Issue
Block a user