cvsdist eba7b10
%define libxml2_version 2.4.12
f39a8e4
%define glib2_version 2.25.9
6e77a58
%define dbus_version 1.0.1
6e77a58
%define dbus_glib_version 0.74
cvsdist eba7b10
Owen W. Taylor bcb7fe8
%if !0%{?flatpak}
Owen W. Taylor bcb7fe8
%define defaults_service 1
Owen W. Taylor bcb7fe8
%endif
Owen W. Taylor bcb7fe8
cvsdist eba7b10
Summary: A process-transparent configuration system
cvsdist eba7b10
Name: GConf2
1c65cc4
Version: 3.2.6
09837c5
Release: 29%{?dist}
ccedb87
License: LGPLv2+ and GPLv2+
357863c
#VCS: git:git://git.gnome.org/gconf
17e0e9c
Source0: http://download.gnome.org/sources/GConf/3.2/GConf-%{version}.tar.xz
78fb1bd
Source1: macros.gconf2
4522207
URL: http://projects.gnome.org/gconf/
cvsdist c47e0b7
ccedb87
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
724be44
Patch0: GConf-gettext.patch
724be44
9990a3d
# https://bugzilla.gnome.org/show_bug.cgi?id=671490
9990a3d
Patch1: drop-spew.patch
9990a3d
e082e81
# https://bugzilla.redhat.com/show_bug.cgi?id=1197773
e082e81
Patch2: gconf-3.2.6-gconf-engine_key_is_writable.patch
e082e81
a0eb7e4
# https://bugzilla.redhat.com/show_bug.cgi?id=755992
9990a3d
Patch99: workaround-crash.patch
3facff5
Patch100: pkill-hack.patch
a0eb7e4
cvsdist eba7b10
BuildRequires: libxml2-devel >= %{libxml2_version}
b68ddcb
BuildRequires: libxslt-devel
cvsdist eba7b10
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist eba7b10
BuildRequires: gtk-doc >= 0.9
cvsdist eba7b10
BuildRequires: pkgconfig >= 0.14
cvsdist c47e0b7
BuildRequires: gettext
0d6c837
BuildRequires: intltool
Owen W. Taylor bcb7fe8
%if 0%{?defaults_service}
add048c
BuildRequires: polkit-devel >= 0.92
Owen W. Taylor bcb7fe8
%endif
eb4c79c
BuildRequires: dbus-glib-devel >= 0.8
29acad3
BuildRequires: gobject-introspection-devel >= 0.6.7
add048c
BuildRequires: autoconf automake libtool
b5761fb
# we need to do python shebang mangling using pathfix.py
b5761fb
BuildRequires: python3-devel
b5761fb
Owen W. Taylor bcb7fe8
%if 0%{?defaults_service}
93faf2d
Requires: dbus
Owen W. Taylor bcb7fe8
%endif
Owen W. Taylor 6668eba
# for patch100
Owen W. Taylor 6668eba
Requires: /usr/bin/pkill
bf2c662
Conflicts: GConf2-dbus
8b15dbb
a43fa03
Provides: GConf2-gtk = 3.2.6-6
a43fa03
Obsoletes: GConf2-gtk < 3.2.6-6
7dc4b50
cvsdist eba7b10
%description
114d4a5
GConf is a process-transparent configuration database API used to
114d4a5
store user preferences. It has pluggable backends and features to
cvsdist eba7b10
support workgroup administration.
cvsdist eba7b10
cvsdist eba7b10
%package devel
cvsdist eba7b10
Summary: Headers and libraries for GConf development
7400563
Requires: %{name} = %{version}-%{release}
cvsdist eba7b10
Requires: libxml2-devel >= %{libxml2_version}
cvsdist eba7b10
Requires: glib2-devel >= %{glib2_version}
03279b9
# we install a pc file
e13a21f
Requires: pkgconfig
03279b9
# we install an automake macro
03279b9
Requires: automake
bf2c662
Conflicts: GConf2-dbus-devel
c781d41
cvsdist eba7b10
%description devel
cvsdist eba7b10
GConf development package. Contains files needed for doing
cvsdist eba7b10
development using GConf.
cvsdist eba7b10
cvsdist eba7b10
%prep
cvsdist eba7b10
%setup -q -n GConf-%{version}
acebae7
%patch0 -p1 -b .gettext
9990a3d
%patch1 -p1 -b .drop-spew
e082e81
%patch2 -p1 -b .abi-break
9990a3d
9990a3d
%patch99 -p1 -b .workaround-crash
3facff5
%patch100 -p1 -b .pkill-hack
acebae7
611bf94
autoreconf -i -f
b097468
b5761fb
2to3 --write --nobackup gsettings/gsettings-schema-convert
b5761fb
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . gsettings/gsettings-schema-convert
b5761fb
cvsdist eba7b10
%build
Owen W. Taylor bcb7fe8
%configure --disable-static \
Owen W. Taylor bcb7fe8
      %{?defaults_service:--enable-defaults-service} \
