OBS User unknown 2007-02-26 18:05:29 +00:00 committed by Git OBS Bridge
parent e709e1c922
commit ef00591b0b
3 changed files with 25 additions and 18 deletions

View File

@ -1670,7 +1670,7 @@
+ +
+ +
+ complete man n@[0-9n]@'`\ls -1fUA ${_manpath}$:-1/|&\sed \\%.\*:%d\;s%\\.$:-1.\*\$%%|\sort -u`'@ \ + complete man n@[0-9n]@'`\ls -1fUA ${_manpath}$:-1/|&\sed \\%.\*:%d\;s%\\.$:-1.\*\$%%|\sort -u`'@ \
+ c/-/"(- f k s t l)"/ n/-f/c/ n/-k/x:'<keyword>'/ n/-l/f/ n/*/c/ + c/-/"(- f k s t l)"/ n/-f/c/ n/-k/x:'<keyword>'/ n/-l/f/ C@./*@f@ n/*/c/
+ +
+ complete ps c/-t/x:'<tty>'/ c/-/"(a c C e g k l S t u v w x)"/ \ + complete ps c/-t/x:'<tty>'/ c/-/"(a c C e g k l S t u v w x)"/ \
+ n/-k/x:'<kernel>'/ N/-k/x:'<core_file>'/ n/*/x:'<PID>'/ + n/-k/x:'<kernel>'/ N/-k/x:'<core_file>'/ n/*/x:'<PID>'/

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 16:06:05 CET 2007 - werner@suse.de
- Expand local ./files for manual pages even for tcsh (#248865)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 16 20:29:28 CEST 2006 - aj@suse.de Wed Aug 16 20:29:28 CEST 2006 - aj@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package tcsh (Version 6.14.00) # spec file for package tcsh (Version 6.14.00)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 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.
# #
@ -12,12 +12,12 @@
Name: tcsh Name: tcsh
URL: http://www.tcsh.org/ URL: http://www.tcsh.org/
License: BSD License: BSD License and BSD-like
Group: System/Shells Group: System/Shells
Requires: gawk textutils Requires: gawk textutils
Autoreqprov: on Autoreqprov: on
Version: 6.14.00 Version: 6.14.00
Release: 24 Release: 49
Summary: The C SHell Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.14.00.tar.bz2 Source: ftp.astron.com:/pub/tcsh/tcsh-6.14.00.tar.bz2
Source1: nls-iconv Source1: nls-iconv
@ -126,7 +126,9 @@ Authors:
%doc /usr/share/man/man1/tcsh.1.gz %doc /usr/share/man/man1/tcsh.1.gz
/usr/share/locale/*/LC_MESSAGES/tcsh /usr/share/locale/*/LC_MESSAGES/tcsh
%changelog -n tcsh %changelog
* Mon Feb 26 2007 - werner@suse.de
- Expand local ./files for manual pages even for tcsh (#248865)
* Wed Aug 16 2006 - aj@suse.de * Wed Aug 16 2006 - aj@suse.de
- Remove unneeded BuildRequires. - Remove unneeded BuildRequires.
* Wed Jun 21 2006 - werner@suse.de * Wed Jun 21 2006 - werner@suse.de
@ -255,33 +257,33 @@ Authors:
- fix neededforbuild: textutil -> textutils - fix neededforbuild: textutil -> textutils
* Thu Nov 02 2000 - werner@suse.de * Thu Nov 02 2000 - werner@suse.de
- Use mkstemp for opening tmp files for `<<' redirects - Use mkstemp for opening tmp files for `<<' redirects
- Use TMPDIR variable for location of tmp files - Use TMPDIR variable for location of tmp files
- Set group tag in spec - Set group tag in spec
* Wed May 24 2000 - uli@suse.de * Wed May 24 2000 - uli@suse.de
- moved docs to %%{_docdir} - moved docs to %%{_docdir}
* Wed Jan 26 2000 - werner@suse.de * Wed Jan 26 2000 - werner@suse.de
- New version 6.09.00 - New version 6.09.00
- /usr/man -> /usr/share/man - /usr/man -> /usr/share/man
- Fix usage of catopen (MCLoadBySet isn't that what is used - Fix usage of catopen (MCLoadBySet isn't that what is used
internally within glibc, set it to MCLoadBySet) internally within glibc, set it to MCLoadBySet)
- Avoid crahs due coloured ls-F - Avoid crahs due coloured ls-F
- Correct setpath NLS message - Correct setpath NLS message
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon Jun 28 1999 - werner@suse.de * Mon Jun 28 1999 - werner@suse.de
- Source key binding and completion code from - Source key binding and completion code from
/etc/csh.cshrc out into /etc/profile.d/bindkey.tcsh and /etc/csh.cshrc out into /etc/profile.d/bindkey.tcsh and
/etc/profile.d/complete.tcsh /etc/profile.d/complete.tcsh
- No newgrp builtin because its equivalent to exec newgrp - No newgrp builtin because its equivalent to exec newgrp
* Wed Jun 16 1999 - ro@suse.de * Wed Jun 16 1999 - ro@suse.de
- create localedirs before make install - create localedirs before make install
* Fri Jun 11 1999 - werner@suse.de * Fri Jun 11 1999 - werner@suse.de
- New version - New version
Fri Mar 12 14:21:46 MET 1999 Fri Mar 12 14:21:46 MET 1999
- Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE - Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE
- New version - New version
- Restore missed MAXNAMLEN - Restore missed MAXNAMLEN
- Make it alpha compile - Make it alpha compile
* Thu Dec 03 1998 - werner@suse.de * Thu Dec 03 1998 - werner@suse.de
- Fix SIGSEGV with SYSMALOC - Fix SIGSEGV with SYSMALOC
* alloc n+1 not n chunks * alloc n+1 not n chunks
@ -290,10 +292,10 @@ Authors:
- Stupid error fixed - Stupid error fixed
* Tue Sep 15 1998 - werner@suse.de * Tue Sep 15 1998 - werner@suse.de
- Security fix - Security fix
- Avoid I/O trouble, use POSIX - Avoid I/O trouble, use POSIX
* Wed Oct 22 1997 - werner@suse.de * Wed Oct 22 1997 - werner@suse.de
- Updatet FAQ.tcsh - Updatet FAQ.tcsh
- Better installation: remove old files before linking - Better installation: remove old files before linking
* Thu Jan 02 1997 - bs@suse.de * Thu Jan 02 1997 - bs@suse.de
added FAQ.tcsh added FAQ.tcsh
* Thu Jan 02 1997 - werner@suse.de * Thu Jan 02 1997 - werner@suse.de