Accepting request 998869 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/998869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-headers?expand=0&rev=30
This commit is contained in:
commit
22a6976f93
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="filename">spirv-headers</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/KhronosGroup/SPIRV-Headers</param>
|
||||||
|
<param name="revision">0bcc624</param>
|
||||||
|
<param name="parent-tag">sdk-1.3.224.0</param>
|
||||||
|
<param name="versionformat">1.6.1+sdk224+git@TAG_OFFSET@.%h</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46c49a0e49ea120138102b1dcb3778e5a4f2267c45b9e937810a4cf4fb889e3d
|
|
||||||
size 437011
|
|
3
spirv-headers-1.6.1+sdk224+git2.0bcc624.tar.xz
Normal file
3
spirv-headers-1.6.1+sdk224+git2.0bcc624.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56fa9060eb59f55ec140581352846a7f1b30839799e9c31c61a8a2cc5d3fb983
|
||||||
|
size 148800
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 22 23:25:58 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to 1.6.1+sdk224+git2.0bcc624
|
||||||
|
* Updated clspv reflection non-semantic instruction set
|
||||||
|
* Resolved missing update of spirv.bf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 15 13:21:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed Jun 15 13:21:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -24,14 +24,15 @@
|
|||||||
# and the independently increasing toolchain release number (216).
|
# and the independently increasing toolchain release number (216).
|
||||||
|
|
||||||
Name: spirv-headers
|
Name: spirv-headers
|
||||||
Version: 1.6.1+sdk216
|
Version: 1.6.1+sdk224+git2.0bcc624
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Machine-readable files from the SPIR-V registry
|
Summary: Machine-readable files from the SPIR-V registry
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/SPIRV-Headers
|
URL: https://github.com/KhronosGroup/SPIRV-Headers
|
||||||
|
|
||||||
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/sdk-1.3.216.0.tar.gz
|
#Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/sdk-1.3.216.0.tar.gz
|
||||||
|
Source: %name-%version.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -48,7 +49,7 @@ registry. This includes:
|
|||||||
* The XML registry file.
|
* The XML registry file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n SPIRV-Headers-sdk-1.3.216.0
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user