diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz deleted file mode 100644 index 0057427..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:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd -size 1422604 diff --git a/v1.2.165.tar.gz b/v1.2.165.tar.gz new file mode 100644 index 0000000..433a994 --- /dev/null +++ b/v1.2.165.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee0bca20c1665d944bdb310795e92401062228012f503e0b89d1ca5ac9a85d2 +size 1422961 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index c40bf42..7092bd5 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.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 20:25:20 UTC 2020 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 13ea4e7..c6b303b 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,13 +19,13 @@ # Only pick versions released as /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.162.0 +Version: 1.2.165 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/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 @@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-sdk-%version +%autosetup -p1 -n Vulkan-Loader-%version %build %cmake \