From 6e32f45873f13f38342e843c3ea48fac2372e5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 11 Jan 2022 11:25:05 +0100 Subject: [PATCH] 0.55 bump TODO: Enable Syntax-Keyword-MultiSub tests once packaged. --- .gitignore | 1 + perl-Future-AsyncAwait.spec | 22 +++++++++++++++------- sources | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f21c147..175d47c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /Future-AsyncAwait-0.52.tar.gz /Future-AsyncAwait-0.53.tar.gz /Future-AsyncAwait-0.54.tar.gz +/Future-AsyncAwait-0.55.tar.gz diff --git a/perl-Future-AsyncAwait.spec b/perl-Future-AsyncAwait.spec index d03d7ff..80cd6c8 100644 --- a/perl-Future-AsyncAwait.spec +++ b/perl-Future-AsyncAwait.spec @@ -13,7 +13,7 @@ %endif Name: perl-Future-AsyncAwait -Version: 0.54 +Version: 0.55 Release: 1%{?dist} Summary: Deferred subroutine syntax for futures License: GPL+ or Artistic @@ -32,8 +32,10 @@ BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) BuildRequires: perl(strict) BuildRequires: perl(warnings) -BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.13 -BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.10 +%define xs_parse_keyword_min_ver 0.13 +BuildRequires: perl(XS::Parse::Keyword::Builder) >= %{xs_parse_keyword_min_ver} +%define xs_parse_sublike_min_ver 0.14 +BuildRequires: perl(XS::Parse::Sublike::Builder) >= %{xs_parse_sublike_min_ver} # Run-time: BuildRequires: perl(:VERSION) >= 5.14 BuildRequires: perl(Carp) @@ -43,11 +45,11 @@ 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.13 +BuildRequires: perl(XS::Parse::Keyword) >= %{xs_parse_keyword_min_ver} # 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 -BuildRequires: perl(XS::Parse::Sublike) >= 0.10 +BuildRequires: perl(XS::Parse::Sublike) >= %{xs_parse_sublike_min_ver} BuildRequires: perl(XSLoader) %if %{with perl_Future_AsyncAwait_enables_role} # Optional run-time: @@ -59,6 +61,7 @@ BuildRequires: perl(base) BuildRequires: perl(constant) BuildRequires: perl(experimental) BuildRequires: perl(feature) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(List::Util) %if %{with perl_Future_AsyncAwait_enables_role} BuildRequires: perl(Role::Tiny::With) @@ -76,6 +79,7 @@ BuildRequires: perl(Object::Pad) >= 0.15 BuildRequires: perl(Syntax::Keyword::Defer) >= 0.02 BuildRequires: perl(Syntax::Keyword::Dynamically) >= 0.04 BuildRequires: perl(Syntax::Keyword::Match) +#BuildRequires: perl(Syntax::Keyword::MultiSub) >= 0.01 BuildRequires: perl(Syntax::Keyword::Try) >= 0.22 BuildRequires: perl(Test::MemoryGrowth) BuildRequires: perl(Test::Pod) >= 1.00 @@ -88,7 +92,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.13 +Requires: perl(XS::Parse::Keyword) >= %{xs_parse_keyword_min_ver} %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. @@ -98,7 +102,7 @@ Requires: %{perl_XS_Parse_Keyword_ABI} # 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 -Requires: perl(XS::Parse::Sublike) >= 0.10 +Requires: perl(XS::Parse::Sublike) >= %{xs_parse_sublike_min_ver} %if %{defined perl_XS_Parse_Sublike_ABI} # XS::Parse::Sublike maintains multiple ABIs whose compatibility is checked at # run-time by S_boot_xs_parse_sublike() compiled into this package. @@ -151,6 +155,7 @@ Requires: perl(Object::Pad) >= 0.15 Requires: perl(Syntax::Keyword::Defer) >= 0.02 Requires: perl(Syntax::Keyword::Dynamically) >= 0.04 Requires: perl(Syntax::Keyword::Match) +#Requires: perl(Syntax::Keyword::MultiSub) >= 0.01 Requires: perl(Syntax::Keyword::Try) >= 0.22 Requires: perl(Test::Pod) >= 1.00 %endif @@ -223,6 +228,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print %{_libexecdir}/%{name} %changelog +* Thu Dec 16 2021 Petr Pisar - 0.55-1 +- 0.55 bump + * Wed Oct 27 2021 Petr Pisar - 0.54-1 - 0.54 bump diff --git a/sources b/sources index c40fff5..158c868 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Future-AsyncAwait-0.54.tar.gz) = a92d0c50d885616ceae7e5511c14328ca52a66488dc1dfe30900be1e1f6904a3da0588d96d33c22ef2c365fe470f5d369fe5d3056191946dccd3a9b05b6c8ac7 +SHA512 (Future-AsyncAwait-0.55.tar.gz) = a952157d40d0324a3e23123ba482bf8e7ba75e248874040272f55aa93be3d127ea3d11cc81aef97577e97a1cc58fa46da3572177acae9f4372ccc7e0cbc1edaa