62 Commits

Author SHA256 Message Date
f1c1107336 Accepting request 1267184 from home:AndreasStieger:branches:Base:System
GNU awk 5.3.2

OBS-URL: https://build.opensuse.org/request/show/1267184
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=112
2025-04-05 08:23:20 +00:00
030dc1291e Accepting request 1254398 from home:bmwiedemann:branches:Base:System
Mark profiling as non-deterministic (boo#1040589, jsc#PED-12137)

OBS-URL: https://build.opensuse.org/request/show/1254398
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=110
2025-03-26 12:33:11 +00:00
3e502a0027 Accepting request 1240443 from home:bmwiedemann:branches:Base:System
Stop using -fprofile-arcs in the final build 
  instrumentation is not wanted there and
  it broke reproducible builds (boo#1040589)

OBS-URL: https://build.opensuse.org/request/show/1240443
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=108
2025-02-05 16:18:39 +00:00
4254fb03a4 Accepting request 1228368 from home:Andreas_Schwab:Factory
- Reenable pma tests

OBS-URL: https://build.opensuse.org/request/show/1228368
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=106
2024-12-05 08:50:16 +00:00
163e3db1a8 - 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
8d2b566f52 Accepting request 1123353 from home:AndreasStieger:branches:Base:System
gawk 5.3.0

OBS-URL: https://build.opensuse.org/request/show/1123353
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=102
2023-11-07 10:32:19 +00:00
e1ee095d4b Accepting request 1086892 from home:AndreasStieger:branches:Base:System
enable profiling

OBS-URL: https://build.opensuse.org/request/show/1086892
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=100
2023-05-15 10:47:41 +00:00
8f467a1e8f 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
2023-05-09 20:45:53 +00:00
e3c5694a8e Accepting request 1054015 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1054015
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=96
2023-01-04 10:54:55 +00:00
11b95072f6 Accepting request 1037573 from home:Andreas_Schwab:Factory
- Update to gawk 5.2.1
  * Issues related to the sign of NaN and Inf values on RiscV have
    been fixed
  * A few issues with the debugger have been fixed.
  * More subtle issues with untyped array elements being passed to
    functions have been fixed.
  * The rwarray extension's readall() function has had some bugs fixed.
  * The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on
    S/390x.
- double-free.patch, pma.patch, nan-sign.patch: Removed

OBS-URL: https://build.opensuse.org/request/show/1037573
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=94
2022-11-23 13:32:48 +00:00
0da080fb2f Accepting request 1005733 from home:Andreas_Schwab:Factory
- double-free.patch: Yet another fix for Node_elem_new

OBS-URL: https://build.opensuse.org/request/show/1005733
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=92
2022-09-24 09:12:49 +00:00
e00604f745 Accepting request 1004924 from home:Andreas_Schwab:Factory
- double-free.patch: Fix Node_elem_new op, replacing upref.patch
- pma.patch: Replace with upstream solution
- nan-sign.patch: Fix negative NaN issue on RiscV, replacing
  nan-tests.patch

OBS-URL: https://build.opensuse.org/request/show/1004924
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=91
2022-09-20 11:27:14 +00:00
10dc212d81 Accepting request 1003376 from home:Andreas_Schwab:Factory
- upref.patch: Add missing UPREF

OBS-URL: https://build.opensuse.org/request/show/1003376
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=89
2022-09-15 08:30:32 +00:00
7acd516dbe Accepting request 1001442 from home:Andreas_Schwab:Factory
- Update to gawk 5.2.0
  * Numeric scalars now compare in the same way as C for the relational
    operators. Comparison order for sorting has not changed
  * If the AWK_HASH environment variable is set to "fnv1a" gawk will
    use the FNV1-A hash function for associative arrays
  * There is now a new function, mkbool(), that creates Boolean-typed
    values
  * As BWK awk has supported interval expressions since 2019, they are
    now enabled even if --traditional is supplied
  * The rwarray extension has two new functions, writeall() and readall()
  * The new `gawkbug' script should be used for reporting bugs
  * The manual page (doc/gawk.1) has been considerably reduced in size
  * Gawk now supports Terence Kelly's "persistent malloc" (pma),
    allowing gawk to preserve its variables, arrays and user-defined
    functions between runs
  * Some subtle issues with untyped array elements being passed to
    functions have been fixed
  * Syntax errors are now immediately fatal
- gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch: removed
- pma.patch: Handle hole bigger than half the address space
- nan-tests.patch: fix non-portable NaN tests

OBS-URL: https://build.opensuse.org/request/show/1001442
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=88
2022-09-12 07:28:11 +00:00
8a11881f55 Accepting request 930963 from home:Andreas_Schwab:Factory
- Add readline-devel to enable readline support in the debugger
- Add mpfr-devel to enable support for MPFR mode

OBS-URL: https://build.opensuse.org/request/show/930963
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=87
2021-11-21 11:02:01 +00:00
9be60a6225 Accepting request 931412 from home:AndreasStieger:branches:Base:System
- disable racy iolint tests boo#1192521
  add gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch

OBS-URL: https://build.opensuse.org/request/show/931412
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=86
2021-11-14 18:59:53 +00:00
a5c376eec5 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
2021-11-02 10:42:07 +00:00
c9996099af Accepting request 921253 from home:manfred999:branches:Base:System
This is Part 1/2 to remove update-alternatives support from awk.
On linux systems, GNU software is usually considered the default implementation. There are a lot of scripts assuming gawk to be the
interpreter engine, as for very long time now, gawk is the default
interpreter for SUSE/openSUSE. 
Gawk is POSIX compliant if the env variable POSIXLY_CORRECT is set,
and therefore should be able to run run all awk scripts seeking for compatibility.
This patch unconditionally makes gawk the default awk implementation by setting a symlink from /usr/bin/gawk to /usr/bin/awk.

OBS-URL: https://build.opensuse.org/request/show/921253
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=84
2021-10-01 19:28:19 +00:00
242506fc9a Accepting request 869221 from home:lnussel:usrmove
- fix update-alternatives usage. Needs to be in %postun according to
  https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines#update-alternatives_mechanism

OBS-URL: https://build.opensuse.org/request/show/869221
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=82
2021-02-05 15:24:02 +00:00
6f870d4573 Accepting request 867177 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)
- remove use of obsolete %install_info

OBS-URL: https://build.opensuse.org/request/show/867177
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=81
2021-01-27 22:23:16 +00:00
fc865d1dac Accepting request 794095 from home:polslinux:branches:Base:System
- Update to 5.1.0: 
  * The major version of the API is bumped to 3, something that should
     have happened at the 5.0.0 release but didn't.
  * A number of memory leak issues have been fixed.
  * Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1,
     Automake 1.16.2.
  * The indexing in the manual has been thoroughly revised, in particular
     making use of the facilities in Texinfo 6.7.  That version (or newer)
     must be used to format the manual.
  * MSYS2 is now supported out-of-the-box by configure.
  * Several bugs have been fixed.  See the ChangeLog for details.
- Removed gawk-inplace-namespace-part3.patch
- Removed gawk-inplace-namespace-part1.patch
- Removed gawk-inplace-namespace-part2.patch

OBS-URL: https://build.opensuse.org/request/show/794095
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=79
2020-04-19 13:07:54 +00:00
Stefan Seyfried
0ee2f31280 Accepting request 741824 from home:ignatenkobrain:branches:openSUSE:Factory
- Fix typo in Summary
- Stop overriding %_libexecdir with %_libdir
- Fix the backward compatibility of the inplace extension:
  * Add gawk-inplace-namespace-part1.patch
  * Add gawk-inplace-namespace-part2.patch
  * Add gawk-inplace-namespace-part3.patch
- Run autoreconf as part of the build process

OBS-URL: https://build.opensuse.org/request/show/741824
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=77
2019-10-29 09:22:29 +00:00
9db5789304 Accepting request 726348 from home:jengelh:branches:Base:System
"awk" is not a description of awk.

OBS-URL: https://build.opensuse.org/request/show/726348
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=75
2019-08-28 17:04:26 +00:00
Josef Möllers
5f990a035d Accepting request 722929 from home:AndreasStieger:branches:Base:System
GNU awk 5.0.1

OBS-URL: https://build.opensuse.org/request/show/722929
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=73
2019-08-13 06:09:04 +00:00
d7a4f6b249 - Use %license (boo#1082318)
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=71
2018-02-26 10:20:02 +00:00
a0746727e5 Accepting request 580118 from home:AndreasStieger:branches:Base:System
GNU awk 4.2.1

OBS-URL: https://build.opensuse.org/request/show/580118
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=70
2018-02-26 09:29:07 +00:00
1c51ca9276 Accepting request 535707 from home:AndreasSchwab:f
- fold-string.patch: Don't fold constant strings if either is translatable

OBS-URL: https://build.opensuse.org/request/show/535707
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=68
2017-10-23 20:17:23 +00:00
03cb2f7092 Accepting request 535340 from home:AndreasSchwab:f
- Update to gawk 4.2.0
  * If not in POSIX mode, changes to ENVIRON are reflected into
    gawk's environment
  * The series of numbers returned by rand() should now be "more
    random" than previously
  * Multiple changes related to the pretty printer
  * The igawk script and igawk.1 man page are no longer installed
  * Gawk now processes a maximum of two hexadecimal digits in \x
    escape sequences inside strings
  * Setting PROCINFO["redirection", "NONFATAL"] to true makes I/O
    errors for "redirection" not fatal
  * Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]
  * Revisions in the POSIX standard remove the special case for POSIX
    mode when FS = " " where newline was not a field separator
  * Gawk now supports strongly typed regexp constants
  * The new typeof() function can be used to indicate if a variable or
    array element is an array, regexp, string or number
  * Optimizations are now enabled by default
  * Passing negative operands to any of the bitwise functions now
    produces a fatal error
  * The mktime function now accepts an optional second argument
  * The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
    how many characters to skip before a field starts
  * The PROCINFO["argv"] array records all of gawk's command line arguments
    as gawk received them
- gawk_ppc64le_ignore_transient_test_time_failure.patch: removed

OBS-URL: https://build.opensuse.org/request/show/535340
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=67
2017-10-20 08:01:29 +00:00
c1998205f2 Accepting request 533389 from home:AndreasStieger:branches:Base:System
- also ignore transient test time failure on ppc64

OBS-URL: https://build.opensuse.org/request/show/533389
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=66
2017-10-12 11:16:48 +00:00
Josef Möllers
68f026a626 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=62 2017-04-10 09:19:35 +00:00
Josef Möllers
9c21df7b49 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=61 2017-04-10 08:26:49 +00:00
Josef Möllers
abe711605d OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=50 2017-04-10 07:40:19 +00:00
2ce27dadbb Accepting request 424880 from home:AndreasStieger:branches:Base:System
gawk 4.1.4

OBS-URL: https://build.opensuse.org/request/show/424880
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=48
2016-09-06 09:40:44 +00:00
e9cdf51f55 Accepting request 393719 from home:michel_mno:branches:Base:System
- new gawk_ppc64le_ignore_transient_test_time_failure.patch
  experienced on Staging:A

OBS-URL: https://build.opensuse.org/request/show/393719
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=46
2016-05-06 08:50:40 +00:00
5ef9e207ee Accepting request 308464 from home:AndreasStieger:branches:Base:System
GNU awk 4.1.3

OBS-URL: https://build.opensuse.org/request/show/308464
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=44
2015-05-23 18:53:49 +00:00
067be47453 Accepting request 305818 from home:AndreasStieger:branches:Base:System
- skip frequently failing and timing dependent test strftime

OBS-URL: https://build.opensuse.org/request/show/305818
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=43
2015-05-07 19:14:41 +00:00
be30851c41 Accepting request 305695 from home:pluskalm:branches:Base:System
- Correct info files scriplet handling section
- Update info and update-alternatives requirements

OBS-URL: https://build.opensuse.org/request/show/305695
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=42
2015-05-07 19:12:12 +00:00
Stephan Kulow
75d159c0a5 Accepting request 305165 from home:AndreasStieger:branches:Base:System
GNU awk 4.1.2

OBS-URL: https://build.opensuse.org/request/show/305165
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=41
2015-05-05 20:22:30 +00:00
8823bfb778 Accepting request 232534 from home:AndreasStieger:branches:Base:System
- remove optional libsigsegv dependency, as per discussion in SR#232107

OBS-URL: https://build.opensuse.org/request/show/232534
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=39
2014-05-03 15:42:57 +00:00
Stephan Kulow
c208070357 Accepting request 232107 from home:AndreasStieger:branches:Base:System
GNU awk 4.1.1, please review. I am dropping patches and fixes, some of which are are 10 years old.

OBS-URL: https://build.opensuse.org/request/show/232107
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=37
2014-05-02 09:15:34 +00:00
Stephan Kulow
d86a376aed Accepting request 221401 from home:gberh:branches:Base:System
- adjust update-alternative usage to packaging policy
  (see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)

OBS-URL: https://build.opensuse.org/request/show/221401
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=35
2014-02-08 12:52:10 +00:00
Philipp Thomas
040a348c74 Accepting request 175250 from home:namtrac:branches:Base:System
- Update to version 4.1.0
  * The three executables gawk, pgawk, and dgawk, have been merged into
    one, named just gawk.
  * The new -i option (from xgawk) is used for loading awk library files.
  * The new -l option (from xgawk) is used for loading dynamic extensions.
  * The dynamic extension interface has been completely redone.  There is
    now a defined API for C extensions to use.  A C extension acts like
    a function written in awk, except that it cannot do everything that awk
    code can. However, this allows interfacing to any facility that is
    available from C.
  * The "inplace" extension, built using the new facility, can be used to
    simulate the GNU "sed -i" feature.
  * The and(), or() and xor() functions now take any number of arguments,
    with a minimum of two.
  * New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. SYMTAB allows
    indirect access to any defined variable or array; it is possible to
    "walk" the symbol table, if that should be necessary.
- Refreshed gawk-3.1.8.diff
- Add older-automake.diff to support automake 1.12

OBS-URL: https://build.opensuse.org/request/show/175250
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=33
2013-05-14 11:16:30 +00:00
7765c24924 Accepting request 161207 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161207
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=31
2013-03-26 15:42:55 +00:00
f320dfa494 Accepting request 145410 from home:jengelh:branches:Base:System
- Remove unneded %clean section

OBS-URL: https://build.opensuse.org/request/show/145410
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=29
2012-12-17 17:40:01 +00:00
d7c1bd89fc Accepting request 133234 from home:coolo:branches:openSUSE:Factory
- add explicit buildrequire makeinfo

OBS-URL: https://build.opensuse.org/request/show/133234
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=27
2012-09-07 13:36:33 +00:00
f7becfad34 Accepting request 112418 from home:tabraham1:branches:Base:System
update to version 4.0.1

OBS-URL: https://build.opensuse.org/request/show/112418
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=25
2012-04-05 16:29:42 +00:00
ebea33090c Accepting request 103443 from home:rjschwei:branches:Base:System
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/103443
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=23
2012-02-17 19:28:27 +00:00
Philipp Thomas
237aa07c20 - Compress message catalog.
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=20
2012-01-30 15:17:38 +00:00
Philipp Thomas
3fb6479160 - Use latest german message catalog.
- Call update-po as part of package build.

OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=19
2012-01-30 12:36:23 +00:00
34838c4e62 Accepting request 95051 from home:babelworx:ldig:branches:Base:System
license update: GPL-3.0+
gawk is GPL-3.0+ in 4.0.0

OBS-URL: https://build.opensuse.org/request/show/95051
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=17
2011-12-02 14:58:08 +00:00