SHA256
3
0
forked from pool/gawk
Commit Graph

68 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Josef Möllers
e5d7be4df5 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=57 2017-04-10 08:08:07 +00:00
Josef Möllers
af988175b6 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=56 2017-04-10 08:04:27 +00:00
Josef Möllers
f31b1afa0d OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=55 2017-04-10 08:02:47 +00:00
Josef Möllers
267d417506 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=54 2017-04-10 08:00:30 +00:00
Josef Möllers
f36d1ab9d2 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=53 2017-04-10 07:46:54 +00:00
Josef Möllers
e7a92780d9 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=52 2017-04-10 07:43:55 +00:00
Josef Möllers
8e792ed565 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=51 2017-04-10 07:41:46 +00:00
Josef Möllers
5ec1ed40c2 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=50 2017-04-10 07:40:19 +00:00
a4f90a94b3 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
75c61a4b11 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
33f8b0b388 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
c9a4c45141 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
655d777a11 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
a383d579b3 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
9329c4656f 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
c1e40bdfd1 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
86ca471256 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
b9b219b847 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
98552a7ec6 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
b22f90fa24 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
8e81378f69 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