diff --git a/gawk-5.1.0.tar.xz b/gawk-5.1.0.tar.xz deleted file mode 100644 index eea5695..0000000 Binary files a/gawk-5.1.0.tar.xz and /dev/null differ diff --git a/gawk-5.1.1.tar.xz b/gawk-5.1.1.tar.xz new file mode 100644 index 0000000..420de79 Binary files /dev/null and b/gawk-5.1.1.tar.xz differ diff --git a/gawk.spec b/gawk.spec index 9fa03d1..64066d2 100644 --- a/gawk.spec +++ b/gawk.spec @@ -3,8 +3,8 @@ %global gawk_api_minor %(tar -xf %{name}-%{version}.tar.xz %{name}-%{version}/gawkapi.h --to-stdout |\ egrep -i "gawk_api_minor.*[0-9]+" | egrep -o "[0-9]") Name: gawk -Version: 5.1.0 -Release: 2 +Version: 5.1.1 +Release: 1 License: GPLv3+ and GPLv2+ and LGPLv2+ and BSD Summary: The GNU version of the AWK text processing utility URL: https://www.gnu.org/software/gawk/ @@ -103,6 +103,12 @@ install -m 0644 -p doc/gawkinet.{pdf,ps} ${RPM_BUILD_ROOT}%{_docdir}/%{name} %{_datadir}/locale/* %changelog +* Tue Feb 8 2022 yixiangzhike - 5.1.1-1 +- Type:enhancement +- ID:NA +- SUG:NA +- 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