From 7bb41b81a7743207069a088df7aa6e625a043638 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Mon, 8 Sep 2025 20:59:29 +0800 Subject: [PATCH] fix autosetup macro expansion issue in changelog (cherry picked from commit 563ea00ed27bba1d78231b94c2ffccee5fcdeb31) --- gawk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index 92a485c..681bf3f 100644 --- a/gawk.spec +++ b/gawk.spec @@ -8,7 +8,7 @@ grep -o -e "[[:digit:]]" || :) Name: gawk Version: 5.3.2 -Release: 1 +Release: 2 License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause Summary: The GNU version of the AWK text processing utility URL: https://www.gnu.org/software/gawk/ @@ -98,6 +98,9 @@ install -m 0644 -p doc/gawkinet.{pdf,ps} ${RPM_BUILD_ROOT}%{_docdir}/%{name} %{_infodir}/* %changelog +* Mon Sep 08 2025 Han Jinpeng - 5.3.2-2 +- Fix the issue of autosetup macro expansion in changelog + * Thu Apr 03 2025 Funda Wang - 5.3.2-1 - update to 5.3.2 @@ -151,7 +154,7 @@ install -m 0644 -p doc/gawkinet.{pdf,ps} ${RPM_BUILD_ROOT}%{_docdir}/%{name} - DESC:Update gawk to 5.1.1 * Mon Aug 02 2021 chenyanpanHW - 5.1.0-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Thu Jul 30 2020 yang_zhuang_zhuang - 5.1.0-1 - Type:enhancement -- Gitee