diff --git a/GConf2.spec b/GConf2.spec index 3cf94da..e9523f1 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -5,7 +5,7 @@ Summary: A process-transparent configuration system Name: GConf2 Version: 2.13.5 -Release: 4 +Release: 5 License: LGPL Group: System Environment/Base Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2 @@ -23,6 +23,9 @@ BuildRequires: pkgconfig >= 0.14 BuildRequires: gettext BuildRequires: openldap-devel +Patch0: GConf2-2.8.1-reload.patch +Patch1: GConf2-2.13.5-sync-less.patch + %description GConf is a process-transparent configuration database API used to store user preferences. It has pluggable backends and features to @@ -36,8 +39,6 @@ Requires: libxml2-devel >= %{libxml2_version} Requires: ORBit2-devel >= %{orbit2_version} Requires: glib2-devel >= %{glib2_version} -Patch1: GConf2-2.8.1-reload.patch - %description devel GConf development package. Contains files needed for doing @@ -45,7 +46,8 @@ development using GConf. %prep %setup -q -n GConf-%{version} -%patch1 -p1 -b .reload +%patch0 -p1 -b .reload +%patch1 -p1 -b .sync-less %build %configure @@ -101,6 +103,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Mon Mar 6 2006 Ray Strode 2.13.5-5 +- Only sync the database once when installing multiple + schema files. Patch by Josselin Mouette . + (upstream bug 333353) + * Wed Feb 15 2006 Christopher Aillon 2.13.5-4 - Send SIGTERM instead of SIGHUP to gconfd