From 8075d0a2b902ef25d973c32394f4cd1bc3dd32ab Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:19:53 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20zsh-4.0?= =?UTF-8?q?.4-4.src.rpm=20Tue=20Apr=2002=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=204.0.4-4=20-=20Explicitly=20specify=20?= =?UTF-8?q?blank=20LDFLAGS=20to=20avoid=20autoconf=20thinking=20it=20shoul?= =?UTF-8?q?d=20=20=20=20=20strip=20when=20linking=20Thu=20Feb=2021=202002?= =?UTF-8?q?=20Trond=20Eivind=20Glomsr=F8d=20=204.0.4-3=20-?= =?UTF-8?q?=20Rebuild=20Wed=20Jan=2009=202002=20Tim=20Powers=20=20-=20automated=20rebuild=20Fri=20Oct=2026=202001=20Tron?= =?UTF-8?q?d=20Eivind=20Glomsr=F8d=20=204.0.4-1=20-=204.0.?= =?UTF-8?q?4=20-=20Don't=20force=20emacs=20keybindings,=20they're=20the=20?= =?UTF-8?q?default=20(#55102)=20Wed=20Oct=2024=202001=20Trond=20Eivind=20G?= =?UTF-8?q?lomsr=F8d=20=204.0.3-1=20-=204.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- sources | 2 +- zsh.spec | 23 +++++++++++++++++++++-- zshrc.rhs | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) 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