Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2014-02-01 09:40:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-12 
20:42:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2014-02-01 
09:40:12.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 31 16:39:08 UTC 2014 - [email protected]
+
+- Add upstream patch bash-4.2-prompt-dirtrim.patch
+  bash patch tar ball to solve some some cases strange output
+  displayed in the prompt if PROMPT_DIRTRIM i sset.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.o78wzP/_old  2014-02-01 09:40:14.000000000 +0100
+++ /var/tmp/diff_new_pack.o78wzP/_new  2014-02-01 09:40:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bash
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ bash-4.2-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch 
new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch
--- old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  1970-01-01 
01:00:00.000000000 +0100
+++ new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  2014-01-31 
17:37:48.000000000 +0100
@@ -0,0 +1,13 @@
+https://lists.gnu.org/archive/html/bug-bash/2014-01/msg00130.html
+
+--- general.c
++++ general.c  2014-01-31 16:34:21.006235991 +0000
+@@ -766,7 +766,7 @@ trim_pathname (name, maxlen)
+   *nbeg++ = '.';
+ 
+   nlen = nend - ntail;
+-  memcpy (nbeg, ntail, nlen);
++  memmove (nbeg, ntail, nlen);
+   nbeg[nlen] = '\0';
+ 
+   return name;

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

Reply via email to