Accepting request 733818 from X11:Wayland
- Update to new upstream release 1.1.123 OBS-URL: https://build.opensuse.org/request/show/733818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-headers?expand=0&rev=10
This commit is contained in:
commit
7b572823ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d83bd4d19660b4b4a815c14a1dfa3d467b730f0679cacb0df2faa7cea521a6b7
|
||||
size 461288
|
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-Headers</param>
|
||||
<param name="revision">v1.1.120</param>
|
||||
<param name="parent-tag">v1.1.120</param>
|
||||
<param name="versionformat">1.1.120</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>
|
3
v1.1.123.tar.gz
Normal file
3
v1.1.123.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa58ddcf972f05d26bdfa50ac689022b77baf101317258ac146393ef47741581
|
||||
size 648646
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 21:57:55 UTC 2019 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
- Update to new upstream release 1.1.123
|
||||
* Update headers in accordance with 1.1.123 specification.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 08:24:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.120
|
||||
%define version_unconverted 1.1.123
|
||||
Name: vulkan-headers
|
||||
Version: 1.1.120
|
||||
Version: 1.1.123
|
||||
Release: 0
|
||||
Summary: Vulkan C and C++ API header files
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||
Source: Vulkan-Headers-%version.tar.xz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/v%version.tar.gz
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildArch: noarch
|
||||
Requires: pkgconfig(wayland-client)
|
||||
@ -42,7 +42,7 @@ This package contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%setup -qn Vulkan-Headers-%version
|
||||
%autosetup -n Vulkan-Headers-%version
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user