Changelog for
gconf2-devel-3.2.6-5.1.x86_64.rpm :
Wed Jul 30 14:00:00 2014 fcrozatAATTsuse.com
- Update macros.gconf2: ensure schemas file path is absolute
(bnc#886600).
Thu May 15 14:00:00 2014 dliangAATTsuse.com
- Add gconf2-pass-warning-to-caller.patch (bnc#872110)
dbus: Don\'t spew to console when unable to connect to dbus
daemon instead pass the error up for the caller to decide what
to do. This prevent untrappable warning messages from showing
up at the console if gconftool --makefile-install-rule is called
Backport from upstream. (Ray Strode, commit#b0895e)
Tue Feb 5 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 3.2.6:
+ gsettings-schema-convert: Fix conversion of empty lists.
+ Fix shutdown of gconfd (bgo#671490).
+ Removed unused gconf_get_lock_dir function (bgo#646663).
+ Use XDG config dir for settings storage (bgo#674803).
+ Fix early bailout on OS X (bgo#685509).
+ Fix a use-after-free (bgo#667167).
+ Remove obsolete debian/ dir (bgo#682963).
+ Remove gconf-sanity-check (bgo#646674).
+ Other bugs fixed: bgo#686634, bgo#653809.
+ Updated translations.
- Rebase gconf2-schemas-path.patch.
- Obsolete gconf-sanity-check subpackage, as the sanity check
binary was removed by upstream.
Sun Mar 11 13:00:00 2012 zaitorAATTopensuse.org
- Update to version 3.2.5:
+ Fix an obvious memory error from the last release.
Thu Mar 8 13:00:00 2012 zaitorAATTopensuse.org
- Update to version 3.2.4:
+ Don\'t migrate vendor settings to the user\'s dconf database
(bgo#671581).
+ Store daemon data in XDG_RUNTIME_DIR (bgo#652289).
+ Don\'t crash during sync if gconfd shutting down (bgo#670033).
+ D-Bus backend: Add GCONF_DEFAULT_SOURCE_PATH support
(bgo#664031).
+ Don\'t attempt to migrate settings with non-existent schemas.
+ Update the GIO cache after \'make uninstall\' (fixes \'make
distcheck\').
- Drop gconf2-fix-crash-sync-dbus.patch, fixed upstream.
Mon Feb 27 13:00:00 2012 fcrozatAATTsuse.com
- Add gconf2-fix-crash-sync-shutdown.patch: fix crash during
syncing is done if gconfd is shutting down (bgo#670033).
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Tue Nov 15 13:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.2.3:
+ Fix assert introduced in 3.2.2 (bgo#662991).
- Changes from version 3.2.2:
+ Avoid crash when there is no reply to messages in
gconf_engine_notify_remove (bgo#661372).
+ Clean-up ORBit vs DBus logic.
- Changes from version 3.2.1:
+ Fix \"Configuration server couldn\'t be contacted\" errors
(bgo#659835).
+ Build fix for -Werror=format-security.
+ Updated translations.
- Drop gconf2-no-wrong-drop-db.patch: fixed upstream.
Thu Oct 20 14:00:00 2011 vuntzAATTopensuse.org
- Add gconf2-no-wrong-drop-db.patch: partial fix gconf server not
correctly answering to clients after a while, because it believes
it can drop databases while they\'re being used. This is only a
partial fix, as there\'s another patch to fix a similar issue on
SIGHUP. It\'s safer to take just this part, as it\'s not intrusive
at all while the other one can be risky without more testing.
Mon Sep 26 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.2.0:
+ Updated translations.
Tue Sep 20 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.1.92:
+ bgo#655954: allow setting gconf values to the schema defaults
+ Updated translations.
- Drop gconf2-fix-default-mandatory.patch: fixed upstream.
Tue Sep 6 14:00:00 2011 vuntzAATTopensuse.org
- Add gconf2-fix-default-mandatory.patch: fix setting default or
mandatory values for key, after dbus migration. Fix bnc#705409.
Patch by Joey Zheng
.
Thu Sep 1 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.1.90:
+ bgo#656262: Support for conversion files from user specified
and XDG data directories
+ Updated translations.
- Changes from version 3.1.6:
+ Fixes on the distcheck fixes
+ bgo#655656: Use \"o\" for the D-BUS object path rather than \"s\"
(this changes the internal D-BUS API but for now we have a
compatability bit that should avoid too much pain.)
- Drop pkgconfig(ORBit-2.0) BuildRequires: we do not build with the
orbit backend.
- Drop explicit Requires from devel packages that will
automatically be added the pkg-config way: dbus-1-glib-devel,
glib2-devel, orbit2-devel.
Mon Aug 15 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 3.1.5:
+ gsettings-convert: convert to unsigned int correctly
+ Distcheck fixes
+ bgo#656248: Handle messages that don\'t have interface set
+ bgo#654801: Export pkg-config file and C include details in GIR
file
+ Updated translations.
- Add pkgconfig(ORBit-2.0) BuildRequires.
Mon Jul 25 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.1.4:
+ gsettings-data-convert: Call g_type_init()
+ ensure_database: don\'t free the reply til we\'ve finished with
its args
+ build: Filter out generated corba code when building .gir
+ Updated translations.
Sat Jul 2 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 3.1.3:
+ This is version 2.32.5, re-released with the right version.
- Pass --disable-orbit to configure to not depend on ORBit2, and
use dbus as IPC. Remove orbit2-devel BuildRequires.
- Change --with-gtk=2.0 configure option to --with-gtk=3.0, and
change gtk2-devel BuildRequires to gtk3-devel.
Fri Jul 1 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 2.32.5:
+ Add optional and disabled by default port to DBus.
+ Use the cache when looking for keys we know we don\'t have
locally.
+ Updated translations.
Thu Jun 16 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 2.32.4:
+ Fix distcheck.
+ Remove glib and gtk+ deprecations from the example app.
+ Updated translations.
Wed Apr 27 14:00:00 2011 fcrozatAATTnovell.com
- Update to version 2.32.3:
+ Updated translations.
Mon Apr 4 14:00:00 2011 fcrozatAATTnovell.com
- Update to version 2.32.2:
+ bgo#644662: default GConf path includes hard-coded reference to
/etc/gconf.
+ bgo#638679: Please make gsettings-data-convert.desktop
translatable.
+ Updated translations.
- Rebase patch gconf2-schemas-path.patch.
Mon Nov 29 13:00:00 2010 fcrozatAATTnovell.com
- Ensure gconf2 macros are using absolute paths when possible
Mon Nov 15 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 2.32.1:
+ Allow building against GTK+ 3
+ Make gsettings-data-convert deal better with enums and flags
+ bgo#631250: Remove an obsolete error message
+ Updated translations.
- Pass --with-gtk=2.0 to configure.
Mon Sep 27 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.32.0:
+ Make ref() function return the passed object (bgo#629984)
+ Updated translations.
Tue Aug 31 14:00:00 2010 ajAATTsuse.de
- Recommend instead of require lang package since it\'s not mandatory.
Mon Aug 30 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 2.31.91:
+ libgconf-2 was ported to the DBus bindings in gio, and no
longer links to libdbus.
Thu Aug 5 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.31.7:
+ gsettings-data-convert: Realloc the correct amount of memory
+ Update GSettings backend to follow API changes
+ Build fix
+ Updated translations.
Fri Jul 23 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.31.6:
+ Features and fixes in gsettings-schema-convert:
- always add gettext domain
- convert 0/1 to false/true
- convert underscores to dashes
- convert to xml by default
- fix crash when lxml is missing
- don\'t crash on unknown types
- accept GConf schemas without defaults
- fix --help error
Thu Jul 22 14:00:00 2010 vuntzAATTopensuse.org
- Add gobject-introspection-devel BuildRequires to get
introspection support.
- Call %suse_update_desktop_file for
gsettings-data-convert.desktop.
- Create an empty %{_datadir}/GConf/gsettings that is needed for
gsettings-data-convert users.
- Move gsettings-schema-convert to devel subpackage.
- Move macros.gconf2 to devel subpackage.
- Fix documentation in macros.gconf2 when more than one -f needed
to be passed to %files.
- Do not use ln in the gconf2 macros before comparing two files: if
the file gets updated, then the linked file will also be updated
so we won\'t notice a difference... Just use a cp instead of
trying to be clever.
- Move the schemas from %{_datadir}/gconf/schemas to
%{_datadir}/GConf/schemas because we upstream now has a
%{_datadir}/GConf directory. The gconf2 macros are also updated
to handle this migration, since each package containing a gconf
schema is potentially affected. Also update gconftool-rebuild for
this.
Thu Jul 8 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 2.31.5:
+ Add gsettings-schema-convert (used to be part of GLib)
+ Make the :path in groups optional again
- Changes from version 2.31.4:
+ Allow external orbit-idl-2 compiler for cross-compiling
+ Implement fsync replacement on win32
+ Make gsettings_backend_write consume the variant
+ Fix build with GLib >= 2.25.9
- Changes from version 2.31.3:
+ Install an autostart file for gsettings-data-convert
+ Expose the location of the default path file in the pc file
+ Update GSettings backend to follow API changes
+ Respect $datadir
+ Fix annotations for gconf_client_notify_add
+ Support silent build
+ Don\'t print an error on the first run of gsettings-data-convert
- Changes from version 2.31.2:
+ Handle prefix when installing instrospection data
+ Use /usr/share/GConf/gsettings in gsettings-data-convert
+ Don\'t segfault if saved_state has blank lines in it
+ Treat nonexisting keys as writable in the settings backend
+ Warn if key is a path in gsettings-data-convert
- Changes from version 2.31.1:
+ Add a GSettings backend. This is meant as a tool to ease the
transition from GConf to GSettings/DConf, not as a permanent
solution. To use this backend with GSettings, set
GSETTINGS_BACKEND=gconf in your environment. Note that you
still need to convert your GConf schema to a GSettings schema
and install it
+ Add a utility to migrate existing user settings from GConf to
GSettings. For details, see gsettings-data-convert(1)
+ Add boxed types for GConfEntry and GConfValue
+ Add introspection support
+ Plug a memory leak when ignoring default values
- Drop gconf2-crash.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh.
Fri Jun 4 14:00:00 2010 sbrabecAATTsuse.cz
- Added support for translation-update-upstream (FATE#301344).
Fri Apr 23 14:00:00 2010 lzwangAATTnovell.com
- bnc#598867: Add gconf2-crash.patch to fix crasher with corrupted
~/.gconfd/saved_state ...
Thu Apr 8 14:00:00 2010 vuntzAATTopensuse.org
- Provide a %gconf_schemas_requires macro that is similar to
%gconf_schemas_prereq, but doesn\'t use the deprecated PreReq.
- We keep the old macro to enable a slow migration.
Tue Mar 30 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.28.1:
+ Make the defaults mechanism find the right polkit action
+ Remove (worse than) useless signal handlers for SEGV, FPE, etc.
in gconfd
+ Avoid a crash when gconftool-2 can\'t read the db
+ Make gconf compile with -DGSEAL_ENABLE
+ Updated translations.
- Remove enAATTshaw translations on 11.2 and earlier.
Thu Dec 17 13:00:00 2009 jengelhAATTmedozas.de
- Add baselibs.conf as a source
Fri Dec 4 13:00:00 2009 vuntzAATTopensuse.org
- Add gconf-sanity-check and gconf-polkit subpackages, to optimize
dependencies of the main package.
- Fix self-obsoletion of gconf2-doc.
Tue Sep 22 14:00:00 2009 dimstarAATTopensuse.org
- Update to version 2.28.0:
+ Updated translations.
Wed Aug 26 14:00:00 2009 dimstarAATTopensuse.org
- Update to version 2.27.0:
+ Make gconf_value_encode/decode public api
+ Add SetSystemValue and SetMandatoryValue functions to the
defaults service for future use in gconf-editor
+ Allow overriding the default config path
+ Port defaults menchanism to PolicyKit 1.0
+ Updated translations.
- Drop gconf2-polkit.patch.
Tue Aug 11 14:00:00 2009 dominique-obsAATTleuenberger.net
- Add gconf2-polkit.patch to build against polkit1.
- Add gnome-common and call to gnome-autogen.sh.
- Adjust gconf2-pk-default-path.patch because of
gconf2-polkit.patch.
- Replace PolicyKit-devel with polkit-devel BuildRequires.
Sun May 17 14:00:00 2009 vuntzAATTnovell.com
- Update to version 2.26.2:
+ Avoid assertion failures in gconf_client_lookup callers
Wed May 6 14:00:00 2009 vuntzAATTnovell.com
- Update to version 2.26.1:
+ Tracing improvements
+ Track fully-cached directories in the client
+ Improve performance of the markup backend
+ Make openldap support optional
+ Fix errno usage
+ Updated translations.
- Update gconf2-sabayon.patch to apply without fuzz.
Tue Apr 28 14:00:00 2009 vuntzAATTnovell.com
- Change the rpm gconf macros to move the .schemas files of
packages built with those macros from /etc/gconf/macros to
/usr/share/gconf/macros.
This implements fate#305318.
Tue Mar 17 13:00:00 2009 mbomanAATTsuse.de
- Update to version 2.26.0:
+ Correct url to gconf website
+ Plug memory leak in error path
+ Remove deprecated GTK+ api
+ Translation updates
- Remove PreReq
- Remove AutoReqProv, it\'s default