Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2012-02-08 15:44:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2012-02-01 10:01:24.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2012-02-08 
15:44:19.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  7 14:27:18 CET 2012 - [email protected]
+
+- add zsh-enable-openSUSE-completion-functions.patch: Enable
+  installation of openSUSE completion functions which are upstream
+
+-------------------------------------------------------------------

New:
----
  zsh-enable-openSUSE-completion-functions.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.7nAnjG/_old  2012-02-08 15:44:20.000000000 +0100
+++ /var/tmp/diff_new_pack.7nAnjG/_new  2012-02-08 15:44:20.000000000 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           zsh
 Version:        4.3.15
 Release:        0
@@ -37,6 +39,7 @@
 %endif
 Patch1:         %{name}-4.3.12-fix-c02cond-test.patch
 Patch2:         osc.patch
+Patch3:         zsh-enable-openSUSE-completion-functions.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 Requires(pre):  %{install_info_prereq}
@@ -89,6 +92,7 @@
 %setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl

++++++ zsh-enable-openSUSE-completion-functions.patch ++++++
Index: zsh-4.3.15/Src/Zle/complete.mdd
===================================================================
--- zsh-4.3.15.orig/Src/Zle/complete.mdd
+++ zsh-4.3.15/Src/Zle/complete.mdd
@@ -1,7 +1,7 @@
 name=zsh/complete
 link=either
 load=yes
-functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* 
Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* 
Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* 
Completion/Redhat/*/* Completion/Solaris/*/* Completion/Unix/*/* 
Completion/X/*/* Completion/Zsh/*/*'
+functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* 
Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* 
Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* 
Completion/Redhat/*/* Completion/Solaris/*/* Completion/openSUSE/*/* 
Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
 
 moddeps="zsh/zle"
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to