[bash/f15/master] Also do the change in spec file...

Roman Rakus rrakus at fedoraproject.org
Thu Mar 31 13:41:21 UTC 2011


commit a1707faae1cd285822965eff84217cf9e9ccb2bf
Author: Roman Rakus <rrakus at redhat.com>
Date:   Thu Mar 31 15:41:02 2011 +0200

    Also do the change in spec file...
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 bash.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bash.spec b/bash.spec
index 0c76830..09a1c51 100644
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -64,9 +64,6 @@ Patch120: bash-4.2-rc2-logout.patch
 # Static analyzis shows some issues in bash-2.05a-interpreter.patch
 Patch121: bash-4.2-coverity.patch
 
-# 684293, Fix the infinite loop with invalid wide char
-Patch122: bash-4.2-xdupmbstowcs2-patch
-
 BuildRequires: texinfo bison
 BuildRequires: ncurses-devel
 BuildRequires: autoconf, gettext
@@ -123,7 +120,6 @@ This package contains documentation files for %{name}.
 %patch119 -p1 -b .broken_pipe
 %patch120 -p1 -b .logout
 %patch121 -p1 -b .coverity
-%patch122 -p0 -b .xdupmbstowcs2
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -302,6 +298,10 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Thu Mar 31 2011 Roman Rakus <rrakus at redhat.com> - 4.2.8-2
+- remove bash-4.2-xdupmbstowcs2-patch, which introduce another bugs
+  Resolves: #689868
+
 * Tue Mar 15 2011 Roman Rakus <rrakus at redhat.com> - 4.2.8-1
 - Patchlevel 8
 


More information about the scm-commits mailing list