1
0

- Update to new snapshot 1.1.95

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2018-12-14 23:31:41 +00:00 committed by Git OBS Bridge
parent 94cf77f900
commit 7933cecb38
5 changed files with 20 additions and 11 deletions

View File

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

View File

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

View File

@ -2,9 +2,9 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
<param name="revision">899ae29410c72e8b9513465df262aa77c3886ad4</param>
<param name="parent-tag">30127fd57005f0c1bafb0d3325c90a8641dbf713</param>
<param name="versionformat">1.1.91.g@TAG_OFFSET@</param>
<param name="revision">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
<param name="parent-tag">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
<param name="versionformat">1.1.95</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 14 23:27:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new snapshot 1.1.95
* layers: Add stub functions for DebugUtils functions
* layers: Remove unique objects standalone layer
* layers: Add layer chassis dispatch generator
-------------------------------------------------------------------
Tue Dec 4 09:55:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define version_unconverted 1.1.91.g68
%define version_unconverted 1.1.95
Name: vulkan-validationlayers
Version: 1.1.91.g68
Version: 1.1.95
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0
@ -29,12 +29,12 @@ Source: Vulkan-ValidationLayers-%version.tar.xz
BuildRequires: cmake >= 2.8.11
BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel
BuildRequires: pkgconfig(vulkan) >= 1.1.91
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: spirv-tools-devel
BuildRequires: pkgconfig(vulkan) >= 1.1.91
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: spirv-tools-devel
%description
Vulkan is a 3D graphics and compute API providing cross-platform
@ -45,6 +45,7 @@ This package contains the Khronos official Vulkan validation layers.
%package devel
Summary: Development files for Vulkan validation layers
Group: Development/Libraries/C and C++
%description devel
This subpackage contains header files and a static library for