Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocl-icd: update to 2.3.2 #11706

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/ocl-icd/ocl-icd.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"ocl-icd-2.2.13.tar.gz": "f85d59f3e8327f15637b91e4ae8df0829e94daeff68c647b2927b8376b1f8d92"
"ocl-icd-2.3.2.tar.gz": "ec47d7dcd961ea06695b067e8b7edb82e420ddce03e0081a908c62fd0b8535c5"
}
}
19 changes: 15 additions & 4 deletions SPECS-EXTENDED/ocl-icd/ocl-icd.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux

Name: ocl-icd
Version: 2.2.13
Release: 2%{?dist}
Version: 2.3.2
Release: 1%{?dist}
Summary: OpenCL Library (Installable Client Library) Bindings

License: BSD
License: BSD-2-Clause
URL: https://github.com/OCL-dev/%{name}/
Source0: https://github.com/OCL-dev/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

BuildRequires: gcc
BuildRequires: automake
Expand All @@ -16,6 +17,8 @@ BuildRequires: make
BuildRequires: libtool
BuildRequires: opencl-headers
BuildRequires: ruby rubygems
BuildRequires: asciidoc
BuildRequires: xmlto

%description
%{summary}.
Expand Down Expand Up @@ -50,15 +53,21 @@ make check
%license COPYING
%doc NEWS README
%{_libdir}/libOpenCL.so.*
%{_mandir}/man7/libOpenCL*.7.*

%files devel
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
%{_includedir}/ocl_icd.h
%{_bindir}/cllayerinfo
%{_libdir}/libOpenCL.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/OpenCL.pc

%changelog
* Tue Dec 24 2024 Durga Jagadeesh Palli <[email protected]> - 2.3.2-1
- Update to 2.3.2
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 2.2.13-2
- Initial CBL-Mariner import from Fedora 33 (license: MIT).

Expand Down Expand Up @@ -168,3 +177,5 @@ make check

* Fri Mar 08 2013 Rob Clark <[email protected]> 2.0.2-1
- ocl-icd 2.0.2

## END: Generated by rpmautospec
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14952,8 +14952,8 @@
"type": "other",
"other": {
"name": "ocl-icd",
"version": "2.2.13",
"downloadUrl": "https://github.com/OCL-dev/ocl-icd/archive/v2.2.13/ocl-icd-2.2.13.tar.gz"
"version": "2.3.2",
"downloadUrl": "https://github.com/OCL-dev/ocl-icd/archive/v2.3.2/ocl-icd-2.3.2.tar.gz"
}
}
},
Expand Down