0.15 bump
This commit is contained in:
parent
5f41e541ba
commit
b6855656fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/XS-Parse-Keyword-0.12.tar.gz
|
/XS-Parse-Keyword-0.12.tar.gz
|
||||||
/XS-Parse-Keyword-0.13.tar.gz
|
/XS-Parse-Keyword-0.13.tar.gz
|
||||||
/XS-Parse-Keyword-0.14.tar.gz
|
/XS-Parse-Keyword-0.14.tar.gz
|
||||||
|
/XS-Parse-Keyword-0.15.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
|
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
|
||||||
|
|
||||||
Name: perl-XS-Parse-Keyword
|
Name: perl-XS-Parse-Keyword
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: XS functions to assist in parsing keyword syntax
|
Summary: XS functions to assist in parsing keyword syntax
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -43,6 +43,7 @@ Provides: perl(:XS_Parse_Keyword_ABI_2)
|
|||||||
# This ABI range is defined with XS::Parse::Infix/ABIVERSION_MIN and
|
# This ABI range is defined with XS::Parse::Infix/ABIVERSION_MIN and
|
||||||
# XS::Parse::Infix/ABIVERSION_MAX in lib/XS/Parse/Keyword.xs.
|
# XS::Parse::Infix/ABIVERSION_MAX in lib/XS/Parse/Keyword.xs.
|
||||||
Provides: perl(:XS_Parse_Infix_ABI_0)
|
Provides: perl(:XS_Parse_Infix_ABI_0)
|
||||||
|
Provides: perl(:XS_Parse_Infix_ABI_1)
|
||||||
|
|
||||||
# Remove under-specified dependencies
|
# Remove under-specified dependencies
|
||||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::More\\)$
|
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::More\\)$
|
||||||
@ -138,6 +139,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 07 2021 Petr Pisar <ppisar@redhat.com> - 0.15-1
|
||||||
|
- 0.15 bump
|
||||||
|
|
||||||
* Wed Sep 01 2021 Petr Pisar <ppisar@redhat.com> - 0.14-1
|
* Wed Sep 01 2021 Petr Pisar <ppisar@redhat.com> - 0.14-1
|
||||||
- 0.14 bump
|
- 0.14 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (XS-Parse-Keyword-0.14.tar.gz) = 21d80d197d1b07ed8066eb51fd6026fcf7eef0cd772702b7a72398426e59f735149e197ffae40392b6046b50f711004cbf498175173d072de8506bcc5b7680be
|
SHA512 (XS-Parse-Keyword-0.15.tar.gz) = 6c04b33cf2b7c32e136a29e9f25850642bb43b2f4808b49a0805af21402640919955a78c952a43b16737d8a3788ccfc0b4d7a5c15799dc0cba12ab0caf90d4d3
|
||||||
|
Loading…
Reference in New Issue
Block a user