SHA256
1
0
forked from pool/gawk

Accepting request 1085806 from home:AndreasStieger:branches:Base:System

gawk 5.2.2

OBS-URL: https://build.opensuse.org/request/show/1085806
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=98
This commit is contained in:
Dirk Mueller 2023-05-09 20:45:53 +00:00 committed by Git OBS Bridge
parent 05d93207e9
commit c88a85a202
6 changed files with 37 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
size 3411420

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmN8+qMACgkQ31l4FZN+
wNK3+AgAuu1D9gr7xkV3bLj09AmHg6QPMsBuHGh7PMtNpt2pTaIfa/vabXqYFv0G
es1Z8AL7P+vkmMSSTH/aAGuTVe+VTQ+x93d6PVKTjOQ6tB4SCdKnJ6XZiLFhrCDY
q8OI0YpJuCYeS5W09zRFhFdB0OAiuVUdQf+uhWCDk2NZZzwbRa8lA0WabWVRzpKZ
b73q58bO4T0LhmPoUs83WHqeCdPn8YX0cMfo++02WqPahchMR931RYmNhlp90+Mg
hO7eMTOe1PFfT8wFMgs7dt0vToBGnECQtoOZ8XGuLLOb/mo6CjZBFlTRDLIfERRV
anyAC67f3NEDPkp9XS0/i6qw9uEoSw==
=CFP4
-----END PGP SIGNATURE-----

3
gawk-5.2.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
size 3402872

11
gawk-5.2.2.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmRZ4J0ACgkQ31l4FZN+
wNIqjgf/cCUn08iIZI1UFxagqlClff8h9K13LvG/AJeMeVjDn79O6tVrAfqxGgIz
7Z7a+KsO9fW4ZhrUOGAyTd97o5xScff1TrHGZjWF9YJ2g3OAFMV9DbkL2cUGg+ga
36oy8bI6dFZJoHOL8X62gmwsIBFoX7yc4pQ6F04Rwi7NkTrj8YpU52OhDVypxxgv
Hj8gJz0hKg7oLerNslAHMdo12AxkviOQWKE6EPe3vyb31q2smK5C2+qZTJCqtrNM
GCJeMr9IvDZJcNgA3sRkpv0JtdqxgsV7EhikaLOkYDscRJiBCFL9XcrPkFhCP5YK
CJdpQVxyRfkYXYZrImEQ0dIz0JMI3g==
=92Bl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 9 20:38:51 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to gawk 5.2.2
* will now diagnose if a heap file was created with a different
setting of -M/--bignum than in the current invocation and exit
with a fatal message if so.
* no longer "leaks" its free list of NODEs in the heap file,
resulting in much more efficient usage of persistent storage
* PROCINFO["pma"] exists if the PMA allocator is compiled into
gawk. Its value is the PMA version.
* The time extension is no longer deprecated. The strptime()
function from gawkextlib's timex extension has been added to
it.
* Better information is passed to input parsers for when they
want to decide whether or not to take control of a file.
* The various PNG files are now installed for Info and HTML
* Bug fixes and developer visible fixes
-------------------------------------------------------------------
Tue Dec 27 10:37:54 UTC 2022 - Ludwig Nussel <lnussel@suse.com>

View File

@ -17,7 +17,7 @@
Name: gawk
Version: 5.2.1
Version: 5.2.2
Release: 0
Summary: Domain-specific language for text processing
License: GPL-3.0-or-later
@ -27,9 +27,9 @@ 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
Provides: awk
BuildRequires: mpfr-devel
BuildRequires: readline-devel
Provides: awk
%description
AWK is a domain-specific language designed for text processing and
@ -51,7 +51,7 @@ almost completely POSIX 1003.2 compliant.
%if 0%{?qemu_user_space_build}
NEED_PMA= \
%endif
%nil
%{nil}
%install
%make_install
@ -88,6 +88,7 @@ ln -sfv %{_mandir}/man1/gawk.1%{?ext_man} %{buildroot}%{_mandir}/man1/awk.1%{?ex
%{_datadir}/awk
%{_includedir}/gawkapi.h
%{_infodir}/*.info%{?ext_info}
%{_infodir}/gawk_*
%{_mandir}/man1/gawk.1%{?ext_man}
%{_mandir}/man1/gawkbug.1%{?ext_man}
%{_mandir}/man1/pm-gawk.1%{?ext_man}