- Add patch from Mandriva to reload GConf2 every time a schema is added or

removed (solves bug 173869)
epel9
Christopher Aillon 19 years ago
parent 568847bf8c
commit c781d41b95

@ -5,7 +5,7 @@
Summary: A process-transparent configuration system Summary: A process-transparent configuration system
Name: GConf2 Name: GConf2
Version: 2.13.5 Version: 2.13.5
Release: 1 Release: 2
License: LGPL License: LGPL
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@ -36,12 +36,16 @@ Requires: libxml2-devel >= %{libxml2_version}
Requires: ORBit2-devel >= %{orbit2_version} Requires: ORBit2-devel >= %{orbit2_version}
Requires: glib2-devel >= %{glib2_version} Requires: glib2-devel >= %{glib2_version}
Patch1: GConf2-2.8.1-reload.patch
%description devel %description devel
GConf development package. Contains files needed for doing GConf development package. Contains files needed for doing
development using GConf. development using GConf.
%prep %prep
%setup -q -n GConf-%{version} %setup -q -n GConf-%{version}
%patch1 -p1 -b .reload
%build %build
%configure %configure
@ -97,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Wed Feb 1 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-2
- Add patch from Mandriva to reload GConf2 every time a schema is
added or removed (solves bug 173869)
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1 * Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
- Update to 2.13.5 - Update to 2.13.5

Loading…
Cancel
Save