Hello community,

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2012-04-12 09:23:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gawk (Old)
 and      /work/SRC/openSUSE:Factory/.gawk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gawk", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gawk/gawk.changes        2012-02-21 
07:30:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gawk.new/gawk.changes   2012-04-12 
09:23:45.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr  4 01:27:28 UTC 2012 - [email protected]
+
+- Update to version 4.0.1
+  * completed the implementation of Rational Range Interpretation
+  * failure to get the group set is no longer a fatal error
+  * lots of minor bugs fixed and portability clean-ups
+
+- refreshed gawk-3.1.8.diff
+- removed gawk-revert-gsub-gawk3.patch deprecated by this release
+
+-------------------------------------------------------------------

Old:
----
  gawk-4.0.0.tar.bz2
  gawk-revert-gsub-gawk3.patch

New:
----
  gawk-4.0.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gawk.spec ++++++
--- /var/tmp/diff_new_pack.SL2fNt/_old  2012-04-12 09:23:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SL2fNt/_new  2012-04-12 09:23:47.000000000 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gawk
 Url:            http://www.gnu.org/software/gawk/
 Provides:       awk
 BuildRequires:  automake
 BuildRequires:  update-alternatives
 PreReq:         %{install_info_prereq} update-alternatives
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Summary:        GNU awk
 License:        GPL-3.0+
@@ -29,7 +30,6 @@
 Source:         gawk-%{version}.tar.bz2
 Source1:        gawk-4.0.0h.de.po.bz2
 Patch1:         gawk-3.1.8.diff
-Patch2:         gawk-revert-gsub-gawk3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,8 +50,7 @@
 
 %prep
 %setup -q
-%patch1
-%patch2 -p1
+%patch1 -p1
 bunzip2 -c %{S:1} > po/de.po
 rm -f regex.[ch]
 chmod -x COPYING

++++++ gawk-3.1.8.diff ++++++
--- /var/tmp/diff_new_pack.SL2fNt/_old  2012-04-12 09:23:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SL2fNt/_new  2012-04-12 09:23:47.000000000 +0200
@@ -1,25 +1,6 @@
---- doc/gawk.texi.orig
-+++ doc/gawk.texi
-@@ -1549,7 +1549,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.
-@@ -27180,7 +27180,7 @@ did the initial work to convert @command
- GNU Automake and GNU @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 optional third argument to the
---- builtin.c.orig
-+++ builtin.c
+diff -aur gawk-4.0.1.orig/builtin.c gawk-4.0.1/builtin.c
+--- gawk-4.0.1.orig/builtin.c  2012-03-28 15:54:55.000000000 -0400
++++ gawk-4.0.1/builtin.c       2012-04-03 21:03:30.156093525 -0400
 @@ -29,7 +29,6 @@
  #include <fcntl.h>
  #endif
@@ -27,8 +8,8 @@
 -#include "random.h"
  #include "floatmagic.h"
  
- #ifndef CHAR_BIT
-@@ -60,11 +59,6 @@
+ #if defined(HAVE_POPEN_H)
+@@ -64,12 +63,6 @@
  static size_t mbc_byte_count(const char *ptr, size_t numchars);
  static size_t mbc_char_count(const char *ptr, size_t numbytes);
  
@@ -37,12 +18,35 @@
 -extern char *setstate(char *state);
 -extern long random(void);
 -extern void srandom(unsigned long seed);
- 
+-
  extern NODE **args_array;
  extern int max_args;
---- Makefile.am.orig
-+++ Makefile.am
-@@ -103,11 +103,7 @@ base_sources = \
+ extern NODE **fields_arr;
+diff -aur gawk-4.0.1.orig/doc/gawk.texi gawk-4.0.1/doc/gawk.texi
+--- gawk-4.0.1.orig/doc/gawk.texi      2012-03-28 15:47:54.000000000 -0400
++++ gawk-4.0.1/doc/gawk.texi   2012-04-03 21:02:52.242567511 -0400
+@@ -1511,7 +1511,7 @@
+ 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.
+@@ -27272,7 +27272,7 @@
+ GNU Automake and GNU @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 optional third argument to the
+diff -aur gawk-4.0.1.orig/Makefile.am gawk-4.0.1/Makefile.am
+--- gawk-4.0.1.orig/Makefile.am        2012-03-28 15:47:53.000000000 -0400
++++ gawk-4.0.1/Makefile.am     2012-04-03 21:03:52.165818367 -0400
+@@ -106,11 +106,7 @@
        msg.c \
        node.c \
        protos.h \


++++++ gawk-4.0.0.tar.bz2 -> gawk-4.0.1.tar.bz2 ++++++
++++ 45753 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to