1
0
forked from pool/spirv-headers

Accepting request 733816 from X11:Wayland

- Update to release 1.5.1

OBS-URL: https://build.opensuse.org/request/show/733816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-headers?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2019-10-07 11:36:21 +00:00 committed by Git OBS Bridge
commit c0f0f36a44
5 changed files with 16 additions and 27 deletions

3
1.5.1.tar.gz Normal file
View File

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

View File

@ -1,15 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/SPIRV-Headers</param>
<param name="filename">spirv-headers</param>
<param name="revision">e4322e3be589e1ddd44afb20ea842a977c1319b8</param>
<param name="parent-tag">1.4.1</param>
<param name="versionformat">1.4.1.g@TAG_OFFSET@</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>

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 28 04:32:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5.1
* No change from last snapshot, just a version bump.
-------------------------------------------------------------------
Wed Aug 21 07:26:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,19 +16,18 @@
#
%define version_unconverted 1.4.1.g36
%define version_unconverted 1.5.1
Name: spirv-headers
Version: 1.4.1.g36
Version: 1.5.1
Release: 0
Summary: Machine-readable files from the SPIR-V registry
License: MIT
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: https://github.com/KhronosGroup/SPIRV-Headers/archive/%version.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -43,7 +42,7 @@ registry. This includes:
* The XML registry file.
%prep
%setup -q
%autosetup -n SPIRV-Headers-%version
%build
# Because Khronos does not know what DESTDIR is.
@ -57,8 +56,7 @@ popd
%fdupes %buildroot/%_prefix
%files
%defattr(-,root,root)
%_includedir/spirv/
%doc LICENSE
%license LICENSE
%changelog