Accepting request 53421 from M17N

Accepted submit request 53421 from user coolo

OBS-URL: https://build.opensuse.org/request/show/53421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=5
This commit is contained in:
Ruediger Oertel 2010-11-20 10:56:13 +00:00 committed by Git OBS Bridge
commit 4fd3850b15
5 changed files with 37 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:860d834dedf6a70a7872b4849469a3b43667b57c2691fdc02570f5e3acb1b042
size 1343753

3
ibus-1.3.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8507517f5e5ba454b2663581b1133df21fdba74a077902259e18845cdd2468d
size 1379038

View File

@ -1,7 +1,7 @@
diff --git a/configure.ac b/configure.ac
index ea35a7c..53065fc 100644
--- a/configure.ac
+++ b/configure.ac
Index: ibus-1.3.8/configure.ac
===================================================================
--- ibus-1.3.8.orig/configure.ac
+++ ibus-1.3.8/configure.ac
@@ -169,7 +169,20 @@ else
fi
@ -22,14 +22,14 @@ index ea35a7c..53065fc 100644
+ AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
+fi
# check for gtk-doc
GTK_DOC_CHECK(1.9)
@@ -374,7 +387,7 @@ Build options:
Build XIM agent server $enable_xim
IBUS_GIR_SCANNERFLAGS=
if test x"$found_introspection" = x"yes" ; then
@@ -397,7 +410,7 @@ Build options:
Build python modules $enable_python
Build gconf modules $enable_gconf
Build memconf modules $enable_memconf
- Build introspection $found_introspection
+ Build introspection $enable_gobject_introspection
IBus-1.0.gir scannerflags "$IBUS_GIR_SCANNERFLAGS"
Build vala binding $enable_vala
Build document $enable_gtk_doc
Enable key snooper $enable_key_snooper

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Nov 17 08:44:04 UTC 2010 - mxwu@novell.com
- Upgrade to ibus 1.3.8:
* Fix CPU 100% usage with signal.SIGCHLD
* Destroy existing connection before creating a new
connection, and only create the fake context once.
* Move the candidate window just above the cursor
when the window and a preedit string overlap.
* Enable key snooper by default again
* Always consume the hotkey, even if the hotkey
associated engine already activated.
* Fix race condition in bus_ibus_impl_create_engine()
* Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6
* Implement stress tool for ibus.
* Fix a build error with GTK3 gdkkeysyms.h
* Add time info in log message from satorux@chromium.org
* Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
* Fix segv in bus_engine_proxy_process_key_event_reply_cb
* Fix property issue.
* Updated many translations.
-------------------------------------------------------------------
Tue Jul 13 07:44:40 UTC 2010 - mxwu@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package ibus (Version 1.3.6)
# spec file for package ibus (Version 1.2.0.20100111)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: ibus
Version: 1.3.6
Version: 1.3.8
Release: 1
License: LGPL V2+
Url: http://code.google.com/p/ibus/
@ -39,7 +39,7 @@ PreReq: /usr/bin/touch
BuildRequires: gettext-devel gtk-doc libtool python
BuildRequires: dbus-1-devel dbus-1-glib-devel dbus-1-python-devel gtk2-devel
BuildRequires: gconf2-devel python-gobject2-devel update-desktop-files
BuildRequires: fdupes gobject-introspection-devel intltool iso-codes-devel
BuildRequires: fdupes intltool iso-codes-devel gobject-introspection-devel
%if %suse_version >= 1100
BuildRequires: pcre-devel
%endif