update to 1.2.166 [release 1.2.166-1mamba;Wed Jan 06 2021]
This commit is contained in:
parent
1c97f199b7
commit
4395d345e2
@ -1,4 +1,5 @@
|
||||
# vulkan-loader
|
||||
|
||||
Vulkan Loader.
|
||||
The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers.
|
||||
Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers.
|
||||
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.135
|
||||
Version: 1.2.166
|
||||
Release: 1mamba
|
||||
Summary: Vulkan Loader library
|
||||
Summary: A library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader.git
|
||||
## GITSOURCE https://github.com/KhronosGroup/Vulkan-Loader.git v1.2.134
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader.git/v%{version}/Vulkan-Loader-%{version}.tar.bz2
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -20,7 +19,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Vulkan Loader.
|
||||
The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers.
|
||||
Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers.
|
||||
|
||||
%package -n libvulkan
|
||||
Group: System/Libraries
|
||||
@ -69,6 +69,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.166-1mamba
|
||||
- update to 1.2.166
|
||||
|
||||
* Tue Mar 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.135-1mamba
|
||||
- update to 1.2.135
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user