4c5df3
%define libxml2_version 2.4.12
4c5df3
%define glib2_version 2.25.9
4c5df3
%define dbus_version 1.0.1
4c5df3
%define dbus_glib_version 0.74
4c5df3
4c5df3
Summary: A process-transparent configuration system
4c5df3
Name: GConf2
4c5df3
Version: 3.2.6
4c5df3
Release: 22%{?dist}
4c5df3
License: LGPLv2+ and GPLv2+
4c5df3
Group: System Environment/Base
4c5df3
#VCS: git:git://git.gnome.org/gconf
4c5df3
Source0: http://download.gnome.org/sources/GConf/3.2/GConf-%{version}.tar.xz
4c5df3
Source1: macros.gconf2
4c5df3
URL: http://projects.gnome.org/gconf/
4c5df3
4c5df3
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
4c5df3
Patch0: GConf-gettext.patch
4c5df3
4c5df3
# https://bugzilla.gnome.org/show_bug.cgi?id=671490
4c5df3
Patch1: drop-spew.patch
4c5df3
4c5df3
# https://bugzilla.redhat.com/show_bug.cgi?id=1580646
4c5df3
# https://bugzilla.redhat.com/show_bug.cgi?id=1567087
4c5df3
Patch2: gconf-3.2.6-python3.patch
4c5df3
4c5df3
# https://bugzilla.redhat.com/show_bug.cgi?id=755992
4c5df3
Patch99: workaround-crash.patch
4c5df3
Patch100: pkill-hack.patch
4c5df3
4c5df3
BuildRequires: libxml2-devel >= %{libxml2_version}
4c5df3
BuildRequires: libxslt-devel
4c5df3
BuildRequires: glib2-devel >= %{glib2_version}
4c5df3
BuildRequires: gtk-doc >= 0.9
4c5df3
BuildRequires: pkgconfig >= 0.14
4c5df3
BuildRequires: gettext
4c5df3
BuildRequires: intltool
4c5df3
BuildRequires: polkit-devel >= 0.92
4c5df3
BuildRequires: dbus-glib-devel >= 0.8
4c5df3
BuildRequires: gobject-introspection-devel >= 0.6.7
4c5df3
BuildRequires: autoconf automake libtool
4c5df3
Requires: dbus
4c5df3
# for patch0
4c5df3
Requires: /usr/bin/killall
4c5df3
Conflicts: GConf2-dbus
4c5df3
4c5df3
Provides: GConf2-gtk = 3.2.6-6
4c5df3
Obsoletes: GConf2-gtk < 3.2.6-6
4c5df3
4c5df3
%description
4c5df3
GConf is a process-transparent configuration database API used to
4c5df3
store user preferences. It has pluggable backends and features to
4c5df3
support workgroup administration.
4c5df3
4c5df3
%package devel
4c5df3
Summary: Headers and libraries for GConf development
4c5df3
Group: Development/Libraries
4c5df3
Requires: %{name} = %{version}-%{release}
4c5df3
Requires: libxml2-devel >= %{libxml2_version}
4c5df3
Requires: glib2-devel >= %{glib2_version}
4c5df3
# we install a pc file
4c5df3
Requires: pkgconfig
4c5df3
# we install an automake macro
4c5df3
Requires: automake
4c5df3
Conflicts: GConf2-dbus-devel
4c5df3
4c5df3
%description devel
4c5df3
GConf development package. Contains files needed for doing
4c5df3
development using GConf.
4c5df3
4c5df3
%prep
4c5df3
%setup -q -n GConf-%{version}
4c5df3
%patch0 -p1 -b .gettext
4c5df3
%patch1 -p1 -b .drop-spew
4c5df3
%patch2 -p1 -b .python3
4c5df3
4c5df3
%patch99 -p1 -b .workaround-crash
4c5df3
%patch100 -p1 -b .pkill-hack
4c5df3
4c5df3
autoreconf -i -f
4c5df3
4c5df3
%build
4c5df3
%configure --disable-static --enable-defaults-service --disable-orbit --with-gtk=3.0
4c5df3
4c5df3
# drop unneeded direct library deps with --as-needed
4c5df3
# libtool doesn't make this easy, so we do it the hard way
4c5df3
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
4c5df3
4c5df3
make
4c5df3
4c5df3
%install
4c5df3
make install DESTDIR=$RPM_BUILD_ROOT
4c5df3
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/gconf.xml.system
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/rpm-state/gconf
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/GConf/gsettings
4c5df3
4c5df3
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/
4c5df3
4c5df3
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
4c5df3
rm -f $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
4c5df3
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
4c5df3
4c5df3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/GConf/gsettings
4c5df3
4c5df3
%find_lang %name
4c5df3
4c5df3
%post
4c5df3
/sbin/ldconfig
4c5df3
4c5df3
if [ $1 -gt 1 ]; then
4c5df3
    if ! fgrep -q gconf.xml.system %{_sysconfdir}/gconf/2/path; then
