|
|
@ -3,7 +3,7 @@
|
|
|
|
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: 4.1.0
|
|
|
|
Version: 4.1.0
|
|
|
|
Release: 0.4.20110328git8cf5ef%{?dist}
|
|
|
|
Release: 0.5.20110328git8cf5ef%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
@ -24,6 +24,7 @@ Patch2: screen-4.0.3-screenrc.patch
|
|
|
|
Patch3: screen-ipv6.patch
|
|
|
|
Patch3: screen-ipv6.patch
|
|
|
|
Patch4: screen-cc.patch
|
|
|
|
Patch4: screen-cc.patch
|
|
|
|
Patch5: screen-E3.patch
|
|
|
|
Patch5: screen-E3.patch
|
|
|
|
|
|
|
|
Patch6: screen-4.1.0-suppress_remap.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The screen utility allows you to have multiple logins on just one
|
|
|
|
The screen utility allows you to have multiple logins on just one
|
|
|
@ -42,6 +43,8 @@ support multiple logins on one terminal.
|
|
|
|
%patch3 -p2 -b .ipv6
|
|
|
|
%patch3 -p2 -b .ipv6
|
|
|
|
%patch4 -p2 -b .cc
|
|
|
|
%patch4 -p2 -b .cc
|
|
|
|
%patch5 -p2 -b .E3
|
|
|
|
%patch5 -p2 -b .E3
|
|
|
|
|
|
|
|
%patch6 -p1 -b .suppress_remap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
./autogen.sh
|
|
|
@ -137,6 +140,9 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 20 2011 Lukáš Nykrýn <lnykryn@redhat.com> - 4.1.0-0.5.20110328git8cf5ef
|
|
|
|
|
|
|
|
- fix for nonworking ^a backspace (#708698)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2011 Miroslav Lichvar <mlichvar@redhat.com> - 4.1.0-0.4.20110328git8cf5ef
|
|
|
|
* Tue Jul 19 2011 Miroslav Lichvar <mlichvar@redhat.com> - 4.1.0-0.4.20110328git8cf5ef
|
|
|
|
- update to git snapshot 20110328git8cf5ef
|
|
|
|
- update to git snapshot 20110328git8cf5ef
|
|
|
|
- clear scrollback buffer before locking linux terminal (#683733)
|
|
|
|
- clear scrollback buffer before locking linux terminal (#683733)
|
|
|
|