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
|
||||||
|
|
||||||
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
|
Name: vulkan-loader
|
||||||
Version: 1.2.135
|
Version: 1.2.166
|
||||||
Release: 1mamba
|
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
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Loader.git
|
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
|
Source: https://github.com/KhronosGroup/Vulkan-Loader.git/v%{version}/Vulkan-Loader-%{version}.tar.bz2
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -20,7 +19,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
%package -n libvulkan
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -69,6 +69,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.135-1mamba
|
||||||
- update to 1.2.135
|
- update to 1.2.135
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user