1
0
forked from pool/vulkan-loader

- Update to release SDK-1.2.170

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=83
This commit is contained in:
Jan Engelhardt 2021-02-28 16:55:32 +00:00 committed by Git OBS Bridge
parent 4d4c70baad
commit 4dc31bf601
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:8f370d992ce6afd7d893c3469833ac553331f5d8121ab5dc3d8a503087cb5e46
size 1422846

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 28 16:55:07 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.2.170
* No user-visible changes
-------------------------------------------------------------------
Wed Feb 10 14:03:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,13 +19,13 @@
# Only pick versions released as /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.2.169
Version: 1.2.170
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
@ -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 \