From dbdd868e509cdaf186b201d9e612bf478e5a878cada8a6de0dd2c6f33b456c19 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Sep 2019 04:31:16 +0000 Subject: [PATCH 1/2] 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 --- SPIRV-Headers-1.5.1.tar.gz | 3 +++ spirv-headers-1.4.1.g36.tar.xz | 3 --- spirv-headers.spec | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 SPIRV-Headers-1.5.1.tar.gz delete mode 100644 spirv-headers-1.4.1.g36.tar.xz diff --git a/SPIRV-Headers-1.5.1.tar.gz b/SPIRV-Headers-1.5.1.tar.gz new file mode 100644 index 0000000..43b3ada --- /dev/null +++ b/SPIRV-Headers-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a39223fc1fb123db7a70d3208f12e34287fd693aca6c23858d04060b5ce99e0 +size 368579 diff --git a/spirv-headers-1.4.1.g36.tar.xz b/spirv-headers-1.4.1.g36.tar.xz deleted file mode 100644 index a3c09f8..0000000 --- a/spirv-headers-1.4.1.g36.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:707466863ea1136e81291fb2a7eda6e5b5d6c756a15e6bb725766dbdd2159754 -size 114872 diff --git a/spirv-headers.spec b/spirv-headers.spec index 9f6ee90..3bafffc 100644 --- a/spirv-headers.spec +++ b/spirv-headers.spec @@ -16,19 +16,19 @@ # -%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 -Source: %name-%version.tar.xz +Source: SPIRV-Headers-%version.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -42,8 +42,8 @@ registry. This includes: set, and for the GLSL.std.450 extended instruction set. * The XML registry file. -%prep -%setup -q +%prep +%setup -n SPIRV-Headers-%version %build # Because Khronos does not know what DESTDIR is. From 8ba964b32c1f149f9ae379599faded46a16aca8cb14a2cf6373c37b4ae3bacf1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Sep 2019 04:33:56 +0000 Subject: [PATCH 2/2] - Update to release 1.5.1 * No change from last snapshot, just a version bump. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-headers?expand=0&rev=37 --- SPIRV-Headers-1.5.1.tar.gz => 1.5.1.tar.gz | 0 _service | 15 --------------- spirv-headers.changes | 6 ++++++ spirv-headers.spec | 10 ++++------ 4 files changed, 10 insertions(+), 21 deletions(-) rename SPIRV-Headers-1.5.1.tar.gz => 1.5.1.tar.gz (100%) delete mode 100644 _service diff --git a/SPIRV-Headers-1.5.1.tar.gz b/1.5.1.tar.gz similarity index 100% rename from SPIRV-Headers-1.5.1.tar.gz rename to 1.5.1.tar.gz diff --git a/_service b/_service deleted file mode 100644 index fd03de6..0000000 --- a/_service +++ /dev/null @@ -1,15 +0,0 @@ - - - git - https://github.com/KhronosGroup/SPIRV-Headers - spirv-headers - e4322e3be589e1ddd44afb20ea842a977c1319b8 - 1.4.1 - 1.4.1.g@TAG_OFFSET@ - - - *.tar - xz - - - diff --git a/spirv-headers.changes b/spirv-headers.changes index c62471e..70041d6 100644 --- a/spirv-headers.changes +++ b/spirv-headers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 28 04:32:28 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/spirv-headers.spec b/spirv-headers.spec index 3bafffc..ac94e30 100644 --- a/spirv-headers.spec +++ b/spirv-headers.spec @@ -24,11 +24,10 @@ 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: SPIRV-Headers-%version.tar.gz +Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/%version.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -43,7 +42,7 @@ registry. This includes: * The XML registry file. %prep -%setup -n SPIRV-Headers-%version +%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