Hello community,
here is the log from the commit of package thin-provisioning-tools for
openSUSE:Factory checked in at 2016-02-17 10:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thin-provisioning-tools (Old)
and /work/SRC/openSUSE:Factory/.thin-provisioning-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thin-provisioning-tools"
Changes:
--------
---
/work/SRC/openSUSE:Factory/thin-provisioning-tools/thin-provisioning-tools.changes
2016-02-09 16:49:17.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.thin-provisioning-tools.new/thin-provisioning-tools.changes
2016-02-17 12:25:32.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 11:21:15 UTC 2016 - [email protected]
+
+- Explicitely build with -std=gnu++98 to avoid all sorts of
+ non-C++11 conforming code.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thin-provisioning-tools.spec ++++++
--- /var/tmp/diff_new_pack.JlFRYX/_old 2016-02-17 12:25:33.000000000 +0100
+++ /var/tmp/diff_new_pack.JlFRYX/_new 2016-02-17 12:25:33.000000000 +0100
@@ -45,7 +45,7 @@
autoreconf -fiv
%configure \
--bindir=%{_sbindir} \
- --with-optimisation="%{optflags}"
+ --with-optimisation="%{optflags} -std=gnu++98"
# In generated Makefile V=@ is used, in order to achieve verbose build ve
# must override it as V=""
make %{?_smp_mflags} V=""