[dconf/f15/master] fix a crash

Matthias Clasen mclasen at fedoraproject.org
Wed Apr 6 23:49:13 UTC 2011


commit 73cda45d39ecfa04e1ffabde2399a17d4aef03c6
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Apr 6 19:48:34 2011 -0400

    fix a crash

 dconf.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dconf.spec b/dconf.spec
index 8d87870..0364b2c 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -3,7 +3,7 @@
 
 Name:           dconf
 Version:        0.7.3
-Release:        1
+Release:        2
 Summary:        A configuration system
 
 Group:          System Environment/Base
@@ -12,6 +12,9 @@ URL:            http://live.gnome.org/dconf
 #VCS:           git:git://git.gnome.org/dconf
 Source0:        http://download.gnome.org/sources/dconf/0.7/dconf-%{version}.tar.bz2
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=646220
+Patch0: dconf-editor-crash.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  dbus-devel
 Requires:       dbus
@@ -52,6 +55,7 @@ docnf-editor allows you to browse and modify dconf databases.
 
 %prep
 %setup -q
+%patch0 -p1 -b .editor-crash
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -105,6 +109,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %{_datadir}/dconf-editor/dconf-editor.ui
 
 %changelog
+* Wed Apr  6 2011 Matthias Clasen <mclasen at redhat.com> - 0.7.3-2
+- Fix a crash in dconf-editor
+
 * Tue Mar 22 2011 Tomas Bzatek <tbzatek at redhat.com> - 0.7.3-1
 - Update to 0.7.3
 


More information about the scm-commits mailing list