- Update to release 1.2.161

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=74
This commit is contained in:
Jan Engelhardt 2020-11-25 16:59:38 +00:00 committed by Git OBS Bridge
parent 99fdee9816
commit 5d8bc9571c
4 changed files with 17 additions and 9 deletions

View File

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

3
v1.2.161.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.161
* Fix some issues when EnumerateAdapterPhysicalDevices is
available.
* loader: Override layer load when custom allocator used.
* Add support for VK_FUCHSIA_imagepipe_surface.
-------------------------------------------------------------------
Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,21 +18,20 @@
# Only pick versions released as /^sdk-.*/ tags
%define lname libvulkan1
%define hdrreq 1.2.154
Name: vulkan-loader
Version: 1.2.154.1
Version: 1.2.161
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/sdk-%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkgconfig
BuildRequires: python3-xml
BuildRequires: vulkan-headers >= %hdrreq
BuildRequires: vulkan-headers >= %version
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
@ -57,7 +56,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 >= %hdrreq
Requires: vulkan-headers >= %version
%description -n vulkan-devel
Vulkan is a 3D graphics and compute API providing cross-platform
@ -68,7 +67,7 @@ This subpackage contains the development headers for packages wanting
to make use of Vulkan.
%prep
%autosetup -p1 -n Vulkan-Loader-sdk-%version
%autosetup -p1 -n Vulkan-Loader-%version
%build
%cmake \