0.24 bump
This commit is contained in:
parent
2f6c7078a6
commit
0c03f99452
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/XS-Parse-Keyword-0.21.tar.gz
|
||||
/XS-Parse-Keyword-0.22.tar.gz
|
||||
/XS-Parse-Keyword-0.23.tar.gz
|
||||
/XS-Parse-Keyword-0.24.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
|
||||
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.23
|
||||
Version: 0.24
|
||||
Release: 1%{?dist}
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
License: GPL+ or Artistic
|
||||
@ -16,11 +16,13 @@ BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.14
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::CChecker) >= 0.11
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(constant)
|
||||
@ -146,6 +148,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jun 27 2022 Petr Pisar <ppisar@redhat.com> - 0.24-1
|
||||
- 0.24 bump
|
||||
|
||||
* Tue Jun 14 2022 Petr Pisar <ppisar@redhat.com> - 0.23-1
|
||||
- 0.23 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XS-Parse-Keyword-0.23.tar.gz) = 58edd9990a9b187bb94a6b33cd30ee16961a8140b6c2c836ba8f7883d04f9bf5fe350b471a88c8f7facd4eadcd072f6440d075dfd8736e55cd8b37caf2182557
|
||||
SHA512 (XS-Parse-Keyword-0.24.tar.gz) = ce9d622afeaeaea94fd68ece3840e52a9b79eb083558f68688ffa4d67d20be13e4690859f7f3cb89c4d371ba6f412ff4a0bf767d6e61e03fe0a2b6598a5558d3
|
||||
|
Loading…
Reference in New Issue
Block a user