[Fedora-i18n-bugs] [ibus-hangul] Update to 1.4.1-2.

Daiki Ueno ueno at fedoraproject.org
Tue May 1 01:44:20 UTC 2012


commit 93277e766ff8cd2abd926a5216a45701e8bfc8b1
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue May 1 10:44:13 2012 +0900

    Update to 1.4.1-2.

 ibus-hangul.spec |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/ibus-hangul.spec b/ibus-hangul.spec
index 913eb3a..4d07996 100644
--- a/ibus-hangul.spec
+++ b/ibus-hangul.spec
@@ -5,10 +5,16 @@
 %else
 %define have_bridge_hotkey 0
 %endif
+# ibus pulls pygobject3 since F-17
+%if 0%{?fedora} > 16 || 0%{?rhel} > 6
+%define need_pygobject3 0
+%else
+%define need_pygobject3 1
+%endif
 
 Name:       ibus-hangul
 Version:    1.4.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    The Hangul engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -30,6 +36,9 @@ BuildRequires:  desktop-file-utils
 
 Requires:   ibus >= %{require_ibus_version}
 Requires:   libhangul >= %{require_libhangul_version}
+%if %need_pygobject3
+Requires:   pygobject3
+%endif
 
 %description
 The Hangul engine for IBus platform. It provides Korean input method from
@@ -82,6 +91,11 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue May  1 2012 Daiki Ueno <dueno at redhat.com> - 1.4.1-2
+- Add pygobject3 to dependencies on F-16.
+- Fix bug 816890 - [abrt] ibus-hangul-1.4.0-5.fc16:
+  main.py:23:<module>:ImportError: No module named gi.repository
+
 * Tue Apr 17 2012 Daiki Ueno <dueno at redhat.com> - 1.4.1-1
 - Update version to 1.4.1.
 - Check RHEL version as well as Fedora version.


More information about the i18n-bugs mailing list