|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for gconf2-debuginfo-3.2.6-10.2.x86_64.rpm :
* Thu May 19 2016 qzhaoAATTsuse.com- Update to GNOME 3.20 Fate#318572 * Thu Apr 14 2016 mgorseAATTsuse.com- Add gconf2-fdatasync.patch: call fdatasync rather than fsync, and only if not installing (bsc#909045). * Sat Nov 08 2014 Led - fix bashism in macros.gconf2 * Wed Jul 30 2014 fcrozatAATTsuse.com- Update macros.gconf2: ensure schemas file path is absolute (bnc#886600). * Thu May 15 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 05 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 2012 zaitorAATTopensuse.org- Update to version 3.2.5: + Fix an obvious memory error from the last release. * Thu Mar 08 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 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 2012 cooloAATTsuse.com- patch license to follow spdx.org standard * Tue Nov 15 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 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 2011 vuntzAATTopensuse.org- Update to version 3.2.0: + Updated translations. * Tue Sep 20 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 06 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 01 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 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 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 02 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 01 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 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 2011 fcrozatAATTnovell.com- Update to version 2.32.3: + Updated translations. * Mon Apr 04 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 2010 fcrozatAATTnovell.com- Ensure gconf2 macros are using absolute paths when possible * Mon Nov 15 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 2010 vuntzAATTopensuse.org- Update to version 2.32.0: + Make ref() function return the passed object (bgo#629984) + Updated translations. * Tue Aug 31 2010 ajAATTsuse.de- Recommend instead of require lang package since it\'s not mandatory. * Mon Aug 30 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 05 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 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 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 08 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 04 2010 sbrabecAATTsuse.cz- Added support for translation-update-upstream (FATE#301344). * Fri Apr 23 2010 lzwangAATTnovell.com- bnc#598867: Add gconf2-crash.patch to fix crasher with corrupted ~/.gconfd/saved_state ... * Thu Apr 08 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 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 2009 jengelhAATTmedozas.de- Add baselibs.conf as a source * Fri Dec 04 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 2009 dimstarAATTopensuse.org- Update to version 2.28.0: + Updated translations. * Wed Aug 26 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 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 2009 vuntzAATTnovell.com- Update to version 2.26.2: + Avoid assertion failures in gconf_client_lookup callers * Wed May 06 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 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 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 * Thu Feb 26 2009 vuntzAATTnovell.com- Update macros.gconf2 to have faster package upgrades: + do only one gconftool-2 --makefile-install-rule for all the schemas files, instead of multiple calls + compare the old schema with the new one and if they are not different, skip the --makefile-uninstall-rule and - -makefile-install-rule for it + note: this adds a dependency on diffutils for all packages shipping gconf schemas- Remove unneeded BuildRequires: openssl-devel- Remove Requires from devel package: popt-devel- Add a note about why we probably need to keep gconftool-rebuild until 12.2 * Sun Feb 22 2009 vuntzAATTnovell.com- Fix gconf2-schemas-path.patch again to have gconf.xml.defaults before \"include AATTsysgconfdirAATT/2/local-defaults.path\"- Remove the migration logic in pre for distributions <= 10.2: this won\'t be supported for 11.2. * Sat Feb 21 2009 mbomanAATTsuse.de- Update to version 2.25.2: + Correct location of system settings in path configuration- Update gconf2-schemas-path.patch- Merge -doc into -devel since it only contains gtk-doc- Add Obsoletes/Requires for -doc in -devel section- Remove sgml-skel and gtk-doc from BuildRequires- Remove PreReq for mkdir, mb, rm, rmdir, ln and chmod. These would always exist anyway- Remove AutoReqProv since it\'s default- Comment out autoreconf. * Fri Feb 20 2009 vuntzAATTnovell.com- Use \"merged\" for schema-install-source, for better performance. Proposed by Michael Meeks.- Improve loop in gconftool-rebuild to be faster, courtesy of Michael Meeks. * Fri Feb 20 2009 mbomanAATTsuse.de- Update to version 2.25.1: + Missing return in gconftool.c/do_toggle + Fix xml-backend symbol exports on Cygwin + Win32 build fixes + Optimizations in the markup backend + Don\'t hardcode paths in the defaults mechanism + Fix dbus policy for the defaults mechanism + Translation updates- Remove gconf2-bnc468388-dbus-send-dest.patch. Fixed upstream- Remove gconf2-fix-rpmlint.patch. Fixed upstream- Update gconf2-pk-default-path.patch * Thu Feb 19 2009 vuntzAATTnovell.com- Change the gconf path to have gconf.xml.defaults before \"include AATTsysgconfdirAATT/2/local-defaults.path\" so that default settings changed via the PolicyKit helpers are not overriden by other default settings that are manually set. * Tue Jan 27 2009 crrodriguezAATTsuse.de- remove \"la\" files [BNC#357465] * Tue Jan 27 2009 vuntzAATTnovell.com- Add gconf2-bnc468388-dbus-send-dest.patch to add send_destination in the dbus policy. Fix bnc#468388. * Fri Jan 23 2009 vuntzAATTnovell.com- Drop gconf2-predictable-filenames.patch: this was fixed another way upstream. * Sun Jan 11 2009 mbomanAATTsuse.de- Update to version 2.25.0: + Fix various format string warnings + Sync saved state to disk before closing + Add --search-key-regex option to gconftool + Add --toggle option to gconftool + Translation updates * Thu Oct 30 2008 vuntzAATTnovell.com- Add gconf2-pk-default-path.patch to fix the path used by the PolicyKit mechanism. * Tue Sep 23 2008 mawAATTsuse.de- Update to version 2.24.0: + Fix pokit-policy-file-validate check + Updated translations. * Fri Sep 12 2008 jprAATTnovell.com- Create system defaults directory so that the sanity check program will not fail * Tue Aug 26 2008 mawAATTsuse.de- Update to version 2.23.2: + Use the DBus session bus instead of /tmp for the IOR + Install a DBus service for system-wide settings. * Tue Jun 24 2008 mauroAATTsuse.de- Updated requirements for the -devel package in the spec (a package in the requirements changed it name to dbus-1-glib-devel). * Fri Jun 06 2008 mawAATTsuse.de- Update to version 2.23.1: + Stop spamming syslog + Signal handling fixes + use AC_HELP_STRINGS for nice formatting + timeout batching work + Fix a crash when unsetting a key with no writable source + allow overriding $TMPDIR + integration with D-BUS + Updated translations. * Wed Jun 04 2008 sbrabecAATTsuse.cz- Fail smartly if /etc/gconf/schemas contains no schemas (bnc#397009). * Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support * Tue Mar 25 2008 rodrigoAATTsuse.de- Tag patches * Fri Mar 14 2008 mawAATTsuse.de- Update to version 2.22.0: + Fix deprecated openldap calls + Updated translations. * Tue Mar 11 2008 sbrabecAATTsuse.cz- Added /etc/gconf/gconf.xml.vendor for branding and vendor specific settings.- Clean-up orphan /etc/opt/gnome/gconf/schemas on update. * Thu Jan 31 2008 mawAATTsuse.de- Update to version 2.21.90: + Don\'t use deprecated functions. * Wed Jan 23 2008 mawAATTsuse.de- Update to version 2.21.1: + String and documentation fixes- Add gconf2-pkgconfig.patch (temporary). * Wed Jan 23 2008 mawAATTsuse.de- Update to version 2.21.1: + String and documentation fixes- Add gconf2-pkgconfig.patch (temporary). * Fri Nov 23 2007 mawAATTsuse.de- Update to version 2.20.1: + Documentation improvements + Example schemas included in the tarball + Updated translations. * Wed Sep 19 2007 sbrabecAATTsuse.cz- Updated to version 2.20.0: * Build fixes * Compiler warning fixes * Wed Sep 12 2007 sbrabecAATTsuse.cz- Use mv -T to prevent incorrect target path (#245776). * Wed Sep 12 2007 sbrabecAATTsuse.cz- Add support for deprecated /opt/gnome in gconftool-rebuild (#245550). * Mon Aug 06 2007 mawAATTsuse.de- Split off a -lang subpackage- s#%run_ldconfig#/sbin/ldconfig# in %postun. * Fri Jul 13 2007 bkAATTsuse.de- Update to 2.19.1, several fixes for bugzilla.gnome.org bugs: - gconf/gconftool: Add --search-key argument. Bug #406329 - Init GThread, fixes noisy MEMORY-WARNING Bug #432923 - Make --help * output translated. Bug #432925 - Fix strings used for errors about invalid keys. Bug #406251 - Fix build failure with -z defs in LDFLAGS Bug #409221 * Wed Mar 21 2007 mawAATTsuse.de- Update to 2.18.0.1- Bug fixes, including bugzilla.gnome.org 309016, 314343, 341724, 341828, 357206, 385142, 396071, 406251, 414916, 314343. * Fri Feb 16 2007 mawAATTsuse.de- Update to 2.16.0 * Thu Feb 15 2007 sbrabecAATTsuse.cz- Call proper mkdir in %post (#245776). * Wed Feb 14 2007 sbrabecAATTsuse.cz- Create more robust scriptlets (Andreas Hanke, #245074). * Tue Feb 13 2007 sbrabecAATTsuse.cz- Do not build unusable static libraries (#238552#c17). * Sat Jan 06 2007 sbrabecAATTsuse.cz- Improved scriptlets to not break patchrpms. * Fri Dec 29 2006 sbrabecAATTsuse.cz- Fail reasonably if %find_gconf_schemas does not find any schemas. * Mon Dec 11 2006 sbrabecAATTsuse.cz- Prefix changed to /usr.- Spec file cleanup.- Defined new clean scriptlets (#48114). * Fri Jul 21 2006 gekkerAATTsuse.de- Update to version 2.14.0- Remove upstreamed patch Misc - Improved manual page (Christopher Hanna) - Uses the new g_slice API (Benoît Dejean) - Got rid of padding members in private structs (Benoît) - Speed up the installation of multiple schema files (Josselin Mouette, Mark LcLoughlin) Fixes - Only calls closelog() when it has HAVE_SYSLOG_H (Tor Lillqvist) - Fixed a memory leak, bugs #332528 and #334047 (Kjartan Maraas, Matthias Clasen)- Update to version 2.13.5 Features - Save translations in separate file with markup backend\'s \"meged\" mode (Mark McLoughlin) - Switch on \"merged\" mode for the defaults database (Mark McLoughlin) - Make gconf_value_compare() and gconf_entry_equal() public (Jorn Baayen) - Lots of new docs (Dinoop Thomas) Fixes - Remove unused --enable-gconf-source configure option (Mark McLoughlin) - Fix parallel build (Thomas Vander Stichele) - Make gconf_client_remove_dir() clear the dir\'s cache (Vincent Untz) - Win32 build fix - include DLLs in zipfile package (Tor Lillqvist) - Make gconf_value_decode() work with schemas (Nicolas Peninguy) - Fix segault unescaping strings (Dan Williams) - Remove C99 usage (Jens Granseuer) * Tue Apr 18 2006 sbrabecAATTsuse.cz- Include sabayon paths (#167282). * Fri Apr 14 2006 sbrabecAATTsuse.cz- Create separate databases for installed schemas and customization (#166223). * Sun Feb 26 2006 ajAATTsuse.de- Reduce BuildRequires. * Mon Feb 13 2006 danwAATTsuse.de- Fix to use the exact patch from the Red Hat bug (which doesn\'t work in all circumstances, but doesn\'t have potential bad side effects either. Discussion in bnc.) * Mon Feb 13 2006 danwAATTsuse.de- Remove SuSEconfig.gconf2 and patch gconftool-2 to do the killall -HUP itself. (Based on patch from bugzilla.redhat.com 173869.) Re-fixes #118384 without needing an extra SuSEconfig script. * Mon Jan 30 2006 sbrabecAATTsuse.cz- Added SuSEconfig.gconf2 forcing database reload (#118384). * Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires * Mon Jan 23 2006 rmlAATTsuse.de- Add gconf2-fix-bgo-323479-rml.patch (Fixes Novell #144844) * Wed Jan 04 2006 sbrabecAATTsuse.cz- Improved gconftool-rebuild: not wait on update, support standard options, not remove mandatory database. * Wed Dec 14 2005 sbrabecAATTsuse.cz- Added related old version cleanups (feature #2852). * Wed Nov 30 2005 gekkerAATTsuse.de- Update to version 2.12.1 * Tue Sep 06 2005 sbrabecAATTsuse.cz- Updated to version 2.12.0. * Mon Aug 22 2005 gekkerAATTsuse.de- Update to version 2.11.92 * Tue Aug 02 2005 roAATTsuse.de- use gtk2-devel-packages in nfb * Mon Aug 01 2005 gekkerAATTsuse.de- Update to version 2.11.90- Remove upstreamed sentinel patch * Mon Jul 11 2005 sbrabecAATTsuse.cz- Removed unneeded static modules and .la files for modules. * Thu Jun 16 2005 gekkerAATTsuse.de- Fix sentinel patch to work with new glib2. * Tue Jun 07 2005 gekkerAATTsuse.de- Update to version 2.11.1. * Wed Jun 01 2005 sbrabecAATTsuse.cz- Fixed devel requirements (#72282). * Tue Mar 08 2005 gekkerAATTsuse.de- Update to version 2.10.0 (GNOME 2.10). * Thu Feb 10 2005 gekkerAATTsuse.de- Update toversion 2.9.91 * Wed Feb 02 2005 meissnerAATTsuse.de- Added sentinel markups to 2 functions. * Wed Dec 15 2004 gekkerAATTsuse.de- Update to version 2.9.2 * Mon Nov 22 2004 roAATTsuse.de- make specfile rpm3 compliant ... (non numeric if arguments need quoting) * Fri Nov 19 2004 gekkerAATTsuse.de- Update to version 2.8.1 * Fri Oct 29 2004 roAATTsuse.de- locale rename: no -> nb * Tue Oct 12 2004 sbrabecAATTsuse.cz- Fixed libexecdir for bi-arch (#47050). * Tue Aug 17 2004 sbrabecAATTsuse.cz- Fixed gconf database permissions in gconftool-rebuild (#43898). * Thu Aug 05 2004 claheyAATTsuse.de- Added gconf2-predictable-filenames.patch from Federico. * Wed May 05 2004 sbrabecAATTsuse.cz- Updated to version 2.6.1. * Thu Apr 15 2004 sbrabecAATTsuse.cz- Updated to version 2.6.0 (GNOME 2.6). * Tue Mar 30 2004 sbrabecAATTsuse.cz- Fixed typos in gconftool-rebuild.- Support for /usr/local in gconftool-rebuild. * Wed Mar 17 2004 sbrabecAATTsuse.cz- Removed pre-purge one-time action from %post - now integrated to yast2-update (#36196, #33114). * Thu Mar 11 2004 sbrabecAATTsuse.cz- Removed obsolete SuSEconfig.gconf2 (#33114).- Fixed %postun to allow future rename of package.- Added support for one-time rebuild of old schemas in %post. * Fri Jan 09 2004 schwabAATTsuse.de- Fix quoting in autoconf macros. * Thu Nov 20 2003 hhetterAATTsuse.de- don\'t use fillup -i anymore * Thu Nov 13 2003 sbrabecAATTsuse.cz- Implemented \" all \" schemas installation to work around 9.0 %postun lost files (bug #33078) and to remove orphan gconf files (bug #33114).- Install all schemas to all directories and predefined simple gconf2 default path.- Implemented SuSeconfig.gconf2 entries installer (for default panel). * Tue Nov 11 2003 sbrabecAATTsuse.cz- Updated gconf2 path.- Fixed %postun. * Mon Oct 06 2003 sbrabecAATTsuse.cz- Updated to version 2.4.0.1. * Fri Sep 26 2003 sbrabecAATTsuse.cz- Updated to version 2.4.0 (GNOME 2.4). * Mon Sep 08 2003 sbrabecAATTsuse.cz- Updated %postun - remove files generated by SuSEconfig. * Tue Sep 02 2003 mmjAATTsuse.de- Add sysconfig metadata [#28876] * Tue Jul 15 2003 sbrabecAATTsuse.cz- GNOME prefix change to /opt/gnome. * Wed Jul 09 2003 sbrabecAATTsuse.cz- Call libtoolize and autoreconf (required for amd64). * Wed Jun 18 2003 sbrabecAATTsuse.cz- Updated to version 2.2.1.- Fixed directory packaging.- Generate and package docs.- Prefix clash fix.- Fixed fillup. * Mon May 26 2003 cooloAATTsuse.de- run ldconfig in %postun * Mon Apr 14 2003 sbrabecAATTsuse.cz- Require orbit2-devel, not ORBit2-devel for devel package. * Wed Feb 26 2003 sbrabecAATTsuse.cz- FHS fix (bug #24353). * Wed Jan 29 2003 hhetterAATTsuse.de- updated to 2.2.0 release * Wed Jan 22 2003 keAATTsuse.de- Add sysconfig metadata; reported by Ladislav Slezak [# 22643]. * Wed Jan 15 2003 sbrabecAATTsuse.cz- Added expat to neededforbuild. * Wed Jan 15 2003 hhetterAATTsuse.de- updated to version 2.1.90- filelist fix * Mon Sep 02 2002 hhetterAATTsuse.de- allow updating every new schemas files except it is already provided in preconfiguration (Bug Id#18707)- surpress warnings from older schemas files (Bug Id#18570) * Tue Aug 20 2002 hhetterAATTsuse.de- added prereqs * Fri Aug 09 2002 kukukAATTsuse.de- Add openssl to neededforbuild * Thu Aug 08 2002 hhetterAATTsuse.de- run gconf2-initial after the normal schema copying procedure, to ensure schemas are available ( Bug Id# 17437) * Wed Aug 07 2002 hhetterAATTsuse.de- updated to version 1.2.1 * Sat Jul 27 2002 adrianAATTsuse.de- add %run_ldconfig * Wed Jul 10 2002 hhetterAATTsuse.de- provide correct default path for dist <= 7.3- rebuild the database if the gconf2-initial flag is touched- reduce verbosity level- create gconf.xml.mandatory if it does not exist- some cleanups * Wed Jul 10 2002 hhetterAATTsuse.de- fix install path for dist <= 7.3 * Fri Jul 05 2002 hhetterAATTsuse.de- fix default strings * Fri Jul 05 2002 hhetterAATTsuse.de- maintain three default configuration sources (root,user,orig. GNOME) on dist >= 8.0- configuration source switchable via sysconfig * Fri Jun 28 2002 hhetterAATTsuse.de- fix require name=%{ver} for devel package * Thu Jun 20 2002 hhetterAATTsuse.de- create gconf.xml.defaults if it does not exist (needed by a single GNOME2 installation) * Thu Jun 20 2002 hhetterAATTsuse.de- fix gconf path- include schema-install-source to force schema installation location * Fri Jun 14 2002 hhetterAATTsuse.de- correctly set configuration source * Thu Jun 13 2002 hhetterAATTsuse.de- use gconf1 database as gconf2 source to enable upgrades without config loss- supply a correct path-file- set gconf2 configuration source in SuSEconfig script * Wed Jun 12 2002 hhetterAATTsuse.de- updated to version 1.2.0- SuSEconfig.gconf2 ensures correct schema registration in the gconf database * Tue Jun 04 2002 hhetterAATTsuse.de- updated to 1.1.11, source frozen- remove db patch, this backend is not needed * Wed May 22 2002 meissnerAATTsuse.de- moved aclocal m4 file where it belongs. * Tue May 14 2002 roAATTsuse.de- fix filelist * Tue May 14 2002 roAATTsuse.de- use libdir * Tue Apr 09 2002 hhetterAATTsuse.de- build with DB depending on SuSE version- updated to version 1.1.9 [gnome desktop beta3] * Fri Feb 01 2002 hhetterAATTsuse.de- patched to build with db4.0- build the db backend * Thu Jan 31 2002 hhetterAATTsuse.de- updated to version 1.1.6 [gnome desktop alpha2] * Thu Jan 17 2002 hhetterAATTsuse.de- finally move gconftool back into main package, it is needed at runtime * Thu Jan 17 2002 hhetterAATTsuse.de- prefix to /opt/gnome2 * Tue Jan 15 2002 hhetterAATTsuse.de- gconftool now moved into devel package * Mon Jan 14 2002 hhetterAATTsuse.de- remove the link to gconftool-2, will be fixed in the GNOME session scripts, depending on the desktop version being loaded * Fri Jan 11 2002 hhetterAATTsuse.de- added freetype2/-devel to #neededforbuild * Tue Jan 08 2002 hhetterAATTsuse.de- initial SuSE Release for GNOME 2.0 platform- use newer version instead of the broken 1.1.1- install pkconfig files in correct place
|
|
|