f686d7
# this file is encoded in UTF-8  -*- coding: utf-8 -*-
f686d7
f686d7
Summary: Powerful interactive shell
f686d7
Name: zsh
f686d7
Version: 5.0.2
250d04
Release: 34%{?dist}.2
f686d7
License: MIT
f686d7
URL: http://zsh.sourceforge.net/
f686d7
Group: System Environment/Shells
f686d7
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
f686d7
Source1: zlogin.rhs
f686d7
Source2: zlogout.rhs
f686d7
Source3: zprofile.rhs
f686d7
Source4: zshrc.rhs
f686d7
Source5: zshenv.rhs
f686d7
Source6: dotzshrc
f686d7
Source7: zshprompt.pl
f686d7
Source8: http://cgit.freedesktop.org/systemd/systemd/plain/shell-completion/systemd-zsh-completion.zsh
f686d7
Patch0: zsh-serial.patch
f686d7
f686d7
# make the wait built-in work for already exited processes (#1150554)
f686d7
Patch2: zsh-5.0.2-wait-for-exited.patch
f686d7
f686d7
Patch4: zsh-4.3.6-8bit-prompts.patch
f686d7
Patch5: zsh-test-C02-dev_fd-mock.patch
f686d7
f686d7
# signal safety when updating global state (#1163823)
f686d7
Patch6: zsh-5.0.2-signal-safety.patch
f686d7
f686d7
# fix NOEXEC option in execsimple() optimisation (#1146512)
f686d7
Patch7: zsh-5.0.2-noexec.patch
f686d7
f686d7
# optimize matching of multiple * in wildcards (#1130418)
f686d7
Patch8: zsh-5.0.2-wildcard-opt.patch
f686d7
f686d7
# use heap rather than stack allocation for variable length arrays (#1130418)
f686d7
Patch9: zsh-5.0.2-disable-alloca.patch
f686d7
f686d7
# shell emulation doc addition (#1147545)
f686d7
Patch10: zsh-5.0.2-emul-man-page.patch
f686d7
f686d7
# Tmp.
f686d7
Patch11: zsh-5.0.2.texi-itemx.patch
f686d7
Patch12: http://ausil.fedorapeople.org/aarch64/zsh/zsh-aarch64.patch
f686d7
f686d7
# suppress a warning about closing an already closed file descriptor (#1131191)
f686d7
Patch13: zsh-5.0.2-close-fd.patch
f686d7
f686d7
# fix SIGSEGV of the syntax check in ksh emulation mode (#1222867)
f686d7
Patch14: zsh-5.0.2-ksh-syntax-check.patch
f686d7
f686d7
# fix command substitutions to parse contents as they are read in (#1241023)
f686d7
Patch15: zsh-5.0.2-cmd-subst.patch
f686d7
f686d7
# fix malloc() signal leak in lexsave() (#1267912)
f686d7
Patch16: zsh-5.0.2-malloc-signal.patch
f686d7
f686d7
# queue signals while processing a job exit (#1291782)
f686d7
Patch17: zsh-5.0.2-sigchld-deadlock.patch
f686d7
f686d7
# prevent zsh from crashing when printing the "out of memory" message (#1302229)
f686d7
Patch18: zsh-5.0.2-oom-fatal-error.patch
f686d7
f686d7
# signal-handling related fixes collected from upstream (#1198671)
f686d7
Patch19: zsh-5.0.2-signal-handling.patch
f686d7
f686d7
# improve options handling in the _arguments completion utility (#1334312)
f686d7
Patch20: zsh-5.0.2-comp-args.patch
f686d7
f686d7
# fix off-by-one error in completion utility cache code (#1344599)
f686d7
Patch21: zsh-5.0.2-comp-cache.patch
f686d7
f686d7
# fix parsing of parameter subscript expression with NOEXEC (#1398740)
f686d7
Patch22: zsh-5.0.2-noexec-subscript.patch
f686d7
f686d7
# zero new space allocated in prompt buffer (#1408619)
f686d7
Patch23: zsh-5.0.2-initialize-prompt-buffer.patch
f686d7
f686d7
# fix crash while inputting long multi-line strings (#1492595)
f686d7
Patch24: zsh-5.0.2-freeheap-crash.patch
f686d7
f686d7
# fix buffer overflow for very long fds in >& fd syntax (CVE-2014-10071)
f686d7
Patch33: zsh-5.0.2-CVE-2014-10071.patch
f686d7
f686d7
# fix buffer overflow when scanning very long path for symlinks (CVE-2014-10072)
f686d7
Patch34: zsh-5.0.2-CVE-2014-10072.patch
f686d7
f686d7
# fix NULL dereference in cd (CVE-2017-18205)
f686d7
Patch35: zsh-5.0.2-CVE-2017-18205.patch
f686d7
f686d7
# fix buffer overrun in xsymlinks (CVE-2017-18206)
f686d7
Patch36: zsh-5.0.2-CVE-2017-18206.patch
f686d7
f686d7
# avoid crash when copying empty hash table (CVE-2018-7549)
f686d7
Patch37: zsh-5.0.2-CVE-2018-7549.patch
f686d7
f686d7
# fix stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071)
f686d7
Patch38: zsh-5.0.2-CVE-2018-1071.patch
f686d7
f686d7
# fix stack-based buffer overflow in gen_matches_files() (CVE-2018-1083)
f686d7
Patch39: zsh-5.0.2-CVE-2018-1083.patch
f686d7
f686d7
# fix stack-based buffer overflow in utils.c:checkmailpath() (CVE-2018-1100)
f686d7
Patch40: zsh-5.0.2-CVE-2018-1100.patch
f686d7
f686d7
# fix improper handling of shebang line longer than 64 bytes (CVE-2018-13259)
f686d7
Patch41: zsh-5.0.2-CVE-2018-13259.patch
f686d7
f686d7
# fix off-by-one error in buffer allocation to avoid stack smashing (#1722486)
f686d7
Patch42: zsh-5.0.2-PATH_MAX-extra-byte.patch
f686d7
250d04
# drop privileges securely when unsetting PRIVILEGED option (CVE-2019-20044)
250d04
Patch43: zsh-5.0.2-CVE-2019-20044.patch
250d04
BuildRequires: autoconf
250d04
f686d7
BuildRequires: coreutils sed ncurses-devel libcap-devel
f686d7
BuildRequires: texinfo texi2html gawk hostname
f686d7
Requires(post): /sbin/install-info grep
f686d7
Requires(preun): /sbin/install-info
f686d7
Requires(postun): coreutils grep
f686d7
f686d7
%description
f686d7
The zsh shell is a command interpreter usable as an interactive login
f686d7
shell and as a shell script command processor.  Zsh resembles the ksh
f686d7
shell (the Korn shell), but includes many enhancements.  Zsh supports
f686d7
command line editing, built-in spelling correction, programmable
f686d7
command completion, shell functions (with autoloading), a history
f686d7
mechanism, and more.
f686d7
f686d7
%package html
f686d7
Summary: Zsh shell manual in html format
f686d7
Group: System Environment/Shells
f686d7
f686d7
%description html
f686d7
The zsh shell is a command interpreter usable as an interactive login
f686d7
shell and as a shell script command processor.  Zsh resembles the ksh
f686d7
shell (the Korn shell), but includes many enhancements.  Zsh supports
f686d7
command line editing, built-in spelling correction, programmable
f686d7
command completion, shell functions (with autoloading), a history
f686d7
mechanism, and more.
f686d7
f686d7
This package contains the Zsh manual in html format.
f686d7
f686d7
%prep
f686d7
f686d7
%setup -q
f686d7
%patch0 -p1 -b .serial
f686d7
%patch2 -p1
f686d7
%patch4 -p1
f686d7
%patch5 -p1
f686d7
%patch6 -p1
f686d7
%patch7 -p1
f686d7
%patch8 -p1
f686d7
%patch9 -p1
f686d7
%patch10 -p1
f686d7
%patch11 -p1
f686d7
%patch12 -p1
f686d7
%patch13 -p1
f686d7
%patch14 -p1
f686d7
%patch15 -p1
f686d7
%patch16 -p1
f686d7
%patch17 -p1
f686d7
%patch18 -p1
f686d7
%patch19 -p1
f686d7
%patch20 -p1
f686d7
%patch21 -p1
f686d7
%patch22 -p1
f686d7
%patch23 -p1
f686d7
%patch24 -p1
f686d7
%patch33 -p1
f686d7
%patch34 -p1
f686d7
%patch35 -p1
f686d7
%patch36 -p1
f686d7
%patch37 -p1
f686d7
%patch38 -p1
f686d7
%patch39 -p1
f686d7
%patch40 -p1
f686d7
%patch41 -p1
f686d7
%patch42 -p1
f686d7
250d04
%patch43 -p1
250d04
autoreconf -fiv
250d04
f686d7
cp -p %SOURCE7 .
f686d7
f686d7
%build
f686d7
%define _bindir /bin
f686d7
# Avoid stripping...
f686d7
export LDFLAGS=""
f686d7
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp  --enable-maildir-support
f686d7
f686d7
make all html
f686d7
f686d7
%check
f686d7
# Run the testsuite
f686d7
# the completion tests hang on s390 and s390x
f686d7
  ( cd Test
f686d7
    mkdir skipped
f686d7
%ifarch s390 s390x ppc ppc64
f686d7
    mv Y*.ztst skipped
f686d7
%endif
f686d7
%ifarch s390 s390x ppc64
f686d7
    # FIXME: This is a real failure, Debian apparently just don't test.
f686d7
    # RHBZ: 460043
f686d7
    mv D02glob.ztst skipped
f686d7
%endif
f686d7
    # FIXME: This hangs in mock
f686d7
    # Running test: Test loading of all compiled modules
f686d7
    mv V01zmodload.ztst skipped
f686d7
    true )
