Hello community, here is the log from the commit of package libdbus-c++ for openSUSE:Factory checked in at 2016-02-12 11:21:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-30 19:15:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libdbus-c++.new/libdbus-c++.changes 2016-02-12 11:21:58.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Feb 3 19:52:06 UTC 2016 - [email protected] + +- Use url for source +- Remove conditions for unsupported releases + +------------------------------------------------------------------- +Thu Aug 20 21:00:19 UTC 2015 - [email protected] + +- Export CFLAGS="%{optflags} -std=gnu++11" and + CXXFLAGS="%{optflags} -std=gnu++11". Fix build with updated MM + stack. + +------------------------------------------------------------------- Old: ---- libdbus-c++-0.9.0.tar.bz2 New: ---- libdbus-c++-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdbus-c++.spec ++++++ --- /var/tmp/diff_new_pack.ZF51CS/_old 2016-02-12 11:21:59.000000000 +0100 +++ /var/tmp/diff_new_pack.ZF51CS/_new 2016-02-12 11:21:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdbus-c++ # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -23,7 +23,7 @@ License: LGPL-2.1+ Group: System/Libraries Url: http://dbus-cplusplus.sourceforge.net/index.html -Source0: %{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%%2B%%2B/%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf # Fix no return from function Patch0: libdbus-c++-noreturn.patch @@ -49,11 +49,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) # ecore -%if 0%{?suse_version} >= 1030 BuildRequires: libexpat-devel -%else -BuildRequires: expat -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -102,6 +98,8 @@ %build #./autogen.sh export LDFLAGS="$LDFLAGS -lexpat -lpthread" +export CFLAGS="%{optflags} -std=gnu++11" +export CXXFLAGS="%{optflags} -std=gnu++11" %configure --disable-ecore --enable-doxygen-docs --enable-static=no make %{?_smp_flags}
