diff --git a/Vulkan-Loader-1.2.145.tar.gz b/Vulkan-Loader-1.2.145.tar.gz new file mode 100644 index 0000000..f88262a --- /dev/null +++ b/Vulkan-Loader-1.2.145.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f192de3ddf3d69192cb620b72f8f05e8b4d480ed9fc71c52986596c50419872a +size 1412081 diff --git a/v1.2.141.tar.gz b/v1.2.141.tar.gz deleted file mode 100644 index a3cec59..0000000 --- a/v1.2.141.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0117afacc1f92c92c2b7c52839d2abacb0105480f54e0b93df25ae6b1e6d00d2 -size 1410381 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 85d7e67..ea47ee1 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 28 17:11:02 UTC 2020 - Callum Farmer + +- Update to release 1.2.145 + * scripts: Use named params for generator options + * loader: Fix crash in vkGetDeviceQueue2 + * loader: Use MoltenVK in app bundle if found + * build: include system headers last + ------------------------------------------------------------------- Sun Jun 7 16:15:33 UTC 2020 - Marcus Meissner diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 34a4bad..5f6be59 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -18,13 +18,13 @@ %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.141 +Version: 1.2.145 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Loader -Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz#/Vulkan-Loader-%{version}.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8