forked from pool/vulkan-loader
Accepting request 859204 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/859204 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=78
This commit is contained in:
parent
f2358c5751
commit
e57373b297
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd
|
|
||||||
size 1422604
|
|
3
v1.2.165.tar.gz
Normal file
3
v1.2.165.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cee0bca20c1665d944bdb310795e92401062228012f503e0b89d1ca5ac9a85d2
|
||||||
|
size 1422961
|
@ -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 20:25:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 14 20:25:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
# Only pick versions released as /^sdk-.*/ tags
|
# Only pick versions released as /^sdk-.*/ tags
|
||||||
%define lname libvulkan1
|
%define lname libvulkan1
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.2.162.0
|
Version: 1.2.165
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
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
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting
|
|||||||
to make use of Vulkan.
|
to make use of Vulkan.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Vulkan-Loader-sdk-%version
|
%autosetup -p1 -n Vulkan-Loader-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user