Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2013-06-05 11:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-03-22 
11:00:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2013-06-05 
11:40:08.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jun  4 18:36:43 UTC 2013 - [email protected]
+
+- add a conflict between readline5 and readline6-32bit
+
+-------------------------------------------------------------------
+Tue May 28 15:17:36 UTC 2013 - [email protected]
+
+- Do not restart the sighandler after a trap is reset (bnc#820149)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.PX5Xmz/_old  2013-06-05 11:40:09.000000000 +0200
+++ /var/tmp/diff_new_pack.PX5Xmz/_new  2013-06-05 11:40:09.000000000 +0200
@@ -8,3 +8,4 @@
 readline-devel
  requires -readline-<targettype>
  requires "libreadline6-<targettype> = <version>"
+ conflicts "readline5-devel-<targettype>"

++++++ bash-4.2-sigrestart.patch ++++++
--- /var/tmp/diff_new_pack.PX5Xmz/_old  2013-06-05 11:40:09.000000000 +0200
+++ /var/tmp/diff_new_pack.PX5Xmz/_new  2013-06-05 11:40:09.000000000 +0200
@@ -19,7 +19,7 @@
    if (sig == SIGCHLD)
      act.sa_flags |= SA_RESTART;               /* XXX */
 +#if !defined(MUST_REINSTALL_SIGHANDLERS)
-+  if (sig != SIGALRM)
++  if (sig != SIGALRM && handler != (termsig_sighandler))
 +    act.sa_flags |= SA_RESTART;               /* XXX */
 +  if (handler == (trap_handler))
 +    act.sa_flags |= SA_NODEFER;               /* XXX */

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

Reply via email to