- Update to version 5.0.7
* Small bugfixes * Includes a security fix to disallow evaluation of the initial values of integer variables imported from the environment - Remove zsh-fix-pcre-n.patch, fixed upstream OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=137
This commit is contained in:
parent
eac5e1dadc
commit
d4f7a02a88
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:84ca509b141533a3b695e314fbce1200b86ff337ab7dd9e3414da05d86378845
|
|
||||||
size 3174858
|
|
3
zsh-5.0.7.tar.bz2
Normal file
3
zsh-5.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:544e27de81740286b916d1d77c9f48ad7c26ad7943ed96d278abee67cf6704b3
|
||||||
|
size 3181030
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 08:24:20 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 5.0.7
|
||||||
|
* Small bugfixes
|
||||||
|
* Includes a security fix to disallow evaluation of the
|
||||||
|
initial values of integer variables imported from the environment
|
||||||
|
- Remove zsh-fix-pcre-n.patch, fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 7 20:05:41 UTC 2014 - idonmez@suse.com
|
Sun Sep 7 20:05:41 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
5
zsh.spec
5
zsh.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.0.6
|
Version: 5.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shell with comprehensive completion
|
Summary: Shell with comprehensive completion
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,8 +37,6 @@ Source16: dotzshrc.rh
|
|||||||
Source17: zshprompt.pl
|
Source17: zshprompt.pl
|
||||||
%endif
|
%endif
|
||||||
Patch1: trim-unneeded-completions.patch
|
Patch1: trim-unneeded-completions.patch
|
||||||
# PATCH-FIX-UPSTREAM Fix pcre_match() -n options
|
|
||||||
Patch2: zsh-fix-pcre-n.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
@ -97,7 +95,6 @@ This package contains the Zsh manual in html format.
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
# Remove executable bit
|
# Remove executable bit
|
||||||
chmod 0644 Etc/changelog2html.pl
|
chmod 0644 Etc/changelog2html.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user