Update to 3.9.2

Drop the ibus-kkc-libpinyin patch; the hardcoded input sources list is
gone from g-s-d.
This commit is contained in:
Kalev Lember 2013-06-02 18:39:31 +02:00
parent 08b1cbe973
commit 3bc16c8199
3 changed files with 9 additions and 27 deletions

View File

@ -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" },
};

View File

@ -1,5 +1,5 @@
Name: gnome-settings-daemon Name: gnome-settings-daemon
Version: 3.8.2 Version: 3.9.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
@ -7,11 +7,9 @@ Group: System Environment/Daemons
License: GPLv2+ License: GPLv2+
URL: http://download.gnome.org/sources/%{name} URL: http://download.gnome.org/sources/%{name}
#VCS: git:git://git.gnome.org/gnome-settings-daemon #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) # disable wacom for ppc/ppc64 (used on RHEL)
Patch0: %{name}-3.5.4-ppc-no-wacom.patch 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: dbus-glib-devel
BuildRequires: gtk3-devel >= 3.7.8 BuildRequires: gtk3-devel >= 3.7.8
@ -79,7 +77,6 @@ The %{name}-updates package contains the updates plugin for %{name}
%if 0%{?rhel} %if 0%{?rhel}
%patch0 -p1 -b .ppc-no-wacom %patch0 -p1 -b .ppc-no-wacom
%endif %endif
%patch1 -p1 -b .ibus-anthy-pinyin
autoreconf -i -f 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/wacom.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so %{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
%{_libexecdir}/gsd-wacom-led-helper %{_libexecdir}/gsd-wacom-led-helper
%{_libexecdir}/gsd-wacom-oled-helper
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
%endif %endif
@ -208,7 +206,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_libexecdir}/gnome-settings-daemon %{_libexecdir}/gnome-settings-daemon
%{_libexecdir}/gsd-locate-pointer %{_libexecdir}/gsd-locate-pointer
%{_libexecdir}/gsd-printer %{_libexecdir}/gsd-printer
%{_libexecdir}/gsd-input-sources-switcher
%{_datadir}/gnome-settings-daemon/ %{_datadir}/gnome-settings-daemon/
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop %{_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 %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml
%changelog %changelog
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 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 <rhughes@redhat.com> - 3.8.2-1 * Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2 - Update to 3.8.2

View File

@ -1 +1 @@
ff98007a9e4949b75cedecd1c50a1197 gnome-settings-daemon-3.8.2.tar.xz 9207ce6a8d7fab5a2fc1968fd0a93b30 gnome-settings-daemon-3.9.2.tar.xz