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
This commit is contained in:
parent
546c8a74e9
commit
c07fc00544
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf5fea4ac5665fd5171af4716baab2effc76306a9572988d5ba1078f196382bd
|
||||
size 3154564
|
@ -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-----
|
3
gawk-5.1.1.tar.xz
Normal file
3
gawk-5.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
|
||||
size 3250860
|
11
gawk-5.1.1.tar.xz.sig
Normal file
11
gawk-5.1.1.tar.xz.sig
Normal file
@ -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-----
|
27
gawk.changes
27
gawk.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 11:36:18 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <manfred99@gmx.ch>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user