Accepting request 147932 from M17N

- add ibus-fix-docs-build-error.patch: to fix build error
  in Factory (forwarded request 147906 from ftake)

OBS-URL: https://build.opensuse.org/request/show/147932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2013-01-10 21:28:03 +00:00 committed by Git OBS Bridge
commit a2b88eb20d
3 changed files with 44 additions and 1 deletions

View File

@ -0,0 +1,34 @@
diff -ru ibus-1.4.2/docs/reference/ibus/ibus-docs.sgml.in ibus-1.4.2.mod/docs/reference/ibus/ibus-docs.sgml.in
--- ibus-1.4.2/docs/reference/ibus/ibus-docs.sgml.in 2012-03-07 00:34:36.000000000 +0900
+++ ibus-1.4.2.mod/docs/reference/ibus/ibus-docs.sgml.in 2013-01-10 20:58:01.204986242 +0900
@@ -74,8 +74,10 @@
<xi:include href="xml/ibusenginedesc.xml"/>
<xi:include href="xml/ibusfactory.xml"/>
<xi:include href="xml/ibusinputcontext.xml"/>
+ <xi:include href="xml/ibuskeys.xml"/>
<xi:include href="xml/ibuskeymap.xml"/>
<xi:include href="xml/ibuskeysyms.xml"/>
+ <xi:include href="xml/ibusutil.xml"/>
</chapter>
<chapter>
<title>Configuration</title>
@@ -92,9 +94,6 @@
<title>Communication</title>
<para>Here lists the service communication functions.</para>
<xi:include href="xml/ibusbus.xml"/>
- <xi:include href="xml/ibusconnection.xml"/>
- <xi:include href="xml/ibusmessage.xml"/>
- <xi:include href="xml/ibuspendingcall.xml"/>
<xi:include href="xml/ibusproxy.xml"/>
<xi:include href="xml/ibusserializable.xml"/>
<xi:include href="xml/ibusservice.xml"/>
@@ -104,9 +103,7 @@
<para>Definition and functions for IBus internal use.</para>
<xi:include href="xml/ibusdebug.xml"/>
<xi:include href="xml/ibuserror.xml"/>
- <xi:include href="xml/ibusmainloop.xml"/>
<xi:include href="xml/ibusobject.xml"/>
- <xi:include href="xml/ibusserver.xml"/>
<xi:include href="xml/ibusshare.xml"/>
<xi:include href="xml/ibustypes.xml"/>
</chapter>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 10 12:50:49 UTC 2013 - ftake@geeko.jp
- add ibus-fix-docs-build-error.patch: to fix build error
in Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 17 04:20:14 UTC 2012 - douglarek@outlook.com Wed Oct 17 04:20:14 UTC 2012 - douglarek@outlook.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ibus # spec file for package ibus
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -31,6 +31,8 @@ Source3: xim.ibus.suse.template
Source4: xim.d-ibus-121 Source4: xim.d-ibus-121
Patch0: ibus-python-install-dir.patch Patch0: ibus-python-install-dir.patch
Patch1: ibus-fix-default-preload-engines.patch Patch1: ibus-fix-default-preload-engines.patch
# PATCH-FIX-OPENSUSE ibus-fix-docs-build-error.patch
Patch2: ibus-fix-docs-build-error.patch
Summary: Intelligent Input Bus for Linux OS Summary: Intelligent Input Bus for Linux OS
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/I18n/Chinese Group: System/I18n/Chinese
@ -128,6 +130,7 @@ docs for ibus.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
autoreconf -fi autoreconf -fi