1
0
forked from pool/vulkan-loader

Accepting request 1105590 from X11:Wayland

- Update to release SDK-1.3.261.0

break cycle to pkgconfig(vulkan)

OBS-URL: https://build.opensuse.org/request/show/1105590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=49
This commit is contained in:
Ana Guerrero 2023-08-30 08:17:49 +00:00 committed by Git OBS Bridge
commit 60f6eb4c2e
4 changed files with 14 additions and 5 deletions

View File

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

3
sdk-1.3.261.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 22 09:04:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.261.0
* Warn when ICD Manifest version differs from
vkEnumerateInstanceVersion
* Enable VK_KHR_maintenance_5 support
-------------------------------------------------------------------
Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.3.250.0
Version: 1.3.261.0
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
@ -31,10 +31,11 @@ BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkg-config
BuildRequires: python3-xml
BuildRequires: vulkan-headers >= %version
BuildRequires: vulkan-headers >= 1.3.261
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
# vulkan-headers ain't the same as pkgconfig(vulkan), surprise
%description
Vulkan is a 3D graphics and compute API providing cross-platform