- Update to release SDK-1.3.250.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=111
This commit is contained in:
Jan Engelhardt 2023-05-30 21:37:54 +00:00 committed by Git OBS Bridge
parent eb2dabbe58
commit 95b2e25ff0
4 changed files with 14 additions and 6 deletions

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

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

BIN
v1.3.247.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.250.0
* No changes over 1.3.247 [SDK-250 is a branch of regular-243
with some cherry-picks bringing it to roughly regular-247;
there is little relation to regular-250]
-------------------------------------------------------------------
Wed Apr 19 20:09:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,13 +19,13 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.3.247
Version: 1.3.250.0
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/refs/tags/v%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/sdk-%version.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
@ -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 \