f686d7
  ZTST_verbose=1 make test
f686d7
f686d7
%install
f686d7
rm -rf $RPM_BUILD_ROOT
f686d7
%makeinstall install.info \
f686d7
  fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
f686d7
  sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions \
f686d7
  scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
f686d7
  sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts
f686d7
f686d7
install -p %SOURCE8 $RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions/_systemd
f686d7
f686d7
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
f686d7
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
f686d7
f686d7
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
f686d7
for i in %{SOURCE4} %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE3}; do
f686d7
    install -m 644 $i ${RPM_BUILD_ROOT}%{_sysconfdir}/"$(basename $i .rhs)"
f686d7
done
f686d7
f686d7
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/skel
f686d7
install -m 644 %{SOURCE6} ${RPM_BUILD_ROOT}%{_sysconfdir}/skel/.zshrc
f686d7
f686d7
# This is just here to shut up rpmlint, and is very annoying.
f686d7
# Note that we can't chmod everything as then rpmlint will complain about
f686d7
# those without a she-bang line.
f686d7
for i in checkmail harden run-help zcalc zkbd; do
f686d7
    sed -i -e 's!/usr/local/bin/zsh!%{_bindir}/zsh!' \
f686d7
      ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
f686d7
    chmod +x ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
f686d7
done
f686d7
f686d7
f686d7
%clean
f686d7
rm -rf $RPM_BUILD_ROOT
f686d7
f686d7
%post
f686d7
if [ ! -f %{_sysconfdir}/shells ] ; then
f686d7
    echo "%{_bindir}/zsh" > %{_sysconfdir}/shells
