Hello community,

here is the log from the commit of package bash for openSUSE:Factory
checked in at Tue Mar 22 17:51:06 CET 2011.



--------
--- bash/bash.changes   2011-03-15 18:31:41.000000000 +0100
+++ /mounts/work_src_done/STABLE/bash/bash.changes      2011-03-22 
13:17:49.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 22 13:16:43 CET 2011 - wer...@suse.de
+
+- Remove patch to avod endless loop in UTF-8 locale as it breaks
+  glob expanding (bnc#681286)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.n1m2BD/_old  2011-03-22 17:50:37.000000000 +0100
+++ /var/tmp/diff_new_pack.n1m2BD/_new  2011-03-22 17:50:37.000000000 +0100
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:    on
 Version:        4.2
-Release:        3
+Release:        4
 Summary:        The GNU Bourne-Again Shell
 Url:            http://www.gnu.org/software/bash/bash.html
 Source0:        ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
@@ -106,7 +106,7 @@
 Provides:       bash:%{_infodir}/bash.info.gz
 PreReq:         %install_info_prereq
 Version:        4.2
-Release:        3
+Release:        4
 AutoReqProv:    on
 %if %suse_version > 1120
 BuildArch:      noarch
@@ -142,7 +142,7 @@
 Summary:        Include Files mandatory for Development of bash loadable 
builtins
 Group:          Development/Languages/C and C++
 Version:        4.2
-Release:        3
+Release:        4
 AutoReqProv:    on
 
 %description -n bash-devel
@@ -162,7 +162,7 @@
 Summary:        Loadable bash builtins
 Group:          System/Shells
 Version:        4.2
-Release:        3
+Release:        4
 AutoReqProv:    on
 
 %description -n bash-loadables
@@ -231,7 +231,7 @@
 Group:          System/Libraries
 Provides:       bash:/%{_lib}/libreadline.so.%{rl_major}
 Version:        6.2
-Release:        3
+Release:        4
 %if %suse_version > 1020
 Recommends:     readline-doc = %{version}
 %endif
@@ -262,7 +262,7 @@
 Group:          Development/Libraries/C and C++
 Provides:       bash:%{_libdir}/libreadline.a
 Version:        6.2
-Release:        3
+Release:        4
 Requires:       libreadline6 = %{version}
 Requires:       ncurses-devel
 %if %suse_version > 1020
@@ -293,7 +293,7 @@
 Provides:       readline:%{_infodir}/readline.info.gz
 PreReq:         %install_info_prereq
 Version:        6.2
-Release:        3
+Release:        4
 AutoReqProv:    on
 %if %suse_version > 1120
 BuildArch:      noarch

++++++ bash-4.2-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch 
new/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch
--- old/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch   2011-03-15 
18:19:59.000000000 +0100
+++ new/bash-4.2-patches/bash-4.2-xdupmbstowcs2.patch   1970-01-01 
01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-*** ../bash-4.2-patched/lib/glob/xmbsrtowcs.c  2010-05-30 18:36:27.000000000 
-0400
---- lib/glob/xmbsrtowcs.c      2011-03-14 14:22:11.000000000 -0400
-***************
-*** 174,180 ****
-        wcslength = mbsnrtowcs(NULL, &tmp_p, nms, 0, &tmp_state);
-  
-        /* Conversion failed. */
-!       if (wcslength == (size_t)-1)
-       {
-         free (wsbuf);
-         *destp = NULL;
---- 174,180 ----
-        wcslength = mbsnrtowcs(NULL, &tmp_p, nms, 0, &tmp_state);
-  
-        /* Conversion failed. */
-!       if (wcslength == 0 || wcslength == (size_t)-1)
-       {
-         free (wsbuf);
-         *destp = NULL;


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



Remember to have fun...

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

Reply via email to