SHA256
3
0
forked from pool/gawk
Commit Graph

109 Commits

Author SHA256 Message Date
Ana Guerrero
ac5791fdb7 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
2023-11-08 21:16:31 +00:00
6d7a0956a6 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
Dominique Leuenberger
a4724749e9 Accepting request 1087200 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1087200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=55
2023-05-17 08:52:30 +00:00
dd07ce08a8 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
Dominique Leuenberger
dd4156537e Accepting request 1085807 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1085807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=54
2023-05-13 15:16:54 +00:00
c88a85a202 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
Dominique Leuenberger
0b8857ff2b Accepting request 1055310 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1055310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=53
2023-01-07 16:15:40 +00:00
05d93207e9 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
Dominique Leuenberger
7c00d20b47 Accepting request 1037607 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1037607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=52
2022-11-27 11:52:42 +00:00
ebff2d7486 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
Dominique Leuenberger
42a848de59 Accepting request 1005742 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1005742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=51
2022-09-25 13:34:30 +00:00
687b58aa8b 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
d059de2dbc 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
Dominique Leuenberger
5c8080e384 Accepting request 1003729 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1003729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=50
2022-09-16 11:31:53 +00:00
eca29aac39 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
dbb08c9c55 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
Dominique Leuenberger
d78561e067 Accepting request 932775 from Base:System
OBS-URL: https://build.opensuse.org/request/show/932775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=49
2021-11-25 22:05:27 +00:00
3a8b84363f 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
Dominique Leuenberger
44c11c9d0f Accepting request 931421 from Base:System
OBS-URL: https://build.opensuse.org/request/show/931421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=48
2021-11-20 01:37:58 +00:00
3c6ebee22e 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
Dominique Leuenberger
d09bd58d19 Accepting request 928731 from Base:System
OBS-URL: https://build.opensuse.org/request/show/928731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=47
2021-11-06 17:13:01 +00:00
c07fc00544 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
Richard Brown
9a4214016f Accepting request 922644 from Base:System
OBS-URL: https://build.opensuse.org/request/show/922644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=46
2021-10-08 20:04:34 +00:00
546c8a74e9 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
Dominique Leuenberger
89dd4aea80 Accepting request 869794 from Base:System
OBS-URL: https://build.opensuse.org/request/show/869794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=45
2021-02-07 14:14:02 +00:00
7b533d5cf6 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
d23e4f7b39 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
Dominique Leuenberger
eb86f0d4b6 Accepting request 795532 from Base:System
OBS-URL: https://build.opensuse.org/request/show/795532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=44
2020-04-25 18:08:15 +00:00
beac6968c1 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
Dominique Leuenberger
37ada01a7d Accepting request 743779 from Base:System
OBS-URL: https://build.opensuse.org/request/show/743779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=43
2019-11-03 09:45:26 +00:00
Stefan Seyfried
c3fa851474 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
Dominique Leuenberger
c2a0b1ca2a Accepting request 726801 from Base:System
OBS-URL: https://build.opensuse.org/request/show/726801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=42
2019-09-11 08:17:17 +00:00
5039ee1e3d 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
Dominique Leuenberger
32ee4a8c6d Accepting request 722984 from Base:System
OBS-URL: https://build.opensuse.org/request/show/722984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=41
2019-08-27 09:58:16 +00:00
Josef Möllers
2ac4dc934a 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
Dominique Leuenberger
d9206584ac Accepting request 580174 from Base:System
GNU awk 4.2.1
- Use %license (boo#1082318)

OBS-URL: https://build.opensuse.org/request/show/580174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=40
2018-02-28 18:55:44 +00:00
cb72d81644 - 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
8caf0f13a7 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
Dominique Leuenberger
666547bb1f Accepting request 536218 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/536218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=39
2017-10-26 16:41:44 +00:00
289902b5c0 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
7a772246ef 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
123f411d52 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
Dominique Leuenberger
5c5fb86091 Accepting request 487002 from Base:System
OBS-URL: https://build.opensuse.org/request/show/487002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=38
2017-04-25 06:54:51 +00:00
Josef Möllers
e458cc04be OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=64 2017-04-10 09:26:30 +00:00
Josef Möllers
645360509f OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=63 2017-04-10 09:22:56 +00:00
Josef Möllers
baa088ae50 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
6249595ae3 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
4fec77f034 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=60 2017-04-10 08:20:44 +00:00
Josef Möllers
84062e68ac OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=59 2017-04-10 08:17:54 +00:00
Josef Möllers
6c261d0260 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=58 2017-04-10 08:10:46 +00:00