diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 36bd3f0..86bc90e 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -1,5 +1,5 @@ Name: vulkan-loader -Version: 1.2.187 +Version: 1.2.189 Release: 1mamba 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 @@ -10,6 +10,8 @@ URL: https://github.com/KhronosGroup/Vulkan-Loader Source: https://github.com/KhronosGroup/Vulkan-Loader.git/v%{version}/Vulkan-Loader-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN +#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package +#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -67,6 +69,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sun Aug 22 2021 Automatic Build System 1.2.189-1mamba +- automatic version update by autodist + * Thu Aug 05 2021 Automatic Build System 1.2.187-1mamba - automatic version update by autodist