- Update to release 1.2.170

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=71
This commit is contained in:
Jan Engelhardt 2021-02-26 21:36:46 +00:00 committed by Git OBS Bridge
parent 1c88dd5248
commit 4dc838e293
4 changed files with 12 additions and 6 deletions

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

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 26 21:35:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.170
* New VK_KHR_synchronization2 extension.
-------------------------------------------------------------------
Wed Feb 10 14:02:01 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -21,13 +21,13 @@
# Consider only updating the sources in lockstep.
#
Name: vulkan-headers
Version: 1.2.169
Version: 1.2.170
Release: 0
Summary: Vulkan C and C++ API header files
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Headers
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/v%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-%version.tar.gz
BuildRequires: cmake >= 2.8.11
BuildArch: noarch
Requires: pkgconfig(wayland-client)
@ -45,7 +45,7 @@ This package contains the development headers for packages wanting
to make use of Vulkan.
%prep
%autosetup -n Vulkan-Headers-%version
%autosetup -n Vulkan-Headers-sdk-%version
%build
%cmake \