From 1687866b4d69e34c43dba3d9b21cf163df46032a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Aug 27 2021 07:01:18 +0000 Subject: Finish bootstrap against perl-XS-Parse-Keyword-0.13 --- diff --git a/perl-Future-AsyncAwait.spec b/perl-Future-AsyncAwait.spec index 21d9b93..aaeb86a 100644 --- a/perl-Future-AsyncAwait.spec +++ b/perl-Future-AsyncAwait.spec @@ -1,5 +1,3 @@ -%define perl_bootstrap 1 - # Enable debugging with Devel::MAT %bcond_with perl_Future_AsyncAwait_enables_Devel_MAT # Perform optional tests @@ -16,7 +14,7 @@ Name: perl-Future-AsyncAwait Version: 0.53 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Deferred subroutine syntax for futures License: GPL+ or Artistic URL: https://metacpan.org/release/Future-AsyncAwait @@ -34,7 +32,7 @@ BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) BuildRequires: perl(strict) BuildRequires: perl(warnings) -BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.05 +BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.13 BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.10 # Run-time: BuildRequires: perl(:VERSION) >= 5.14 @@ -45,7 +43,7 @@ BuildRequires: perl(Test::More) >= 0.88 # lib/Future/AsyncAwait.xs includes XSParseKeyword.h generated by # XS::Parse::Keyword::Builder which loads XS::Parse::Keyword of version # specified by boot_xs_parse_keyword() argument in AsyncAwait.xs -BuildRequires: perl(XS::Parse::Keyword) >= 0.05 +BuildRequires: perl(XS::Parse::Keyword) >= 0.13 # lib/Future/AsyncAwait.xs includes XSParseSublike.h generated by # XS::Parse::Sublike::Builder which loads XS::Parse::Sublike of version # specified by boot_xs_parse_sublike() argument in AsyncAwait.xs @@ -89,7 +87,7 @@ Recommends: perl(Role::Tiny) # lib/Future/AsyncAwait.xs includes XSParseKeyword.h generated by # XS::Parse::Keyword::Builder which loads XS::Parse::Keyword of version # specified by boot_xs_parse_keyword() argument in AsyncAwait.xs -Requires: perl(XS::Parse::Keyword) >= 0.05 +Requires: perl(XS::Parse::Keyword) >= 0.13 %if %{defined perl_XS_Parse_Keyword_ABI} # XS::Parse::Keyword maintains multiple ABIs whose compatibility is checked at # run-time by S_boot_xs_parse_keyword() compiled into this package. @@ -216,6 +214,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print %{_libexecdir}/%{name} %changelog +* Fri Aug 27 2021 Jitka Plesnikova - 0.53-2 +- Finish bootstrap against perl-XS-Parse-Keyword-0.13 + * Thu Aug 26 2021 Jitka Plesnikova - 0.53-1 - 0.53 bump; Bootstrap against perl-XS-Parse-Keyword-0.13