Update BuildRequires gawk(abi) to be compatible with gawk 5.3 major api version 4

This commit is contained in:
Andrew J. Schorr 2024-01-14 16:25:02 -05:00
parent 7fb8e63f6a
commit 3f3b24a039
1 changed files with 6 additions and 2 deletions

View File

@ -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 <ajschorr@fedoraproject.org> - 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 <releng@fedoraproject.org> - 1.0.4-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild