1
0
forked from pool/vulkan-loader

Accepting request 844987 from X11:Wayland

- Update to release 1.2.154.1

OBS-URL: https://build.opensuse.org/request/show/844987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2020-11-02 13:04:06 +00:00 committed by Git OBS Bridge
commit 3f49c0a83f
4 changed files with 15 additions and 8 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

@ -18,20 +18,21 @@
# Only pick versions released as /^sdk-.*/ tags
%define lname libvulkan1
%define hdrreq 1.2.154
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 >= %hdrreq
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
@ -56,7 +57,7 @@ graphics applications such as games and interactive media.
Summary: Vulkan development package
Group: Development/Libraries/C and C++
Requires: %lname = %version-%release
Requires: vulkan-headers >= %version
Requires: vulkan-headers >= %hdrreq
%description -n vulkan-devel
Vulkan is a 3D graphics and compute API providing cross-platform
@ -67,7 +68,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 \