SHA256
1
0
forked from pool/gawk

Compare commits

..

4 Commits

Author SHA256 Message Date
Ana Guerrero
57d58f812a Accepting request 1228472 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1228472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=58
2024-12-06 13:24:51 +00:00
a79a2dac94 - Reenable pma tests
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=106
2024-12-05 08:50:16 +00:00
Ana Guerrero
b037f1cacf Accepting request 1217248 from Base:System
- update to 5.3.1:
  * More subtle issues related to uninitialized array elements
    have been fixed.
  * A number of bugs in the debugger related to handling of
    arrays have been fixed.
  * Some subtle bugs in the API have been fixed.
  * Use of MPFR is now possible again on 32-bit Power PC Mac
    systems.
  * Race conditions around broken pipes for system() and read
    and write pipes should now be closed off.
  * Support for OSF/1 has been removed.
  * The never-documented --nostalgia option has been removed.
    It was causing bug reports.
  * The implementation of printf/sprintf has been thoroughly
    reworked in order to make the code more maintainable and to
    fix a goodly number of corner cases.

- Update to 5.1.0:
  * drop gawk-3.1.8.diff
  16de770359370224129f23df745178efe518c02c
- removed bogus self-provides
- repacked sources with bzip2.

OBS-URL: https://build.opensuse.org/request/show/1217248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=57
2024-10-24 13:40:23 +00:00
fcb014efb5 - update to 5.3.1:
* More subtle issues related to uninitialized array elements
    have been fixed.
  * A number of bugs in the debugger related to handling of
    arrays have been fixed.
  * Some subtle bugs in the API have been fixed.
  * Use of MPFR is now possible again on 32-bit Power PC Mac
    systems.
  * Race conditions around broken pipes for system() and read
    and write pipes should now be closed off.
  * Support for OSF/1 has been removed.
  * The never-documented --nostalgia option has been removed.
    It was causing bug reports.
  * The implementation of printf/sprintf has been thoroughly
    reworked in order to make the code more maintainable and to
    fix a goodly number of corner cases.
- Update to 5.1.0:
  * drop gawk-3.1.8.diff
  16de770359370224129f23df745178efe518c02c
- removed bogus self-provides
- repacked sources with bzip2.

OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=104
2024-10-23 08:39:46 +00:00
6 changed files with 49 additions and 33 deletions

BIN
gawk-5.3.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,11 +0,0 @@
-----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-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0ZZ8Y3iHExd9hh7X31l4FZN+wNIFAmbqZRUACgkQ31l4FZN+
wNIDlwf/VhA4PMi7PAFKfnZKg6+1Q7ohgYb4zyaGgDfJ5OMJDI78qxUWGfAfGJPy
/PmnZ9i40WTENe5j0Le05bufGnb4PZv0GmDgrSOZ1HGtfi/A0ty3zK6X7xrCktZb
7W+1At5vdhpshfb/QI4h47Zn3WXF9pd8jar5XCY/2RGGxiUKSXMANjJXDJXbnG88
neFRDCNeioSUGShto5nkzrg2N/HpRB5Ki7gqOJMHkJcJeRY5tHzFaHu2uLCnB6Dm
UXuBz2j1oa+8I2pY0GygkgKq2nX3o8WP+r+Ue3GyaZ1D0nY4xRuUI9BGdEt/iGky
cpBgeYwELcxXfivHRy4uX4pyzSH2oA==
=NN1c
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Dec 4 20:39:51 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Reenable pma tests
-------------------------------------------------------------------
Wed Oct 23 08:39:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.3.1:
* More subtle issues related to uninitialized array elements
have been fixed.
* A number of bugs in the debugger related to handling of
arrays have been fixed.
* Some subtle bugs in the API have been fixed.
* Use of MPFR is now possible again on 32-bit Power PC Mac
systems.
* Race conditions around broken pipes for system() and read
and write pipes should now be closed off.
* Support for OSF/1 has been removed.
* The never-documented --nostalgia option has been removed.
It was causing bug reports.
* The implementation of printf/sprintf has been thoroughly
reworked in order to make the code more maintainable and to
fix a goodly number of corner cases.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 4 17:46:15 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de> Sat Nov 4 17:46:15 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gawk # spec file for package gawk
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gawk Name: gawk
Version: 5.3.0 Version: 5.3.1
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
@ -46,11 +46,7 @@ export CFLAGS="%{optflags}"
%configure %configure
%if %{do_profiling} %if %{do_profiling}
%make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs" %make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs"
%make_build check \ %make_build check
%if 0%{?qemu_user_space_build}
NEED_PMA= \
%endif
%{nil}
%make_build clean %make_build clean
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs" %make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs"
%else %else
@ -58,12 +54,7 @@ export CFLAGS="%{optflags}"
%endif %endif
%check %check
# Disable pma tests when running in linux-user emulation (bsc#1203140) %make_build check
%make_build check \
%if 0%{?qemu_user_space_build}
NEED_PMA= \
%endif
%{nil}
%install %install
%make_install %make_install