SHA256
1
0
forked from pool/vkmark

Accepting request 813427 from benchmark

- 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/request/show/813427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-06-11 12:53:47 +00:00 committed by Git OBS Bridge
commit b5f5ec4956
6 changed files with 29 additions and 9 deletions

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/vkmark/vkmark</param>
<param name="changesrevision">e8c0720f3251e50aa8e777f44e3c2406dceb919c</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:178951979a31c068d787ab6a400172b26b3e1c4937518adde9484a7d050639f2
size 1777164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e354aea4d384f517b70d51a80d3a2cb3c364c246b8ec8c7b0124490cd7a495f9
size 1783308

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 22 07:09:01 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 <mpluskal@suse.com>

View File

@ -1,5 +1,5 @@
name: vkmark
version: 2017.08+git.20191115
mtime: 1573809650
commit: 54f29c885b2c2c9f6a083cdfd171dcc814c2a306
version: 2017.08+git.20200521
mtime: 1590056231
commit: e8c0720f3251e50aa8e777f44e3c2406dceb919c

View File

@ -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 <malcolmlewis@opensuse.org>
#
# 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}