diff --git a/ibus-libpinyin-1.5.x-head.patch b/ibus-libpinyin-1.5.x-head.patch index e69de29..a4b8ab8 100644 --- a/ibus-libpinyin-1.5.x-head.patch +++ b/ibus-libpinyin-1.5.x-head.patch @@ -0,0 +1,69 @@ +From 409a626442945e4a4a10b9c31e2fc62fb5d248a0 Mon Sep 17 00:00:00 2001 +From: Peng Wu +Date: Mon, 26 Nov 2012 16:58:37 +0800 +Subject: [PATCH 1/2] fixes symbol icons + +--- + src/libpinyin.xml.in.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/libpinyin.xml.in.in b/src/libpinyin.xml.in.in +index 189d59b..f33e95f 100644 +--- a/src/libpinyin.xml.in.in ++++ b/src/libpinyin.xml.in.in +@@ -25,7 +25,7 @@ + Intelligent Pinyin + Intelligent Pinyin input method + 99 +- ++ + + + libbopomofo +@@ -41,7 +41,7 @@ + Intelligent Bopomofo + Intelligent Bopomofo input method + 98 +- ++ + + + +-- +1.7.11.7 + + +From 9adfcbc7784845e324b84fb51bbfcc2c502e5b20 Mon Sep 17 00:00:00 2001 +From: Peng Wu +Date: Mon, 26 Nov 2012 17:35:51 +0800 +Subject: [PATCH 2/2] fixes symbol icon again + +--- + src/libpinyin.xml.in.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/libpinyin.xml.in.in b/src/libpinyin.xml.in.in +index f33e95f..dccf298 100644 +--- a/src/libpinyin.xml.in.in ++++ b/src/libpinyin.xml.in.in +@@ -25,7 +25,7 @@ + Intelligent Pinyin + Intelligent Pinyin input method + 99 +- ++ + + + libbopomofo +@@ -41,7 +41,7 @@ + Intelligent Bopomofo + Intelligent Bopomofo input method + 98 +- ++ + + + +-- +1.7.11.7 + diff --git a/ibus-libpinyin.spec b/ibus-libpinyin.spec index 9f9eb93..2389506 100644 --- a/ibus-libpinyin.spec +++ b/ibus-libpinyin.spec @@ -1,6 +1,6 @@ Name: ibus-libpinyin Version: 1.4.93 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Intelligent Pinyin engine based on libpinyin for IBus License: GPLv2+ Group: System Environment/Libraries @@ -72,6 +72,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/ibus/component/* %changelog +* Tue Nov 27 2012 Peng Wu - 1.4.93-4 +- Fixes symbol icons + * Tue Nov 20 2012 Peng Wu - 1.4.93-3 - Fixes spec file