commit glmark2 for openSUSE:Factory
Hello community, here is the log from the commit of package glmark2 for openSUSE:Factory checked in at 2017-01-25 23:30:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glmark2 (Old) and /work/SRC/openSUSE:Factory/.glmark2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "glmark2" Changes: -------- --- /work/SRC/openSUSE:Factory/glmark2/glmark2.changes 2016-11-14 20:15:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glmark2.new/glmark2.changes 2017-01-25 23:30:40.432399425 +0100 @@ -1,0 +2,7 @@ +Sun Jan 22 10:08:57 UTC 2017 - mpluskal@suse.com + +- Packaging changes: + * Fix building on SLES and Leap + * Enable parallel build + +------------------------------------------------------------------- New: ---- _servicedata ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glmark2.spec ++++++ --- /var/tmp/diff_new_pack.4rRLTV/_old 2017-01-25 23:30:41.204283089 +0100 +++ /var/tmp/diff_new_pack.4rRLTV/_new 2017-01-25 23:30:41.208282486 +0100 @@ -1,7 +1,7 @@ # # spec file for package glmark2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015-2016 Malcolm J Lewis <malcolmlewis@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,6 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: ImageMagick BuildRequires: fdupes -BuildRequires: gcc-c++ >= 5.0 BuildRequires: libjpeg-devel BuildRequires: pkgconfig BuildRequires: python @@ -44,7 +43,12 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-egl) %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# C++14 capable compiler is required +%if 0%{?suse_version} > 1320 +BuildRequires: gcc-c++ >= 5.0 +%else +BuildRequires: gcc5-c++ +%endif %description A benchmark for OpenGL (ES) 2.0 that uses only the OpenGL ES 2.0 compatible @@ -55,6 +59,9 @@ %setup -q %build +%if 0%{?suse_version} < 1320 +export CXX=g++-5 +%endif export CXXFLAGS="%{optflags}" python waf configure \ %if 0%{?is_opensuse} @@ -63,7 +70,7 @@ --with-flavors=x11-gl,x11-glesv2,drm-gl,drm-glesv2 \ %endif --prefix=%{_prefix} -python waf --verbose +python waf --verbose %{?_smp_mflags} %install python waf install --destdir=%{buildroot} ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/glmark2/glmark2.git</param> <param name="changesrevision">f413c5b423250b4fde8f95639ad368d5b02c5b9b</param></service></servicedata>
participants (1)
-
root@hilbertn.suse.de