diff --git a/.cvsignore b/.cvsignore index 5dbe4d2..8295605 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -screen-4.0.1.tar.gz +screen-4.0.2.tar.gz diff --git a/screen.spec b/screen.spec index 4beb5a4..0c7b5f7 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.1 -Release: 4 +Version: 4.0.2 +Release: 2 License: GPL2 Group: Applications/System URL: http://www.gnu.org/software/screen @@ -48,6 +48,7 @@ Patch6: screen-3.9.15-home-screendir.patch # Fixes potential buffer overflow when > 2^31 semicolons are passed. # Patch7: screen-4.0.1-args.patch +Patch8: screen-4.0.2-logname.patch %description The screen utility allows you to have multiple logins on just one @@ -65,9 +66,10 @@ support multiple logins on one terminal. %setup -q %patch1 -p1 -b .ia64 %patch2 -p1 -b .screenrc -%patch3 -p1 -b .etcscreenrc +#%patch3 -p1 -b .etcscreenrc %patch4 -p1 -b .utf8-install %patch5 -p1 -b .no-stripping-or-elf +%patch8 -p1 -b .logname # Uncomment if you want screen to first try to use $HOME/.screens # and subsequently try to use /tmp/S- @@ -164,6 +166,12 @@ fi %config /etc/pam.d/screen %changelog +* Wed Apr 28 2004 Daniel Reed 4.0.2-2 +- Add patch -logname to correct #121875 + +* Mon Apr 05 2004 Daniel Reed 4.0.2-1 +- Version bump (4.0.2) + * Fri Feb 13 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index c41b13a..5e48156 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f674d5a7a299abf085d0b69c90de4f8 screen-4.0.1.tar.gz +ed68ea9b43d9fba0972cb017a24940a1 screen-4.0.2.tar.gz