Update to latest upstream release: Zsh 5.0.6
This commit is contained in:
parent
a1eea4980d
commit
4a1cd946ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
6156dc2f19b0a067bdbc0fb7f81e2017 zsh-5.0.5.tar.bz2
|
||||
7150a6abc2aa1a79d81ed9a282594225 zsh-5.0.6.tar.bz2
|
||||
|
19
zsh.spec
19
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 <dmaphy@fedoraproject.org> - 5.0.6-1
|
||||
- Update to latest upstream release: Zsh 5.0.6
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user