Compare commits
No commits in common. "rawhide" and "epel9" have entirely different histories.
3
perl-B-Keywords.rpmlintrc
Normal file
3
perl-B-Keywords.rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
||||
from Config import *
|
||||
|
||||
addFilter("spelling-error Summary\(en_US\) barewords -> ")
|
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-B-Keywords
|
||||
Version: 1.24
|
||||
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
|
||||
@ -31,7 +31,6 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.0
|
||||
# Maintainer Tests
|
||||
@ -45,6 +44,7 @@ BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Text::CSV_XS)
|
||||
BuildRequires: perl(warnings)
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -86,23 +86,6 @@ make test
|
||||
%{_mandir}/man3/B::Keywords.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-3
|
||||
- Perl 5.36 re-rebuild of bootstrapped packages
|
||||
|
||||
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-2
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
* Wed Feb 23 2022 Paul Howarth <paul@city-fan.org> - 1.24-1
|
||||
- Update to 1.24
|
||||
- Fix for broken <archlibexp>/CORE/keywords.h test on system macOS (GH#5)
|
||||
- 'finally' added with 5.35.8 (CPAN RT#141406)
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Oct 31 2021 Paul Howarth <paul@city-fan.org> - 1.23-1
|
||||
- Update to 1.23
|
||||
- Relax bogus blead test failures
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (B-Keywords-1.24.tar.gz) = b48290ffa0fc2f843930c0dc5227c0cce5552c5e112d2c63307b7557323387207a70cb30d7bc5e00db6e1ad4c8055b40e80c158e449a4fda9f4471cbc07ca8f7
|
||||
SHA512 (B-Keywords-1.23.tar.gz) = 75a9b9b5d3aa3ebc876450a2fccd8cd4456e97588f6136e24cea1cd848dc28e6c2addb2adf27f7bbca87e12a3df353458c7cb51e82dde93d52c6857ddfa0f1d3
|
||||
|
Loading…
Reference in New Issue
Block a user