diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz deleted file mode 100644 index 054acb9..0000000 --- a/sdk-1.2.162.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb0f6a79ac38e137f55a0e13641140e63b765c8ec717a65bf3904614ef754365 -size 853014 diff --git a/v1.2.165.tar.gz b/v1.2.165.tar.gz new file mode 100644 index 0000000..68024d9 --- /dev/null +++ b/v1.2.165.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9435a93ba13d94d0c3265a47e0436579e46bb9ca085e9b16a753458e4d79d2 +size 861347 diff --git a/vulkan-headers.changes b/vulkan-headers.changes index 97d94b8..25e020a 100644 --- a/vulkan-headers.changes +++ b/vulkan-headers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 29 12:32:48 UTC 2020 - Dirk Müller + +- update to 1.2.165: + * loader: Properly check for elevated permissions + * loader: Remove SEEK_END usage + * Rename LIB_SUFFIX to VULKAN_LIB_SUFFIX + * build: Update known-good files for 1.2.165 header + ------------------------------------------------------------------- Mon Dec 14 19:56:37 UTC 2020 - Jan Engelhardt diff --git a/vulkan-headers.spec b/vulkan-headers.spec index 07bb7f7..e9253f3 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -21,13 +21,13 @@ # Consider only updating the sources in lockstep. # Name: vulkan-headers -Version: 1.2.162.0 +Version: 1.2.165 Release: 0 Summary: Vulkan C and C++ API header files License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Headers -Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/v%version.tar.gz BuildRequires: cmake >= 2.8.11 BuildArch: noarch Requires: pkgconfig(wayland-client) @@ -45,7 +45,7 @@ This package contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -n Vulkan-Headers-sdk-%version +%autosetup -n Vulkan-Headers-%version %build %cmake \