Accepting request 305143 from home:Dmitry_R:branches:shells
- Fix openSUSE versions in osc completion * zsh-osc-completion.patch OBS-URL: https://build.opensuse.org/request/show/305143 OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=151
This commit is contained in:
parent
79d1bf0832
commit
6286e536f6
15
zsh-osc-completion.patch
Normal file
15
zsh-osc-completion.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Index: zsh-5.0.7/Completion/openSUSE/Command/_osc
|
||||||
|
===================================================================
|
||||||
|
--- zsh-5.0.7.orig/Completion/openSUSE/Command/_osc
|
||||||
|
+++ zsh-5.0.7/Completion/openSUSE/Command/_osc
|
||||||
|
@@ -16,8 +16,8 @@
|
||||||
|
# version 0.2
|
||||||
|
#
|
||||||
|
|
||||||
|
-OSC_BUILD_TARGETS="openSUSE_12.1 openSUSE_12.2 openSUSE_12.3 openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP2"
|
||||||
|
-OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:12.3 openSUSE:12.2 openSUSE:12.1"
|
||||||
|
+OSC_BUILD_TARGETS="openSUSE_13.1 openSUSE_13.2 openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP3 SLE_12"
|
||||||
|
+OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:13.2 openSUSE:13.1"
|
||||||
|
|
||||||
|
# user defined variables $OSC_BUILD_TARGETS_EXTRA and
|
||||||
|
# $OSC_PROJECTS_EXTRA can add to the project/build target list
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 3 07:36:02 UTC 2015 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
- Fix openSUSE versions in osc completion
|
||||||
|
* zsh-osc-completion.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 29 08:30:49 UTC 2015 - idonmez@suse.com
|
Wed Apr 29 08:30:49 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
3
zsh.spec
3
zsh.spec
@ -38,6 +38,8 @@ Source17: zshprompt.pl
|
|||||||
%endif
|
%endif
|
||||||
Patch1: trim-unneeded-completions.patch
|
Patch1: trim-unneeded-completions.patch
|
||||||
Patch2: gcc5-fix.patch
|
Patch2: gcc5-fix.patch
|
||||||
|
# PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc completion
|
||||||
|
Patch3: zsh-osc-completion.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,6 +99,7 @@ This package contains the Zsh manual in html format.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -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