From 93277e766ff8cd2abd926a5216a45701e8bfc8b1 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 1 May 2012 10:44:13 +0900 Subject: [PATCH] Update to 1.4.1-2. --- ibus-hangul.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 - 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::ImportError: No module named gi.repository + * Tue Apr 17 2012 Daiki Ueno - 1.4.1-1 - Update version to 1.4.1. - Check RHEL version as well as Fedora version.