Hello community, here is the log from the commit of package gconfmm checked in at Sat Sep 1 12:55:21 CEST 2007. -------- --- GNOME/gconfmm/gconfmm.changes 2007-01-16 17:11:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/gconfmm/gconfmm.changes 2007-08-31 19:32:54.248392000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 31 19:32:35 CEST 2007 - maw@suse.de + +- Update to version 2.18.0: + + Cosmetic version bump. + +------------------------------------------------------------------- Old: ---- gconfmm-2.16.0.tar.bz2 New: ---- gconfmm-2.18.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gconfmm.spec ++++++ --- /var/tmp/diff_new_pack.uBA501/_old 2007-09-01 12:53:27.000000000 +0200 +++ /var/tmp/diff_new_pack.uBA501/_new 2007-09-01 12:53:27.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gconfmm (Version 2.16.0) +# spec file for package gconfmm (Version 2.18.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,11 +12,11 @@ Name: gconfmm BuildRequires: gcc-c++ gconf2-devel gtkmm2-devel update-desktop-files -Version: 2.16.0 -Release: 31 +Version: 2.18.0 +Release: 1 URL: http://www.gtkmm.org/ Group: System/GUI/GNOME -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: LGPL v2 or later Summary: C++ Interface for GConf (Part of the GNOME Project) Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2 Autoreqprov: on @@ -86,7 +86,10 @@ %{_libdir}/gconfmm-2.6/include %{_libdir}/gconfmm-2.6/proc/m4 -%changelog -n gconfmm +%changelog +* Fri Aug 31 2007 - maw@suse.de +- Update to version 2.18.0: + + Cosmetic version bump. * Tue Jan 16 2007 - sbrabec@suse.cz - Prefix changed to /usr. - Spec file cleanup. ++++++ gconfmm-2.16.0.tar.bz2 -> gconfmm-2.18.0.tar.bz2 ++++++ ++++ 12659 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/ChangeLog new/gconfmm-2.18.0/ChangeLog --- old/gconfmm-2.16.0/ChangeLog 2006-08-18 18:29:11.000000000 +0200 +++ new/gconfmm-2.18.0/ChangeLog 2007-03-10 00:17:06.000000000 +0100 @@ -1,3 +1,9 @@ +2.18.0: + +2007-03-09 Murray Cumming <murrayc@murrayc.com> + + * Increased version for the GNOME 2.18 release. + 2.16.0: 2.14.2: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/configure.in new/gconfmm-2.18.0/configure.in --- old/gconfmm-2.16.0/configure.in 2006-08-18 18:28:48.000000000 +0200 +++ new/gconfmm-2.18.0/configure.in 2007-03-10 00:17:13.000000000 +0100 @@ -17,7 +17,7 @@ # Version and initialization ######################################################################### GCONFMM_MAJOR_VERSION=2 -GCONFMM_MINOR_VERSION=16 +GCONFMM_MINOR_VERSION=18 GCONFMM_MICRO_VERSION=0 # diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/docs/reference/Doxyfile new/gconfmm-2.18.0/docs/reference/Doxyfile --- old/gconfmm-2.16.0/docs/reference/Doxyfile 2006-08-18 18:29:53.000000000 +0200 +++ new/gconfmm-2.18.0/docs/reference/Doxyfile 2007-03-10 00:17:49.000000000 +0100 @@ -4,7 +4,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = gconfmm -PROJECT_NUMBER = 2.16.0 +PROJECT_NUMBER = 2.18.0 OUTPUT_DIRECTORY = OUTPUT_LANGUAGE = English EXTRACT_ALL = YES @@ -51,7 +51,7 @@ #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /home/murrayc/cvs/gnome216/gnomemm/gconfmm/gconf/gconfmm/ +INPUT = /home/murrayc/svn/gnome218/gconfmm/gconf/gconfmm/ FILE_PATTERNS = *.h RECURSIVE = NO EXCLUDE = diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm/callback.cc new/gconfmm-2.18.0/gconf/gconfmm/callback.cc --- old/gconfmm-2.16.0/gconf/gconfmm/callback.cc 2003-01-29 00:17:29.000000000 +0100 +++ new/gconfmm-2.18.0/gconf/gconfmm/callback.cc 2007-03-10 00:10:46.000000000 +0100 @@ -1,4 +1,4 @@ -// $Id: callback.cc,v 1.3 2003/01/28 23:17:29 murrayc Exp $ +// $Id: callback.cc 398 2003-01-28 23:17:29Z murrayc $ /* callback.cc * diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm/callback.h new/gconfmm-2.18.0/gconf/gconfmm/callback.h --- old/gconfmm-2.16.0/gconf/gconfmm/callback.h 2004-02-13 18:26:17.000000000 +0100 +++ new/gconfmm-2.18.0/gconf/gconfmm/callback.h 2007-03-10 00:10:46.000000000 +0100 @@ -1,4 +1,4 @@ -// $Id: callback.h,v 1.4 2004/02/13 17:26:17 murrayc Exp $ -*- c++ -*- +// $Id: callback.h 589 2004-02-13 17:26:18Z murrayc $ -*- c++ -*- /* callback.h * diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm/client.cc new/gconfmm-2.18.0/gconf/gconfmm/client.cc --- old/gconfmm-2.16.0/gconf/gconfmm/client.cc 2006-05-18 21:15:06.000000000 +0200 +++ new/gconfmm-2.18.0/gconf/gconfmm/client.cc 2007-03-10 00:11:29.000000000 +0100 @@ -298,6 +298,7 @@ namespace { + static void Client_signal_value_changed_callback(GConfClient* self, const gchar* p0,GConfValue* p1,void* data) { using namespace Gnome::Conf; @@ -397,6 +398,7 @@ (GCallback) &Client_signal_error_callback }; + } // anonymous namespace // static @@ -495,14 +497,18 @@ #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED + +#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED klass->value_changed = &value_changed_callback; klass->unreturned_error = &unreturned_error_callback; klass->error = &error_callback; +#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED } #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED +#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED void Client_Class::value_changed_callback(GConfClient* self, const gchar* p0, GConfValue* p1) { CppObjectType *const obj = dynamic_cast<CppObjectType*>( @@ -542,7 +548,6 @@ (*base->value_changed)(self, p0, p1); } } - void Client_Class::unreturned_error_callback(GConfClient* self, GError* p0) { CppObjectType *const obj = dynamic_cast<CppObjectType*>( @@ -581,7 +586,6 @@ (*base->unreturned_error)(self, p0); } } - void Client_Class::error_callback(GConfClient* self, GError* p0) { CppObjectType *const obj = dynamic_cast<CppObjectType*>( @@ -620,6 +624,7 @@ (*base->error)(self, p0); } } +#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED Glib::ObjectBase* Client_Class::wrap_new(GObject* object) @@ -1241,17 +1246,20 @@ return Glib::SignalProxy2< void,const Glib::ustring&,const Value& >(this, &Client_signal_value_changed_info); } + Glib::SignalProxy1< void,const Glib::Error& > Client::signal_unreturned_error() { return Glib::SignalProxy1< void,const Glib::Error& >(this, &Client_signal_unreturned_error_info); } + Glib::SignalProxy1< void,const Glib::Error& > Client::signal_error() { return Glib::SignalProxy1< void,const Glib::Error& >(this, &Client_signal_error_info); } +#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED void Gnome::Conf::Client::on_value_changed(const Glib::ustring& key, const Value& value) { BaseClassType *const base = static_cast<BaseClassType*>( @@ -1261,7 +1269,6 @@ if(base && base->value_changed) (*base->value_changed)(gobj(),key.c_str(),const_cast<GConfValue*>(value.gobj())); } - void Gnome::Conf::Client::on_unreturned_error(const Glib::Error& error) { BaseClassType *const base = static_cast<BaseClassType*>( @@ -1271,7 +1278,6 @@ if(base && base->unreturned_error) (*base->unreturned_error)(gobj(),const_cast<GError*>(error.gobj())); } - void Gnome::Conf::Client::on_error(const Glib::Error& error) { BaseClassType *const base = static_cast<BaseClassType*>( @@ -1281,7 +1287,7 @@ if(base && base->error) (*base->error)(gobj(),const_cast<GError*>(error.gobj())); } - +#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm/client.h new/gconfmm-2.18.0/gconf/gconfmm/client.h --- old/gconfmm-2.16.0/gconf/gconfmm/client.h 2006-05-18 21:15:06.000000000 +0200 +++ new/gconfmm-2.18.0/gconf/gconfmm/client.h 2007-03-10 00:11:29.000000000 +0100 @@ -813,6 +813,10 @@ * This signal will only be called for directories added with add_dir(). */ +/** + * @par Prototype: + * <tt>void %value_changed(const Glib::ustring& key, const Value& value)</tt> + */ Glib::SignalProxy2< void,const Glib::ustring&,const Value& > signal_value_changed(); @@ -823,6 +827,10 @@ // unreturned_error will never be called, as gconfmm // catches all GError's and throw()s them as Gnome::Conf::Error's. +/** + * @par Prototype: + * <tt>void %unreturned_error(const Glib::Error& error)</tt> + */ Glib::SignalProxy1< void,const Glib::Error& > signal_unreturned_error(); @@ -834,6 +842,10 @@ * This signal will be emitted when an error occurs, right before the throw() of the error. */ +/** + * @par Prototype: + * <tt>void %error(const Glib::Error& error)</tt> + */ Glib::SignalProxy1< void,const Glib::Error& > signal_error(); @@ -859,9 +871,11 @@ #endif //GLIBMM_VFUNCS_ENABLED //Default Signal Handlers:: +#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED virtual void on_value_changed(const Glib::ustring& key, const Value& value); virtual void on_unreturned_error(const Glib::Error& error); virtual void on_error(const Glib::Error& error); +#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED }; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm/private/client_p.h new/gconfmm-2.18.0/gconf/gconfmm/private/client_p.h --- old/gconfmm-2.16.0/gconf/gconfmm/private/client_p.h 2006-05-18 21:15:06.000000000 +0200 +++ new/gconfmm-2.18.0/gconf/gconfmm/private/client_p.h 2007-03-10 00:11:29.000000000 +0100 @@ -33,12 +33,14 @@ protected: +#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED //Callbacks (default signal handlers): //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any. //You could prevent the original default signal handlers being called by overriding the *_impl method. static void value_changed_callback(GConfClient* self, const gchar* p0, GConfValue* p1); static void unreturned_error_callback(GConfClient* self, GError* p0); static void error_callback(GConfClient* self, GError* p0); +#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED //Callbacks (virtual functions): #ifdef GLIBMM_VFUNCS_ENABLED diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/gconf/gconfmm.h new/gconfmm-2.18.0/gconf/gconfmm.h --- old/gconfmm-2.16.0/gconf/gconfmm.h 2002-02-17 22:04:47.000000000 +0100 +++ new/gconfmm-2.18.0/gconf/gconfmm.h 2007-03-10 00:10:46.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: gconfmm.h,v 1.3 2002/02/17 21:04:47 murrayc Exp $ */ +/* $Id: gconfmm.h 145 2002-02-17 21:04:48Z murrayc $ */ /* gconfmm - a C++ wrapper for GConf * * Copyright 1999-2001 Free Software Foundation diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/NEWS new/gconfmm-2.18.0/NEWS --- old/gconfmm-2.16.0/NEWS 2006-08-18 18:29:06.000000000 +0200 +++ new/gconfmm-2.18.0/NEWS 2007-03-10 00:16:34.000000000 +0100 @@ -1,6 +1,10 @@ +2.18.0: + +Increased version to match the GNOME version. + 2.16.0: -Increased version for GNOME 2.16.0. +Increased version to match the GNOME version. 2.14.2: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/tools/extra_defs_gen/generate_defs_gconf.cc new/gconfmm-2.18.0/tools/extra_defs_gen/generate_defs_gconf.cc --- old/gconfmm-2.16.0/tools/extra_defs_gen/generate_defs_gconf.cc 2003-11-03 10:38:58.000000000 +0100 +++ new/gconfmm-2.18.0/tools/extra_defs_gen/generate_defs_gconf.cc 2007-03-10 00:10:46.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: generate_defs_gconf.cc,v 1.2 2003/11/03 09:38:58 murrayc Exp $ */ +/* $Id: generate_defs_gconf.cc 508 2003-11-03 09:38:58Z murrayc $ */ /* generate_defs_libgnomecanvas.h * diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gconfmm-2.16.0/tools/m4/convert.m4 new/gconfmm-2.18.0/tools/m4/convert.m4 --- old/gconfmm-2.16.0/tools/m4/convert.m4 2002-01-28 15:36:20.000000000 +0100 +++ new/gconfmm-2.18.0/tools/m4/convert.m4 2007-03-10 00:10:46.000000000 +0100 @@ -1,4 +1,4 @@ -dnl $Id: convert.m4,v 1.1 2002/01/28 14:36:20 cactus Exp $ +dnl $Id: convert.m4 135 2002-01-28 14:36:20Z cactus $ # Override of the file of the same name in gtkmm. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de