Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxcam for openSUSE:Factory checked 
in at 2022-04-30 00:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxcam (Old)
 and      /work/SRC/openSUSE:Factory/.libxcam.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxcam"

Sat Apr 30 00:46:11 2022 rev:8 rq:973929 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxcam/libxcam.changes  2021-12-26 
13:30:53.738975653 +0100
+++ /work/SRC/openSUSE:Factory/.libxcam.new.1538/libxcam.changes        
2022-04-30 00:46:41.983011855 +0200
@@ -1,0 +2,7 @@
+Fri Apr 29 04:50:51 UTC 2022 - Antonio Larrosa <alarr...@suse.com>
+
+- Use -std=gnu++11 in ppc64le to work around a bug in gcc7 which
+  redefines bool in altivec.h thus making all code that uses bool
+  fail to build (boo#1195517)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libxcam.spec ++++++
--- /var/tmp/diff_new_pack.o6A44D/_old  2022-04-30 00:46:42.591012383 +0200
+++ /var/tmp/diff_new_pack.o6A44D/_new  2022-04-30 00:46:42.591012383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxcam
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -86,6 +86,10 @@
 %autosetup -p1 -n %{name}-release_%{version}
 
 %build
+%ifarch ppc64le
+export CXXFLAGS="$CXXFLAGS -std=gnu++11"
+%endif
+
 autoreconf -fiv
 %configure \
    --disable-static \

Reply via email to