forked from pool/vulkan-tools
Accepting request 756644 from X11:Wayland
- Update to release 1.1.130 OBS-URL: https://build.opensuse.org/request/show/756644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=12
This commit is contained in:
commit
c2c5bcb982
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1052266ba7d8b767e52da9ffb2a6e17bb6763e16ac2e618d9254522dbd5cfbc
|
||||
size 348000
|
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-Tools</param>
|
||||
<param name="revision">f094f029</param>
|
||||
<param name="parent-tag">v1.1.126</param>
|
||||
<param name="versionformat">1.1.127</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
3
v1.1.130.tar.gz
Normal file
3
v1.1.130.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5de87f7c13ee2fcdd9c35c1ca9540c04c12900d6d6d77efa3426a4dcf931ec2a
|
||||
size 694674
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 20:22:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.1.130
|
||||
* vulkaninfo: return properly on xcb onnection errors
|
||||
* vulkaninfo: check that extensions aren't disabled
|
||||
* vkcube: Fix Cube Squishing on Resize
|
||||
* vkcube: Replace MoltenVK surfaces with Metal
|
||||
* vulkaninfo: Add VK_EXT_metal_surface info
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 08:02:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-tools
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.1.127
|
||||
Version: 1.1.130
|
||||
Release: 0
|
||||
Summary: Diagnostic utilities for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||||
|
||||
#Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
|
||||
Source: Vulkan-Tools-%version.tar.xz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
|
||||
#Source: Vulkan-Tools-%version.tar.xz
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 7.13.3496
|
||||
|
Loading…
Reference in New Issue
Block a user