Hello community, here is the log from the commit of package gawk for openSUSE:Factory checked in at Thu May 19 09:15:55 CEST 2011.
-------- --- gawk/gawk.changes 2010-06-28 08:48:35.000000000 +0200 +++ /mounts/work_src_done/STABLE/gawk/gawk.changes 2011-04-19 13:55:53.000000000 +0200 @@ -1,0 +2,24 @@ +Tue Apr 19 13:46:32 CEST 2011 - [email protected] + +- update to 3.1.8: + * The zero flag no longer applies to %c and %s; apparently the standards + changed at some point. + * Failure to open a socket is no longer a fatal error. + * dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first + time in many years. + * Gawk no longer includes its own copy of libsigsegv but it will use it if + installed on the build system. The --disable-libsigsegv configure option + is now gone. + * The ' flag (%'d) is now just ignored on systems that can't support it. + * Gawk now has support for z/OS (IBM S/390 architecture). + * Gawk now handles multibyte strings better in [s]printf with field + widths and such. + * A getline from a directory is no longer fatal; instead it returns -1. + * Per POSIX, special variable names (like FS) cannot be used as function + parameter names. + * The new -O / --optimize option enables simple constant folding on + the parse tree during parsing. We hope that with time the number + of optimizations will increase. + * Lots of bug fixes, see the ChangeLog. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gawk-3.1.6.diff gawk-3.1.6.tar.bz2 New: ---- gawk-3.1.8.diff gawk-3.1.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gawk.spec ++++++ --- /var/tmp/diff_new_pack.DHLlsZ/_old 2011-05-19 09:14:16.000000000 +0200 +++ /var/tmp/diff_new_pack.DHLlsZ/_new 2011-05-19 09:14:16.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gawk (Version 3.1.6) +# spec file for package gawk # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,8 @@ AutoReqProv: on BuildRequires: update-alternatives PreReq: %{install_info_prereq} update-alternatives -Version: 3.1.6 -Release: 28 +Version: 3.1.8 +Release: 1 Summary: GNU awk Source: gawk-%{version}.tar.bz2 Patch: gawk-%{version}.diff ++++++ gawk-3.1.6.diff -> gawk-3.1.8.diff ++++++ --- gawk/gawk-3.1.6.diff 2009-10-04 14:10:11.000000000 +0200 +++ /mounts/work_src_done/STABLE/gawk/gawk-3.1.8.diff 2011-04-19 13:55:52.000000000 +0200 @@ -1,32 +1,34 @@ -Index: Makefile.am -=================================================================== ---- Makefile.am.orig -+++ Makefile.am -@@ -102,11 +102,7 @@ base_sources = \ - msg.c \ - node.c \ - protos.h \ -- random.c \ -- random.h \ - re.c \ -- regex.c \ -- regex.h \ - replace.c \ - version.c +--- doc/gawk.texi.orig ++++ doc/gawk.texi +@@ -1406,7 +1406,7 @@ and + Chuck Toporek. + + @cindex Berry, Karl +-@cindex Chassell, Robert J.@: ++@cindex Chassell, Robert J. + @c @cindex Texinfo + Robert J.@: Chassell provided much valuable advice on + the use of Texinfo. +@@ -23713,7 +23713,7 @@ did the initial work to convert @command + GNU Automake and @code{gettext}. -Index: builtin.c -=================================================================== ---- builtin.c.orig + @item +-@cindex Broder, Alan J.@: ++@cindex Broder, Alan J. + Alan J.@: Broder + provided the initial version of the @code{asort} function + as well as the code for the new optional third argument to the +--- builtin.c +++ builtin.c @@ -29,7 +29,6 @@ #include <fcntl.h> #endif #include <math.h> -#include "random.h" + #include "floatmagic.h" #ifndef CHAR_BIT - # define CHAR_BIT 8 -@@ -54,12 +53,6 @@ +@@ -55,12 +54,6 @@ #define SIZE_MAX ((size_t) -1) #endif @@ -39,25 +41,17 @@ extern NODE **fields_arr; extern int output_is_tty; -Index: doc/gawk.texi -=================================================================== ---- doc/gawk.texi.orig -+++ doc/gawk.texi -@@ -1406,7 +1406,7 @@ and - Chuck Toporek. - - @cindex Berry, Karl --@cindex Chassell, Robert J.@: -+@cindex Chassell, Robert J. - @c @cindex Texinfo - Robert J.@: Chassell provided much valuable advice on - the use of Texinfo. -@@ -23713,7 +23713,7 @@ did the initial work to convert @command - GNU Automake and @code{gettext}. - - @item --@cindex Broder, Alan J.@: -+@cindex Broder, Alan J. - Alan J.@: Broder - provided the initial version of the @code{asort} function - as well as the code for the new optional third argument to the +--- Makefile.am ++++ Makefile.am +@@ -103,11 +103,7 @@ + msg.c \ + node.c \ + protos.h \ +- random.c \ +- random.h \ + re.c \ +- regex.c \ +- regex.h \ + replace.c \ + version.c \ + xalloc.h ++++++ gawk-3.1.6.tar.bz2 -> gawk-3.1.8.tar.bz2 ++++++ ++++ 106765 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
