Update to 1.23
- New upstream release 1.23 - Relax bogus blead test failures - Add reverse test: if @Barewords are covered on keywords.h - Move some @Barewords not in keywords.h to @BarewordsExtra - Add %main, %CORE, %CORE::GLOBAL:: to @Hashes - Fixed versions for EQ, CORE, state, break, given, when, default, UNITCHECK
This commit is contained in:
parent
6dd631cc3f
commit
002132073f
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-B-Keywords
|
||||
Version: 1.22
|
||||
Release: 4%{?dist}
|
||||
Version: 1.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Lists of reserved barewords and symbol names
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/B-Keywords
|
||||
@ -36,6 +36,7 @@ BuildRequires: perl(Test::Pod) >= 1.0
|
||||
# Maintainer Tests
|
||||
%if 0%{!?perl_bootstrap:1} && %{with perl_B_Keywords_enables_extra_test}
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
||||
BuildRequires: perl(Test::Kwalitee)
|
||||
@ -85,6 +86,14 @@ make test
|
||||
%{_mandir}/man3/B::Keywords.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 31 2021 Paul Howarth <paul@city-fan.org> - 1.23-1
|
||||
- Update to 1.23
|
||||
- Relax bogus blead test failures
|
||||
- Add reverse test: if @Barewords are covered on keywords.h
|
||||
- Move some @Barewords not in keywords.h to @BarewordsExtra
|
||||
- Add %%main, %%CORE, %%CORE::GLOBAL:: to @Hashes
|
||||
- Fixed versions for EQ, CORE, state, break, given, when, default, UNITCHECK
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (B-Keywords-1.22.tar.gz) = 9dd44cafe4502edb519d885d74688183275550c3ad4da61387e805cf7a4789434ebda8f1f71104515c688e0e0358ca38399a1d1bd2ba066c7e1e3de76ae68bb2
|
||||
SHA512 (B-Keywords-1.23.tar.gz) = 75a9b9b5d3aa3ebc876450a2fccd8cd4456e97588f6136e24cea1cd848dc28e6c2addb2adf27f7bbca87e12a3df353458c7cb51e82dde93d52c6857ddfa0f1d3
|
||||
|
Loading…
Reference in New Issue
Block a user