- Update to new upstream release 1.1.108

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2019-06-04 10:22:02 +00:00 committed by Git OBS Bridge
parent 8c27558fe9
commit 864d79f6ea
5 changed files with 16 additions and 9 deletions

View File

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

View File

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

View File

@ -3,9 +3,9 @@
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/Vulkan-Loader</param>
<!-- vX.Y is normal, sdk-X.Y is somewhat more tested -->
<param name="revision">v1.1.102</param>
<param name="parent-tag">v1.1.102</param>
<param name="versionformat">1.1.102</param>
<param name="revision">v1.1.108</param>
<param name="parent-tag">v1.1.108</param>
<param name="versionformat">1.1.108</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 4 10:16:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.1.108
* loader: VK_EXT_headless_surface additions
* layers: add layer callbacks for device creation
-------------------------------------------------------------------
Sun Mar 24 14:02:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -16,11 +16,11 @@
#
%define version_unconverted 1.1.102
%define version_unconverted 1.1.108
Name: vulkan-loader
%define lname libvulkan1
Version: 1.1.102
Version: 1.1.108
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
@ -29,7 +29,7 @@ Url: http://www.khronos.org/
Source: Vulkan-Loader-%version.tar.xz
Source9: baselibs.conf
BuildRequires: cmake >= 2.8.11
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkg-config
BuildRequires: python3-xml