diff --git a/vkmark.changes b/vkmark.changes index 52aabaa..bc013de 100644 --- a/vkmark.changes +++ b/vkmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 07:48:56 UTC 2019 - Martin Pluskal + +- Do not try to build on 32 bit architectures + ------------------------------------------------------------------- Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal diff --git a/vkmark.spec b/vkmark.spec index 994e6e4..d18c559 100644 --- a/vkmark.spec +++ b/vkmark.spec @@ -1,7 +1,7 @@ # # spec file for package vkmark # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -22,7 +22,6 @@ Version: 2017.08+git.20180530 Release: 0 Summary: Vulkan benchmark utility License: LGPL-2.1-or-later -Group: System/Benchmark URL: https://github.com/vkmark/vkmark Source0: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch malcolmlewis@opensuse.org -- No pc file present in development package, so check fails. @@ -37,6 +36,7 @@ BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) +ExcludeArch: %arm %ix86 %description An extensible Vulkan benchmarking suite with targeted, configurable scenes.