Finish bootstrap against perl-XS-Parse-Keyword-0.12

This commit is contained in:
Petr Písař 2021-08-17 10:31:41 +02:00
parent d50fba7953
commit 3c0ce7ac66
1 changed files with 4 additions and 3 deletions

View File

@ -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 <ppisar@redhat.com> - 0.51-3
- Finish bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077)
* Tue Aug 17 2021 Petr Pisar <ppisar@redhat.com> - 0.51-2
- Bootstrap against perl-XS-Parse-Keyword-0.12 (bug #1994077)