commit libsigc++2 for openSUSE:Factory
Hello community, here is the log from the commit of package libsigc++2 for openSUSE:Factory checked in at 2014-08-29 17:42:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigc++2 (Old) and /work/SRC/openSUSE:Factory/.libsigc++2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libsigc++2" Changes: -------- --- /work/SRC/openSUSE:Factory/libsigc++2/libsigc++2.changes 2014-08-20 17:53:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsigc++2.new/libsigc++2.changes 2014-08-29 17:42:37.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 26 20:09:45 UTC 2014 - dimstar@opensuse.org + +- Add libsigc++2-includes.patch: Add an include in + limit_reference.h. + +------------------------------------------------------------------- New: ---- libsigc++2-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigc++2.spec ++++++ --- /var/tmp/diff_new_pack.lZgIcH/_old 2014-08-29 17:42:39.000000000 +0200 +++ /var/tmp/diff_new_pack.lZgIcH/_new 2014-08-29 17:42:39.000000000 +0200 @@ -26,6 +26,8 @@ Url: http://libsigc.sourceforge.net/ Source: http://download.gnome.org/sources/libsigc++/2.3/%{_name}-%{version}.tar.xz Source99: baselibs.conf +# PATCH-FIX-UPSTREAM libsigc++2-includes.patch dimstar@opensuse.org -- Add an include in limit_reference.h, taken from git +Patch0: libsigc++2-includes.patch BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,6 +70,7 @@ %prep %setup -q -n %{_name}-%{version} +%patch0 -p1 %build # FIXME: Cannot autoreconf, bad templates: ++++++ libsigc++2-includes.patch ++++++
From df361299c3f9a0922a683e5fa3869764932bb19a Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Date: Fri, 8 Aug 2014 12:47:02 +0200 Subject: Add an include in limit_reference.h
* sigc++/macros/limit_reference.h.m4: limit_reference.h must include visit_each.h, with the primary definition of template struct visitor. https://mail.gnome.org/archives/libsigc-list/2014-August/msg00001.html diff --git a/sigc++/macros/limit_reference.h.m4 b/sigc++/macros/limit_reference.h.m4 index 802446c..bb4b3b7 100644 --- a/sigc++/macros/limit_reference.h.m4 +++ b/sigc++/macros/limit_reference.h.m4 @@ -137,6 +137,7 @@ divert(0) _FIREWALL([LIMIT_REFERENCE]) +#include <sigc++/visit_each.h> #include <sigc++/type_traits.h> #include <sigc++/trackable.h> -- cgit v0.10.1 -- 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