Accepting request 1044375 from X11:Wayland

- Update to release SDK-1.3.236.0

OBS-URL: https://build.opensuse.org/request/show/1044375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-headers?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2022-12-24 13:51:13 +00:00 committed by Git OBS Bridge
commit e3956ea6e1
5 changed files with 19 additions and 4 deletions

View File

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

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

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

2
vulkan-headers-rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
# Looks like #! is used only to nudge editors decide on syntax highlighting
addFilter("non-executable-script")

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 13 11:52:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.236.0
* The VK_EXT_descriptor_buffer extension introduces new
commands for putting shader-accessible descriptors directly
in memory.
* Add VkIcdSurfaceImagePipe.
-------------------------------------------------------------------
Mon Oct 24 19:10:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -21,13 +21,14 @@
# Consider only updating the sources in lockstep.
#
Name: vulkan-headers
Version: 1.3.231.0
Version: 1.3.236.0
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/refs/tags/sdk-%version.tar.gz
Source9: %name-rpmlintrc
BuildRequires: cmake >= 2.8.11
BuildArch: noarch
Requires: pkgconfig(wayland-client)
@ -56,11 +57,14 @@ to make use of Vulkan.
%install
%cmake_install
# Fixed upstream (#336) for next rel
find "%buildroot" -name genvk.py -type f -exec chmod a+x {} +
%files
%license LICENSE.txt
%_includedir/vulkan/
%_includedir/vk_video/
%_datadir/cmake/
%_datadir/vulkan/
%changelog