This commit is contained in:
parent
c8f54329c3
commit
d0dd741c9e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 15:32:16 CET 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Disable patch for bnc#437295 as it cause trouble (bnc#441654)
|
||||||
|
and the gcc of openSuSE 11.1 seems to be safe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 21 17:10:32 CEST 2008 - werner@suse.de
|
Tue Oct 21 17:10:32 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
18
tcsh.spec
18
tcsh.spec
@ -26,7 +26,7 @@ Group: System/Shells
|
|||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.15.00
|
Version: 6.15.00
|
||||||
Release: 91
|
Release: 92
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
@ -64,7 +64,8 @@ Authors:
|
|||||||
%patch4 -p0 -b .longjmp
|
%patch4 -p0 -b .longjmp
|
||||||
%patch5 -p0 -b .normcmd
|
%patch5 -p0 -b .normcmd
|
||||||
%patch6 -p0 -b .history
|
%patch6 -p0 -b .history
|
||||||
%patch7 -p0 -b .blanks
|
### disabled for know, should work on os11.1 without
|
||||||
|
### %patch7 -p0 -b .blanks
|
||||||
%patch
|
%patch
|
||||||
sh $RPM_SOURCE_DIR/nls-iconv
|
sh $RPM_SOURCE_DIR/nls-iconv
|
||||||
|
|
||||||
@ -147,6 +148,9 @@ Authors:
|
|||||||
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 05 2008 werner@suse.de
|
||||||
|
- Disable patch for bnc#437295 as it cause trouble (bnc#441654)
|
||||||
|
and the gcc of openSuSE 11.1 seems to be safe
|
||||||
* Tue Oct 21 2008 werner@suse.de
|
* Tue Oct 21 2008 werner@suse.de
|
||||||
- Command line expansion: Allow not only "compress" for co<TAB>
|
- Command line expansion: Allow not only "compress" for co<TAB>
|
||||||
but any other command starting with "co" (bnc#437295)
|
but any other command starting with "co" (bnc#437295)
|
||||||
@ -219,7 +223,7 @@ Authors:
|
|||||||
- fix sigpause call (force use of sysv flavour)
|
- fix sigpause call (force use of sysv flavour)
|
||||||
* Fri Apr 02 2004 mls@suse.de
|
* Fri Apr 02 2004 mls@suse.de
|
||||||
- fix utf-8 expansion, ls-F, prompt handling
|
- fix utf-8 expansion, ls-F, prompt handling
|
||||||
* Tue Mar 30 2004 mls@suse.de
|
* Mon Mar 29 2004 mls@suse.de
|
||||||
- fix utf-8 handling (really fixes #29983, #35486)
|
- fix utf-8 handling (really fixes #29983, #35486)
|
||||||
* Tue Mar 16 2004 werner@suse.de
|
* Tue Mar 16 2004 werner@suse.de
|
||||||
- Do not forget the patch for bug #29983 even if not used
|
- Do not forget the patch for bug #29983 even if not used
|
||||||
@ -241,7 +245,7 @@ Authors:
|
|||||||
* Thu Sep 04 2003 werner@suse.de
|
* Thu Sep 04 2003 werner@suse.de
|
||||||
- Corruption of cursor position is currently not fixable.
|
- Corruption of cursor position is currently not fixable.
|
||||||
fix some other bugs.
|
fix some other bugs.
|
||||||
* Thu Sep 04 2003 mfabian@suse.de
|
* Wed Sep 03 2003 mfabian@suse.de
|
||||||
- Bugzilla #29956: convert all message catalogs to UTF-8 and
|
- Bugzilla #29956: convert all message catalogs to UTF-8 and
|
||||||
convert the strings returned by catgets from UTF-8 into the
|
convert the strings returned by catgets from UTF-8 into the
|
||||||
encoding of the current locale.
|
encoding of the current locale.
|
||||||
@ -325,14 +329,14 @@ Authors:
|
|||||||
- 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.
|
||||||
* Tue Jun 29 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
|
* Tue Jun 15 1999 ro@suse.de
|
||||||
- create localedirs before make install
|
- create localedirs before make install
|
||||||
* Sat Jun 12 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
|
||||||
|
Loading…
Reference in New Issue
Block a user