- Import new upstream 4.3.6

- Rebase 8bit prompt patch
- Add patch fuzz=2
- Add BuildReq on /bin/hostname directly
- Don't test /dev/fd as mock doesn't like it
- Don't test the modload module, as mock doesn't like loading them all
This commit is contained in:
James Antill 2008-08-26 04:35:21 +00:00
parent d9db358b8f
commit 7cbce27a08

View File

@ -3,7 +3,7 @@
Summary: A powerful interactive shell Summary: A powerful interactive shell
Name: zsh Name: zsh
Version: 4.3.6 Version: 4.3.6
Release: 3%{?dist} Release: 4%{?dist}
License: BSD License: BSD
URL: http://zsh.sunsite.dk/ URL: http://zsh.sunsite.dk/
Group: System Environment/Shells Group: System Environment/Shells
@ -79,7 +79,8 @@ make all html
mv Y*.ztst skipped mv Y*.ztst skipped
%endif %endif
# FIXME: This hangs in mock # FIXME: This hangs in mock
# mv V01zmodload.ztst skipped # Running test: Test loading of all compiled modules
mv V01zmodload.ztst skipped
true ) true )
ZTST_verbose=1 make test ZTST_verbose=1 make test
@ -160,12 +161,13 @@ fi
%doc Doc/*.html %doc Doc/*.html
%changelog %changelog
* Mon Aug 25 2008 James Antill <james@fedoraproject.org> - 4.3.6-3 * Mon Aug 25 2008 James Antill <james@fedoraproject.org> - 4.3.6-4
- Import new upstream 4.3.6 - Import new upstream 4.3.6
- Rebase 8bit prompt patch. - Rebase 8bit prompt patch
- Add patch fuzz=2 - Add patch fuzz=2
- Add BuildReq on /bin/hostname directly - Add BuildReq on /bin/hostname directly
- Don't test /dev/fd as mock doesn't like it - Don't test /dev/fd as mock doesn't like it
- Don't test the modload module, as mock doesn't like loading them all
* Thu Jan 31 2008 James Antill <james@fedoraproject.org> - 4.3.4-7 * Thu Jan 31 2008 James Antill <james@fedoraproject.org> - 4.3.4-7
- Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode - Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode