736b2c
%define glib2_version 2.44.0
736b2c
736b2c
Name:           dconf
736b2c
Version:        0.40.0
736b2c
Release:        6%{?dist}
736b2c
Summary:        A configuration system
736b2c
736b2c
License:        LGPLv2+ and GPLv2+ and GPLv3+
736b2c
URL:            https://wiki.gnome.org/Projects/dconf
736b2c
Source0:        https://download.gnome.org/sources/dconf/0.40/dconf-%{version}.tar.xz
736b2c
736b2c
Patch1:         dconf-override.patch
736b2c
Patch2:         dconf-0.40.0-permissions.patch
736b2c
736b2c
BuildRequires:  bash-completion
736b2c
BuildRequires:  dbus-devel
736b2c
BuildRequires:  gcc
736b2c
BuildRequires:  glib2-devel >= %{glib2_version}
736b2c
BuildRequires:  gtk-doc
736b2c
BuildRequires:  meson
736b2c
BuildRequires:  systemd
736b2c
BuildRequires:  vala
736b2c
736b2c
Requires:       dbus
736b2c
Requires:       glib2%{?_isa} >= %{glib2_version}
736b2c
736b2c
# gvdb code is intended to be copy-pasted into projects
736b2c
Provides:       bundled(gvdb)
736b2c
736b2c
%description
736b2c
dconf is a low-level configuration system. Its main purpose is to provide a
736b2c
backend to the GSettings API in GLib.
736b2c
736b2c
%package devel
736b2c
Summary: Header files and libraries for dconf development
736b2c
Requires: %{name}%{?_isa} = %{version}-%{release}
736b2c
736b2c
%description devel
736b2c
dconf development package. Contains files needed for doing software
736b2c
development using dconf.
736b2c
736b2c
%prep
736b2c
%autosetup -p1
736b2c
736b2c
%build
736b2c
%meson -Dgtk_doc=true
736b2c
%meson_build
736b2c
736b2c
%install
736b2c
%meson_install
736b2c
736b2c
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile
736b2c
736b2c
cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile/user
736b2c
user-db:user
736b2c
system-db:local
736b2c
system-db:site
736b2c
system-db:distro
736b2c
EOF
736b2c
736b2c
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/local.d/locks
736b2c
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/site.d/locks
736b2c
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/distro.d/locks
736b2c
736b2c
%posttrans
736b2c
%{_bindir}/dconf update
736b2c
736b2c
%post
736b2c
%systemd_user_post dconf.service
736b2c
736b2c
%preun
736b2c
%systemd_user_preun dconf.service
736b2c
736b2c
%postun
736b2c
%systemd_user_postun_with_restart dconf.service
736b2c
736b2c
%files
736b2c
%license COPYING
736b2c
%dir %{_sysconfdir}/dconf
736b2c
%dir %{_sysconfdir}/dconf/db
736b2c
%dir %{_sysconfdir}/dconf/db/local.d
736b2c
%dir %{_sysconfdir}/dconf/db/local.d/locks
736b2c
%dir %{_sysconfdir}/dconf/db/site.d
736b2c
%dir %{_sysconfdir}/dconf/db/site.d/locks
736b2c
%dir %{_sysconfdir}/dconf/db/distro.d
736b2c
%dir %{_sysconfdir}/dconf/db/distro.d/locks
736b2c
%dir %{_sysconfdir}/dconf/profile
736b2c
%config(noreplace) %{_sysconfdir}/dconf/profile/user
736b2c
%{_libdir}/gio/modules/libdconfsettings.so
736b2c
%{_libexecdir}/dconf-service
736b2c
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
736b2c
%{_bindir}/dconf
736b2c
%{_libdir}/libdconf.so.1*
736b2c
%{_datadir}/bash-completion/completions/dconf
736b2c
%{_mandir}/man1/dconf-service.1*
736b2c
%{_mandir}/man1/dconf.1*
736b2c
%{_mandir}/man7/dconf.7*
736b2c
%{_userunitdir}/dconf.service
736b2c
736b2c
%files devel
736b2c
%{_includedir}/dconf
736b2c
%{_libdir}/libdconf.so
736b2c
%{_libdir}/pkgconfig/dconf.pc
736b2c
%dir %{_datadir}/gtk-doc
736b2c
%dir %{_datadir}/gtk-doc/html
736b2c
%{_datadir}/gtk-doc/html/dconf
736b2c
%{_datadir}/vala
736b2c
736b2c
%changelog
736b2c
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-6
736b2c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
736b2c
  Related: rhbz#1991688
