0.16 bump
This commit is contained in:
parent
b6855656fb
commit
844c17bf0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/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
|
/XS-Parse-Keyword-0.15.tar.gz
|
||||||
|
/XS-Parse-Keyword-0.16.tar.gz
|
||||||
|
@ -1,2 +1 @@
|
|||||||
addFilter('-tests\.\S*: W: no-documentation')
|
addFilter('-tests\.\S*: W: no-documentation')
|
||||||
addFilter('unversioned-explicit-provides perl\(:XS_Parse_Keyword_ABI_1\)')
|
|
||||||
|
@ -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.15
|
Version: 0.16
|
||||||
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
|
||||||
@ -26,7 +26,9 @@ BuildRequires: perl(warnings)
|
|||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
# Tests:
|
# Tests:
|
||||||
|
BuildRequires: perl(B::Deparse)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
%if %{with perl_XS_Parse_Keyword_enables_optional_test}
|
%if %{with perl_XS_Parse_Keyword_enables_optional_test}
|
||||||
# Optional tests:
|
# Optional tests:
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
@ -139,6 +141,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 22 2021 Petr Pisar <ppisar@redhat.com> - 0.16-1
|
||||||
|
- 0.16 bump
|
||||||
|
|
||||||
* Tue Sep 07 2021 Petr Pisar <ppisar@redhat.com> - 0.15-1
|
* Tue Sep 07 2021 Petr Pisar <ppisar@redhat.com> - 0.15-1
|
||||||
- 0.15 bump
|
- 0.15 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (XS-Parse-Keyword-0.15.tar.gz) = 6c04b33cf2b7c32e136a29e9f25850642bb43b2f4808b49a0805af21402640919955a78c952a43b16737d8a3788ccfc0b4d7a5c15799dc0cba12ab0caf90d4d3
|
SHA512 (XS-Parse-Keyword-0.16.tar.gz) = 2aca0c305746ffc773e31097b55de3b7f0659c51c1cf44ff8af25b1837d603e059d280b4a69ae83da8e9d6cbb0458632252a91c1c389fdd5d41bd905b916f318
|
||||||
|
Loading…
Reference in New Issue
Block a user