diff --git a/gnome-settings-daemon-ibus-kkc-libpinyin.patch b/gnome-settings-daemon-ibus-kkc-libpinyin.patch deleted file mode 100644 index 9f5f63e..0000000 --- a/gnome-settings-daemon-ibus-kkc-libpinyin.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 dfae63e..5483255 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,5 +1,5 @@ Name: gnome-settings-daemon -Version: 3.8.2 +Version: 3.9.2 Release: 1%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications @@ -7,11 +7,9 @@ Group: System Environment/Daemons License: GPLv2+ URL: http://download.gnome.org/sources/%{name} #VCS: git:git://git.gnome.org/gnome-settings-daemon -Source: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.9/%{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 BuildRequires: dbus-glib-devel BuildRequires: gtk3-devel >= 3.7.8 @@ -79,7 +77,6 @@ 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 @@ -178,6 +175,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin %{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so %{_libexecdir}/gsd-wacom-led-helper +%{_libexecdir}/gsd-wacom-oled-helper %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy %endif @@ -208,7 +206,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libexecdir}/gnome-settings-daemon %{_libexecdir}/gsd-locate-pointer %{_libexecdir}/gsd-printer -%{_libexecdir}/gsd-input-sources-switcher %{_datadir}/gnome-settings-daemon/ %{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop @@ -256,6 +253,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml %changelog +* Sun Jun 02 2013 Kalev Lember - 3.9.2-1 +- Update to 3.9.2 +- Drop the ibus-kkc-libpinyin patch; the hardcoded input sources + list is gone from g-s-d + * Tue May 14 2013 Richard Hughes - 3.8.2-1 - Update to 3.8.2 diff --git a/sources b/sources index c053212..7c4e79f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff98007a9e4949b75cedecd1c50a1197 gnome-settings-daemon-3.8.2.tar.xz +9207ce6a8d7fab5a2fc1968fd0a93b30 gnome-settings-daemon-3.9.2.tar.xz