1
0
forked from pool/spirv-cross

Accepting request 870910 from X11:Wayland

- Update to release 2020-01-25 (forwarded request 863363 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/870910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-cross?expand=0&rev=7
This commit is contained in:
Richard Brown 2021-03-30 19:03:12 +00:00 committed by Git OBS Bridge
commit e2aa8f6af7
4 changed files with 17 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 15 13:10:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- 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 <mia@0x0.st>

View File

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