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