From 4a1cd946caecb0adabbcea28ec27d1ffa30c1175 Mon Sep 17 00:00:00 2001 From: Dominic Hopf Date: Aug 28 2014 20:20:51 +0000 Subject: Update to latest upstream release: Zsh 5.0.6 --- diff --git a/.gitignore b/.gitignore index ca9a7d9..79e8f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ zsh-4.3.11.tar.bz2 /zsh-5.0.0.tar.bz2 /zsh-5.0.2.tar.bz2 /zsh-5.0.5.tar.bz2 +/zsh-5.0.6.tar.bz2 diff --git a/sources b/sources index 44e843f..d851ded 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6156dc2f19b0a067bdbc0fb7f81e2017 zsh-5.0.5.tar.bz2 +7150a6abc2aa1a79d81ed9a282594225 zsh-5.0.6.tar.bz2 diff --git a/zsh.spec b/zsh.spec index 7d64ccd..ee42a1b 100644 --- a/zsh.spec +++ b/zsh.spec @@ -2,8 +2,8 @@ Summary: Powerful interactive shell Name: zsh -Version: 5.0.5 -Release: 8%{?dist} +Version: 5.0.6 +Release: 1%{?dist} License: MIT URL: http://zsh.sourceforge.net/ Group: System Environment/Shells @@ -19,11 +19,11 @@ Source7: zshprompt.pl %global _default_patch_fuzz 2 Patch0: zsh-serial.patch -# Already applied upstream, can be removed with next upstream release -Patch1: 0000-zsh-fix-runhelpdir-issue.patch +## Already applied upstream, can be removed with next upstream release +#Patch1: 0000-zsh-fix-runhelpdir-issue.patch -# Already applied upstream, can be removed with next upstream release -Patch2: 0001-zsh-fix-cpuload-issue.patch +## Already applied upstream, can be removed with next upstream release +#Patch2: 0001-zsh-fix-cpuload-issue.patch Patch4: zsh-4.3.6-8bit-prompts.patch Patch5: zsh-test-C02-dev_fd-mock.patch @@ -62,8 +62,8 @@ This package contains the Zsh manual in html format. %setup -q %patch0 -p1 -b .serial -%patch1 -p1 -%patch2 -p1 +#%patch1 -p1 +#%patch2 -p1 %patch4 -p1 %patch5 -p1 @@ -185,6 +185,9 @@ fi %doc Doc/*.html %changelog +* Thu Aug 28 2014 Dominic Hopf - 5.0.6-1 +- Update to latest upstream release: Zsh 5.0.6 + * Mon Aug 18 2014 Fedora Release Engineering - 5.0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild