Accepting request 859202 from home:dirkmueller:branches:X11:Wayland

- 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

OBS-URL: https://build.opensuse.org/request/show/859202
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=66
This commit is contained in:
Jan Engelhardt 2021-01-18 15:06:58 +00:00 committed by Git OBS Bridge
parent 29fc41466b
commit 3dde0ea73d
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb0f6a79ac38e137f55a0e13641140e63b765c8ec717a65bf3904614ef754365
size 853014

3
v1.2.165.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f9435a93ba13d94d0c3265a47e0436579e46bb9ca085e9b16a753458e4d79d2
size 861347

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 29 12:32:48 UTC 2020 - Dirk Müller <dmueller@suse.com>
- 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 <jengelh@inai.de>

View File

@ -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 \