Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package intel-graphics-compiler for
openSUSE:Factory checked in at 2026-03-23 17:11:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-graphics-compiler (Old)
and /work/SRC/openSUSE:Factory/.intel-graphics-compiler.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-graphics-compiler"
Mon Mar 23 17:11:57 2026 rev:21 rq:1341894 version:2.30.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/intel-graphics-compiler/intel-graphics-compiler.changes
2025-11-13 17:30:41.171558827 +0100
+++
/work/SRC/openSUSE:Factory/.intel-graphics-compiler.new.8177/intel-graphics-compiler.changes
2026-03-23 17:12:26.915380587 +0100
@@ -1,0 +2,17 @@
+Sun Mar 22 20:27:28 UTC 2026 - Patrik Jakobsson <[email protected]>
+
+- Remove release-keys.asc
+
+-------------------------------------------------------------------
+Fri Mar 20 14:23:55 UTC 2026 - Patrik Jakobsson <[email protected]>
+
+- Update to 2.30.1
+ * No changelog was made available
+- Update opencl_clang to 7161d7c6
+- Update spirv_llvm_translator to de396f26
+- Update vc_intrinsics v0.25.0
+- Remove the _services file and specify tarballs in specfile instead
+- Remove 0001-Include-cstdint-where-needed.patch
+ * No longer needed
+
+-------------------------------------------------------------------
Old:
----
0001-Include-cstdint-where-needed.patch
SPIRV-LLVM-Translator-16.0.18+git0.g138e75c3.obscpio
SPIRV-LLVM-Translator.obsinfo
_service
intel-graphics-compiler-2.20.3+git0.ge4d4ac078.obscpio
intel-graphics-compiler.obsinfo
llvm-project-16.0.6.src.tar.xz
opencl-clang-16.0.5+git0.g4361173.obscpio
opencl-clang.obsinfo
release-keys.asc
vc-intrinsics-0.23.4+git0.gdb261bc.obscpio
vc-intrinsics.obsinfo
New:
----
llvm-project.tar.gz
opencl-clang.tar.gz
spirv-llvm-translator.tar.gz
v2.30.1.tar.gz
vc-intrinsics.tar.gz
----------(Old B)----------
Old:- Remove the _services file and specify tarballs in specfile instead
- Remove 0001-Include-cstdint-where-needed.patch
* No longer needed
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-graphics-compiler.spec ++++++
--- /var/tmp/diff_new_pack.o9wYMl/_old 2026-03-23 17:12:32.391608674 +0100
+++ /var/tmp/diff_new_pack.o9wYMl/_new 2026-03-23 17:12:32.395608840 +0100
@@ -1,7 +1,7 @@
#
# spec file for package intel-graphics-compiler
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,29 @@
#
+%global llvm_ref llvmorg-16.0.6
+%global opencl_clang_ref 7161d7c6
+%global spirv_llvm_translator_ref de396f26
+%global vc_intrinsics_ref v0.25.0
+
%global llvm_version 16.0.6
%global llvm_major %gsub %{llvm_version} %{quote:%..+} %{quote: }
-%global so_version 2.20.3+0
-%global so_major %gsub %{so_version} %{quote:%..+} %{quote: }
Name: intel-graphics-compiler
-Version: 2.20.3
+Version: 2.30.1
Release: 0%{?dist}
Summary: Intel Graphics Compiler for OpenCL
License: MIT
Group: Development/Libraries/C and C++
URL: http://github.com/intel/intel-graphics-compiler
-Source0:
https://github.com/llvm/llvm-project/releases/download/llvmorg-%{llvm_version}/llvm-project-%{llvm_version}.src.tar.xz
-Source1: https://releases.llvm.org/release-keys.asc
-Patch0: 0001-Include-cstdint-where-needed.patch
-Patch1: 0001-Replace-ciso646-with-version.patch
-Patch2: 0003-Empty-check-before-vector-use.patch
-Patch3: 0001-Remove-rpath.patch
+Source0:
https://github.com/intel/intel-graphics-compiler/archive/v%{version}.tar.gz
+Source1:
https://github.com/intel/opencl-clang/archive/%{opencl_clang_ref}/opencl-clang.tar.gz
+Source2:
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/%{spirv_llvm_translator_ref}/spirv-llvm-translator.tar.gz
+Source3:
https://github.com/llvm/llvm-project/archive/%{llvm_ref}/llvm-project.tar.gz
+Source4:
https://github.com/intel/vc-intrinsics/archive/%{vc_intrinsics_ref}/vc-intrinsics.tar.gz
+Patch0: 0001-Replace-ciso646-with-version.patch
+Patch1: 0003-Empty-check-before-vector-use.patch
+Patch2: 0001-Remove-rpath.patch
BuildRequires: bison
BuildRequires: cmake
BuildRequires: flex
@@ -112,23 +117,25 @@
%prep
mkdir llvm-project
-tar -xJf %{_sourcedir}/llvm-project-%{llvm_version}.src.tar.xz -C llvm-project
--strip-components=1
+tar -xzf %{_sourcedir}/llvm-project.tar.gz -C llvm-project --strip-components=1
pushd llvm-project
%patch -P 0 -p1
-%patch -P 1 -p1
-%patch -P 3 -p1
+%patch -P 2 -p1
popd
-mv %{_sourcedir}/vc-intrinsics*/ vc-intrinsics
+mkdir vc-intrinsics
+tar -xzf %{_sourcedir}/vc-intrinsics.tar.gz -C vc-intrinsics
--strip-components=1
pushd llvm-project/llvm/projects
-mv %{_sourcedir}/opencl-clang*/ opencl-clang
-mv %{_sourcedir}/SPIRV-LLVM-Translator*/ llvm-spirv
+mkdir opencl-clang llvm-spirv
+tar -xzf %{_sourcedir}/opencl-clang.tar.gz -C opencl-clang --strip-components=1
+tar -xzf %{_sourcedir}/spirv-llvm-translator.tar.gz -C llvm-spirv
--strip-components=1
popd
-mv %{_sourcedir}/intel-graphics-compiler*/ igc
+mkdir igc
+tar -xzf %{_sourcedir}/v%{version}.tar.gz -C igc --strip-components=1
pushd igc
-%patch -P 2 -p1
+%patch -P 1 -p1
popd
%build