!2 Update to 0.38

From: @wu-leilei 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-09-13 01:56:10 +00:00 committed by Gitee
commit 3ec42b4dbc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
Name: perl-XS-Parse-Keyword
Version: 0.33
Version: 0.38
Release: 1
Summary: XS functions to assist in parsing keyword syntax
License: GPL-1.0-or-later OR Artistic-1.0-Perl
@ -30,8 +30,8 @@ BuildRequires: perl(XSLoader)
BuildRequires: perl(B::Deparse)
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
BuildRequires: perl(overload)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8)
BuildRequires: perl(Test2::V0)
%if %{with perl_XS_Parse_Keyword_enables_optional_test}
# Optional tests:
BuildRequires: perl(Test::Pod) >= 1.00
@ -131,5 +131,8 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
%{_libexecdir}/%{name}
%changelog
* Mon Sep 11 2023 wulei <wu_lei@hoperun.com> - 0.38-1
- Update to 0.38
* Thu May 11 2023 xu_ping <707078654@qq.com> - 0.33-1
- init package