1
0

Accepting request 1206379 from X11:Wayland

- Update to release SDK-1.3.296

OBS-URL: https://build.opensuse.org/request/show/1206379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-10-09 20:12:12 +00:00 committed by Git OBS Bridge
commit dba03b5c6e
6 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,4 @@
mtime: 1721711694
commit: b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf
mtime: 1728407338
commit: 0824ce4a9b5a72b166c4e820e8b83eaec21bf358bcdc26a7abdf289a719a7e2f
url: https://src.opensuse.org/jengelh/vulkan-utility-libraries
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ba6abed7b1853cb57ad362a94bcb7f2ae3c99420806e9532018e0cc4714cc2e
oid sha256:d1184487e4baba9fb7bfb18c2ba415b3d96b4b2293d9514db5d0fc6cea1a1759
size 256

BIN
vulkan-sdk-1.3.290.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
vulkan-sdk-1.3.296.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 8 17:08:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296
* safestruct: Accessors for non trivial globals
-------------------------------------------------------------------
Tue Jul 23 05:11:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,9 +16,9 @@
#
%define lname libVulkanLayerSettings-1_3_290
%define lname libVulkanLayerSettings-1_3_296
Name: vulkan-utility-libraries
Version: 1.3.290
Version: 1.3.296
Release: 0
Summary: Utility libraries for Vulkan
License: Apache-2.0
@ -26,8 +26,8 @@ Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Patch1: shared.diff
%if 0%{?suse_version} && 0%{?suse_version} < 1599
BuildRequires: gcc11-c++
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc12-c++
%else
BuildRequires: c++_compiler
%endif