diff --git a/0001-schemas-Remove-at-mobility-schema-conversion.patch b/0001-schemas-Remove-at-mobility-schema-conversion.patch new file mode 100644 index 0000000..6dc4b3b --- /dev/null +++ b/0001-schemas-Remove-at-mobility-schema-conversion.patch @@ -0,0 +1,27 @@ +From e2e8a52260f79e6afd4ff242327feff7b798eb49 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Wed, 9 Mar 2011 17:44:24 +0000 +Subject: [PATCH] schemas: Remove at mobility schema conversion + +Spotted by Matthias Clasen +--- + schemas/gsettings-desktop-schemas.convert | 3 --- + 1 files changed, 0 insertions(+), 3 deletions(-) + +diff --git a/schemas/gsettings-desktop-schemas.convert b/schemas/gsettings-desktop-schemas.convert +index afd8ad7..d7172dd 100644 +--- a/schemas/gsettings-desktop-schemas.convert ++++ b/schemas/gsettings-desktop-schemas.convert +@@ -19,9 +19,6 @@ autorun-x-content-ignore = /apps/nautilus/preferences/media_autorun_x_content_ig + autorun-x-content-open-folder = /apps/nautilus/preferences/media_autorun_x_content_open_folder + + # From org.gnome.desktop.default-applications.gschema.xml +-[org.gnome.desktop.default-applications.at.mobility] +-exec = /desktop/gnome/applications/at/mobility/exec +- + [org.gnome.desktop.default-applications.office.calendar] + exec = /desktop/gnome/applications/calendar/exec + needs-term = /desktop/gnome/applications/calendar/needs_term +-- +1.7.4.1 + diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec index 7bc46cd..3c87e49 100644 --- a/gsettings-desktop-schemas.spec +++ b/gsettings-desktop-schemas.spec @@ -1,6 +1,6 @@ Name: gsettings-desktop-schemas Version: 2.91.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of GSettings schemas Group: System Environment/Libraries @@ -16,6 +16,8 @@ BuildRequires: intltool Requires: glib2 >= 2.25.11 +Patch0: 0001-schemas-Remove-at-mobility-schema-conversion.patch + %description gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. @@ -32,7 +34,7 @@ and header files for developing applications that use %{name}. %prep %setup -q - +%patch0 -p1 %build %configure --disable-schemas-compile @@ -68,6 +70,9 @@ fi %changelog +* Wed Mar 09 2011 Bastien Nocera 2.91.91-2 +- Fix possible crasher when converting schemas + * Tue Mar 08 2011 Bastien Nocera 2.91.91-1 - Update to 2.91.91