--- zsh-4.2.3/Completion/Redhat/Command/_rpm 2005-01-12 10:55:18.000000000 +0000 +++ zsh-4.2.3.new/Completion/Redhat/Command/_rpm 2005-01-16 09:18:15.183295304 +0000 @@ -100,6 +100,7 @@ '(-b)-t+[build mode (tar file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_t' \ '--rmsource:*:spec file:->spec_files' \ --{rebuild,recompile}':*:source rpm file:->package_src' \ + '--define:macro:->macros' \ '--eval:macro:->macros' && ret=0 # As long as we have a state name... --- zsh-4.3.9/./Completion/compdump~ 2008-07-29 10:53:08.000000000 +0200 +++ zsh-4.3.9/./Completion/compdump 2009-02-11 20:13:11.358508082 +0100 @@ -132,7 +132,7 @@ print "typeset -gUa _comp_assocs" >> $_d_file print "_comp_assocs=( ${(qq)_comp_assocs} )" >> $_d_file -mv $_d_file ${_d_file%.$HOST.$$} +mv -f $_d_file ${_d_file%.$HOST.$$} unfunction compdump autoload -Uz compdump