[bash] Revert revision 4.2.37-5 - already fixed upstream

Ondrej Oprala ooprala at fedoraproject.org
Wed Aug 22 10:18:23 UTC 2012


commit e40ab873eec0c35bae3c3067db5ff4e8cde53d70
Author: Ondrej Oprala <ooprala at redhat.com>
Date:   Wed Aug 22 12:13:31 2012 +0200

    Revert revision 4.2.37-5 - already fixed upstream

 bash-4.2-dotted_variables.patch |   12 ------------
 bash.spec                       |   10 ++++------
 2 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/bash.spec b/bash.spec
index 848add7..7b0ae7d 100644
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -95,10 +95,6 @@ Patch121: bash-4.2-coverity.patch
 # Don't call malloc in signal handler
 Patch122: bash-4.1-defer-sigchld-trap.patch
 
-# Bash filters out environmental variables containing a dot
-# in the name
-Patch123: bash-4.2-dotted_variables.patch
-
 BuildRequires: texinfo bison
 BuildRequires: ncurses-devel
 BuildRequires: autoconf, gettext
@@ -188,7 +184,6 @@ This package contains documentation files for %{name}.
 %patch120 -p1 -b .logout
 %patch121 -p1 -b .coverity
 %patch122 -p1 -b .defer_sigchld_trap
-%patch123 -p1 -b .dotted_variables
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -380,6 +375,9 @@ end
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Wed Aug 22 2012 Ondrej Oprala <ooprala at redhat.com> - 4.2.37-6
+- Revert revision 4.2.37-5 - already fixed upstream
+
 * Tue Aug 21 2012 Ondrej Oprala <ooprala at redhat.com> - 4.2.37-5
 - Don't filter out environmental variables with
   a dot in the name


More information about the scm-commits mailing list