diff --git a/perl-Future-AsyncAwait.spec b/perl-Future-AsyncAwait.spec index 3db8e89..7e1263d 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.52 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Deferred subroutine syntax for futures License: GPL+ or Artistic URL: https://metacpan.org/release/Future-AsyncAwait @@ -216,6 +214,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print %{_libexecdir}/%{name} %changelog +* Tue Aug 17 2021 Petr Pisar - 0.52-4 +- Finish bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077) + * Tue Aug 17 2021 Petr Pisar - 0.52-3 - Bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077)