1
0
forked from pool/vulkan-loader

- Update to release 1.2.154.1

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=71
This commit is contained in:
Jan Engelhardt 2020-10-29 15:22:58 +00:00 committed by Git OBS Bridge
parent 9b731f0aa6
commit 5addccfbc2
4 changed files with 13 additions and 7 deletions

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

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.154.1
* Fix some issues when EnumerateAdapterPhysicalDevices is available
-------------------------------------------------------------------
Mon Sep 28 22:02:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,19 +19,19 @@
# Only pick versions released as /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.2.154
Version: 1.2.154.1
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Loader
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkgconfig
BuildRequires: python3-xml
BuildRequires: vulkan-headers >= %version
BuildRequires: vulkan-headers >= 1.2.154
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting
to make use of Vulkan.
%prep
%autosetup -p1 -n Vulkan-Loader-%version
%autosetup -p1 -n Vulkan-Loader-sdk-%version
%build
%cmake \