From cafbac3685e48b92daecc10e64fddde96fabc57c Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 18 Sep 2017 19:04:32 +0200 Subject: [PATCH] specfile: mention the introduction of gawk(abi) in changelog --- gawk.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gawk.spec b/gawk.spec index 7524ee3..df5731a 100644 --- a/gawk.spec +++ b/gawk.spec @@ -38,7 +38,7 @@ # These values are defined in the gawkapi.h header file. To see them, run: # grep -E "gawk_api_(major|minor).*[[:digit:]]" gawkapi.h %global gawk_api_major 1 -%global gawk_api_minor 1 +https://src.fedoraproject.org/rpms/poppler%global gawk_api_minor 1 # ============================================================================= @@ -280,6 +280,8 @@ fi - Revert previous change of adding 'awk*' symlinks for info pages (bug #1486924) - Added patch to correctly fix the info pages issue (bug #1486924) - specfile content refactored for better readability +- Package now provides its ABI version via gawk(abi) +- Added test for usage of correct gawk(abi) into %%check section * Thu Aug 31 2017 David Kaspar [Dee'Kej] - 4.1.4-6 - Added 'awk*' symlinks for info pages (bug #1486924)