Bootstrap against perl-XS-Parse-Keyword-0.12

This commit is contained in:
Petr Písař 2021-08-17 10:23:51 +02:00
parent a33267e926
commit d50fba7953
1 changed files with 6 additions and 1 deletions

View File

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