Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2015-03-23 12:12:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2015-03-05 
18:17:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2015-03-23 
12:12:12.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Mar  4 22:52:17 CET 2015 - jdelv...@suse.de
+
+- bash-4.3-loadables.dif: One more warning fixed, in
+  examples/loadables/logname.c.
+- bash-4.3-loadables.dif: Reverted one warning fix, which was
+  introducing another warning and possibly a bug.
+
+-------------------------------------------------------------------
+Wed Mar  4 11:30:12 CET 2015 - jdelv...@suse.de
+
+- bash-4.3-loadables.dif: Split changes to shell.h to a separate
+  patch "bash-4.3-include-unistd.dif", as the loadables build just
+  fine without these changes.
+- bash-4.3-loadables.dif: Drop all header file inclusion fixups,
+  upstream fixed the problem differently 5 years ago.
+
+-------------------------------------------------------------------

New:
----
  bash-4.3-include-unistd.dif

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.ma9z7a/_old  2015-03-23 12:12:13.000000000 +0100
+++ /var/tmp/diff_new_pack.ma9z7a/_new  2015-03-23 12:12:13.000000000 +0100
@@ -73,6 +73,7 @@
 Patch6:         bash-4.2-endpw.dif
 Patch7:         bash-4.3-decl.patch
 Patch8:         bash-4.0-async-bnc523667.dif
+Patch9:         bash-4.3-include-unistd.dif
 Patch10:        bash-3.2-printf.patch
 Patch11:        bash-4.3-loadables.dif
 Patch12:        bash-4.1-completion.dif
@@ -295,6 +296,7 @@
 #%patch6  -p0 -b .endpw
 %patch7  -p0 -b .decl
 %patch8  -p0 -b .async
+%patch9  -p0 -b .unistd
 %patch10 -p0 -b .printf
 %patch11 -p0 -b .plugins
 %patch12 -p0 -b .completion

++++++ bash-4.3-include-unistd.dif ++++++
This change was originally part of patch bash-4.3-loadables.dif.
However the loadables build just fine with this change, so it may
still be needed but does not belong to that patch.

--- shell.h.orig
+++ shell.h
@@ -22,6 +22,9 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
+#include <unistd.h>
+
 #include "bashjmp.h"
 
 #include "command.h"
++++++ bash-4.3-loadables.dif ++++++
++++ 632 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/bash/bash-4.3-loadables.dif
++++ and /work/SRC/openSUSE:Factory/.bash.new/bash-4.3-loadables.dif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to