Owen W. Taylor bcb7fe8
      %{!?defaults_service:--disable-defaults-service} \
Owen W. Taylor c3c658b
      --disable-orbit --without-openldap --with-gtk=3.0
b9e437a
b9e437a
# drop unneeded direct library deps with --as-needed
b9e437a
# libtool doesn't make this easy, so we do it the hard way
b9e437a
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
b9e437a
cvsdist 7405002
make
cvsdist eba7b10
cvsdist eba7b10
%install
cvsdist 7405002
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist eba7b10
61e030a
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
61e030a
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/gconf.xml.system
3ffef56
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/
78fb1bd
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/rpm-state/gconf
f779a7c
mkdir -p $RPM_BUILD_ROOT%{_datadir}/GConf/gsettings
78fb1bd
3ffef56
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/
7400563
61e030a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
61e030a
rm -f $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
bc00e65
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
cvsdist eba7b10
5019b1b
mkdir -p $RPM_BUILD_ROOT%{_datadir}/GConf/gsettings
cvsdist eba7b10
5019b1b
%find_lang %name
cvsdist eba7b10
61e030a
%post
20ac93b
%{?ldconfig}
61e030a
61e030a
if [ $1 -gt 1 ]; then
61e030a
    if ! fgrep -q gconf.xml.system %{_sysconfdir}/gconf/2/path; then
61e030a
        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
61e030a
    fi
