From 6e0dae8e45f3627820992e58f5d69e3dcc461cdb5454729b423b8733a776c0b8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 Feb 2021 14:20:56 +0000 Subject: [PATCH] Accepting request 863363 from home:jengelh:branches:X11:Wayland - Update to release 2020-01-25 OBS-URL: https://build.opensuse.org/request/show/863363 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=17 --- spirv-cross-2020-06-29.tar.gz | 3 --- spirv-cross-2021-01-15.tar.gz | 3 +++ spirv-cross.changes | 7 +++++++ spirv-cross.spec | 14 +++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 spirv-cross-2020-06-29.tar.gz create mode 100644 spirv-cross-2021-01-15.tar.gz diff --git a/spirv-cross-2020-06-29.tar.gz b/spirv-cross-2020-06-29.tar.gz deleted file mode 100644 index 7caa1ad..0000000 --- a/spirv-cross-2020-06-29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29523168867fcfa55b03a65970a8572be67e37accb08ce1051b2d3ae19011452 -size 1338118 diff --git a/spirv-cross-2021-01-15.tar.gz b/spirv-cross-2021-01-15.tar.gz new file mode 100644 index 0000000..48b1cc6 --- /dev/null +++ b/spirv-cross-2021-01-15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d700863b548cbc7f27a678cee305f561669a126eb2cc11d36a7023dfc462b9c4 +size 1444164 diff --git a/spirv-cross.changes b/spirv-cross.changes index 35ffd9c..7de2d9a 100644 --- a/spirv-cross.changes +++ b/spirv-cross.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 15 13:10:46 UTC 2021 - Jan Engelhardt + +- Update to release 2020-01-25 + * GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. + * Support pull-model interpolation on MSL 2.3+. + ------------------------------------------------------------------- Tue Jul 7 22:19:53 UTC 2020 - Mia Herkt diff --git a/spirv-cross.spec b/spirv-cross.spec index d2786f3..aa5e0c7 100644 --- a/spirv-cross.spec +++ b/spirv-cross.spec @@ -1,7 +1,7 @@ # # spec file for package spirv-cross # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,22 @@ # -%define _ver 2020-06-29 -%define _libver 0.35.0 +%define _ver 2021-01-15 +%define _libver 0.44.0 %define _sover 0 %define _libname libspirv-cross-c-shared %define _libpkg %{_libname}%{_sover} %define __builder ninja Name: spirv-cross -Version: 20200629 +Version: 20210115 Release: 0 Summary: Tool and library for SPIR-V reflection and disassembly -License: Apache-2.0 +License: Apache-2.0 OR MIT Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/SPIRV-Cross Source0: https://github.com/KhronosGroup/SPIRV-Cross/archive/%{_ver}.tar.gz#/%{name}-%{_ver}.tar.gz BuildRequires: c++_compiler -BuildRequires: cmake +BuildRequires: cmake >= 3 BuildRequires: ninja BuildRequires: pkgconfig @@ -70,7 +70,7 @@ SPIRV-Cross is a tool and library designed for parsing and converting SPIR-V to other shader languages. %prep -%setup -q -n SPIRV-Cross-%{_ver} +%autosetup -p1 -n SPIRV-Cross-%{_ver} sed -i 's,${CMAKE_INSTALL_PREFIX}/lib,%{_libdir},;s,/share/pkgconfig,/%{_lib}/pkgconfig,;s,DESTINATION lib,DESTINATION %{_lib},g' CMakeLists.txt %build