This commit is contained in:
parent
a03afc79fe
commit
3e672462ac
@ -17,7 +17,7 @@ Wed Nov 14 12:20:42 CET 2007 - poeml@suse.de
|
|||||||
- update to r25:
|
- update to r25:
|
||||||
- recognize WebSM console
|
- recognize WebSM console
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
||||||
which sends a characteristic primary DA
|
which sends a characteristic primary da
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 19 07:28:29 CEST 2007 - poeml@suse.de
|
Thu Jul 19 07:28:29 CEST 2007 - poeml@suse.de
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package initviocons (Version 0.5)
|
# spec file for package initviocons (Version 0.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: initviocons
|
Name: initviocons
|
||||||
Url: http://svn.poeml.de/viewcvs/initviocons/
|
Url: http://svn.poeml.de/viewcvs/initviocons/
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 25
|
Release: 55
|
||||||
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
|
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
@ -59,7 +60,7 @@ cp -p termprobes $RPM_BUILD_ROOT/usr/bin/
|
|||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 10 2007 - poeml@suse.de
|
* Mon Dec 10 2007 poeml@suse.de
|
||||||
- update to r27:
|
- update to r27:
|
||||||
- when using -e, only output the TERM value and don't add
|
- when using -e, only output the TERM value and don't add
|
||||||
LINES,COLUMNS by default anymore. Discussion in [#184179] (ssh
|
LINES,COLUMNS by default anymore. Discussion in [#184179] (ssh
|
||||||
@ -69,12 +70,12 @@ cp -p termprobes $RPM_BUILD_ROOT/usr/bin/
|
|||||||
order to be able to revert to the previous behaviour, the -s
|
order to be able to revert to the previous behaviour, the -s
|
||||||
switch was added. It adds LINES and COLUMNS to the eval output
|
switch was added. It adds LINES and COLUMNS to the eval output
|
||||||
again.
|
again.
|
||||||
* Wed Nov 14 2007 - poeml@suse.de
|
* Wed Nov 14 2007 poeml@suse.de
|
||||||
- update to r25:
|
- update to r25:
|
||||||
- recognize WebSM console
|
- recognize WebSM console
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
||||||
which sends a characteristic primary DA
|
which sends a characteristic primary da
|
||||||
* Thu Jul 19 2007 - poeml@suse.de
|
* Thu Jul 19 2007 poeml@suse.de
|
||||||
- update to 0.5 (svn r24)
|
- update to 0.5 (svn r24)
|
||||||
- support for mlterm and Terminal.app
|
- support for mlterm and Terminal.app
|
||||||
- prefer Terminal.app over kterm (which responds in the same
|
- prefer Terminal.app over kterm (which responds in the same
|
||||||
@ -85,19 +86,19 @@ cp -p termprobes $RPM_BUILD_ROOT/usr/bin/
|
|||||||
initviocons.minimal-termsize.patch [#140383]
|
initviocons.minimal-termsize.patch [#140383]
|
||||||
initviocons.ps3-hack.patch
|
initviocons.ps3-hack.patch
|
||||||
initviocons.ps3-matching.patch
|
initviocons.ps3-matching.patch
|
||||||
* Tue Jul 17 2007 - sassmann@suse.de
|
* Tue Jul 17 2007 sassmann@suse.de
|
||||||
- added new /proc/device-tree/model matching for ps3 detection
|
- added new /proc/device-tree/model matching for ps3 detection
|
||||||
* Tue Apr 24 2007 - olh@suse.de
|
* Tue Apr 24 2007 olh@suse.de
|
||||||
- do not run initviocons on PS3, until the kernel fb is fixed
|
- do not run initviocons on PS3, until the kernel fb is fixed
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Jan 08 2006 - olh@suse.de
|
* Sun Jan 08 2006 olh@suse.de
|
||||||
- do not set cols/rows to less than 80x24 (#140383)
|
- do not set cols/rows to less than 80x24 (#140383)
|
||||||
* Wed Oct 26 2005 - werner@suse.de
|
* Wed Oct 26 2005 werner@suse.de
|
||||||
- Add support for C shell in eval mode
|
- Add support for C shell in eval mode
|
||||||
* Wed Oct 05 2005 - dmueller@suse.de
|
* Wed Oct 05 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Sun Jun 09 2002 - poeml@suse.de
|
* Sun Jun 09 2002 poeml@suse.de
|
||||||
- update to 0.4
|
- update to 0.4
|
||||||
- no longer ignore carriage return when a Windows telnet client ist
|
- no longer ignore carriage return when a Windows telnet client ist
|
||||||
connected (on iSeries). The telnet server has been fixed to
|
connected (on iSeries). The telnet server has been fixed to
|
||||||
@ -105,7 +106,7 @@ cp -p termprobes $RPM_BUILD_ROOT/usr/bin/
|
|||||||
respective Program Temporary Fixes are installed on the iSeries,
|
respective Program Temporary Fixes are installed on the iSeries,
|
||||||
this fix here is needed as well to prevent Enter key malfunction
|
this fix here is needed as well to prevent Enter key malfunction
|
||||||
on the virtual console.
|
on the virtual console.
|
||||||
* Tue Mar 12 2002 - kukuk@suse.de
|
* Tue Mar 12 2002 kukuk@suse.de
|
||||||
- Fix filelist (exclude /usr/bin as directory)
|
- Fix filelist (exclude /usr/bin as directory)
|
||||||
* Mon Feb 04 2002 - poeml@suse.de
|
* Mon Feb 04 2002 poeml@suse.de
|
||||||
- created package
|
- created package
|
||||||
|
Loading…
Reference in New Issue
Block a user