1
0
forked from pool/vulkan-loader

Accepting request 875919 from X11:Wayland

- Update to release SDK-1.2.170.0

OBS-URL: https://build.opensuse.org/request/show/875919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:48:19 +00:00 committed by Git OBS Bridge
commit 22924fc527
4 changed files with 12 additions and 6 deletions

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

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

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.0
* 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.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/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 \