f686d7
else
f686d7
    grep -q "^%{_bindir}/zsh$" %{_sysconfdir}/shells || echo "%{_bindir}/zsh" >> %{_sysconfdir}/shells
f686d7
fi
f686d7
f686d7
if [ -f %{_infodir}/zsh.info.gz ]; then
f686d7
# This is needed so that --excludedocs works.
f686d7
/sbin/install-info %{_infodir}/zsh.info.gz %{_infodir}/dir \
f686d7
  --entry="* zsh: (zsh).			An enhanced bourne shell."
f686d7
fi
f686d7
f686d7
:
f686d7
f686d7
%preun
f686d7
if [ "$1" = 0 ] ; then
f686d7
    if [ -f %{_infodir}/zsh.info.gz ]; then
f686d7
    # This is needed so that --excludedocs works.
f686d7
    /sbin/install-info --delete %{_infodir}/zsh.info.gz %{_infodir}/dir \
f686d7
      --entry="* zsh: (zsh).			An enhanced bourne shell."
f686d7
    fi
f686d7
fi
f686d7
:
f686d7
f686d7
%postun
f686d7
if [ "$1" = 0 ] ; then
f686d7
    if [ -f %{_sysconfdir}/shells ] ; then
f686d7
        TmpFile=`%{_bindir}/mktemp /tmp/.zshrpmXXXXXX`
