From cfbd10c62c18f32fc598c2b2957d8bb6f9d4f4f4 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Wed, 7 Dec 2005 15:27:41 +0000 Subject: [PATCH] - Fix segfault in gconf_unescape_key(). GNOME #323479 --- GConf2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/GConf2.spec b/GConf2.spec index 96b9703..b0fb386 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -5,7 +5,7 @@ Summary: A process-transparent configuration system Name: GConf2 Version: 2.12.1 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Base Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2 @@ -23,6 +23,8 @@ BuildRequires: pkgconfig >= 0.14 BuildRequires: gettext BuildRequires: openldap-devel +Patch0: GConf-2.12.1-unescape-key-fix.patch + %description GConf is a process-transparent configuration database API used to store user preferences. It has pluggable backends and features to @@ -42,6 +44,7 @@ development using GConf. %prep %setup -q -n GConf-%{version} +%patch0 -p1 -b .unescape-key-fix %build %configure @@ -97,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Wed Dec 7 2005 Dan Williams 2.12.1-2 +- Fix segfault in gconf_unescape_key(). GNOME #323479 + * Thu Nov 3 2005 Alexander Larsson - 2.12.1-1 - Update to 2.12.1