Hello community,

here is the log from the commit of package movit for openSUSE:Factory checked 
in at 2017-07-12 19:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/movit (Old)
 and      /work/SRC/openSUSE:Factory/.movit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "movit"

Wed Jul 12 19:36:07 2017 rev:7 rq:509549 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/movit/movit.changes      2017-07-11 
08:28:17.606729372 +0200
+++ /work/SRC/openSUSE:Factory/.movit.new/movit.changes 2017-07-12 
19:36:09.691030346 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 16:45:37 UTC 2017 - o...@aepfle.de
+
+- Use gcc6-c++ for Leap42 and SLE12 (C++14 needed).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ movit.spec ++++++
--- /var/tmp/diff_new_pack.ez9NQF/_old  2017-07-12 19:36:10.330939953 +0200
+++ /var/tmp/diff_new_pack.ez9NQF/_new  2017-07-12 19:36:10.330939953 +0200
@@ -26,7 +26,12 @@
 Url:            https://movit.sesse.net
 Source0:        https://movit.sesse.net/movit-%{version}.tar.gz
 Source1:        COPYING
+%if 0%{?suse_version} == 1315
+# Leap 42.2+ / SLE12SP2Backports, C++14 needed
+BuildRequires:  gcc6-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(egl)
@@ -84,6 +89,8 @@
 cp -av %{SOURCE1} .
 
 %build
+test -x "$(type -p gcc-6)" && export CC=gcc-6
+test -x "$(type -p g++-6)" && export CXX=g++-6
 %configure --disable-static --datarootdir=%{_datadir}/libmovit%{_sonum}
 make %{?_smp_mflags} TESTS=
 


Reply via email to