From d78739c957d7f0240414d90253cc8464eaf42301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 31 Aug 2021 14:43:42 +0200 Subject: [PATCH] Return ABI 1 An upstream returned ABI 1 in 0.13. --- perl-XS-Parse-Keyword.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-XS-Parse-Keyword.spec b/perl-XS-Parse-Keyword.spec index 74f1b72..1f3d5b8 100644 --- a/perl-XS-Parse-Keyword.spec +++ b/perl-XS-Parse-Keyword.spec @@ -3,7 +3,7 @@ Name: perl-XS-Parse-Keyword Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XS functions to assist in parsing keyword syntax License: GPL+ or Artistic URL: https://metacpan.org/release/XS-Parse-Keyword @@ -36,6 +36,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # run-time by S_boot_xs_parse_keyword() compiled into the users of this module. # The ABI range is defined with XS::Parse::Keyword/ABIVERSION_MIN and # XS::Parse::Keyword/ABIVERSION_MAX in lib/XS/Parse/Keyword.xs. +Provides: perl(:XS_Parse_Keyword_ABI_1) Provides: perl(:XS_Parse_Keyword_ABI_2) # Remove under-specified dependencies @@ -128,6 +129,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print %{_libexecdir}/%{name} %changelog +* Tue Aug 31 2021 Petr Pisar - 0.13-2 +- Return ABI 1 + * Thu Aug 26 2021 Jitka Plesnikova - 0.13-1 - 0.13 bump