Accepting request 1123907 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1123907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=56
This commit is contained in:
commit
ac5791fdb7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
|
|
||||||
size 3402872
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmRZ4J0ACgkQ31l4FZN+
|
|
||||||
wNIqjgf/cCUn08iIZI1UFxagqlClff8h9K13LvG/AJeMeVjDn79O6tVrAfqxGgIz
|
|
||||||
7Z7a+KsO9fW4ZhrUOGAyTd97o5xScff1TrHGZjWF9YJ2g3OAFMV9DbkL2cUGg+ga
|
|
||||||
36oy8bI6dFZJoHOL8X62gmwsIBFoX7yc4pQ6F04Rwi7NkTrj8YpU52OhDVypxxgv
|
|
||||||
Hj8gJz0hKg7oLerNslAHMdo12AxkviOQWKE6EPe3vyb31q2smK5C2+qZTJCqtrNM
|
|
||||||
GCJeMr9IvDZJcNgA3sRkpv0JtdqxgsV7EhikaLOkYDscRJiBCFL9XcrPkFhCP5YK
|
|
||||||
CJdpQVxyRfkYXYZrImEQ0dIz0JMI3g==
|
|
||||||
=92Bl
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
gawk-5.3.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
gawk-5.3.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
gawk-5.3.0.tar.xz.sig
Normal file
11
gawk-5.3.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmVDqK4ACgkQ31l4FZN+
|
||||||
|
wNJ+GggAnyOAPNYFipBf/dKdpBXe3KVvpYoC9gchyw5M/S3iEHeSr9I0X0eExCkL
|
||||||
|
2fJEEb4hcPA4nReYUvCGUFTi8MWhdSwzd1lFi7BusqZjXtq2JPY+eTRk7CcoSJ5+
|
||||||
|
VAzNPizsw7K+zT+J/kr4rSDjEo++ENZsnZiOyWWy2ta3sI/Sn+kF39xCqnXp2UBm
|
||||||
|
aAfOjmwExVwVtSWyzhl7rQL6fX3/fL/x3Xq+wMF3c0dDhQsV56Bep0p/T9ETJx4U
|
||||||
|
Wtm/JVzPg60f2d6LlgQVONvDYN3xU67vm7PjTiPA9MRt4Yh0Fv7xxnYRqmAno8or
|
||||||
|
Iqb0m+pbpQjirMExK2MSMeb/kS7egQ==
|
||||||
|
=YNmi
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 4 17:46:15 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Update to 5.3.0:
|
||||||
|
* Built-in CSV file parsing (--csv)
|
||||||
|
* Support a new \u escape sequence for specifying code points in
|
||||||
|
multi-byte encodings
|
||||||
|
* Pipe output is buffered if PROCINFO["BUFFERPIPE"] exists
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 13 08:31:16 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
Sat May 13 08:31:16 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gawk
|
Name: gawk
|
||||||
Version: 5.2.2
|
Version: 5.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Domain-specific language for text processing
|
Summary: Domain-specific language for text processing
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -42,7 +42,6 @@ almost completely POSIX 1003.2 compliant.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%configure
|
%configure
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
|
Loading…
Reference in New Issue
Block a user