736b2c
736b2c
* Tue Jun 22 2021 Marek Kasik <mkasik@redhat.com> - 0.40.0-5
736b2c
- Backport patch for permissions restore
736b2c
- Indicate bundle of GVDB
736b2c
- Resolves: #1974362
736b2c
736b2c
* Mon Apr 19 2021 Kalev Lember <klember@redhat.com> - 0.40.0-4
736b2c
- Use full path for dconf in posttrans script (#1950829)
736b2c
736b2c
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-3
736b2c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
736b2c
736b2c
* Wed Mar 31 2021 Kalev Lember <klember@redhat.com> - 0.40.0-2
736b2c
- Avoid hardcoding man page compression
736b2c
736b2c
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 0.40.0-1
736b2c
- Update to 0.40.0
736b2c
736b2c
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 0.39.1-1
736b2c
- Update to 0.39.1
736b2c
736b2c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
736b2c
736b2c
* Sun Sep 13 2020 Kalev Lember <klember@redhat.com> - 0.38.0-1
736b2c
- Update to 0.38.0
736b2c
736b2c
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
736b2c
736b2c
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 0.36.0-1
736b2c
- Update to 0.36.0
736b2c
736b2c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.35.1-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
736b2c
736b2c
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 0.35.1-1
736b2c
- Update to 0.35.1
736b2c
736b2c
* Tue Sep 10 2019 Kalev Lember <klember@redhat.com> - 0.34.0-1
736b2c
- Update to 0.34.0
736b2c
736b2c
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 0.33.2-1
736b2c
- Update to 0.33.2
736b2c
736b2c
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.1-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
736b2c
736b2c
* Tue Jul 16 2019 Kalev Lember <klember@redhat.com> - 0.33.1-1
736b2c
- Update to 0.33.1
736b2c
736b2c
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 0.32.0-1
736b2c
- Update to 0.32.0
736b2c
736b2c
* Fri Mar 08 2019 Kalev Lember <klember@redhat.com> - 0.31.92-1
736b2c
- Update to 0.31.92
736b2c
736b2c
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 0.31.2-1
736b2c
- Update to 0.31.2
736b2c
736b2c
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.1-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
736b2c
736b2c
* Mon Jan 07 2019 Kalev Lember <klember@redhat.com> - 0.31.1-1
736b2c
- Update to 0.31.1
736b2c
- Update project URLs
736b2c
736b2c
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 0.30.1-1
736b2c
- Update to 0.30.1
736b2c
736b2c
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 0.30.0-1
736b2c
- Update to 0.30.0
736b2c
736b2c
* Tue Aug 21 2018 Owen Taylor <otaylor@redhat.com> - 0.28.0-3
736b2c
- Add a patch to enable DCONF_USER_CONFIG_DIR environment variable
736b2c
736b2c
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
736b2c
736b2c
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 0.28.0-1
736b2c
- Update to 0.28.0
736b2c
736b2c
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 0.27.1-1
736b2c
- Update to 0.27.1
736b2c
- Switch to the meson build system
736b2c
- Don't set group tags
736b2c
- Remove obsolete rpm scriptlets
736b2c
- Fix gtk-doc directory ownership
736b2c
- Tighten soname glob
736b2c
736b2c
* Mon Feb 19 2018 Ray Strode <rstrode@redhat.com> - 0.26.1-3
736b2c
- Add systemd dbs for distro, site, and machine local dconf databases
736b2c
  Resolves: #1546644
736b2c
736b2c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.1-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
736b2c
736b2c
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 0.26.1-1
736b2c
- Update to 0.26.1
736b2c
736b2c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-5
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
736b2c
736b2c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-4
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
736b2c
736b2c
* Tue Mar 21 2017 Colin Walters <walters@verbum.org> - 0.26.0-3
736b2c
- Backport patch to work around gtype threading
736b2c
736b2c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
736b2c
736b2c
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 0.26.0-1
736b2c
- Update to 0.26.0
736b2c
736b2c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.1-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
736b2c
736b2c
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 0.25.1-1
736b2c
- Update to 0.25.1
736b2c
736b2c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
736b2c
736b2c
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.24.0-1
736b2c
- Update to 0.24.0
736b2c
736b2c
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.2-1
736b2c
- Update to 0.23.2
736b2c
736b2c
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.1-1
736b2c
- Update to 0.23.1
736b2c
- This drops the -editor subpackage which now lives in a separate
736b2c
  dconf-editor SRPM.
736b2c
- Use the %%license macro for the COPYING file
736b2c
736b2c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.22.0-2
736b2c
- Rebuilt for Fedora 23 Change
736b2c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
736b2c
736b2c
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
736b2c
- Update to 0.22.0
736b2c
736b2c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
736b2c
736b2c
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.21.0-1
736b2c
- Update to 0.21.0
736b2c
736b2c
* Fri Jul 11 2014 Parag <paragn AT fedoraproject DOT org> - 0.20.0-4
736b2c
- Fix the directory ownership (rh#1056020)
736b2c
736b2c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.0-3
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
736b2c
736b2c
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 0.20.0-2
736b2c
- Specify minimum glib version
736b2c
736b2c
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 0.20.0-1
736b2c
- Update to 0.20.0
736b2c
736b2c
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 0.19.92-1
736b2c
- Update to 0.19.92
736b2c
736b2c
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 0.19.91-1
736b2c
- Update to 0.19.91
736b2c
736b2c
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 0.19.90-1
736b2c
- Update to 0.19.90
736b2c
736b2c
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 0.19.3-1
736b2c
- Update to 0.19.3
736b2c
736b2c
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 0.19.2-1
736b2c
- Update to 0.19.2
736b2c
736b2c
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-2
736b2c
- Add missing glib-compile-schemas scriptlets to the -editor subpackage
736b2c
736b2c
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
736b2c
- Update to 0.18.0
736b2c
736b2c
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.17.1-1
736b2c
- Update to 0.17.1
736b2c
736b2c
* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.17.0-3
736b2c
- Fix bogus date in %%changelog
736b2c
- Compilation should be more verbose, add V=1
736b2c
- Upstream does not install dconf-editor ui files
736b2c
736b2c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
736b2c
736b2c
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 0.17.0-1
736b2c
- Update to 0.17.0
736b2c
736b2c
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 0.16.0-2
736b2c
- Move the editor schema to the right subpackage
736b2c
736b2c
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
736b2c
- Update to 0.16.0
736b2c
736b2c
* Mon Feb 11 2013 Kalev Lember <kalevlember@gmail.com> - 0.15.3-1
736b2c
- Update to 0.15.3
736b2c
- Install the HighContrast icons and update the icon cache scriptlets to take
736b2c
  this into account
736b2c
736b2c
* Sat Dec 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.15.2-2
736b2c
- -devel: drop Requires: glib2-devel, already gets pulled in via pkgconfig deps
736b2c
- -editor: add icon scriptlets
736b2c
- tighten subpkg deps via %%{_isa}
736b2c
736b2c
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 0.15.2-1
736b2c
- Update to 0.15.2
736b2c
736b2c
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 0.15.0-3
736b2c
- Move some of the rpm scriptlets back to %%posttrans
736b2c
  (glib-compile-schemas, icon cache)
736b2c
736b2c
* Thu Nov  8 2012 Marek Kasik <mkasik@redhat.com> - 0.15.0-2
736b2c
- Move dconf-editor's man page to the dconf-editor sub-package
736b2c
736b2c
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.15.0-1
736b2c
- Update to 0.15.0
736b2c
- Remove upstreamed patch
736b2c
736b2c
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
736b2c
- Move %%posttrans commands to %%post (rpmlint related)
736b2c
736b2c
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-3
736b2c
- Update License field
736b2c
- Update Source URL
736b2c
- Add link of corresponding bug for the memory leak patch
736b2c
736b2c
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-2.1
736b2c
- Merge spec-file fixes from f18 branch
736b2c
736b2c
* Sun Oct 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
736b2c
- Fix a memory leak
736b2c
- Update to 0.14.0
736b2c
736b2c
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.4-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
736b2c
736b2c
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.13.4-1
736b2c
- Update to 0.13.4
736b2c
736b2c
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-2
736b2c
- Add missing file to file list.
736b2c
736b2c
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-1
736b2c
- Update to 0.13.0
736b2c
736b2c
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.1-1
736b2c
- Update to 0.12.1
736b2c
736b2c
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
736b2c
- Update to 0.12.0
736b2c
736b2c
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 0.11.7-1
736b2c
- Update to 0.11.7
736b2c
736b2c
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.6-1
736b2c
- Update to 0.11.6
736b2c
736b2c
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.5-1
736b2c
- Update to 0.11.5
736b2c
736b2c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
736b2c
736b2c
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
736b2c
- Update to 0.11.2
736b2c
736b2c
* Fri Nov  4 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-2
736b2c
- Fix a typo (#710700)
736b2c
736b2c
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
736b2c
- Update to 0.11.0
736b2c
736b2c
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 0.10.0-1
736b2c
- Update to 0.10.0
736b2c
736b2c
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.1-1
736b2c
- Update to 0.9.1
736b2c
736b2c
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
736b2c
- Update to 0.9.0
736b2c
736b2c
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.5-1
736b2c
- Update to 0.7.5
736b2c
736b2c
* Fri May  6 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.4-1
736b2c
- Update to 0.7.4
736b2c
736b2c
* Wed Apr  6 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.3-2
736b2c
- Fix a crash in dconf-editor
736b2c
736b2c
* Tue Mar 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
736b2c
- Update to 0.7.3
736b2c
736b2c
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-3
736b2c
- Rebuild for newer gtk
736b2c
736b2c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
736b2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
736b2c
736b2c
* Sat Feb  5 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
736b2c
- Update to 0.7.2
736b2c
736b2c
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
736b2c
- Update to 0.7.1
736b2c
736b2c
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.7-1
736b2c
- Update to 0.7
736b2c
736b2c
* Wed Sep 29 2010 jkeating - 0.5.1-2
736b2c
- Rebuilt for gcc bug 634757
736b2c
736b2c
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
736b2c
- Update to 0.5.1
736b2c
736b2c
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-2
736b2c
- Fix up shared library symlinks (#621733)
736b2c
736b2c
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-1
736b2c
- Update to 0.5
736b2c
736b2c
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1
736b2c
- Update to 0.4.2
736b2c
736b2c
* Wed Jun 30 2010 Colin Walters <walters@verbum.org> - 0.4.1-2
736b2c
- Changes to support snapshot builds
736b2c
736b2c
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 0.4.1-1
736b2c
- Update to 0.4.1
736b2c
- Include dconf-editor (in a subpackage)
736b2c
736b2c
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> 0.4-2
736b2c
- Rebuild against glib 2.25.9
736b2c
736b2c
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
736b2c
- Update to 0.4
736b2c
736b2c
* Tue Jun 08 2010 Richard Hughes <rhughes@redhat.com> 0.3.2-0.1.20100608
736b2c
- Update to a git snapshot so that users do not get a segfault in every
736b2c
  application using GSettings.
736b2c
736b2c
* Wed Jun 02 2010 Bastien Nocera <bnocera@redhat.com> 0.3.1-2
736b2c
- Rebuild against latest glib2
736b2c
736b2c
* Mon May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
736b2c
- Update to 0.3.1
736b2c
- Add a -devel subpackage
736b2c
736b2c
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 0.3-3
736b2c
- Make batched writes (e.g. with delayed settings) work
736b2c
736b2c
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 0.3-2
736b2c
- Make the registration of the backend work
736b2c
736b2c
* Wed May 19 2010 Matthias Clasen <mclasen@redhat.com> 0.3-1
736b2c
- Initial packaging