1
0

Compare commits

...

7 Commits

Author SHA256 Message Date
Ana Guerrero
b4deba3725 Accepting request 1233209 from X11:Wayland
- Update to tag 1.4.304

OBS-URL: https://build.opensuse.org/request/show/1233209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=8
2024-12-26 11:23:32 +00:00
OBS User unknown
4f07d58b73 [info=d7a6a8845e5b527ed9efce53862e0a8b883e6ea6f49c94deab2c54d01814c5dc]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=17
2024-12-24 02:27:02 +00:00
Ana Guerrero
dba03b5c6e 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
2024-10-09 20:12:12 +00:00
OBS User unknown
d84620eaac [info=0824ce4a9b5a72b166c4e820e8b83eaec21bf358bcdc26a7abdf289a719a7e2f]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=16
2024-10-08 17:09:16 +00:00
Dominique Leuenberger
539a6b42e3 Accepting request 1189194 from X11:Wayland
- Update to release SDK-1.3.290

OBS-URL: https://build.opensuse.org/request/show/1189194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-utility-libraries?expand=0&rev=6
2024-07-24 13:31:23 +00:00
1829d2fd8b [info=b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=15
2024-07-23 05:12:29 +00:00
8b2b211b13 [info=623f22a90e0ceec499021e0f70da91e1a61a65ba321150a58646fd1173174d87]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=14
2024-06-27 08:33:38 +00:00
6 changed files with 37 additions and 11 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1735007203
commit: d7a6a8845e5b527ed9efce53862e0a8b883e6ea6f49c94deab2c54d01814c5dc
url: https://src.opensuse.org/jengelh/vulkan-utility-libraries
revision: master

3
build.specials.obscpio Normal file
View File

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

BIN
v1.4.304.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 24 02:26:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to tag 1.4.304
* No changelog was provided
-------------------------------------------------------------------
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>
- Update to release SDK-1.3.290
* safe_struct: Make FreePnextChain() non-recursive
* Better declare GetObjectType()'s lack of 32-bit support
-------------------------------------------------------------------
Thu May 16 12:31:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,24 +16,24 @@
#
%define lname libVulkanLayerSettings-1_3_283_0
%define lname libVulkanLayerSettings-1_4_304
Name: vulkan-utility-libraries
Version: 1.3.283.0
Version: 1.4.304
Release: 0
Summary: Utility libraries for Vulkan
License: Apache-2.0
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.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/v%version.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
BuildRequires: cmake >= 3.17.2
BuildRequires: pkg-config
BuildRequires: vulkan-headers >= 1.3.280
BuildRequires: vulkan-headers >= %version
Obsoletes: vulkan < %version-%release
Provides: vulkan = %version-%release
@ -65,13 +65,13 @@ configuration code for various SDK layer deliverables.
This package contains the headers and build system integration.
%prep
%autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%version
%autosetup -p1 -n Vulkan-Utility-Libraries-%version
find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} +
%build
%if 0%{?suse_version} && 0%{?suse_version} < 1599
# Need something that knows <filesystem>
export CC=gcc-11 CXX=g++-11
export CC=gcc-12 CXX=g++-12
%endif
%cmake
%cmake_build