4c5df3
        sed -i -e 's@xml:readwrite:$(HOME)/.gconf@&\n\n# Location for system-wide settings.\nxml:readonly:/etc/gconf/gconf.xml.system@' %{_sysconfdir}/gconf/2/path
4c5df3
    fi
4c5df3
fi
4c5df3
4c5df3
%postun -p /sbin/ldconfig
4c5df3
4c5df3
%files -f %{name}.lang
4c5df3
%{!?_licensedir:%global license %%doc}
4c5df3
%license COPYING
4c5df3
%doc NEWS README
4c5df3
%config(noreplace) %{_sysconfdir}/gconf/2/path
4c5df3
%dir %{_sysconfdir}/gconf
4c5df3
%dir %{_sysconfdir}/gconf/2
4c5df3
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
4c5df3
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
4c5df3
%dir %{_sysconfdir}/gconf/gconf.xml.system
4c5df3
%dir %{_sysconfdir}/gconf/schemas
4c5df3
%{_bindir}/gconf-merge-tree
4c5df3
%{_bindir}/gconftool-2
4c5df3
%doc %{_mandir}/man1/gconftool-2.1*
4c5df3
%{_bindir}/gsettings-data-convert
4c5df3
%doc %{_mandir}/man1/gsettings-data-convert.1*
4c5df3
%{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop
4c5df3
%{_libexecdir}/gconfd-2
4c5df3
%{_libdir}/*.so.*
4c5df3
%{_libdir}/GConf/2/*.so
4c5df3
%dir %{_datadir}/sgml
4c5df3
%{_datadir}/sgml/gconf
4c5df3
%{_datadir}/GConf
4c5df3
%dir %{_libdir}/GConf
4c5df3
%dir %{_libdir}/GConf/2
4c5df3
%{_rpmconfigdir}/macros.d/macros.gconf2
4c5df3
%{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
4c5df3
%{_libexecdir}/gconf-defaults-mechanism
4c5df3
%{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
4c5df3
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
4c5df3
%{_datadir}/dbus-1/services/org.gnome.GConf.service
4c5df3
%{_localstatedir}/lib/rpm-state/gconf/
4c5df3
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
4c5df3
%{_libdir}/girepository-1.0
4c5df3
4c5df3
%files devel
4c5df3
%{_libdir}/*.so
4c5df3
%{_includedir}/gconf
4c5df3
%{_datadir}/aclocal/*.m4
4c5df3
%{_datadir}/gtk-doc/html/gconf
4c5df3
%{_libdir}/pkgconfig/*
4c5df3
%{_datadir}/gir-1.0
4c5df3
%{_bindir}/gsettings-schema-convert
4c5df3
%doc %{_mandir}/man1/gsettings-schema-convert.1*
4c5df3
4c5df3
%changelog
4c5df3
* Wed Jul 25 2018 Marek Kasik <mkasik@redhat.com> - 3.2.6-22
4c5df3
- Improve python3 support by Takao Fujiwara's patch
4c5df3
- Resolves: #1567087
4c5df3
4c5df3
* Tue May 22 2018 Marek Kasik <mkasik@redhat.com> - 3.2.6-21
4c5df3
- Convert gsettings-schema-convert to python3
4c5df3
- Resolves: #1580646
4c5df3
4c5df3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-20
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4c5df3
4c5df3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-19
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4c5df3
4c5df3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-18
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4c5df3
4c5df3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-17
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4c5df3
4c5df3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-16
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4c5df3
4c5df3
* Sat Jun 27 2015 Ville Skyttä <ville.skytta@iki.fi> - 3.2.6-15
4c5df3
- Fix source URL and switch to xz tarball (the only one available)
4c5df3
- Do not own %%{_localstatedir}/lib/rpm-state (#907618)
4c5df3
- Ship gsettings-schema-convert manpage only in -devel (#893767)
4c5df3
- Install COPYING as %%license where available
4c5df3
- Fix bogus dates in %%changelog
4c5df3
4c5df3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-14
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4c5df3
4c5df3
* Wed Mar  4 2015 Ville Skyttä <ville.skytta@iki.fi> - 3.2.6-13
4c5df3
- Install macros file to %%{_rpmconfigdir}/macros.d (#1074275)
4c5df3
4c5df3
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.2.6-12
4c5df3
- Rebuilt for Fedora 23 Change
4c5df3
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
4c5df3
4c5df3
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-11
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4c5df3
4c5df3
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.2.6-10
4c5df3
- Rebuilt for gobject-introspection 1.41.4
4c5df3
4c5df3
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-9
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4c5df3
4c5df3
* Thu Jun 05 2014 Karsten Hopp <karsten@redhat.com> 3.2.6-8
4c5df3
- rebuild in F21 to sync versions between ppc64 and ppc64-le
4c5df3
4c5df3
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-7
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4c5df3
4c5df3
* Fri Apr 26 2013 Kalev Lember <kalevlember@gmail.com> 3.2.6-6
4c5df3
- Update the GConf2-gtk versioned obsoletes
4c5df3
4c5df3
* Wed Apr 17 2013 Ray Strode <rstrode@redhat.com> 3.2.6-5
4c5df3
- Make --makefile-install-rule work even in packages that don't use the macros
4c5df3
4c5df3
* Mon Apr 15 2013 Ray Strode <rstrode@redhat.com> 3.2.6-4
4c5df3
- Make pkill -HUP -f gconfd-2 work again
4c5df3
- Make --makefile-install-rull less noisy
4c5df3
4c5df3
* Fri Apr 12 2013 Ray Strode <rstrode@redhat.com> 3.2.6-3
4c5df3
- Update GConf upgrade macros (Patch from Michael Schwendt)
4c5df3
  Resolves: #920615
4c5df3
4c5df3
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-2
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4c5df3
4c5df3
* Mon Jan 21 2013 Matthias Clasen <mclasen@redhat.com> 3.2.6-1
4c5df3
- Update to 3.2.6
4c5df3
- Drop the gtk subpackage
4c5df3
4c5df3
* Fri Nov 16 2012 Marek Kasik <mkasik@redhat.com> 3.2.5-4
4c5df3
- Update License field
4c5df3
- Remove unused patches
4c5df3
- Add bug reference to one patch
4c5df3
4c5df3
* Mon Sep 24 2012 Ray Strode <rstrode@redhat.com> 3.2.5-3
4c5df3
- More crasher workarounds
4c5df3
  Resolves: #858348
4c5df3
4c5df3
* Thu Sep 13 2012 Ray Strode <rstrode@redhat.com> 3.2.5-2
4c5df3
- Work around crasher bug
4c5df3
  Resolves: #755992
4c5df3
4c5df3
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.5-2
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4c5df3
4c5df3
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.5-1
4c5df3
- Update to 3.2.5
4c5df3
4c5df3
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.4-1
4c5df3
- Update to 3.2.4
4c5df3
4c5df3
* Mon Feb 13 2012 Ray Strode <rstrode@redhat.com> 3.2.3-4
4c5df3
- Potentially fix crasher bug
4c5df3
  Resolves: #756245
4c5df3
4c5df3
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.3-3
4c5df3
- Don't build the openldap backend
4c5df3
- Deal gracefully with missing schemas in gsettings-data-convert
4c5df3
4c5df3
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.3-2
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4c5df3
4c5df3
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.3-1
4c5df3
- Update to 3.2.3
4c5df3
4c5df3
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
4c5df3
- Update to 3.1.92
4c5df3
4c5df3
* Mon Jul 25 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
4c5df3
- Update to 3.1.4
4c5df3
4c5df3
* Tue Jul 05 2011 Ray Strode <rstrode@redhat.com> 3.1.3-2
4c5df3
- Add back one of the non-upstream patches, since
4c5df3
  it introduced a non-backward compatible change
4c5df3
  to the file format and it's going to be upstreamed soon
4c5df3
  anyway
4c5df3
  Related GNOME: #653922
4c5df3
4c5df3
* Fri Jul 01 2011 Ray Strode <rstrode@redhat.com> 3.1.3-1
4c5df3
- Update to 3.1.3
4c5df3
- Remove orbit dependency
4c5df3
- drop unupstreamed patches judiciously
4c5df3
4c5df3
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.32.4-1
4c5df3
- Update to 2.32.4
4c5df3
4c5df3
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 2.32.3-1
4c5df3
- Update to 2.32.3
4c5df3
4c5df3
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.32.2-1
4c5df3
- Update to 2.32.2
4c5df3
4c5df3
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.32.1-8
4c5df3
- Rebuild against newer gtk3
4c5df3
4c5df3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-6
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4c5df3
4c5df3
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-5
4c5df3
- Rebuild against newer gtk3
4c5df3
4c5df3
* Sun Jan 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-4
4c5df3
- Co-own /usr/share/sgml
4c5df3
4c5df3
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3
4c5df3
- Rebuild against newer gtk3
4c5df3
4c5df3
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-2
4c5df3
- Rebuild against new gtk
4c5df3
4c5df3
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1
4c5df3
- Update to 2.32.1
4c5df3
4c5df3
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
4c5df3
- Update to 2.32.0
4c5df3
4c5df3
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-2
4c5df3
- Rebuild against newer gobject-introspection
4c5df3
4c5df3
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
4c5df3
- Update to 2.31.91
4c5df3
4c5df3
* Fri Aug 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-2
4c5df3
- Strip x permissions from rpm macros file. (#600635)
4c5df3
4c5df3
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
4c5df3
- Update to 2.31.7
4c5df3
4c5df3
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.6-2
4c5df3
- Rebuild with new gobject-introspection
4c5df3
4c5df3
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
4c5df3
- Update to 2.31.6
4c5df3
4c5df3
* Tue Jun 29 2010 Matthew Garrett <mjg@redhat.com> - 2.31.5-2
4c5df3
- Fix crasher in gsettings-data-convert caused by wrong realloc size
4c5df3
4c5df3
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
4c5df3
- Update to 2.31.5
4c5df3
4c5df3
* Mon Jun 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
4c5df3
- Update to 2.31.4
4c5df3
4c5df3
* Thu May 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.31.3-2
4c5df3
- Rebuild for pkgconfig deps (ref: #596433)
4c5df3
4c5df3
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
4c5df3
- Update to 2.31.3
4c5df3
4c5df3
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
4c5df3
- Install an autostart file for gsettings-data-convert
4c5df3
4c5df3
* Wed May 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-3
4c5df3
- Rebuild against newer glib
4c5df3
4c5df3
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
4c5df3
- Rebuild against newer glib
4c5df3
4c5df3
* Fri Apr 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
4c5df3
- Update to 2.31.2
4c5df3
4c5df3
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
4c5df3
- Update to 2.31.1
4c5df3
- Include introspection data
4c5df3
4c5df3
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
4c5df3
- Update to 2.28.1
4c5df3
4c5df3
* Thu Mar 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.28.0-10
4c5df3
- own /var/lib/rpm-state/ too
4c5df3
4c5df3
* Wed Mar 03 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.28.0-9
4c5df3
- add macros.gconf2
4c5df3
- own /var/lib/rpm-state/gconf
4c5df3
4c5df3
* Mon Feb 01 2010 Colin Walters <walters@verbum.org> 2.28.0-8
4c5df3
- Add defaults patch from f-12 branch 
4c5df3
4c5df3
* Mon Feb 01 2010 Colin Walters <walters@verbum.org> 2.28.0-6
4c5df3
- Do not catch segv etc. let abrt catch them
4c5df3
4c5df3
* Thu Jan 28 2010 Ray Strode <rstrode@redhat.com> 2.28.0-5
4c5df3
- Add defattr directive to gtk subpackage files section
4c5df3
4c5df3
* Tue Jan 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
4c5df3
- Make the defaults mechanism use the right polkit actions
4c5df3
4c5df3
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
4c5df3
- Avoid a crash when gconftool-2 can't read the db  (#547238)
4c5df3
4c5df3
* Wed Oct  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
4c5df3
- Fix a problem with schema translations
4c5df3
4c5df3
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
4c5df3
- Update to 2.28.0
4c5df3
4c5df3
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
4c5df3
- Update to 2.27.0
4c5df3
4c5df3
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.26.2-6
4c5df3
- Convert specfile to UTF-8.
4c5df3
4c5df3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.2-5
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4c5df3
4c5df3
* Sun Jun 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-4
4c5df3
- Minor directory ownership cleanup
4c5df3
4c5df3
* Tue Jun  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-3
4c5df3
- Improve the port
4c5df3
4c5df3
* Tue Jun  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-2
4c5df3
- Port to PolicyKit 1
4c5df3
4c5df3
* Fri May 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-1
4c5df3
- Update to 2.26.2
4c5df3
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.1.news
4c5df3
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.2.news
4c5df3
4c5df3
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-3
4c5df3
- Support client-side translations
4c5df3
4c5df3
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 2.26.0-2
4c5df3
- Explicit Conflicts: GConf2-dbus (#492636)
4c5df3
4c5df3
* Mon Mar 16 2009 Ray Strode <rstrode@redhat.com> - 2.26.0-1
4c5df3
- update to 2.26.0
4c5df3
4c5df3
* Tue Mar  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
4c5df3
- Avoid some gratitious extra work in the markup backend
4c5df3
4c5df3
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.2-2
4c5df3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4c5df3
4c5df3
* Tue Feb 17 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-1
4c5df3
- Update to 2.25.2
4c5df3
4c5df3
* Sun Feb 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-1
4c5df3
- Update to 2.25.1
4c5df3
4c5df3
* Sat Jan 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.0-1
4c5df3
- Update to 2.25.0
4c5df3
4c5df3
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-3
4c5df3
- Rebuild for pkg-config requires
4c5df3
4c5df3
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-2
4c5df3
- Better URL
4c5df3
4c5df3
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-1
4c5df3
- Update to 2.24.0
4c5df3
- Drop obsolete timeout patch
4c5df3
4c5df3
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.2-1
4c5df3
- Update to 2.23.2
4c5df3
- Drop upstreamed patches
4c5df3
4c5df3
* Wed Jun  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.1-1
4c5df3
- Upodate to 2.23.1
4c5df3
4c5df3
* Mon Jun  2 2008 Matthias Clasen  <mclasen@redhat.com> - 2.22.0-10
4c5df3
- Make gconfd notice defaults changes
4c5df3
4c5df3
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-9
4c5df3
- Don't ever try to autolaunch a bus if DISPLAY is unset
4c5df3
4c5df3
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-8
4c5df3
- If the session bus isn't running, assume local client side
4c5df3
  access to the database (bug 446703)
4c5df3
4c5df3
* Wed May 14 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-7
4c5df3
- update add_seconds patch to not remove timeouts that aren't
4c5df3
  created anymore
4c5df3
4c5df3
* Mon May 12 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-6
4c5df3
- If the session bus isn't running, don't autolaunch it unless
4c5df3
  we also want to autostart gconfd.
4c5df3
4c5df3
* Thu May 8 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-5
4c5df3
- Tie gconf to session bus.  This means it will exit when the session
4c5df3
  exits and won't leave /tmp/gconf-$USER DoS possibilities
4c5df3
4c5df3
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
4c5df3
- Apply some patches: 
4c5df3
  - Don't spam syslog
4c5df3
  - Handle unsetting mandatory keys without critical warnings 
4c5df3
4c5df3
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
4c5df3
- Add a dbus service to set defaults
4c5df3
4c5df3
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
4c5df3
- Use g_timeout_add_seconds for long timeouts
4c5df3
4c5df3
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
4c5df3
- Update to 2.22.0
4c5df3
4c5df3
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
4c5df3
- Autorebuild for GCC 4.3
4c5df3
4c5df3
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
4c5df3
- Update to 2.21.90
4c5df3
4c5df3
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
4c5df3
- Update to 2.21.2
4c5df3
4c5df3
* Wed Jan  9 2008 Caolan McNamara <caolanm@redhat.com> - 2.21.1-2
4c5df3
- fix .pc so I can build
4c5df3
4c5df3
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
4c5df3
- Update to 2.21.1
4c5df3
- Drop upstreamed patches
4c5df3
4c5df3
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
4c5df3
- Rebuild against new openldap
4c5df3
4c5df3
* Fri Nov 16 2007 Ray Strode <rstrode@redhat.com> - 2.20.1-3
4c5df3
- Add the system-wide settings location in post to be more
4c5df3
  upgrade friendly (config file is noreplace)
4c5df3
4c5df3
* Sat Nov 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
4c5df3
- Add a location for system-wide settings
4c5df3
4c5df3
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
4c5df3
- 2.20.1 (translation and documentation updates)
4c5df3
4c5df3
* Sat Sep 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
4c5df3
- Require /usr/bin/killall, since gconftool uses it
4c5df3
4c5df3
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
4c5df3
- Update to 2.20.0
4c5df3
4c5df3
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-5
4c5df3
- Some more leak fixes
4c5df3
4c5df3
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
4c5df3
- Fix memory leaks
4c5df3
4c5df3
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.1-3
4c5df3
- Rebuild for ppc toolchain bug
4c5df3
4c5df3
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
4c5df3
- Update license field
4c5df3
4c5df3
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
4c5df3
- Update to 2.19.1
4c5df3
4c5df3
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
4c5df3
- Fix a directory ownership issue.  (#233756)
4c5df3
4c5df3
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
4c5df3
- Update to 2.18.0.1
4c5df3
4c5df3
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
4c5df3
- Update to 2.16.1
4c5df3
4c5df3
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
4c5df3
- Split off a -gtk subpackage to reduce dependencies
4c5df3
4c5df3
* Sat Feb  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
4c5df3
- Minor cleanups from package review
4c5df3
4c5df3
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
4c5df3
- Own the /etc/gconf/schemas directory
4c5df3
- Misc cleanups
4c5df3
4c5df3
* Sun Oct 29 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3
4c5df3
- run autoreconf, so that configure gets updated before 
4c5df3
  it generates libtool (so it doesn't just regenerate
4c5df3
  the original, broken libtool) (again bug 203813)
4c5df3
4c5df3
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
4c5df3
- regenerate packaged libtool from RHEL version of libtool so
4c5df3
  that rpath's don't get added to plugin DSOs (bug 203813).
4c5df3
4c5df3
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
4c5df3
- 2.16.0
4c5df3
- Update reload patch
4c5df3
4c5df3
* Thu Oct 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-5
4c5df3
- Require a new enough glib2 to fix upgrade issues (#203813)
4c5df3
4c5df3
* Fri Oct  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
4c5df3
- Fix an issue with error reporting (#202549)
4c5df3
- Don't ship static libraries
4c5df3
- Require pkgconfig for the -devel package
4c5df3
4c5df3
* Mon Sep 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
4c5df3
- Make sure that gconfd dies shortly after the session ends
4c5df3
4c5df3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-2.1
4c5df3
- rebuild
4c5df3
4c5df3
* Tue Jun  6 2006 Adam Jackson <ajackson@redhat.com> 2.14.0-2
4c5df3
- Rebuild.
4c5df3
4c5df3
* Sun Mar 19 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
4c5df3
- Update to 2.14.0
4c5df3
4c5df3
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> 2.13.5-5
4c5df3
- Only sync the database once when installing multiple
4c5df3
  schema files.  Patch by Josselin Mouette <joss@debian.org>.
4c5df3
  (upstream bug 333353)
4c5df3
4c5df3
* Wed Feb 15 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-4
4c5df3
- Send SIGTERM instead of SIGHUP to gconfd
4c5df3
4c5df3
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2.1
4c5df3
- rebump for build order issues during double-long bump
4c5df3
4c5df3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2
4c5df3
- bump again for double-long bug on ppc(64)
4c5df3
4c5df3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.1
4c5df3
- rebuilt for new gcc4.1 snapshot and glibc changes
4c5df3
4c5df3
* Thu Feb  2 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-3
4c5df3
- Use the correct patch ;-)
4c5df3
4c5df3
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-2
4c5df3
- Add patch from Mandriva to reload GConf2 every time a schema is
4c5df3
  added or removed (solves bug 173869)
4c5df3
4c5df3
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
4c5df3
- Update to 2.13.5
4c5df3
4c5df3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Wed Dec  7 2005 Dan Williams <dcbw@redhat.com> 2.12.1-2
4c5df3
- Fix segfault in gconf_unescape_key().  GNOME #323479
4c5df3
4c5df3
* Thu Nov  3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
4c5df3
- Update to 2.12.1
4c5df3
4c5df3
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
4c5df3
- Update to 2.12.0
4c5df3
4c5df3
* Tue Aug 16 2005 Ray Strode <rstrode@redhat.com> 2.11.90-2
4c5df3
- rebuild
4c5df3
4c5df3
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> 2.11.90-1
4c5df3
- Newer upstream version
4c5df3
4c5df3
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
4c5df3
- Newer upstream version
4c5df3
- Drop upstreamed patch
4c5df3
4c5df3
* Mon May  9 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
4c5df3
- Update to upstream evoldap.schema which uses GNOME's OID base
4c5df3
  rather than Red Hat's OID.
4c5df3
4c5df3
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-3
4c5df3
- Fix undefined symbol in the evoldap backend
4c5df3
4c5df3
* Mon Apr 18 2005 Mark McLoughlin <markmc@redhat.com> - 2.10.0-2
4c5df3
- Add evolution mail accounts backend
4c5df3
4c5df3
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
4c5df3
- Update to 2.10.0
4c5df3
4c5df3
* Mon Feb  7 2005 Mark McLoughlin <markmc@redhat.com> 2.9.91-1
4c5df3
- Update to 2.9.91
4c5df3
4c5df3
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
4c5df3
- Update to 2.9.2
4c5df3
4c5df3
* Wed Jan 19 2005 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
4c5df3
- Backport some fixes from upstream CVS
4c5df3
4c5df3
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
4c5df3
- Update to 2.8.1
4c5df3
4c5df3
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
4c5df3
- Update to 2.8.0.1
4c5df3
4c5df3
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
4c5df3
- Update to 2.7.92
4c5df3
4c5df3
* Thu Aug 19 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91.1-1
4c5df3
- Update to 2.7.91.1
4c5df3
4c5df3
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
4c5df3
- Update to 2.7.91
4c5df3
4c5df3
* Tue Aug  3 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
4c5df3
- Update to 2.7.90
4c5df3
- Add patch to disable merge files for now
4c5df3
4c5df3
* Fri Jul  2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
4c5df3
- Add patch to fix problem when using merged files. Mainly
4c5df3
  neccessary only to work will with GConf 2.8.
4c5df3
4c5df3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
4c5df3
- Apply patch to move temporary directory creation into daemon,
4c5df3
  needed for SELinux GConf policy
4c5df3
4c5df3
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
4c5df3
- #110724 BR gtk2-devel gettext
4c5df3
- #106283 add versioned ORBit2 minimum
4c5df3
- #112863 own /etc/gconf/2/
4c5df3
- really kill *.la
4c5df3
4c5df3
* Mon Apr  5 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-3
4c5df3
- Remove the dont-dump-schema-default patch
4c5df3
4c5df3
* Thu Apr  1 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-2
4c5df3
- Backport some fixes from HEAD for lockdown/deployment type stuff 
4c5df3
4c5df3
* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
4c5df3
- update to 2.6.0
4c5df3
4c5df3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
4c5df3
- Update to 2.5.90
4c5df3
4c5df3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
4c5df3
- new version
4c5df3
4c5df3
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
4c5df3
- 2.4.0
4c5df3
4c5df3
* Thu Aug  7 2003 Jonathan Blandford <jrb@redhat.com>
4c5df3
- begin the move to GNOME-2.4
4c5df3
- locking patch appears to be upstream.  Removing.
4c5df3
4c5df3
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 2.2.1-3
4c5df3
- Fix libtool
4c5df3
4c5df3
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
4c5df3
- automated rebuild
4c5df3
4c5df3
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
4c5df3
- upgrade to 2.2.1
4c5df3
4c5df3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Tue Apr  8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
4c5df3
- use system libtool (#88338)
4c5df3
4c5df3
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
4c5df3
- 2.2.0
4c5df3
4c5df3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4c5df3
- rebuilt
4c5df3
4c5df3
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
4c5df3
- 2.1.90
4c5df3
4c5df3
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild as libc seems to have changed or something
4c5df3
4c5df3
* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild
4c5df3
- standardize spec file name
4c5df3
4c5df3
* Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
4c5df3
4c5df3
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- add dialog to offer to delete gconf locks
4c5df3
4c5df3
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.2.1
4c5df3
- include libexecdir stuff
4c5df3
4c5df3
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- move .pc fle to -devel package
4c5df3
4c5df3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4c5df3
- automated rebuild
4c5df3
4c5df3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4c5df3
- automated rebuild
4c5df3
4c5df3
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- fix warning on gnome-panel install
4c5df3
4c5df3
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.2.0
4c5df3
- own libdir/GConf/2 directory
4c5df3
- include gtk-doc docs
4c5df3
- don't include static lib for backend modules
4c5df3
4c5df3
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild in different environment
4c5df3
4c5df3
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.11
4c5df3
- remove AUTHORS for rpmlint
4c5df3
4c5df3
* Sun May 26 2002 Tim Powers <timp@redhat.com>
4c5df3
- automated rebuild
4c5df3
4c5df3
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild in different environment
4c5df3
4c5df3
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild in different environment
4c5df3
4c5df3
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.10
4c5df3
4c5df3
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
4c5df3
- 1.1.9
4c5df3
4c5df3
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.8
4c5df3
- remove .la files
4c5df3
4c5df3
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
4c5df3
- Version 1.1.6
4c5df3
- Rebuild for dependencies
4c5df3
4c5df3
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
4c5df3
- automated rebuild
4c5df3
4c5df3
* Fri Jan  4 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.5.93 snap with important bugfix so gconf actually works
4c5df3
4c5df3
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
4c5df3
4c5df3
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.5.91 snap with gconf.m4 fix for libgnome
4c5df3
4c5df3
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- since every other build seems to avoid libglib-1.3.so.11, 
4c5df3
  rebuild and hope
4c5df3
4c5df3
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
4c5df3
- cvs snap 1.1.5.90
4c5df3
4c5df3
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- GConf 1.1.5, glib 1.3.11
4c5df3
4c5df3
* Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- rebuild for glib 1.3.10
4c5df3
4c5df3
* Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- 1.1.3
4c5df3
4c5df3
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- cvs snap, remove bonobo-activation deps
4c5df3
4c5df3
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- update to new CVS snap, rebuild
4c5df3
4c5df3
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- create gconf2 rpm based on gconf1, comment out pofiles 
4c5df3
- include .pc files
4c5df3
4c5df3
* Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- fix description/summary
4c5df3
4c5df3
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- Add po files from sources.redhat.com
4c5df3
4c5df3
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- Add po files from sources.redhat.com
4c5df3
4c5df3
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- upgrade to 1.0.4 release I just made
4c5df3
- fixes #51223, syslog spew
4c5df3
4c5df3
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- move gconf-config to devel RPM
4c5df3
4c5df3
* Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- how many releases of GConf can I make before it works?
4c5df3
4c5df3
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- Upgrade to 1.0.2 (which contains only bugfixes that 
4c5df3
  I reviewed and/or wrote myself)
4c5df3
4c5df3
* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- create the /etc/gconf/gconf.xml.defaults directory 
4c5df3
4c5df3
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
4c5df3
- Install the .la files in the devel package.
4c5df3
4c5df3
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
4c5df3
- Use %%{_tmppath}
4c5df3
- Move the .so files to the devel subpackage
4c5df3
- langify
4c5df3
- Move changelog to the end, where it should be :)
4c5df3
- Don't specify (a bad) doc directory
4c5df3
- Don't define name, version and release and use it in the rpm headers later
4c5df3
- Remove "Packager:"
4c5df3
- s/Copyright/License/
4c5df3
4c5df3
* Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- add --direct option to gconftool to avoid spawning oafd,
4c5df3
  then commented out gconftool entirely since it checks
4c5df3
  whether gconfd is running and that spawns oafd anyhow.
4c5df3
  oafd simply needs to exit when unused.
4c5df3
4c5df3
* Tue May 15 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- Fix post, pointed out by Bill
4c5df3
4c5df3
* Mon May 14 2001 Havoc Pennington <hp@redhat.com>
4c5df3
- Upgrade to 1.0.1
4c5df3
4c5df3
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
4c5df3
- Import to Red Hat build system.
4c5df3
4c5df3
* Sun Jun 11 2000  Eskil Heyn Olsen <deity@eazel.com>
4c5df3
4c5df3
- Created the .spec file