*** empty log message ***

This commit is contained in:
prockai 2006-07-10 11:57:44 +00:00
parent 378f10cbcc
commit 19cade031d
2 changed files with 19 additions and 1 deletions

11
screen-4.0.2-maxstr.patch Normal file
View File

@ -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

View File

@ -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 <prockai@redhat.com> - 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 <prockai@redhat.com> - 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