[zsh/f20] Update to latest upstream release: Zsh 5.0.6

Dominic Hopf dmaphy at fedoraproject.org
Thu Aug 28 20:48:37 UTC 2014


commit 7dd0c564d175302e0ed4080879cba811b778f2e9
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Thu Aug 28 22:20:51 2014 +0200

    Update to latest upstream release: Zsh 5.0.6

 .gitignore |    1 +
 sources    |    2 +-
 zsh.spec   |   19 +++++++++++--------
 3 files changed, 13 insertions(+), 9 deletions(-)
---
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 260678c..7a09e90 100644
--- a/zsh.spec
+++ b/zsh.spec
@@ -2,8 +2,8 @@
 
 Summary: Powerful interactive shell
 Name: zsh
-Version: 5.0.5
-Release: 2%{?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 <dmaphy at fedoraproject.org> - 5.0.6-1
+- Update to latest upstream release: Zsh 5.0.6
+
 * Thu Jul 17 2014 Dominic Hopf <dmaphy at fedoraproject.org> - 5.0.5-2
 - apply upstream patch which fixes CPU load issue (RHBZ#1120424)
 


More information about the scm-commits mailing list