forked from pool/vulkan-tools
Accepting request 725036 from X11:Wayland
- Update to new upstream release/snapshot 1.1.120 OBS-URL: https://build.opensuse.org/request/show/725036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=8
This commit is contained in:
commit
c44e690989
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85859ea5939c5e60a02b74a287f8425f84316f8bdd741967c7fe9845173f73c8
|
|
||||||
size 303144
|
|
3
Vulkan-Tools-1.1.120.tar.xz
Normal file
3
Vulkan-Tools-1.1.120.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a82ffe95f64900edfa696b2e3bfcdceb641ae01ac80d683a366c76fa4d8483b0
|
||||||
|
size 343484
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/KhronosGroup/Vulkan-Tools</param>
|
<param name="url">https://github.com/KhronosGroup/Vulkan-Tools</param>
|
||||||
<param name="revision">v1.1.112</param>
|
<param name="revision">e36c760b</param>
|
||||||
<param name="parent-tag">v1.1.112</param>
|
<param name="parent-tag">v1.1.119</param>
|
||||||
<param name="versionformat">1.1.112</param>
|
<param name="versionformat">1.1.120</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 08:53:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release/snapshot 1.1.120
|
||||||
|
* vulkaninfo: fix memory leaks from pNext chains
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 28 07:32:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Jun 28 07:32:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 1.1.112
|
%define version_unconverted 1.1.120
|
||||||
|
|
||||||
Name: vulkan-tools
|
Name: vulkan-tools
|
||||||
Version: 1.1.112
|
Version: 1.1.120
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.khronos.org/
|
URL: http://www.khronos.org/
|
||||||
|
|
||||||
#Git-URL: https://github.com/KhronosGroup/Vulkan-Tools
|
#Git-URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||||||
Source: Vulkan-Tools-%version.tar.xz
|
Source: Vulkan-Tools-%version.tar.xz
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user