@ -1,20 +1,19 @@
Summary: A screen manager that supports multiple logins on one terminal.
Summary: A screen manager that supports multiple logins on one terminal.
Name: screen
Name: screen
Version: 3.9.5
Version: 3.9.8
Release: 1 3
Release: 3
License: GPL
License: GPL
Group: Applications/System
Group: Applications/System
Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
Patch0: screen-3.7.6-compat21.patch
Patch0: screen-3.7.6-compat21.patch
Patch1: screen-3.9.4-makeinfo.patch
Patch1: screen-3.9.4-makeinfo.patch
Patch2: screen-3.9.4-notmp.patch
Patch2: screen-3.9.8-osdef.patch
Patch3: screen-3.9.5-md5.patch
Patch4: screen-3.9.5-jbj.patch
Patch4: screen-3.9.5-jbj.patch
Patch5: screen-ia64.patch
Patch5: screen-ia64.patch
Patch6: screen-3.9.5-crashbug.patch
Patch7: screen-3.9.5-docbugs.patch
Patch7: screen-3.9.5-docbugs.patch
Patch8: screen-3.9.5-deletehack.patch
Patch8: screen-3.9.5-deletehack.patch
Patch9: screen-3.9.5-closealldocbug.patch
Patch9: screen-3.9.5-closealldocbug.patch
Patch10: screen-3.9.8-select.patch
Prefix: %{_prefix}
Prefix: %{_prefix}
Prereq: /sbin/install-info
Prereq: /sbin/install-info
BuildRoot: /var/tmp/%{name}-root
BuildRoot: /var/tmp/%{name}-root
@ -33,14 +32,13 @@ support multiple logins on one terminal.
%patch0 -p1 -b .compat21
%patch0 -p1 -b .compat21
%patch1 -p1 -b .makeinfo
%patch1 -p1 -b .makeinfo
%patch2 -p1 -b .notmp
%patch2 -p0
%patch3 -p1 -b .md5
%patch4 -p1 -b .jbj
%patch4 -p1 -b .jbj
%patch5 -p1 -b .ia64
%patch5 -p1 -b .ia64
%patch6 -p1
%patch7 -p1
%patch7 -p1
%patch8 -p1
%patch8 -p1
%patch9 -p1
%patch9 -p1
%patch10 -p1
%build
%build
@ -106,6 +104,16 @@ fi
%config /etc/skel/.screenrc
%config /etc/skel/.screenrc
%changelog
%changelog
* Tue Feb 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- fix configure.in to use correct code to check for select()
* Wed Jan 10 2001 Tim Waugh <twaugh@redhat.com>
- Rebuild, which will hopefully fix bug #22537
* Sun Oct 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.9.8
- change the .jbj patch and add some more "user" -> "auser" cases
* Thu Aug 15 2000 Crutcher Dunnavant <crutcher@redhat.com>
* Thu Aug 15 2000 Crutcher Dunnavant <crutcher@redhat.com>
- Patched the documentation to change the 'C-a C-\' to 'C-a \',
- Patched the documentation to change the 'C-a C-\' to 'C-a \',
- which is what is the real behaviour. this fixes bug #16103
- which is what is the real behaviour. this fixes bug #16103