Fix possible crasher when converting schemas
This commit is contained in:
parent
157ce581f6
commit
210414bccb
27
0001-schemas-Remove-at-mobility-schema-conversion.patch
Normal file
27
0001-schemas-Remove-at-mobility-schema-conversion.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
From e2e8a52260f79e6afd4ff242327feff7b798eb49 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bastien Nocera <hadess@hadess.net>
|
||||||
|
Date: Wed, 9 Mar 2011 17:44:24 +0000
|
||||||
|
Subject: [PATCH] schemas: Remove at mobility schema conversion
|
||||||
|
|
||||||
|
Spotted by Matthias Clasen <mclasen@redhat.com>
|
||||||
|
---
|
||||||
|
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
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 2.91.91
|
Version: 2.91.91
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A collection of GSettings schemas
|
Summary: A collection of GSettings schemas
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,6 +16,8 @@ BuildRequires: intltool
|
|||||||
|
|
||||||
Requires: glib2 >= 2.25.11
|
Requires: glib2 >= 2.25.11
|
||||||
|
|
||||||
|
Patch0: 0001-schemas-Remove-at-mobility-schema-conversion.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||||
settings shared by various components of a desktop.
|
settings shared by various components of a desktop.
|
||||||
@ -32,7 +34,7 @@ and header files for developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-schemas-compile
|
%configure --disable-schemas-compile
|
||||||
@ -68,6 +70,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 09 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
|
||||||
|
- Fix possible crasher when converting schemas
|
||||||
|
|
||||||
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
|
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
|
||||||
- Update to 2.91.91
|
- Update to 2.91.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user