f686d7
        grep -v '^%{_bindir}/zsh$' %{_sysconfdir}/shells > $TmpFile
f686d7
        cp -f $TmpFile %{_sysconfdir}/shells
f686d7
        rm -f $TmpFile
f686d7
    fi
f686d7
fi
f686d7
f686d7
%files
f686d7
%defattr(-,root,root)
f686d7
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
f686d7
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl
f686d7
%attr(755,root,root) %{_bindir}/zsh
f686d7
%{_mandir}/*/*
f686d7
%{_infodir}/*
f686d7
%{_datadir}/zsh
f686d7
%{_libdir}/zsh
f686d7
%config(noreplace) %{_sysconfdir}/skel/.z*
f686d7
%config(noreplace) %{_sysconfdir}/z*
f686d7
f686d7
%files html
f686d7
%defattr(-,root,root)
f686d7
%doc Doc/*.html
f686d7
f686d7
%changelog
250d04
* Tue Mar 03 2020 Kamil Dudka <kdudka@redhat.com> - 5.0.2-34.el7_8.2
250d04
- improve printing of error messages introduced by the fix of CVE-2019-20044
250d04
250d04
* Mon Feb 24 2020 Kamil Dudka <kdudka@redhat.com> - 5.0.2-34.el7_8.1
250d04
- drop privileges securely when unsetting PRIVILEGED option (CVE-2019-20044)
250d04
f686d7
* Tue Aug 06 2019 Kamil Dudka <kdudka@redhat.com> - 5.0.2-34
f686d7
- make the chaselinks option work again (#1729997)
f686d7
- fix off-by-one error in buffer allocation to avoid stack smashing (#1722486)
f686d7
f686d7
* Mon Mar 04 2019 Kamil Dudka <kdudka@redhat.com> - 5.0.2-33
f686d7
- fix regression in oh-my-zsh vcs_info hooks introduced in -30 (#1677696)
f686d7
f686d7
* Fri Nov 09 2018 Kamil Dudka <kdudka@redhat.com> - 5.0.2-32
f686d7
- fix improper handling of shebang line longer than 64 bytes (CVE-2018-13259)
f686d7
f686d7
* Fri May 04 2018 Kamil Dudka <kdudka@redhat.com> - 5.0.2-31
f686d7
- fix defects detected by Coverity related to CVE-2017-18206 and CVE-2018-1083
f686d7
f686d7
* Thu May 03 2018 Kamil Dudka <kdudka@redhat.com> - 5.0.2-30
f686d7
- fix stack-based buffer overflow in utils.c:checkmailpath() (CVE-2018-1100)
f686d7
- fix stack-based buffer overflow in gen_matches_files() (CVE-2018-1083)
f686d7
- fix stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071)
f686d7
- avoid crash when copying empty hash table (CVE-2018-7549)
f686d7
- fix buffer overrun in xsymlinks (CVE-2017-18206)
f686d7
- fix NULL dereference in cd (CVE-2017-18205)
f686d7
- fix buffer overflow when scanning very long path for symlinks (CVE-2014-10072)
f686d7
- fix buffer overflow for very long fds in >& fd syntax (CVE-2014-10071)
f686d7
f686d7
* Tue Sep 19 2017 Kamil Dudka <kdudka@redhat.com> - 5.0.2-29
f686d7
- fix crash while inputting long multi-line strings (#1492595)
f686d7
f686d7
* Thu Feb 16 2017 Kamil Dudka <kdudka@redhat.com> - 5.0.2-28
f686d7
- zero new space allocated in prompt buffer (#1408619)
f686d7
f686d7
* Mon Nov 28 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-27
f686d7
- fix parsing of parameter subscript expression with NOEXEC (#1398740)
f686d7
f686d7
* Mon Oct 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-26
f686d7
- fix crash while parsing the here-document syntax (#1374752)
f686d7
f686d7
* Thu Jul 14 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-25
f686d7
- improve use of new command substitution in completion (#1356388)
f686d7
f686d7
* Fri Jun 10 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-24
f686d7
- fix off-by-one error in completion utility cache code (#1344599)
f686d7
f686d7
* Mon May 23 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-23
f686d7
- fix parse error on a script with unescaped exclamation mark (#1338689)
f686d7
f686d7
* Tue May 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-22
f686d7
- fix alias expansion in history for command substitution (#1321303)
f686d7
f686d7
* Mon May 09 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-21
f686d7
- improve options handling in the _arguments completion utility (#1334312)
f686d7
f686d7
* Tue Mar 29 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-20
f686d7
- turn off history word marking in command substitution (#1321303)
f686d7
f686d7
* Tue Mar 01 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-19
f686d7
- signal-handling related fixes collected from upstream (#1198671)
f686d7
f686d7
* Wed Feb 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-18
f686d7
- prevent zsh from crashing when printing the "out of memory" message (#1302229)
f686d7
f686d7
* Wed Feb 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-17
f686d7
- queue signals while processing a job exit (#1291782)
f686d7
f686d7
* Mon Nov 02 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-16
f686d7
- fix malloc() signal leak in lexsave() (#1267912)
f686d7
f686d7
* Thu Oct 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-15
f686d7
- fix crash in ksh mode with -n and $HOME (#1267251)
f686d7
f686d7
* Fri Aug 14 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-14
f686d7
- fix alias handling in command substitution (#1253555)
f686d7
f686d7
* Thu Jul 30 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-13
f686d7
- fix parser regression introduced by the fix for bug #1241023
f686d7
f686d7
* Wed Jul 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-12
f686d7
- fix command substitutions to parse contents as they are read in (#1241023)
f686d7
f686d7
* Fri May 22 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-11
f686d7
- fix SIGSEGV of the syntax check in ksh emulation mode (#1222867)
f686d7
f686d7
* Mon May 18 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-10
f686d7
- signal safety when updating global state (#1163823)
f686d7
f686d7
* Tue May 05 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-9
f686d7
- signal safety when updating global state in execshfunc() (#1163823)
f686d7
- make the wait built-in work for already exited processes (#1162198)
f686d7
- replace an incorrect comment in /etc/zshenv (#1164312)
f686d7
- optimize matching of multiple * in wildcards (#1130418)
f686d7
- use heap rather than stack allocation for variable length arrays (#1165118)
f686d7
- shell emulation doc addition (#1147545)
f686d7
- suppress a warning about closing an already closed file descriptor (#1131191)
f686d7
f686d7
* Thu Mar 19 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-8
f686d7
- fix NOEXEC option in execsimple() optimisation (#1146512)
f686d7
f686d7
* Tue Jan 28 2014 James Antill <james@fedoraproject.org> - 5.0.2-7
f686d7
- Remove unneeded build require on tetex.
f686d7
- Resolves: rhbz#1037828
f686d7
- Depend on hostname package instead of /bin/hostname.
f686d7
f686d7
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.0.2-6
f686d7
- Mass rebuild 2014-01-24
f686d7
f686d7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5.0.2-5
f686d7
- Mass rebuild 2013-12-27
f686d7
f686d7
* Tue Jun 25 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-4
f686d7
- up-to-date systemd completion (#949003)
f686d7
- apply patch for building for aarch64 (#926864)
f686d7
f686d7
* Mon Apr 15 2013 James Antill <james@fedoraproject.org> - 5.0.2-3
f686d7
- Fix the changelog dates.
f686d7
- Fix the texi itemx bug.
f686d7
- Resolves: bug#927863
f686d7
f686d7
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.2-2
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f686d7
f686d7
* Tue Jan 08 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-1
f686d7
- Update to new upstream version: Zsh 5.0.2
f686d7
f686d7
* Wed Nov 21 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.0-1
f686d7
- Update to new upstream version: Zsh 5.0.0
f686d7
f686d7
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.17-2
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f686d7
f686d7
* Sun Mar 04 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.17-1
f686d7
- Update to new upstream version: Zsh 4.3.17
f686d7
f686d7
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.15-2
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f686d7
f686d7
* Sat Dec 24 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.15-1
f686d7
- Update to new upstream version: Zsh 4.3.15
f686d7
f686d7
* Sat Dec 17 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.14-2
f686d7
- change the License field to MIT (RHBZ#768548)
f686d7
f686d7
* Sat Dec 10 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.14-1
f686d7
- Update to new upstream version: Zsh 4.3.14
f686d7
f686d7
* Sat Dec 03 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.13-1
f686d7
- Update to new upstream version: Zsh 4.3.13
f686d7
f686d7
* Sat Aug 13 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.12-1
f686d7
- Update to new upstream version: Zsh 4.3.12
f686d7
f686d7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.11-2
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f686d7
f686d7
* Thu Jan 20 2011 Christopher Ailon <caillon@redhat.com> - 4.3.11-1
f686d7
- Rebase to upstream version 4.3.11
f686d7
f686d7
* Tue Dec 7 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 4.3.10-6
f686d7
- Rebuild for FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=631197
f686d7
- Remove deprecated PreReq, the packages aren't needed at runtime and they're
f686d7
  already in Requires(post,preun,etc): lines.
f686d7
f686d7
* Mon Mar 22 2010 James Antill <james@fedoraproject.org> - 4.3.10-5
f686d7
- Add pathmunge to our /etc/zshrc, for profile.d compat.
f686d7
- Resolves: bug#548960
f686d7
f686d7
* Fri Aug  7 2009 James Antill <james@fedoraproject.org> - 4.3.10-4
f686d7
- Allow --excludedocs command to work!
f686d7
- Resolves: bug#515986
f686d7
f686d7
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.10-3
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f686d7
f686d7
* Mon Jul 20 2009 James Antill <james@fedoraproject.org> - 4.3.10-1
f686d7
- Import new upstream 4.3.10
f686d7
f686d7
* Wed Jun 10 2009 Karsten Hopp <karsten@redhat.com> 4.3.9-4.1
f686d7
- skip D02glob test on s390, too
f686d7
f686d7
* Mon Mar  2 2009 James Antill <james@fedoraproject.org> - 4.3.9-4
f686d7
- Remove D02glob testcase on ppc/ppc64, and hope noone cares
f686d7
f686d7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.9-2
f686d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild