From b1588cdf8ca347c1ab6aba4314dc0f091849868aa77743f3ca89faec7f2af395 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 22 May 2020 07:22:45 +0000 Subject: [PATCH] - Update to version 2017.08+git.20200521: * core: Use generated map of pixel formats to handle --pixel-format option * core: Fix crash with newer vulkan-hpp * doc: Update README.md with new wayland dependencies * ci: Update packages dependencies for wayland * wayland: Port to xdg-shell * wayland: Mark the whole surface as opaque * wayland: Retain native size in hidpi scaled outputs * ci: Add build and test github workflow * Fix build against glm-0.9.9.6 * build: Specify meson version as 0.45 OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=11 --- _servicedata | 4 ++++ vkmark-2017.08+git.20191115.obscpio | 3 --- vkmark-2017.08+git.20200521.obscpio | 3 +++ vkmark.changes | 15 +++++++++++++++ vkmark.obsinfo | 6 +++--- vkmark.spec | 7 ++++--- 6 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 _servicedata delete mode 100644 vkmark-2017.08+git.20191115.obscpio create mode 100644 vkmark-2017.08+git.20200521.obscpio diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..1668c71 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://github.com/vkmark/vkmark + e8c0720f3251e50aa8e777f44e3c2406dceb919c \ No newline at end of file diff --git a/vkmark-2017.08+git.20191115.obscpio b/vkmark-2017.08+git.20191115.obscpio deleted file mode 100644 index b43f055..0000000 --- a/vkmark-2017.08+git.20191115.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:178951979a31c068d787ab6a400172b26b3e1c4937518adde9484a7d050639f2 -size 1777164 diff --git a/vkmark-2017.08+git.20200521.obscpio b/vkmark-2017.08+git.20200521.obscpio new file mode 100644 index 0000000..5a95579 --- /dev/null +++ b/vkmark-2017.08+git.20200521.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e354aea4d384f517b70d51a80d3a2cb3c364c246b8ec8c7b0124490cd7a495f9 +size 1783308 diff --git a/vkmark.changes b/vkmark.changes index 5e58652..d821c97 100644 --- a/vkmark.changes +++ b/vkmark.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri May 22 07:09:01 UTC 2020 - Martin Pluskal + +- Update to version 2017.08+git.20200521: + * core: Use generated map of pixel formats to handle --pixel-format option + * core: Fix crash with newer vulkan-hpp + * doc: Update README.md with new wayland dependencies + * ci: Update packages dependencies for wayland + * wayland: Port to xdg-shell + * wayland: Mark the whole surface as opaque + * wayland: Retain native size in hidpi scaled outputs + * ci: Add build and test github workflow + * Fix build against glm-0.9.9.6 + * build: Specify meson version as 0.45 + ------------------------------------------------------------------- Thu Dec 19 15:31:23 UTC 2019 - Martin Pluskal diff --git a/vkmark.obsinfo b/vkmark.obsinfo index ea12458..d2c965e 100644 --- a/vkmark.obsinfo +++ b/vkmark.obsinfo @@ -1,5 +1,5 @@ name: vkmark -version: 2017.08+git.20191115 -mtime: 1573809650 -commit: 54f29c885b2c2c9f6a083cdfd171dcc814c2a306 +version: 2017.08+git.20200521 +mtime: 1590056231 +commit: e8c0720f3251e50aa8e777f44e3c2406dceb919c diff --git a/vkmark.spec b/vkmark.spec index d39514a..84fdcfe 100644 --- a/vkmark.spec +++ b/vkmark.spec @@ -1,7 +1,7 @@ # # spec file for package vkmark # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2018-2019 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: vkmark -Version: 2017.08+git.20191115 +Version: 2017.08+git.20200521 Release: 0 Summary: Vulkan benchmark utility License: LGPL-2.1-or-later @@ -26,12 +26,13 @@ URL: https://github.com/vkmark/vkmark Source0: %{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: glm-devel -BuildRequires: meson +BuildRequires: meson >= 0.45 BuildRequires: pkgconfig BuildRequires: pkgconfig(assimp) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) ExcludeArch: %{arm} %{ix86}