Accepting request 1238014 from benchmark

- Update to version 2017.08+git.20250114:
  * kms: Create gbm_bos with explicit modifiers if possible
  * kms: Explicitly request all extensions dependencies
  * github: Add ubuntu-24.04 build in CI
  * headless: Add plugin for a headless window system
  * ws: Resolve swapchain related validation errors
  * vulkan_state: Set application vulkan version
  * vulkan_state: Add support for validation layers
  * build: Generate format names map from vk.xml
  * scenes,ws: Silence [[nodiscard]] warnings
  * kms: Add winsys option to specify the TTY to use
  * kms: Unbreak on FreeBSD
  * xcb: Fix incorrect window hint size
  * kms: Probe and use the first functional /dev/dri/cardX device
  * build: Require C++17
  * wayland: Avoid segfault after failure to connect to display server
  * kms: Gracefully handle null results from KMS functions
  * ws: Improve automatic window system selection

OBS-URL: https://build.opensuse.org/request/show/1238014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2025-01-15 16:45:12 +00:00 committed by Git OBS Bridge
commit e3ab082744
7 changed files with 33 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<services> <services>
<service mode="disabled" name="obs_scm"> <service mode="manual" name="obs_scm">
<param name="url">https://github.com/vkmark/vkmark</param> <param name="url">https://github.com/vkmark/vkmark</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">master</param> <param name="revision">master</param>
@ -12,5 +12,5 @@
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version" /> <service mode="manual" name="set_version" />
</services> </services>

View File

@ -3,4 +3,4 @@
<param name="url">git://github.com/vkmark/vkmark</param> <param name="url">git://github.com/vkmark/vkmark</param>
<param name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service name="tar_scm"> <param name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service name="tar_scm">
<param name="url">https://github.com/vkmark/vkmark</param> <param name="url">https://github.com/vkmark/vkmark</param>
<param name="changesrevision">ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15</param></service></servicedata> <param name="changesrevision">a2563f7cd1d35378a945615ef906e42b6edb63da</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jan 15 09:40:58 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2017.08+git.20250114:
* kms: Create gbm_bos with explicit modifiers if possible
* kms: Explicitly request all extensions dependencies
* github: Add ubuntu-24.04 build in CI
* headless: Add plugin for a headless window system
* ws: Resolve swapchain related validation errors
* vulkan_state: Set application vulkan version
* vulkan_state: Add support for validation layers
* build: Generate format names map from vk.xml
* scenes,ws: Silence [[nodiscard]] warnings
* kms: Add winsys option to specify the TTY to use
* kms: Unbreak on FreeBSD
* xcb: Fix incorrect window hint size
* kms: Probe and use the first functional /dev/dri/cardX device
* build: Require C++17
* wayland: Avoid segfault after failure to connect to display server
* kms: Gracefully handle null results from KMS functions
* ws: Improve automatic window system selection
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 15 16:55:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com> Thu Jun 15 16:55:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,4 +1,4 @@
name: vkmark name: vkmark
version: 2017.08+git.20230412 version: 2017.08+git.20250114
mtime: 1681297167 mtime: 1736874537
commit: ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15 commit: a2563f7cd1d35378a945615ef906e42b6edb63da

View File

@ -1,7 +1,7 @@
# #
# spec file for package vkmark # spec file for package vkmark
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2018-2022 Malcolm J Lewis <malcolmlewis@opensuse.org> # Copyright (c) 2018-2022 Malcolm J Lewis <malcolmlewis@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: vkmark Name: vkmark
Version: 2017.08+git.20230412 Version: 2017.08+git.20250114
Release: 0 Release: 0
Summary: Vulkan benchmark utility Summary: Vulkan benchmark utility
License: LGPL-2.1-or-later License: LGPL-2.1-or-later