From 8075d0a2b902ef25d973c32394f4cd1bc3dd32ab Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 15:19:53 +0000 Subject: auto-import changelog data from zsh-4.0.4-4.src.rpm Tue Apr 02 2002 Trond Eivind Glomsr�d 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 4.0.4-3 - Rebuild Wed Jan 09 2002 Tim Powers - automated rebuild Fri Oct 26 2001 Trond Eivind Glomsr�d 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 4.0.3-1 - 4.0.3 --- diff --git a/.cvsignore b/.cvsignore index bb2ae59..829b9eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -zsh-4.0.2.tar.bz2 +zsh-4.0.4.tar.bz2 diff --git a/sources b/sources index 173fff8..3db1a14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11cfcd3ff0b53ced5b99cc7bd3dd7235 zsh-4.0.2.tar.bz2 +a96a467d332071cad162b0b010f0d19e zsh-4.0.4.tar.bz2 diff --git a/zsh.spec b/zsh.spec index c9e09be..4e2be0f 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,7 +1,7 @@ Summary: A shell similar to ksh, but with improvements. Name: zsh -Version: 4.0.2 -Release: 2 +Version: 4.0.4 +Release: 4 License: BSD Group: System Environment/Shells Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2 @@ -30,6 +30,8 @@ mechanism, and more. %build autoconf +# Avoid stripping... +export LDFLAGS="" %configure --bindir=/bin --enable-etcdir=/etc # gawk exits 1 on ia64 for no apparent reason @@ -95,6 +97,23 @@ fi %config(noreplace) /etc/* %changelog +* Tue Apr 2 2002 Trond Eivind Glomsr�d 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 4.0.4-3 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Fri Oct 26 2001 Trond Eivind Glomsr�d 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 4.0.3-1 +- 4.0.3 + * Mon Jul 30 2001 Trond Eivind Glomsr�d - Fix typo in comment in zshrc (#50214) - Don't set environment variables in /etc/zshrc (#50308) diff --git a/zshrc.rhs b/zshrc.rhs index eb673b3..c3a745f 100644 --- a/zshrc.rhs +++ b/zshrc.rhs @@ -12,5 +12,5 @@ PROMPT='%m%# ' # default prompt #RPROMPT=' %~' # prompt for right side of screen # bindkey -v # vi key bindings -bindkey -e # emacs key bindings +# bindkey -e # emacs key bindings bindkey ' ' magic-space # also do history expansion on space