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
This commit is contained in:
Stephan Kulow
2014-05-02 09:15:34 +00:00
committed by Git OBS Bridge
parent 86ca471256
commit c1e40bdfd1
10 changed files with 135 additions and 136 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Apr 29 20:28:42 UTC 2014 - andreas.stieger@gmx.de
- GNU awk 4.1.1:
* The "stat" extension now includes a "devbsize" element which
indicates the units for the "nblocks" element.
* A number of bugs in the pretty-printing / profiling code have
been fixed.
* The -O option now works again.
* The --include option, documented since 4.0, now actually works.
* Infrastructure updated to automake 1.13.4, bison 3.0.2, and
libtool 2.4.2.418.
* The configure script now accepts a --disable-extensions option,
which disables checking for and building the extensions.
* The API now provides functions pointers for malloc(), calloc(),
realloc() and free(), to insure that the same memory allocation
functions are always used. This bumps the minor version by one.
* The printf quote flag now works correctly in locales with
a different decimal point character but without a thousands
separator character. If the thousands separator is a string,
it will be correctly added to decimal numbers.
* The readfile extension now has an input parser that will read
whole files as a single record.
- packaging changes:
* remove added German po file and scanning of translations
* remove profiling, fixing warning make-check-outside-check-section
* remove autoreconf call
* drop gawk-3.1.8.diff
* drop older-automake.diff, not required for factory
* build with libsigsegv
* no not regenerate info pages
* add gawk-4.1.1-build-baddest.patch required for install
* switch to xz tarball
* verify source signature
-------------------------------------------------------------------
Sat Feb 8 12:02:23 UTC 2014 - gber@opensuse.org