Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"compute-runtime-25.18.33578.6.tar.gz": "f8e776dff6838d09b1f20fa65a8633d2144587b5c3700b886ff5ab809074de40"
"compute-runtime-25.40.35563.4.tar.gz": "fda80f91e246c7d54452b37bd85dfd41e5a5174040a8efd37f87d3d92ce53dbf"
}
}
7 changes: 5 additions & 2 deletions SPECS/intel-compute-runtime/intel-compute-runtime.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global neo_major 25
%global neo_minor 18
%global neo_build 33578.6
%global neo_minor 40
%global neo_build 35563.4

%global optflags %{optflags} -Wno-error=maybe-uninitialized

Expand Down Expand Up @@ -156,6 +156,9 @@ popd

%doc
%changelog
* Mon Mar 9 2026 Andy <andy.peng@intel.com> - 25.40.35563.4-1
- Update version to 25.40.35563.4.

* Mon Jul 21 2025 Swee Yee Fonn <swee.yee.fonn@intel.com> - 25.18.33578.6-1
- Update version to 25.18.33578.6.

Expand Down
2 changes: 1 addition & 1 deletion SPECS/intel-gmmlib/intel-gmmlib.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"intel-gmmlib-22.7.1.tar.gz": "3b84d993950069f0a9b0cc373e2f4b026b194d8fdfb2a8856490d17dadd1b5a5"
"intel-gmmlib-22.8.2.tar.gz": "2e43e538a002574f45d480a24e02297c960963dc7914b7328791d9836832ff43"
}
}

5 changes: 4 additions & 1 deletion SPECS/intel-gmmlib/intel-gmmlib.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: intel-gmmlib
Version: 22.7.1
Version: 22.8.2
Release: 1%{?dist}
Summary: Intel Graphics Memory Management Library
License: MIT
Expand Down Expand Up @@ -58,6 +58,9 @@ mkdir build && cd build
%{_libdir}/pkgconfig/igdgmm.pc

%changelog
* Tue Mar 10 2026 Andy <andy.peng@intel.com> - 22.8.2-1
- Upgraded to version 22.8.2.

* Fri Jul 11 2025 Liang Yang <liang1.yang@intel.com> - 22.7.1-1
- Upgraded to version 22.7.1.

Expand Down
7 changes: 5 additions & 2 deletions SPECS/spirv-headers/spirv-headers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


Name: spirv-headers
Version: 1.5.5
Release: 3%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: Header files from the SPIR-V registry

License: MIT
Expand Down Expand Up @@ -62,6 +62,9 @@ chmod a-x include/spirv/1.2/spirv.py
%{_datadir}/pkgconfig/SPIRV-Headers.pc

%changelog
* Tue Mar 10 2026 Andy Peng <andy.peng@intel.com> - 1.6.1-1
- Updating Spec to version 1.6.1.

* Thu Jul 24 2025 Swee Yee Fonn <swee.yee.fonn@intel.com> - 1.5.5-3
- Promote and upgrade to 2025.1 based on Fedora 41.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 file changed, 1 insertion(+)

diff --git a/headers/linux/if_xdp.h b/headers/linux/if_xdp.h
index a78a809..7c5168c 100644
index 2ecf792..236687d 100644
--- a/headers/linux/if_xdp.h
+++ b/headers/linux/if_xdp.h
@@ -104,6 +104,7 @@ struct xdp_desc {
@@ -111,6 +111,7 @@ struct xdp_desc {
__u64 addr;
__u32 len;
__u32 options;
Expand Down
2 changes: 1 addition & 1 deletion SPECS/xdp-tools/xdp-tools.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"xdp-tools-1.5.8.tar.gz": "9f6eb9f2275c2431f59a80a99549b27c66832a751dd03c5993c6bc3f5c724b25"
"xdp-tools-1.6.1.tar.gz": "e1c7b2c653a53d38d501ccc64915d0b8114176eb0a37a9a2611d993184088ee2"
}
}
8 changes: 6 additions & 2 deletions SPECS/xdp-tools/xdp-tools.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
%global _soversion 1.5.0
%global _soversion 1.6.0
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Name: xdp-tools
Version: 1.5.8
Version: 1.6.1
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
License: GPL-2.0-only
URL: https://github.com/xdp-project/%{name}
Source0: https://github.com/xdp-project/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz

BuildRequires: kernel-headers
BuildRequires: libbpf-devel
BuildRequires: elfutils-libelf-devel
BuildRequires: zlib-devel
Expand Down Expand Up @@ -148,6 +149,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc

%changelog
* Wed Mar 11 2026 Andy <andy.peng@intel.com> 1.6.1-1
- Version upgrade of xdp-tools from 1.5.8 to 1.6.1

* Wed Dec 10 2025 kintalix Jayanth <jayanthx.kintali@intel.com> 1.5.8-1
- Version upgrade of xdp-tools from 1.4.2 to 1.5.8

Expand Down
14 changes: 7 additions & 7 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7501,8 +7501,8 @@
"type": "other",
"other": {
"name": "intel-compute-runtime",
"version": "25.18.33578.6",
"downloadUrl": "https://github.com/intel/compute-runtime/archive/25.18.33578.6/compute-runtime-25.18.33578.6.tar.gz"
"version": "25.40.35563.4",
"downloadUrl": "https://github.com/intel/compute-runtime/archive/25.40.35563.4/compute-runtime-25.40.35563.4.tar.gz"
}
}
},
Expand All @@ -7511,8 +7511,8 @@
"type": "other",
"other": {
"name": "intel-gmmlib",
"version": "22.7.1",
"downloadUrl": "https://github.com/intel/gmmlib/archive/intel-gmmlib-22.7.1.tar.gz"
"version": "22.8.2",
"downloadUrl": "https://github.com/intel/gmmlib/archive/intel-gmmlib-22.8.2.tar.gz"
}
}
},
Expand Down Expand Up @@ -28966,7 +28966,7 @@
"type": "other",
"other": {
"name": "spirv-headers",
"version": "1.5.5",
"version": "1.6.1",
"downloadUrl": "https://github.com/KhronosGroup/SPIRV-Headers//archive/refs/tags/vulkan-sdk-1.4.309.0.tar.gz"
}
}
Expand Down Expand Up @@ -31021,8 +31021,8 @@
"type": "other",
"other": {
"name": "xdp-tools",
"version": "1.5.8",
"downloadUrl": "https://github.com/xdp-project/xdp-tools/releases/download/v1.5.8/xdp-tools-1.5.8.tar.gz"
"version": "1.6.1",
"downloadUrl": "https://github.com/xdp-project/xdp-tools/releases/download/v1.6.1/xdp-tools-1.6.1.tar.gz"
}
}
},
Expand Down
Loading