Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2013-07-12 20:42:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11 
13:27:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2013-07-12 
20:42:20.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 12 12:35:26 UTC 2013 - [email protected]
+
+- Reintroduce patch bash-4.2-winch.dif to solve bnc#828877
+  accordingly to my test and upstream (search on [email protected]
+  for message-id <[email protected]>)
+
+-------------------------------------------------------------------

New:
----
  bash-4.2-winch.dif

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.KsyC55/_old  2013-07-12 20:42:21.000000000 +0200
+++ /var/tmp/diff_new_pack.KsyC55/_new  2013-07-12 20:42:21.000000000 +0200
@@ -80,6 +80,8 @@
 Patch16:        bash-4.0-setlocale.dif
 Patch17:        bash-4.0-headers.dif
 Patch18:        bash-4.2-nsec.dif
+# PATCH-EXTEND-SUSE bnc#828877 -- xterm resizing does not pass to all sub 
clients
+Patch19:        bash-4.2-winch.dif
 Patch20:        readline-%{rl_vers}.dif
 Patch21:        readline-4.3-input.dif
 Patch22:        readline-6.1-wrap.patch
@@ -300,6 +302,7 @@
 %patch16 -p0 -b .setlocale
 %patch17 -p0 -b .headers
 %patch18 -p0 -b .nsec
+%patch19 -p0 -b .winch
 %patch21 -p0 -b .zerotty
 %patch22 -p0 -b .wrap
 %patch23 -p0 -b .conf

++++++ bash-4.2-winch.dif ++++++
--- jobs.c
+++ jobs.c      2013-07-12 12:19:03.000000000 +0000
@@ -219,7 +219,7 @@ int already_making_children = 0;
 
 /* If this is non-zero, $LINES and $COLUMNS are reset after every process
    exits from get_tty_state(). */
-int check_window_size;
+int check_window_size = 1;
 
 /* Functions local to this file. */
 
--- builtins/shopt.def
+++ builtins/shopt.def  2006-03-27 12:15:25.000000000 +0000
@@ -279,9 +279,9 @@ reset_shopt_options ()
   allow_null_glob_expansion = glob_dot_filenames = 0;
   cdable_vars = mail_warning = 0;
   no_exit_on_failed_exec = print_shift_error = 0;
-  check_hashed_filenames = cdspelling = expand_aliases = check_window_size = 0;
+  check_hashed_filenames = cdspelling = expand_aliases = 0;
 
-  source_uses_path = promptvars = 1;
+  check_window_size = source_uses_path = promptvars = 1;
 
 #if defined (EXTENDED_GLOB)
   extended_glob = 0;
++++++ bash-4.2.dif ++++++
--- /var/tmp/diff_new_pack.KsyC55/_old  2013-07-12 20:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.KsyC55/_new  2013-07-12 20:42:22.000000000 +0200
@@ -125,20 +125,6 @@
      }
    else
      return (result);
---- builtins/shopt.def
-+++ builtins/shopt.def 2006-03-27 12:15:25.000000000 +0000
-@@ -279,9 +279,9 @@ reset_shopt_options ()
-   allow_null_glob_expansion = glob_dot_filenames = 0;
-   cdable_vars = mail_warning = 0;
-   no_exit_on_failed_exec = print_shift_error = 0;
--  check_hashed_filenames = cdspelling = expand_aliases = check_window_size = 
0;
-+  check_hashed_filenames = cdspelling = expand_aliases = 0;
- 
--  source_uses_path = promptvars = 1;
-+  check_window_size = source_uses_path = promptvars = 1;
- 
- #if defined (EXTENDED_GLOB)
-   extended_glob = 0;
 --- doc/Makefile.in
 +++ doc/Makefile.in    2006-03-27 12:15:25.000000000 +0000
 @@ -142,7 +142,7 @@ BASHREF_FILES = $(srcdir)/bashref.texi $

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

Reply via email to