From 0555b12f2bfbfd97039b0752249a818b3f89e822 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 16 Apr 2013 12:14:47 +0100 Subject: [PATCH 1/2] Update to 3.8.1 --- gnome-settings-daemon.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index f206a9e..d276c10 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,5 +1,5 @@ Name: gnome-settings-daemon -Version: 3.8.0 +Version: 3.8.1 Release: 1%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications @@ -252,6 +252,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml %changelog +* Tue Apr 16 2013 Richard Hughes - 3.8.1-1 +- Update to 3.8.1 + * Tue Mar 26 2013 Richard Hughes - 3.8.0-1 - Update to 3.8.0 diff --git a/sources b/sources index ee21c3d..7317afd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2a3a635088f896496c84733a0a7a605 gnome-settings-daemon-3.8.0.tar.xz +4f198d8b6ec0c17846112dc90f46da52 gnome-settings-daemon-3.8.1.tar.xz From 965ef3ccccd5c824ff34e1600d2a01a9f2d4c279 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 9 May 2013 16:12:00 +0900 Subject: [PATCH 2/2] default ibus engine is now kkc for Japanese and libpinyin for Chinese --- ...e-settings-daemon-ibus-kkc-libpinyin.patch | 20 +++++++++++++++++++ gnome-settings-daemon.spec | 9 ++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 gnome-settings-daemon-ibus-kkc-libpinyin.patch diff --git a/gnome-settings-daemon-ibus-kkc-libpinyin.patch b/gnome-settings-daemon-ibus-kkc-libpinyin.patch new file mode 100644 index 0000000..9f5f63e --- /dev/null +++ b/gnome-settings-daemon-ibus-kkc-libpinyin.patch @@ -0,0 +1,20 @@ +--- gnome-settings-daemon-3.8.0/plugins/keyboard/gsd-keyboard-manager.c~ 2013-03-21 17:12:16.000000000 +0900 ++++ gnome-settings-daemon-3.8.0/plugins/keyboard/gsd-keyboard-manager.c 2013-04-04 15:15:46.026364282 +0900 +@@ -453,7 +453,7 @@ + { "bn_IN", "m17n:bn:inscript" }, + { "gu_IN", "m17n:gu:inscript" }, + { "hi_IN", "m17n:hi:inscript" }, +- { "ja_JP", "anthy" }, ++ { "ja_JP", "kkc" }, + { "kn_IN", "m17n:kn:kgp" }, + { "ko_KR", "hangul" }, + { "mai_IN", "m17n:mai:inscript" }, +@@ -464,7 +464,7 @@ + { "sd_IN", "m17n:sd:inscript" }, + { "ta_IN", "m17n:ta:tamil99" }, + { "te_IN", "m17n:te:inscript" }, +- { "zh_CN", "pinyin" }, ++ { "zh_CN", "libpinyin" }, + { "zh_HK", "cangjie3" }, + { "zh_TW", "chewing" }, + }; diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index d276c10..d0db1d5 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,6 +1,6 @@ Name: gnome-settings-daemon Version: 3.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Group: System Environment/Daemons @@ -10,6 +10,8 @@ URL: http://download.gnome.org/sources/%{name} Source: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz # disable wacom for ppc/ppc64 (used on RHEL) Patch0: %{name}-3.5.4-ppc-no-wacom.patch +# fedora has newer different default ibus engines for Chinese and Japanese +Patch1: %{name}-ibus-kkc-libpinyin.patch Requires: control-center-filesystem @@ -76,6 +78,7 @@ The %{name}-updates package contains the updates plugin for %{name} %if 0%{?rhel} %patch0 -p1 -b .ppc-no-wacom %endif +%patch1 -p1 -b .ibus-anthy-pinyin autoreconf -i -f @@ -252,6 +255,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml %changelog +* Thu May 9 2013 Jens Petersen - 3.8.1-2 +- default ibus engine in Fedora is now kkc for Japanese + and libpinyin for Chinese (#948117) + * Tue Apr 16 2013 Richard Hughes - 3.8.1-1 - Update to 3.8.1