diff --git a/0001-schemas-Disable-toolkit-accessibility-by-default.patch b/0001-schemas-Disable-toolkit-accessibility-by-default.patch deleted file mode 100644 index 15e9eb4..0000000 --- a/0001-schemas-Disable-toolkit-accessibility-by-default.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 6dc7e92795ec4dc6032bda35790e2713eecc654f Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Thu, 24 Feb 2011 02:21:36 +0000 -Subject: [PATCH] schemas: Disable toolkit-accessibility by default - -As it will get enabled if any of the screen reader or on screen-keyboard -are enabled. ---- - .../org.gnome.desktop.interface.gschema.xml.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in.in b/schemas/org.gnome.desktop.interface.gschema.xml.in.in -index 43fee28..c6a09f1 100644 ---- a/schemas/org.gnome.desktop.interface.gschema.xml.in.in -+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in.in -@@ -1,7 +1,7 @@ - - - -- true -+ false - <_summary>Enable Toolkit Accessibility - <_description> - Whether toolkits should load accessibility related modules. --- -1.7.4.1 - diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec index 54778b6..7bc46cd 100644 --- a/gsettings-desktop-schemas.spec +++ b/gsettings-desktop-schemas.spec @@ -1,6 +1,6 @@ Name: gsettings-desktop-schemas -Version: 0.1.7 -Release: 2%{?dist} +Version: 2.91.91 +Release: 1%{?dist} Summary: A collection of GSettings schemas Group: System Environment/Libraries @@ -16,9 +16,6 @@ BuildRequires: intltool Requires: glib2 >= 2.25.11 -# From upstream git -Patch0: 0001-schemas-Disable-toolkit-accessibility-by-default.patch - %description gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. @@ -35,7 +32,6 @@ and header files for developing applications that use %{name}. %prep %setup -q -%patch0 -p1 %build @@ -72,6 +68,9 @@ fi %changelog +* Tue Mar 08 2011 Bastien Nocera 2.91.91-1 +- Update to 2.91.91 + * Thu Feb 24 2011 Colin Walters - 0.1.7-2 - Add patch from git to disable a11y by default; it makes gnome-shell totally unusable right now