rpms/zsh/F-9 zprofile.rhs, 1.8, 1.9 zsh.spec, 1.42, 1.43 zshrc.rhs, 1.12, 1.13

James Antill (james) fedora-extras-commits at redhat.com
Fri May 16 04:11:46 UTC 2008


Author: james

Update of /cvs/pkgs/rpms/zsh/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9812

Modified Files:
	zprofile.rhs zsh.spec zshrc.rhs 
Log Message:
* Thu May 15 2008 James Antill <james at fedoraproject.org> - 4.3.4-8
- Re-tweak zshrc and zprofile for ZDOTDIR
- Resolves: rhbz#430665



Index: zprofile.rhs
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/F-9/zprofile.rhs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- zprofile.rhs	31 Jan 2008 14:38:48 -0000	1.8
+++ zprofile.rhs	16 May 2008 04:11:02 -0000	1.9
@@ -20,3 +20,12 @@
 _src_etc_profile
 
 unset -f _src_etc_profile
+
+# Minor bug in zsh, with regard to emulate -L and ZDOTDIR, see rhbz#430665
+_src_noop()
+{
+    emulate -L zsh
+}
+_src_noop
+unset -f _src_noop
+


Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/F-9/zsh.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- zsh.spec	31 Jan 2008 14:41:15 -0000	1.42
+++ zsh.spec	16 May 2008 04:11:02 -0000	1.43
@@ -3,7 +3,7 @@
 Summary: A powerful interactive shell
 Name: zsh
 Version: 4.3.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD
 URL: http://zsh.sunsite.dk/
 Group: System Environment/Shells
@@ -152,6 +152,10 @@
 %doc Doc/*.html
 
 %changelog
+* Thu May 15 2008 James Antill <james at fedoraproject.org> - 4.3.4-8
+- Re-tweak zshrc and zprofile for ZDOTDIR
+- Resolves: rhbz#430665
+
 * Thu Jan 31 2008 James Antill <james at fedoraproject.org> - 4.3.4-7
 - Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode
 - Tweak /etc/zprofile to source /etc/profile in ksh compat. mode


Index: zshrc.rhs
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/F-9/zshrc.rhs,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- zshrc.rhs	31 Jan 2008 14:38:48 -0000	1.12
+++ zshrc.rhs	16 May 2008 04:11:02 -0000	1.13
@@ -36,3 +36,11 @@
 
 unset -f _src_etc_profile_d
 
+# Minor bug in zsh, with regard to emulate -L and ZDOTDIR, see rhbz#430665
+_src_noop()
+{
+    emulate -L zsh
+}
+_src_noop
+unset -f _src_noop
+




More information about the fedora-extras-commits mailing list