forked from pool/vulkan-loader
Accepting request 733820 from X11:Wayland
- Update to the new upstream release 1.1.123 OBS-URL: https://build.opensuse.org/request/show/733820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=11
This commit is contained in:
commit
c5f3cfa776
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621a074da5174c3279fb58a5e84d9d960c12973536d1efa38647ced41a97bd65
|
||||
size 1252420
|
15
_service
15
_service
@ -1,15 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<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.120</param>
|
||||
<param name="parent-tag">v1.1.120</param>
|
||||
<param name="versionformat">1.1.120</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.123.tar.gz
Normal file
3
v1.1.123.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde
|
||||
size 1397135
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 21:59:40 UTC 2019 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
- Update to the new upstream release 1.1.123
|
||||
* loader: Match ICDs against DXGI adapters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 08:51:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.120
|
||||
%define version_unconverted 1.1.123
|
||||
|
||||
Name: vulkan-loader
|
||||
%define lname libvulkan1
|
||||
Version: 1.1.120
|
||||
Version: 1.1.123
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.khronos.org/
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||
|
||||
Source: Vulkan-Loader-%version.tar.xz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
|
Loading…
Reference in New Issue
Block a user