release 4.2.1-

This commit is contained in:
Colin Walters 2005-01-03 21:20:49 +00:00
parent 3de397a58d
commit e47366549f
4 changed files with 17 additions and 12 deletions

View File

@ -1 +1,2 @@
zsh-4.2.0.tar.bz2 zsh-4.2.0.tar.bz2
zsh-4.2.1.tar.bz2

View File

@ -1 +1,2 @@
866bcdad8c0c4974650f5eff395a9a35 zsh-4.2.0.tar.bz2 866bcdad8c0c4974650f5eff395a9a35 zsh-4.2.0.tar.bz2
b59ef34b8de288d5fd16f842451125c8 zsh-4.2.1.tar.bz2

View File

@ -1,12 +1,11 @@
diff -u zsh-4.0.6/Test/Makefile.in~ zsh-4.0.6/Test/Makefile.in --- zsh-4.2.1/Test/Makefile.in~ 2005-01-03 15:44:16.507782023 -0500
--- zsh-4.0.6/Test/Makefile.in~ 2002-11-25 11:03:59.000000000 +0900 +++ zsh-4.2.1/Test/Makefile.in 2005-01-03 15:46:10.233279513 -0500
+++ zsh-4.0.6/Test/Makefile.in 2002-11-25 11:03:59.000000000 +0900
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
cd $(dir_top) && DESTDIR= \ cd $(dir_top) && DESTDIR= \
$(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \ $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
fi fi
- -for f in $(sdir)/$(TESTNUM)*.ztst; do \ - -for f in $(sdir)/$(TESTNUM)*.ztst; do \
+ for f in $(sdir)/$(TESTNUM)*.ztst; do \ + for f in $(sdir)/$(TESTNUM)*.ztst; do \
$(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \ ZTST_exe=$(dir_top)/Src/zsh \
$(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
done done
rm -rf Modules .zcompdump

View File

@ -2,8 +2,8 @@
Summary: A powerful interactive shell Summary: A powerful interactive shell
Name: zsh Name: zsh
Version: 4.2.0 Version: 4.2.1
Release: 3 Release: 1
License: BSD License: BSD
URL: http://zsh.sunsite.dk/ URL: http://zsh.sunsite.dk/
Group: System Environment/Shells Group: System Environment/Shells
@ -17,7 +17,6 @@ Source6: dotzshrc
Source7: zshprompt.pl Source7: zshprompt.pl
Patch0: zsh-serial.patch Patch0: zsh-serial.patch
Patch1: zsh-4.0.6-make-test-fail.patch Patch1: zsh-4.0.6-make-test-fail.patch
Patch2: zsh-4.2.0-jobtable-125452.patch
#Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch #Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch
Prereq: fileutils grep /sbin/install-info Prereq: fileutils grep /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -53,8 +52,7 @@ This package contains the Zsh manual in html format.
%setup -q %setup -q
%patch0 -p1 -b .serial %patch0 -p1 -b .serial
%patch1 -p1 -b .fail #%patch1 -p1 -b .fail
%patch2 -p0 -b .jobtbl
#%%patch3 -p0 -b .bckgrnd #%%patch3 -p0 -b .bckgrnd
## patch3 touches zshconfig.ac ## patch3 touches zshconfig.ac
#autoconf #autoconf
@ -128,8 +126,8 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ Etc/FEATURES Etc/MACHINES %doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
%doc Etc/NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl %doc NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl
%attr(755,root,root) %{_bindir}/zsh %attr(755,root,root) %{_bindir}/zsh
%{_mandir}/*/* %{_mandir}/*/*
%{_infodir}/* %{_infodir}/*
@ -142,6 +140,12 @@ fi
%doc Doc/*.html %doc Doc/*.html
%changelog %changelog
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 4.2.1-1
- New upstream version 4.2.1
- FEATURES, MACHINES, and NEWS moved to toplevel dir
- Update zsh-4.0.6-make-test-fail.patch, but do not apply it for now
- Remove upstreamed zsh-4.2.0-jobtable-125452.patch
* Mon Jul 5 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-3 * Mon Jul 5 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-3
- source profile in zprofile rather than .zshrc (Péter Kelemen, - source profile in zprofile rather than .zshrc (Péter Kelemen,
Magnus Gustavsson, 102187,126539) Magnus Gustavsson, 102187,126539)