0.25 bump
This commit is contained in:
parent
6ce5b31404
commit
b1a4371b89
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/XS-Parse-Keyword-0.22.tar.gz
|
||||
/XS-Parse-Keyword-0.23.tar.gz
|
||||
/XS-Parse-Keyword-0.24.tar.gz
|
||||
/XS-Parse-Keyword-0.25.tar.gz
|
||||
|
@ -2,10 +2,10 @@
|
||||
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
|
||||
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.24
|
||||
Release: 2%{?dist}
|
||||
Version: 0.25
|
||||
Release: 1%{?dist}
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/XS-Parse-Keyword
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/XS-Parse-Keyword-%{version}.tar.gz
|
||||
Source1: macros.perl-XS-Parse-Keyword
|
||||
@ -28,6 +28,7 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
# perl(:VERSION) >= 5.16 not yet used in t/70infix.t
|
||||
BuildRequires: perl(B::Deparse)
|
||||
# Some t/*.xs tests need a newer ExtUtils::ParseXS
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
||||
@ -148,6 +149,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2022 Petr Pisar <ppisar@redhat.com> - 0.25-1
|
||||
- 0.25 bump
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XS-Parse-Keyword-0.24.tar.gz) = ce9d622afeaeaea94fd68ece3840e52a9b79eb083558f68688ffa4d67d20be13e4690859f7f3cb89c4d371ba6f412ff4a0bf767d6e61e03fe0a2b6598a5558d3
|
||||
SHA512 (XS-Parse-Keyword-0.25.tar.gz) = db4b92b49654574e5bb93cbf144e766840f9338cf7e6e7ebe48398b79f6beddf56761241d6f1672abbb8ea00e05eef4a3f909258abd7598dda8fee88b541508d
|
||||
|
Loading…
Reference in New Issue
Block a user