From cd77e49233fd112734b1ca1f0e1821111cddd47e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 21 Nov 2012 18:13:42 +0900 Subject: [PATCH] Update to 1.4.1-9 --- ibus-hangul.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 127bc65..fa85b78 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -15,7 +15,7 @@ Name: ibus-hangul Version: 1.4.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The Hangul engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -35,13 +35,13 @@ BuildRequires: libhangul-devel >= %{require_libhangul_version} BuildRequires: pkgconfig BuildRequires: ibus-devel >= %{require_ibus_version} BuildRequires: desktop-file-utils +BuildRequires: python2-devel Requires: ibus >= %{require_ibus_version} Requires: libhangul >= %{require_libhangul_version} %if %need_pygobject3 Requires: pygobject3 %endif -Requires: python-devel %description The Hangul engine for IBus platform. It provides Korean input method from @@ -92,6 +92,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Nov 21 2012 Daiki Ueno - 1.4.1-9 +- fix a typo (R: -> BR: python2-devel) + * Wed Nov 21 2012 Daiki Ueno - 1.4.1-8 - cleanup the spec file