- Fix segfault in gconf_unescape_key(). GNOME #323479

epel9
Daniel Williams 19 years ago
parent aee34a0a84
commit cfbd10c62c

@ -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 <dcbw@redhat.com> 2.12.1-2
- Fix segfault in gconf_unescape_key(). GNOME #323479
* Thu Nov 3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
- Update to 2.12.1

Loading…
Cancel
Save