1
0
forked from pool/spirv-headers

Accepting request 732547 from home:ukbeast89:branches:X11:Wayland

- Update to new release 1.5.1
  * Add SPV_KHR_physical_storage_buffer

OBS-URL: https://build.opensuse.org/request/show/732547
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-headers?expand=0&rev=36
This commit is contained in:
Jan Engelhardt 2019-09-28 04:31:16 +00:00 committed by Git OBS Bridge
parent 9976acf271
commit dbdd868e50
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -16,19 +16,19 @@
# #
%define version_unconverted 1.4.1.g36 %define version_unconverted 1.5.1
Name: spirv-headers Name: spirv-headers
Version: 1.4.1.g36 Version: 1.5.1
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: %name-%version.tar.xz Source: SPIRV-Headers-%version.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build
BuildRequires: cmake >= 2.8 BuildRequires: cmake >= 2.8
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -43,7 +43,7 @@ registry. This includes:
* The XML registry file. * The XML registry file.
%prep %prep
%setup -q %setup -n SPIRV-Headers-%version
%build %build
# Because Khronos does not know what DESTDIR is. # Because Khronos does not know what DESTDIR is.