diff --git a/gawk-pgsql.spec b/gawk-pgsql.spec index 96564eb..1a016c9 100644 --- a/gawk-pgsql.spec +++ b/gawk-pgsql.spec @@ -1,7 +1,7 @@ Name: gawk-pgsql Summary: PostgreSQL client library for gawk Version: 1.1.1 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ URL: https://sourceforge.net/projects/gawkextlib @@ -17,7 +17,7 @@ BuildRequires: libpq-devel # 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 @@ -64,6 +64,10 @@ rm -f %{buildroot}%{_infodir}/dir # ============================================================================= %changelog +* Sun Jan 14 2024 Andrew Schorr - 1.1.1-16 +- Update BuildRequires gawk(abi) to indicate compatibility with gawk 5.3 major + api version 4 + * Wed Jul 19 2023 Fedora Release Engineering - 1.1.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild