Accepting request 1139939 from X11:Wayland

- Update to release SDK-1.3.275.0

OBS-URL: https://build.opensuse.org/request/show/1139939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2024-01-24 18:04:49 +00:00 committed by Git OBS Bridge
commit fcf6a35cc3
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 19 10:40:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.275.0
* icd: Add vkGetMemoryFdKHR support
* icd: Add vkGetMemoryHostPointerPropertiesEXT support
* vulkaninfo: Autogenerate Format list
* icd: Add basic VkDisplayKHR support
* icd: Add vkRegisterDisplayEventEXT
* icd: Add video support
-------------------------------------------------------------------
Fri Oct 27 03:54:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package vulkan-tools
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: vulkan-tools
Version: 1.3.268.0
Version: 1.3.275.0
Release: 0
Summary: Diagnostic utilities for Vulkan
License: Apache-2.0
@ -30,7 +30,8 @@ BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: pkgconfig(vulkan) >= 1.3.268
BuildRequires: vulkan-volk-devel >= 1.3.275
BuildRequires: pkgconfig(vulkan) >= 1.3.275
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)