Finish bootstrapping for perl-XS-Parse-Sublike ABI change

This commit is contained in:
Petr Písař 2023-09-11 12:11:45 +02:00
parent 90e80a0f43
commit 4aea225b0d
1 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,6 @@
# Declare a role with Role::Tiny
%bcond_without perl_Future_AsyncAwait_enables_role
%global perl_bootstrap 1
# A build cycle: perl-Syntax-Keyword-Try → perl-Future-AsyncAwait
%if %{with perl_Future_AsyncAwait_enables_optional_test} && !%{defined perl_bootstrap}
%global optional_tests 1
@ -16,7 +14,7 @@
Name: perl-Future-AsyncAwait
Version: 0.66
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Deferred subroutine syntax for futures
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Future-AsyncAwait
@ -262,6 +260,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
%{_libexecdir}/%{name}
%changelog
* Mon Sep 11 2023 Petr Pisar <ppisar@redhat.com> - 0.66-3
- Finish bootstrapping for perl-XS-Parse-Sublike ABI change
* Mon Sep 11 2023 Petr Pisar <ppisar@redhat.com> - 0.66-2
- Bootstrap for perl-XS-Parse-Sublike ABI change