0.22 bump
This commit is contained in:
parent
307f16231d
commit
e82652494b
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/XS-Parse-Keyword-0.19.tar.gz
|
||||
/XS-Parse-Keyword-0.20.tar.gz
|
||||
/XS-Parse-Keyword-0.21.tar.gz
|
||||
/XS-Parse-Keyword-0.22.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_XS_Parse_Keyword_enables_optional_test
|
||||
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.21
|
||||
Release: 2%{?dist}
|
||||
Version: 0.22
|
||||
Release: 1%{?dist}
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/XS-Parse-Keyword
|
||||
@ -27,6 +27,8 @@ BuildRequires: perl(constant)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(B::Deparse)
|
||||
# Some t/*.xs tests need a newer ExtUtils::ParseXS
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(utf8)
|
||||
@ -76,6 +78,8 @@ be able to make use of XS::Parse::Keyword.
|
||||
Summary: Tests for %{name}
|
||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: perl-Test-Harness
|
||||
# ExtUtils::ParseXS is not needed at run-time because the XS tests are
|
||||
# packaged precompiled.
|
||||
Requires: perl(Test::More) >= 0.88
|
||||
Requires: perl(XSLoader)
|
||||
|
||||
@ -142,6 +146,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2022 Petr Pisar <ppisar@redhat.com> - 0.22-1
|
||||
- 0.22 bump
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XS-Parse-Keyword-0.21.tar.gz) = f42688985b4afa386f9a27f312846c107f3123cbb026a18889cbca67714a30250fab7d408181be557bb362b6b2e1c6f5aba3c41d5d96f8dbf1ca7e31856af9a5
|
||||
SHA512 (XS-Parse-Keyword-0.22.tar.gz) = 04124d5d870f35b087d2fa45b5aeb0cde5cd58dadc7732a015034c2d8151ad0a25ffbb7bd6a75a6613cc6c0ba9886011c11627d88334e00c443589221c0b8535
|
||||
|
Loading…
Reference in New Issue
Block a user