auto-import changelog data from zsh-4.0.4-4.src.rpm

Tue Apr 02 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.0.4-4
- Explicitly specify blank LDFLAGS to avoid autoconf thinking it should
    strip when linking
Thu Feb 21 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.0.4-3
- Rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Fri Oct 26 2001 Trond Eivind Glomsrd <teg@redhat.com> 4.0.4-1
- 4.0.4
- Don't force emacs keybindings, they're the default (#55102)
Wed Oct 24 2001 Trond Eivind Glomsrd <teg@redhat.com> 4.0.3-1
- 4.0.3
This commit is contained in:
cvsdist 2004-09-09 15:19:53 +00:00
parent 538cfb0872
commit 8075d0a2b9
4 changed files with 24 additions and 5 deletions

View File

@ -1 +1 @@
zsh-4.0.2.tar.bz2 zsh-4.0.4.tar.bz2

View File

@ -1 +1 @@
11cfcd3ff0b53ced5b99cc7bd3dd7235 zsh-4.0.2.tar.bz2 a96a467d332071cad162b0b010f0d19e zsh-4.0.4.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A shell similar to ksh, but with improvements. Summary: A shell similar to ksh, but with improvements.
Name: zsh Name: zsh
Version: 4.0.2 Version: 4.0.4
Release: 2 Release: 4
License: BSD License: BSD
Group: System Environment/Shells Group: System Environment/Shells
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2 Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
@ -30,6 +30,8 @@ mechanism, and more.
%build %build
autoconf autoconf
# Avoid stripping...
export LDFLAGS=""
%configure --bindir=/bin --enable-etcdir=/etc %configure --bindir=/bin --enable-etcdir=/etc
# gawk exits 1 on ia64 for no apparent reason # gawk exits 1 on ia64 for no apparent reason
@ -95,6 +97,23 @@ fi
%config(noreplace) /etc/* %config(noreplace) /etc/*
%changelog %changelog
* Tue Apr 2 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-4
- Explicitly specify blank LDFLAGS to avoid autoconf thinking it
should strip when linking
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-3
- Rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-1
- 4.0.4
- Don't force emacs keybindings, they're the default (#55102)
* Wed Oct 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
- 4.0.3
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com> * Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Fix typo in comment in zshrc (#50214) - Fix typo in comment in zshrc (#50214)
- Don't set environment variables in /etc/zshrc (#50308) - Don't set environment variables in /etc/zshrc (#50308)

View File

@ -12,5 +12,5 @@ PROMPT='%m%# ' # default prompt
#RPROMPT=' %~' # prompt for right side of screen #RPROMPT=' %~' # prompt for right side of screen
# bindkey -v # vi key bindings # bindkey -v # vi key bindings
bindkey -e # emacs key bindings # bindkey -e # emacs key bindings
bindkey ' ' magic-space # also do history expansion on space bindkey ' ' magic-space # also do history expansion on space