From 3f3b24a03968ce1932138dd9b0814aed53511cd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sun, 14 Jan 2024 16:25:02 -0500 Subject: [PATCH] Update BuildRequires gawk(abi) to be compatible with gawk 5.3 major api version 4 --- gawkextlib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gawkextlib.spec b/gawkextlib.spec index 4a372bd..a0cad9b 100644 --- a/gawkextlib.spec +++ b/gawkextlib.spec @@ -1,7 +1,7 @@ Name: gawkextlib Summary: Library providing common infrastructure for gawk extension libraries Version: 1.0.4 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ URL: https://sourceforge.net/projects/gawkextlib @@ -13,7 +13,7 @@ BuildRequires: gcc # Make sure the API version is compatible with our source code: BuildRequires: gawk(abi) >= 1.1 -BuildRequires: gawk(abi) < 4.0 +BuildRequires: gawk(abi) < 5.0 BuildRequires: make # At runtime, the ABI must be compatible with the compile-time version @@ -67,6 +67,10 @@ make check # ============================================================================= %changelog +* Sun Jan 14 2024 Andrew Schorr - 1.0.4-16 +- Update BuildRequires gawk(abi) to indicate compatibility with gawk 5.3 major + api version 4 + * Wed Jul 19 2023 Fedora Release Engineering - 1.0.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild