diff --git a/perl-Object-Pad.spec b/perl-Object-Pad.spec index 22d3a4a..cc9f26d 100644 --- a/perl-Object-Pad.spec +++ b/perl-Object-Pad.spec @@ -1,5 +1,3 @@ -%define perl_bootstrap 1 - # Enable debugging with Devel::MAT %bcond_with perl_Object_Pad_enables_Devel_MAT # Perform optional tests @@ -7,7 +5,7 @@ Name: perl-Object-Pad Version: 0.51 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple syntax for lexical slot-based objects License: GPL+ or Artistic URL: https://metacpan.org/release/Object-Pad @@ -175,6 +173,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.51-3 +- Finish bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077) + * Tue Aug 17 2021 Petr Pisar - 0.51-2 - Bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077)