Hello community, here is the log from the commit of package libdbus-c++ for openSUSE:Factory checked in at 2015-03-30 19:15:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdbus-c++ (Old) and /work/SRC/openSUSE:Factory/.libdbus-c++.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdbus-c++" Changes: -------- --- /work/SRC/openSUSE:Factory/libdbus-c++/libdbus-c++.changes 2013-12-31 16:47:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdbus-c++.new/libdbus-c++.changes 2015-03-30 19:15:36.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Mar 23 10:03:24 UTC 2015 - [email protected] + +- Add libdbus-c++-glibmm-2.43.patch: Fix build with glibmm 2.4, + which has the bind_property macro defined already. + +------------------------------------------------------------------- New: ---- libdbus-c++-glibmm-2.43.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdbus-c++.spec ++++++ --- /var/tmp/diff_new_pack.DDWVNv/_old 2015-03-30 19:15:37.000000000 +0200 +++ /var/tmp/diff_new_pack.DDWVNv/_new 2015-03-30 19:15:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libdbus-c++ # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,8 @@ Patch2: libdbus-c++-nodocdatetime.patch # Fix gcc47 build errors Patch3: libdbus-c++-gcc47.patch +# PATCH-FIX-UPSTREAM libdbus-c++-glibmm-2.43.patch [email protected] -- Fix build with glibmm2 2.43.x+ +Patch4: libdbus-c++-glibmm-2.43.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: dos2unix @@ -95,6 +97,7 @@ %patch1 %patch2 %patch3 +%patch4 -p1 %build #./autogen.sh ++++++ libdbus-c++-glibmm-2.43.patch ++++++ diff -rupN libdbus-c++-0.9.0/examples/glib/dbus-browser.h libdbus-c++-0.9.0-new/examples/glib/dbus-browser.h --- libdbus-c++-0.9.0/examples/glib/dbus-browser.h 2015-03-05 23:43:26.903517530 +0100 +++ libdbus-c++-0.9.0-new/examples/glib/dbus-browser.h 2011-11-28 16:03:19.000000000 +0100 @@ -1,9 +1,9 @@ #ifndef __DEMO_DBUS_BROWSER_H #define __DEMO_DBUS_BROWSER_H +#include <gtkmm.h> #include <dbus-c++/dbus.h> #include <dbus-c++/glib-integration.h> -#include <gtkmm.h> #include "dbus-glue.h"
