Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fcc6549ba4 | ||
|
2e4cf66712 | ||
|
79e8af51b9 | ||
|
724bb6bdb2 | ||
|
fa1b63d306 | ||
|
dd67679717 | ||
|
8722114c68 | ||
|
596141eb11 | ||
|
03a75c8978 | ||
|
242e9465bf |
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.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Lists of reserved barewords and symbol names
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/B-Keywords
|
||||
@ -31,20 +31,18 @@ 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
|
||||
%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)
|
||||
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,76 +84,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
|
||||
- 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
|
||||
|
||||
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-3
|
||||
- Perl 5.34 re-rebuild of bootstrapped packages
|
||||
|
||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-2
|
||||
- Perl 5.34 rebuild
|
||||
|
||||
* Mon Feb 22 2021 Paul Howarth <paul@city-fan.org> - 1.22-1
|
||||
- Update to 1.22
|
||||
- try/catch was added with 5.33.7
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.21-5
|
||||
- Perl 5.32 re-rebuild of bootstrapped packages
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.21-4
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Dec 18 2019 Paul Howarth <paul@city-fan.org> - 1.21-2
|
||||
- Text::CSV_XS is wanted by t/z_kwalitee.t
|
||||
|
||||
* Wed Dec 18 2019 Robin Lee <cheeselee@fedoraproject.org> - 1.21-1
|
||||
- Release 1.21 (RHBZ#1784567)
|
||||
- isa was added with 5.31.7
|
||||
- improved t/z_kwalitee.t
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-3
|
||||
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-2
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 15 2019 Paul Howarth <paul@city-fan.org> - 1.20-1
|
||||
- Update to 1.20
|
||||
- extern was added with 5.29.0c
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (B-Keywords-1.24.tar.gz) = b48290ffa0fc2f843930c0dc5227c0cce5552c5e112d2c63307b7557323387207a70cb30d7bc5e00db6e1ad4c8055b40e80c158e449a4fda9f4471cbc07ca8f7
|
||||
SHA512 (B-Keywords-1.20.tar.gz) = 481eda4d1388901412e982a6c799fab0965f363c4549233e24793aee96ffad68da6045a79fb78c1e946ca48b6ec67d1d49a687801a19254e9c3db12b5e29cb0f
|
||||
|
Loading…
Reference in New Issue
Block a user