From 19cade031d92b1995c43009ae9acc8c072ea3f18 Mon Sep 17 00:00:00 2001 From: prockai Date: Mon, 10 Jul 2006 11:57:44 +0000 Subject: [PATCH] *** empty log message *** --- screen-4.0.2-maxstr.patch | 11 +++++++++++ screen.spec | 9 ++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 screen-4.0.2-maxstr.patch diff --git a/screen-4.0.2-maxstr.patch b/screen-4.0.2-maxstr.patch new file mode 100644 index 0000000..466e2f1 --- /dev/null +++ b/screen-4.0.2-maxstr.patch @@ -0,0 +1,11 @@ +--- screen-4.0.2/screen.h.maxstr 2006-07-10 13:37:11.000000000 +0200 ++++ screen-4.0.2/screen.h 2006-07-10 13:36:36.000000000 +0200 +@@ -86,7 +86,7 @@ + + #define Ctrl(c) ((c)&037) + +-#define MAXSTR 256 ++#define MAXSTR 4096 + #define MAXARGS 64 + #define MSGWAIT 5 + #define MSGMINWAIT 1 diff --git a/screen.spec b/screen.spec index 4b4610d..6bdb72b 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ Summary: A screen manager that supports multiple logins on one terminal. Name: screen Version: 4.0.2 -Release: 14 +Release: 15 License: GPL2 Group: Applications/System URL: http://www.gnu.org/software/screen @@ -52,6 +52,7 @@ Patch8: screen-4.0.2-logname.patch # reassign lockscreen to ^aX so its harder to hit by accident Patch9: screen-4.0.2-lock-shortcut.patch Patch10: screen-4.0.2-lib64.patch +Patch11: screen-4.0.2-maxstr.patch %description The screen utility allows you to have multiple logins on just one @@ -84,6 +85,7 @@ support multiple logins on one terminal. %patch7 -p0 -b .args %patch9 -p1 -b .lock-shortcut %patch10 -p1 -b .lib64 +%patch11 -p1 -b .maxstr %build @@ -177,6 +179,11 @@ fi %config /etc/pam.d/screen %changelog +* Mon Jul 10 2006 Petr Rockai - 4.0.2-15 +- bump MAXSTR (string buffer size) to 4k (from 256 bytes), fixes + status line issues with window list in status line and too many + windows (and possibly other issues with long strings) + * Tue May 30 2006 Petr Rockai - 4.0.2-14 - put /usr/share/screen into the package (so the package owns the directory as well, not only the files below); fixes BR 192852