61e030a
fi
cvsdist eba7b10
20ac93b
%ldconfig_postun
cvsdist eba7b10
cvsdist eba7b10
%files -f %{name}.lang
17e0e9c
%license COPYING
17e0e9c
%doc NEWS README
8b15dbb
%config(noreplace) %{_sysconfdir}/gconf/2/path
b167cff
%dir %{_sysconfdir}/gconf
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/2
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
eed5167
%dir %{_sysconfdir}/gconf/gconf.xml.system
7400563
%dir %{_sysconfdir}/gconf/schemas
bc00e65
%{_bindir}/gconf-merge-tree
bc00e65
%{_bindir}/gconftool-2
bc00e65
%{_bindir}/gsettings-data-convert
6767eb0
%{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop
9e9c66e
%{_libexecdir}/gconfd-2
cvsdist eba7b10
%{_libdir}/*.so.*
cvsdist eba7b10
%{_libdir}/GConf/2/*.so
1cf9880
%dir %{_datadir}/sgml
ff7a86f
%{_datadir}/sgml/gconf
8b15dbb
%{_datadir}/GConf
cvsdist a431cb8
%{_mandir}/man1/*
17e0e9c
%exclude %{_mandir}/man1/gsettings-schema-convert.1*
cvsdist eba7b10
%dir %{_libdir}/GConf
cvsdist eba7b10
%dir %{_libdir}/GConf/2
3ffef56
%{_rpmconfigdir}/macros.d/macros.gconf2
Owen W. Taylor bcb7fe8
%if 0%{?defaults_service}
93faf2d
%{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
93faf2d
%{_libexecdir}/gconf-defaults-mechanism
add048c
%{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
93faf2d
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
Owen W. Taylor bcb7fe8
%endif
Owen W. Taylor c3c658b
%{_datadir}/dbus-1/services/org.gnome.GConf.service
78fb1bd
%{_localstatedir}/lib/rpm-state/gconf/
bc00e65
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
bc00e65
%{_libdir}/girepository-1.0
cvsdist eba7b10
cvsdist eba7b10
%files devel
cvsdist eba7b10
%{_libdir}/*.so
cvsdist eba7b10
%{_includedir}/gconf
cvsdist eba7b10
%{_datadir}/aclocal/*.m4
f379f8d
%{_datadir}/gtk-doc/html/gconf
cvsdist eba7b10
%{_libdir}/pkgconfig/*
bc00e65
%{_datadir}/gir-1.0
b68ddcb
%{_bindir}/gsettings-schema-convert
17e0e9c
%{_mandir}/man1/gsettings-schema-convert.1*
cvsdist eba7b10
cvsdist eba7b10
%changelog
09837c5
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-29
09837c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
09837c5
c6c3494
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-28
c6c3494
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c6c3494
70ed26d
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-27
70ed26d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
70ed26d
e082e81
* Fri May 03 2019 David King <amigadave@amigadave.com> - 3.2.6-26
e082e81
- Fix accidental ABI break (#1197773)
e082e81
b5761fb
* Mon Feb 18 2019 Parag Nemade <pnemade@redhat.com> - 3.2.6-25
b5761fb
- Fix python shebang to python3 environment
b5761fb
- used 2to3 to convert gsettings-schema-convert to run under python3
b5761fb
- also fix "File listed twice: /usr/share/man/man1/gsettings-data-convert.1.gz"
b5761fb
7ff3bc6
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-24
7ff3bc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7ff3bc6
Owen W. Taylor 6668eba
* Fri Jan 11 2019 fedora-toolbox <otaylor@redhat.com> - 3.2.6-23
Owen W. Taylor 6668eba
- Update old dependency on /usr/bin/killall
Owen W. Taylor 6668eba
Owen W. Taylor bcb7fe8
* Thu Oct  4 2018 Owen Taylor <otaylor@redhat.com> - 3.2.6-22
Owen W. Taylor bcb7fe8
- Disable the defaults service when building for Flatpak inclusion
Owen W. Taylor c3c658b
- Explicitly disable openldap support
Owen W. Taylor bcb7fe8
e85a30a
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-21
e85a30a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e85a30a
bc7d839
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-20
bc7d839
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bc7d839
cffe310
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-19
cffe310
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cffe310
9b3d8b5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-18
9b3d8b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9b3d8b5
6f97f32
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-17
6f97f32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6f97f32
a130877
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-16
a130877
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a130877
17e0e9c
* Sat Jun 27 2015 Ville Skyttä <ville.skytta@iki.fi> - 3.2.6-15
17e0e9c
- Fix source URL and switch to xz tarball (the only one available)
17e0e9c
- Do not own %%{_localstatedir}/lib/rpm-state (#907618)
17e0e9c
- Ship gsettings-schema-convert manpage only in -devel (#893767)
17e0e9c
- Install COPYING as %%license where available
8f98ed8
- Fix bogus dates in %%changelog
17e0e9c
37c66b3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-14
37c66b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
37c66b3
3ffef56
* Wed Mar  4 2015 Ville Skyttä <ville.skytta@iki.fi> - 3.2.6-13
3ffef56
- Install macros file to %%{_rpmconfigdir}/macros.d (#1074275)
3ffef56
079cbc5
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.2.6-12
079cbc5
- Rebuilt for Fedora 23 Change
079cbc5
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
079cbc5
bcfd7e2
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-11
bcfd7e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bcfd7e2
cb099e3
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.2.6-10
cb099e3
- Rebuilt for gobject-introspection 1.41.4
cb099e3
7be55c2
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-9
7be55c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7be55c2
8c3a577
* Thu Jun 05 2014 Karsten Hopp <karsten@redhat.com> 3.2.6-8
8c3a577
- rebuild in F21 to sync versions between ppc64 and ppc64-le
8c3a577
ba22a8e
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-7
ba22a8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ba22a8e
a43fa03
* Fri Apr 26 2013 Kalev Lember <kalevlember@gmail.com> 3.2.6-6
a43fa03
- Update the GConf2-gtk versioned obsoletes
a43fa03
3facff5
* Wed Apr 17 2013 Ray Strode <rstrode@redhat.com> 3.2.6-5
3facff5
- Make --makefile-install-rule work even in packages that don't use the macros
3facff5
9a45341
* Mon Apr 15 2013 Ray Strode <rstrode@redhat.com> 3.2.6-4
9a45341
- Make pkill -HUP -f gconfd-2 work again
9990a3d
- Make --makefile-install-rull less noisy
9a45341
d62b346
* Fri Apr 12 2013 Ray Strode <rstrode@redhat.com> 3.2.6-3
d62b346
- Update GConf upgrade macros (Patch from Michael Schwendt)
d62b346
  Resolves: #920615
d62b346
954893f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-2
954893f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
954893f
1c65cc4
* Mon Jan 21 2013 Matthias Clasen <mclasen@redhat.com> 3.2.6-1
1c65cc4
- Update to 3.2.6
7dc4b50
- Drop the gtk subpackage
1c65cc4
ccedb87
* Fri Nov 16 2012 Marek Kasik <mkasik@redhat.com> 3.2.5-4
ccedb87
- Update License field
ccedb87
- Remove unused patches
ccedb87
- Add bug reference to one patch
ccedb87
1cd8ce9
* Mon Sep 24 2012 Ray Strode <rstrode@redhat.com> 3.2.5-3
1cd8ce9
- More crasher workarounds
1cd8ce9
  Resolves: #858348
1cd8ce9
a0eb7e4
* Thu Sep 13 2012 Ray Strode <rstrode@redhat.com> 3.2.5-2
a0eb7e4
- Work around crasher bug
a0eb7e4
  Resolves: #755992
a0eb7e4
ce607c1
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.5-2
ce607c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ce607c1
85dc5af
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.5-1
85dc5af
- Update to 3.2.5
85dc5af
68d8d37
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.4-1
68d8d37
- Update to 3.2.4
68d8d37
83be4c1
* Mon Feb 13 2012 Ray Strode <rstrode@redhat.com> 3.2.3-4
83be4c1
- Potentially fix crasher bug
83be4c1
  Resolves: #756245
83be4c1
6e6f5a4
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.3-3
3586f77
- Don't build the openldap backend
724be44
- Deal gracefully with missing schemas in gsettings-data-convert
3586f77
2cd033c
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.3-2
2cd033c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2cd033c
fdb21a9
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.3-1
fdb21a9
- Update to 3.2.3
fdb21a9
073f810
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
073f810
- Update to 3.1.92
073f810
Matthew Barnes 15ca0ec
* Mon Jul 25 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
Matthew Barnes 15ca0ec
- Update to 3.1.4
Matthew Barnes 15ca0ec
acebae7
* Tue Jul 05 2011 Ray Strode <rstrode@redhat.com> 3.1.3-2
acebae7
- Add back one of the non-upstream patches, since
acebae7
  it introduced a non-backward compatible change
acebae7
  to the file format and it's going to be upstreamed soon
acebae7
  anyway
acebae7
  Related GNOME: #653922
acebae7
3cd932d
* Fri Jul 01 2011 Ray Strode <rstrode@redhat.com> 3.1.3-1
3cd932d
- Update to 3.1.3
3cd932d
- Remove orbit dependency
3cd932d
- drop unupstreamed patches judiciously
3cd932d
58752f4
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.32.4-1
58752f4
- Update to 2.32.4
58752f4
709b863
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 2.32.3-1
709b863
- Update to 2.32.3
709b863
e466171
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.32.2-1
e466171
- Update to 2.32.2
e466171
5595249
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.32.1-8
813295f
- Rebuild against newer gtk3
813295f
ef39d67
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-6
ef39d67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ef39d67
13e1149
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-5
13e1149
- Rebuild against newer gtk3
13e1149
1cf9880
* Sun Jan 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-4
1cf9880
- Co-own /usr/share/sgml
1cf9880
685c185
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3
685c185
- Rebuild against newer gtk3
685c185
bc90aa4
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-2
bc90aa4
- Rebuild against new gtk
bc90aa4
01f9ced
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1
01f9ced
- Update to 2.32.1
01f9ced
94d2d29
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
94d2d29
- Update to 2.32.0
94d2d29
c4a423d
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-2
c4a423d
- Rebuild against newer gobject-introspection
c4a423d
b4b08ad
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
b4b08ad
- Update to 2.31.91
b4b08ad
4eed7f0
* Fri Aug 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-2
4eed7f0
- Strip x permissions from rpm macros file. (#600635)
4eed7f0
b097468
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
b097468
- Update to 2.31.7
b097468
4133e28
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.6-2
4133e28
- Rebuild with new gobject-introspection
4133e28
6672ab4
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
f741ab6
- Update to 2.31.6
f741ab6
e68d1ee
* Tue Jun 29 2010 Matthew Garrett <mjg@redhat.com> - 2.31.5-2
e68d1ee
- Fix crasher in gsettings-data-convert caused by wrong realloc size
e68d1ee
6e9b594
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
6e9b594
- Update to 2.31.5
6e9b594
f39a8e4
* Mon Jun 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
f39a8e4
- Update to 2.31.4
f39a8e4
42cd477
* Thu May 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.31.3-2
42cd477
- Rebuild for pkgconfig deps (ref: #596433)
42cd477
aafad90
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
aafad90
- Update to 2.31.3
aafad90
6767eb0
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
6767eb0
- Install an autostart file for gsettings-data-convert
6767eb0
17ddc59
* Wed May 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-3
17ddc59
- Rebuild against newer glib
17ddc59
aafcd51
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
aafcd51
- Rebuild against newer glib
aafcd51
f779a7c
* Fri Apr 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
f779a7c
- Update to 2.31.2
f779a7c
bc00e65
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
bc00e65
- Update to 2.31.1
bc00e65
- Include introspection data
bc00e65
357863c
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
357863c
- Update to 2.28.1
357863c
4290ff6
* Thu Mar 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.28.0-10
4290ff6
- own /var/lib/rpm-state/ too
4290ff6
78fb1bd
* Wed Mar 03 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.28.0-9
78fb1bd
- add macros.gconf2
78fb1bd
- own /var/lib/rpm-state/gconf
78fb1bd
5218bf6
* Mon Feb 01 2010 Colin Walters <walters@verbum.org> 2.28.0-8
5218bf6
- Add defaults patch from f-12 branch 
37db92d
1397558
* Mon Feb 01 2010 Colin Walters <walters@verbum.org> 2.28.0-6
1397558
- Do not catch segv etc. let abrt catch them
1397558
70cd5e1
* Thu Jan 28 2010 Ray Strode <rstrode@redhat.com> 2.28.0-5
70cd5e1
- Add defattr directive to gtk subpackage files section
70cd5e1
f91c80e
* Tue Jan 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
f91c80e
- Make the defaults mechanism use the right polkit actions
f91c80e
bc33481
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
bc33481
- Avoid a crash when gconftool-2 can't read the db  (#547238)
bc33481
bc33481
* Wed Oct  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
bc33481
- Fix a problem with schema translations
bc33481
aa1ff12
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
aa1ff12
- Update to 2.28.0
aa1ff12
6ee44f4
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
6ee44f4
- Update to 2.27.0
6ee44f4
7641921
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.26.2-6
7641921
- Convert specfile to UTF-8.
7641921
16847e5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.2-5
16847e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
16847e5
ff7a86f
* Sun Jun 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-4
ff7a86f
- Minor directory ownership cleanup
ff7a86f
b6815b6
* Tue Jun  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-3
b6815b6
- Improve the port
b6815b6
dc93e5a
* Tue Jun  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-2
dc93e5a
- Port to PolicyKit 1
dc93e5a
5466b41
* Fri May 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.2-1
5466b41
- Update to 2.26.2
5466b41
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.1.news
5466b41
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.2.news
5466b41
114d4a5
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-3
114d4a5
- Support client-side translations
114d4a5
bf2c662
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 2.26.0-2
bf2c662
- Explicit Conflicts: GConf2-dbus (#492636)
bf2c662
8e607ba
* Mon Mar 16 2009 Ray Strode <rstrode@redhat.com> - 2.26.0-1
8e607ba
- update to 2.26.0
8e607ba
a8ac0cb
* Tue Mar  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
a8ac0cb
- Avoid some gratitious extra work in the markup backend
a8ac0cb
8ec9ef7
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.2-2
8ec9ef7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8ec9ef7
38316ab
* Tue Feb 17 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-1
38316ab
- Update to 2.25.2
38316ab
66ac17a
* Sun Feb 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-1
c81ce76
- Update to 2.25.1
c81ce76
b9e437a
* Sat Jan 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.0-1
b9e437a
- Update to 2.25.0
b9e437a
a198ca9
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-3
a198ca9
- Rebuild for pkg-config requires
a198ca9
4522207
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-2
4522207
- Better URL
4522207
70a4b53
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-1
70a4b53
- Update to 2.24.0
70a4b53
- Drop obsolete timeout patch
70a4b53
3f0535a
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.2-1
3f0535a
- Update to 2.23.2
3f0535a
- Drop upstreamed patches
3f0535a
322bef7
* Wed Jun  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.1-1
322bef7
- Upodate to 2.23.1
322bef7
25e0110
* Mon Jun  2 2008 Matthias Clasen  <mclasen@redhat.com> - 2.22.0-10
25e0110
- Make gconfd notice defaults changes
25e0110
cd4f495
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-9
cd4f495
- Don't ever try to autolaunch a bus if DISPLAY is unset
cd4f495
1dbcfee
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-8
1dbcfee
- If the session bus isn't running, assume local client side
1dbcfee
  access to the database (bug 446703)
1dbcfee
dda7f28
* Wed May 14 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-7
dda7f28
- update add_seconds patch to not remove timeouts that aren't
dda7f28
  created anymore
dda7f28
a06aa60
* Mon May 12 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-6
a06aa60
- If the session bus isn't running, don't autolaunch it unless
a06aa60
  we also want to autostart gconfd.
a06aa60
6e77a58
* Thu May 8 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-5
6e77a58
- Tie gconf to session bus.  This means it will exit when the session
6e77a58
  exits and won't leave /tmp/gconf-$USER DoS possibilities
6e77a58
bc09996
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
bc09996
- Apply some patches: 
bc09996
  - Don't spam syslog
bc09996
  - Handle unsetting mandatory keys without critical warnings 
bc09996
93faf2d
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
93faf2d
- Add a dbus service to set defaults
93faf2d
cddee97
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
cddee97
- Use g_timeout_add_seconds for long timeouts
cddee97
a974daa
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
a974daa
- Update to 2.22.0
a974daa
295890a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
295890a
- Autorebuild for GCC 4.3
295890a
8acbab7
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
8acbab7
- Update to 2.21.90
8acbab7
042b44c
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
042b44c
- Update to 2.21.2
042b44c
bb19828
* Wed Jan  9 2008 Caolan McNamara <caolanm@redhat.com> - 2.21.1-2
bb19828
- fix .pc so I can build
bb19828
62a9e61
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
62a9e61
- Update to 2.21.1
62a9e61
- Drop upstreamed patches
62a9e61
26e5e02
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
26e5e02
- Rebuild against new openldap
26e5e02
61e030a
* Fri Nov 16 2007 Ray Strode <rstrode@redhat.com> - 2.20.1-3
61e030a
- Add the system-wide settings location in post to be more
61e030a
  upgrade friendly (config file is noreplace)
61e030a
8f98ed8
* Sat Nov 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
eed5167
- Add a location for system-wide settings
eed5167
4c19057
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
4c19057
- 2.20.1 (translation and documentation updates)
4c19057
f4e0c6a
* Sat Sep 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
f4e0c6a
- Require /usr/bin/killall, since gconftool uses it
f4e0c6a
2916964
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
2916964
- Update to 2.20.0
2916964
6f78dfb
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-5
6f78dfb
- Some more leak fixes
6f78dfb
4d3f1c2
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
4d3f1c2
- Fix memory leaks
4d3f1c2
d6ec166
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.1-3
d6ec166
- Rebuild for ppc toolchain bug
d6ec166
6c68687
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
6c68687
- Update license field
6c68687
e1c0dc5
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
e1c0dc5
- Update to 2.19.1
e1c0dc5
b167cff
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
b167cff
- Fix a directory ownership issue.  (#233756)
b167cff
a82f002
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
a82f002
- Update to 2.18.0.1
a82f002
03279b9
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
03279b9
- Update to 2.16.1
03279b9
9e9c66e
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
9e9c66e
- Split off a -gtk subpackage to reduce dependencies
9e9c66e
f379f8d
* Sat Feb  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
f379f8d
- Minor cleanups from package review
f379f8d
7400563
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
7400563
- Own the /etc/gconf/schemas directory
7400563
- Misc cleanups
7400563
9ca8696
* Sun Oct 29 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3
9ca8696
- run autoreconf, so that configure gets updated before 
9ca8696
  it generates libtool (so it doesn't just regenerate
9ca8696
  the original, broken libtool) (again bug 203813)
9ca8696
2a1d7bd
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
2a1d7bd
- regenerate packaged libtool from RHEL version of libtool so
2a1d7bd
  that rpath's don't get added to plugin DSOs (bug 203813).
2a1d7bd
198019b
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
198019b
- 2.16.0
198019b
- Update reload patch
198019b
55d5723
* Thu Oct 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-5
55d5723
- Require a new enough glib2 to fix upgrade issues (#203813)
55d5723
e13a21f
* Fri Oct  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
e13a21f
- Fix an issue with error reporting (#202549)
e13a21f
- Don't ship static libraries
e13a21f
- Require pkgconfig for the -devel package
e13a21f
20cb32a
* Mon Sep 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
20cb32a
- Make sure that gconfd dies shortly after the session ends
20cb32a
a4b5541
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-2.1
a4b5541
- rebuild
a4b5541
9b58afd
* Tue Jun  6 2006 Adam Jackson <ajackson@redhat.com> 2.14.0-2
9b58afd
- Rebuild.
9b58afd
b302460
* Sun Mar 19 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
b302460
- Update to 2.14.0
b302460
a1bfe62
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> 2.13.5-5
a1bfe62
- Only sync the database once when installing multiple
a1bfe62
  schema files.  Patch by Josselin Mouette <joss@debian.org>.
a1bfe62
  (upstream bug 333353)
a1bfe62
a5b40bd
* Wed Feb 15 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-4
a5b40bd
- Send SIGTERM instead of SIGHUP to gconfd
a5b40bd
a5b40bd
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2.1
3d94375
- rebump for build order issues during double-long bump
3d94375
a5b40bd
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2
f1561fe
- bump again for double-long bug on ppc(64)
f1561fe
a5b40bd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.1
44c41e3
- rebuilt for new gcc4.1 snapshot and glibc changes
44c41e3
9d00e21
* Thu Feb  2 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-3
9d00e21
- Use the correct patch ;-)
9d00e21
c781d41
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-2
c781d41
- Add patch from Mandriva to reload GConf2 every time a schema is
c781d41
  added or removed (solves bug 173869)
c781d41
568847b
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
568847b
- Update to 2.13.5
568847b
832f240
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
832f240
- rebuilt
832f240
cfbd10c
* Wed Dec  7 2005 Dan Williams <dcbw@redhat.com> 2.12.1-2
cfbd10c
- Fix segfault in gconf_unescape_key().  GNOME #323479
cfbd10c
aee34a0
* Thu Nov  3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
aee34a0
- Update to 2.12.1
aee34a0
e75f98b
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
e75f98b
- Update to 2.12.0
e75f98b
afd99fd
* Tue Aug 16 2005 Ray Strode <rstrode@redhat.com> 2.11.90-2
afd99fd
- rebuild
afd99fd
92dedcd
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> 2.11.90-1
92dedcd
- Newer upstream version
92dedcd
603a0d2
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
603a0d2
- Newer upstream version
603a0d2
- Drop upstreamed patch
603a0d2
b1b5dce
* Mon May  9 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
b1b5dce
- Update to upstream evoldap.schema which uses GNOME's OID base
b1b5dce
  rather than Red Hat's OID.
b1b5dce
228672a
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-3
228672a
- Fix undefined symbol in the evoldap backend
228672a
8b15dbb
* Mon Apr 18 2005 Mark McLoughlin <markmc@redhat.com> - 2.10.0-2
8b15dbb
- Add evolution mail accounts backend
8b15dbb
4401409
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
4401409
- Update to 2.10.0
de6c149
bc4d57f
* Mon Feb  7 2005 Mark McLoughlin <markmc@redhat.com> 2.9.91-1
bc4d57f
- Update to 2.9.91
bc4d57f
22aa193
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
d925fe2
- Update to 2.9.2
d925fe2
18e803f
* Wed Jan 19 2005 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
18e803f
- Backport some fixes from upstream CVS
18e803f
fbfd049
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
fbfd049
- Update to 2.8.1
fbfd049
d72ec59
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
d72ec59
- Update to 2.8.0.1
d72ec59
cvsdist 4099e28
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
cvsdist 4099e28
- Update to 2.7.92
cvsdist 4099e28
cvsdist b52e778
* Thu Aug 19 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91.1-1
cvsdist b52e778
- Update to 2.7.91.1
cvsdist b52e778
cvsdist a5bc80f
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
cvsdist a5bc80f
- Update to 2.7.91
cvsdist a5bc80f
cvsdist 7405002
* Tue Aug  3 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
cvsdist 7405002
- Update to 2.7.90
cvsdist 7405002
- Add patch to disable merge files for now
cvsdist 7405002
cvsdist 08d8133
* Fri Jul  2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
cvsdist 08d8133
- Add patch to fix problem when using merged files. Mainly
cvsdist 08d8133
  neccessary only to work will with GConf 2.8.
cvsdist 08d8133
cvsdist 5dae791
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dae791
- rebuilt
cvsdist 5dae791
cvsdist 4c72246
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
cvsdist 4c72246
- Apply patch to move temporary directory creation into daemon,
cvsdist 4c72246
  needed for SELinux GConf policy
cvsdist 4c72246
cvsdist c47e0b7
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
cvsdist c47e0b7
- #110724 BR gtk2-devel gettext
cvsdist c47e0b7
- #106283 add versioned ORBit2 minimum
cvsdist c47e0b7
- #112863 own /etc/gconf/2/
cvsdist c47e0b7
- really kill *.la
cvsdist c47e0b7
cvsdist c47e0b7
* Mon Apr  5 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-3
cvsdist c47e0b7
- Remove the dont-dump-schema-default patch
cvsdist c47e0b7
cvsdist c47e0b7
* Thu Apr  1 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-2
cvsdist c47e0b7
- Backport some fixes from HEAD for lockdown/deployment type stuff 
cvsdist c47e0b7
cvsdist c47e0b7
* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist c47e0b7
- update to 2.6.0
cvsdist c47e0b7
cvsdist d2f2f45
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d2f2f45
- rebuilt
cvsdist d2f2f45
8f98ed8
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
cvsdist d2f2f45
- Update to 2.5.90
cvsdist d2f2f45
cvsdist d2f2f45
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d2f2f45
- rebuilt
cvsdist d2f2f45
cvsdist a431cb8
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
cvsdist a431cb8
- new version
cvsdist a431cb8
cvsdist 6589a60
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 6589a60
- 2.4.0
cvsdist 6589a60
cvsdist 6589a60
* Thu Aug  7 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist 6589a60
- begin the move to GNOME-2.4
cvsdist 6589a60
- locking patch appears to be upstream.  Removing.
cvsdist 6589a60
cvsdist 6589a60
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 2.2.1-3
cvsdist 6589a60
- Fix libtool
cvsdist 6589a60
cvsdist 6589a60
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
cvsdist 6589a60
- automated rebuild
cvsdist 6589a60
cvsdist 6589a60
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
cvsdist 6589a60
- upgrade to 2.2.1
cvsdist 6589a60
cvsdist 6589a60
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6589a60
- rebuilt
cvsdist 6589a60
cvsdist 8d84eef
* Tue Apr  8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
cvsdist 8d84eef
- use system libtool (#88338)
cvsdist 8d84eef
cvsdist eba7b10
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
cvsdist eba7b10
- 2.2.0
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- rebuilt
cvsdist eba7b10
cvsdist eba7b10
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 2.1.90
cvsdist eba7b10
cvsdist eba7b10
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild as libc seems to have changed or something
cvsdist eba7b10
cvsdist eba7b10
* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild
cvsdist eba7b10
- standardize spec file name
cvsdist eba7b10
cvsdist eba7b10
* Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
cvsdist eba7b10
cvsdist eba7b10
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add dialog to offer to delete gconf locks
cvsdist eba7b10
cvsdist eba7b10
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.2.1
cvsdist eba7b10
- include libexecdir stuff
cvsdist eba7b10
cvsdist eba7b10
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- move .pc fle to -devel package
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- fix warning on gnome-panel install
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.2.0
cvsdist eba7b10
- own libdir/GConf/2 directory
cvsdist eba7b10
- include gtk-doc docs
cvsdist eba7b10
- don't include static lib for backend modules
cvsdist eba7b10
cvsdist eba7b10
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.11
cvsdist eba7b10
- remove AUTHORS for rpmlint
cvsdist eba7b10
cvsdist eba7b10
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.10
cvsdist eba7b10
cvsdist eba7b10
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist eba7b10
- 1.1.9
cvsdist eba7b10
cvsdist eba7b10
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.8
cvsdist eba7b10
- remove .la files
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist eba7b10
- Version 1.1.6
cvsdist eba7b10
- Rebuild for dependencies
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Fri Jan  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.93 snap with important bugfix so gconf actually works
cvsdist eba7b10
cvsdist eba7b10
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist eba7b10
cvsdist eba7b10
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.91 snap with gconf.m4 fix for libgnome
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- since every other build seems to avoid libglib-1.3.so.11, 
cvsdist eba7b10
  rebuild and hope
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- cvs snap 1.1.5.90
cvsdist eba7b10
cvsdist eba7b10
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- GConf 1.1.5, glib 1.3.11
cvsdist eba7b10
cvsdist eba7b10
* Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild for glib 1.3.10
cvsdist eba7b10
cvsdist eba7b10
* Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.3
cvsdist eba7b10
cvsdist eba7b10
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- cvs snap, remove bonobo-activation deps
cvsdist eba7b10
cvsdist eba7b10
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- update to new CVS snap, rebuild
cvsdist eba7b10
cvsdist eba7b10
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- create gconf2 rpm based on gconf1, comment out pofiles 
cvsdist eba7b10
- include .pc files
cvsdist eba7b10
cvsdist eba7b10
* Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- fix description/summary
cvsdist eba7b10
cvsdist eba7b10
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Add po files from sources.redhat.com
cvsdist eba7b10
cvsdist eba7b10
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Add po files from sources.redhat.com
cvsdist eba7b10
cvsdist eba7b10
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- upgrade to 1.0.4 release I just made
cvsdist eba7b10
- fixes #51223, syslog spew
cvsdist eba7b10
cvsdist eba7b10
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- move gconf-config to devel RPM
cvsdist eba7b10
cvsdist eba7b10
* Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- how many releases of GConf can I make before it works?
cvsdist eba7b10
cvsdist eba7b10
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Upgrade to 1.0.2 (which contains only bugfixes that 
cvsdist eba7b10
  I reviewed and/or wrote myself)
cvsdist eba7b10
cvsdist eba7b10
* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- create the /etc/gconf/gconf.xml.defaults directory 
cvsdist eba7b10
cvsdist eba7b10
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist eba7b10
- Install the .la files in the devel package.
cvsdist eba7b10
7641921
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eba7b10
- Use %%{_tmppath}
cvsdist eba7b10
- Move the .so files to the devel subpackage
cvsdist eba7b10
- langify
cvsdist eba7b10
- Move changelog to the end, where it should be :)
cvsdist eba7b10
- Don't specify (a bad) doc directory
cvsdist eba7b10
- Don't define name, version and release and use it in the rpm headers later
cvsdist eba7b10
- Remove "Packager:"
cvsdist eba7b10
- s/Copyright/License/
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add --direct option to gconftool to avoid spawning oafd,
cvsdist eba7b10
  then commented out gconftool entirely since it checks
cvsdist eba7b10
  whether gconfd is running and that spawns oafd anyhow.
cvsdist eba7b10
  oafd simply needs to exit when unused.
cvsdist eba7b10
cvsdist eba7b10
* Tue May 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Fix post, pointed out by Bill
cvsdist eba7b10
cvsdist eba7b10
* Mon May 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Upgrade to 1.0.1
cvsdist eba7b10
cvsdist eba7b10
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist eba7b10
- Import to Red Hat build system.
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 11 2000  Eskil Heyn Olsen <deity@eazel.com>
cvsdist eba7b10
cvsdist eba7b10
- Created the .spec file