From c07fc005441e96c64cb71c970c632f20c5cb0737eec63c139fd387690a4a75d1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 2 Nov 2021 10:42:07 +0000 Subject: [PATCH] Accepting request 928365 from home:AndreasStieger:branches:Base:System GNU awk 5.1.1 OBS-URL: https://build.opensuse.org/request/show/928365 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=85 --- gawk-5.1.0.tar.xz | 3 --- gawk-5.1.0.tar.xz.sig | 11 ----------- gawk-5.1.1.tar.xz | 3 +++ gawk-5.1.1.tar.xz.sig | 11 +++++++++++ gawk.changes | 27 +++++++++++++++++++++++++++ gawk.spec | 8 +------- 6 files changed, 42 insertions(+), 21 deletions(-) delete mode 100644 gawk-5.1.0.tar.xz delete mode 100644 gawk-5.1.0.tar.xz.sig create mode 100644 gawk-5.1.1.tar.xz create mode 100644 gawk-5.1.1.tar.xz.sig diff --git a/gawk-5.1.0.tar.xz b/gawk-5.1.0.tar.xz deleted file mode 100644 index ca38743..0000000 --- a/gawk-5.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5fea4ac5665fd5171af4716baab2effc76306a9572988d5ba1078f196382bd -size 3154564 diff --git a/gawk-5.1.0.tar.xz.sig b/gawk-5.1.0.tar.xz.sig deleted file mode 100644 index 8626ca1..0000000 --- a/gawk-5.1.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAl6VpccACgkQ31l4FZN+ -wNKdrgf/ZkauotgEtdXDrd70pkRrN8eQgksYDt1nH3k5byzYA6oIKqk5lp+qHXFz -VMMTN4l9m1GD3y8RxmHsM/+CIS311AFD+mUXpbEuOPZJrKrTsKdkYoEQZYgdhndl -P5tMhI//5ul7W3Qu5PB+MkgzLqb2jutjcNgcc2tsrboe2AFo4SUCKVxzdDfeu9in -m9M1P2KeI9V2CdrWOHYAiicjvOFdw56+LU2eZL1ZnTVY97ytHs3g2k0PrM62/B0R -hWnHZtGgmikH3Z4ewqc9MpzQWnN6wNtqRIESj1Pwjpl41JAs7rti4FFeRrxQ/DK4 -HOuNr2vK3p02e/ShyQiCtyMKSW2ifg== -=yIcM ------END PGP SIGNATURE----- diff --git a/gawk-5.1.1.tar.xz b/gawk-5.1.1.tar.xz new file mode 100644 index 0000000..37e77d4 --- /dev/null +++ b/gawk-5.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2 +size 3250860 diff --git a/gawk-5.1.1.tar.xz.sig b/gawk-5.1.1.tar.xz.sig new file mode 100644 index 0000000..c174cae --- /dev/null +++ b/gawk-5.1.1.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmF65ToACgkQ31l4FZN+ +wNJwRggAtKZ0m67mGQqs3osUO+utsWyA0tt+9nJvWtawLqSpok1LojBzac8kdgyl +1gRLRpiI/PNCyZ0ZC+DTNTloMwIwNAJxYxrm/KWaTYFFS6cdn/aZ2DI/S55fo2Ur +0WWOmEbazWn0tjaOuXFvf1jrh8kEAxO0QrNQO266DWcYPoIc98NIIuaHQnkjS8zk +G80LwNJlgL0JVA4J8QgR5u9nYIz+VSLMW5Tr93LWqecCeEIq7z17wbjkZelTXO5h +gCLMyMsLOvVSSA/ZUjVq81WDVNU2hGFcwBcuGjkk8q0sYFLzfXvHB7gxjWmfbKfF +60cIKodwu+3abDOnXEXJ+pQLhhtpXQ== +=66o6 +-----END PGP SIGNATURE----- diff --git a/gawk.changes b/gawk.changes index 54c1fee..9ce69e1 100644 --- a/gawk.changes +++ b/gawk.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Oct 31 11:36:18 UTC 2021 - Andreas Stieger + +- GNU awk 5.1.1 + * asort and asorti now allow FUNCTAB and SYMTAB as the first + argument if a second destination array is supplied. Similarly, + using either array as the second argument is now a fatal error. + Additionally, using either array as the destination for split(), + match(), etc. also causes a fatal error. + * The new -I/--trace option prints a trace of the byte codes as + they are executed. + * A number of subtle bugs relating to MPFR mode that caused + differences between regular operation and MPFR mode have been + fixed. + * The API now handles MPFR/GMP values slightly differently, + requiring different memory management for those values. + * $0 and the fields are now cleared before starting a BEGINFILE + rule. + * Handling of Infinity and NaN values has been improved + * The "no effect" lint warnings have been fixed up and now behave + more sanely. + * The behavior of strongly-typed regexp constants when passed as + the third argument to sub() or gsub() has been clarified in the + code and in the manual. + * Similar to item #4 above, division by zero is now fatal in MPFR + mode, as it is in regular mode. + ------------------------------------------------------------------- Thu Sep 23 15:02:47 UTC 2021 - Manfred Schwarb diff --git a/gawk.spec b/gawk.spec index f4adc18..7b266b0 100644 --- a/gawk.spec +++ b/gawk.spec @@ -17,7 +17,7 @@ Name: gawk -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: Domain-specific language for text processing License: GPL-3.0-or-later @@ -27,11 +27,6 @@ Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring Source4: gawk.rpmlintrc -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: make -BuildRequires: makeinfo Provides: awk %description @@ -45,7 +40,6 @@ almost completely POSIX 1003.2 compliant. %autosetup -p1 %build -autoreconf -fiv %configure %make_build