forked from pool/vulkan-loader
- Update to new upstream release 1.1.94
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=9
This commit is contained in:
parent
d241c14dd1
commit
439a39d3fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57f01ffb839aab4618c9269aad644a669006a66107094181c835173356ff1e15
|
||||
size 1222084
|
3
Vulkan-Loader-1.1.94.tar.xz
Normal file
3
Vulkan-Loader-1.1.94.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a7ac671b7d73cafd59f67d5d357f82c7326f3e55272eeebed01c4f0f8a71409
|
||||
size 1222400
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-Loader</param>
|
||||
<param name="revision">6b6b0cf381226bbf4aa39ba8c7cf3ceb463acf04</param>
|
||||
<param name="parent-tag">6b6b0cf381226bbf4aa39ba8c7cf3ceb463acf04</param>
|
||||
<param name="versionformat">1.1.91</param>
|
||||
<param name="revision">b9b384a6747a7b82fae30cfa356e36f49897502c</param>
|
||||
<param name="parent-tag">b9b384a6747a7b82fae30cfa356e36f49897502c</param>
|
||||
<param name="versionformat">1.1.94</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 15:19:57 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.94
|
||||
* loader: Fix unwrapped loader instance being used
|
||||
* loader: Fix double free when enabling override
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 16:20:17 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -12,15 +12,15 @@
|
||||
# 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
|
||||
%define version_unconverted 1.1.94
|
||||
|
||||
Name: vulkan-loader
|
||||
%define lname libvulkan1
|
||||
Version: 1.1.91
|
||||
Version: 1.1.94
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -31,10 +31,10 @@ Source: Vulkan-Loader-%version.tar.xz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: pkgconfig(pciaccess)
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: pkgconfig(pciaccess)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user