Blame SPECS/ocl-icd.spec

619793
Name:           ocl-icd
619793
Version:        2.2.13
619793
Release:        4%{?dist}
619793
Summary:        OpenCL Library (Installable Client Library) Bindings
619793
619793
License:        BSD
619793
URL:            https://github.com/OCL-dev/%{name}/
619793
Source0:        https://github.com/OCL-dev/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
619793
619793
BuildRequires:  gcc
619793
BuildRequires:  automake
619793
BuildRequires:  autoconf
619793
BuildRequires:  make
619793
BuildRequires:  libtool
619793
BuildRequires:  opencl-headers
619793
BuildRequires:  ruby rubygems
619793
619793
%description
619793
%{summary}.
619793
619793
%package devel
619793
Summary:        OpenCL Library Development files
619793
Requires:       %{name}%{?_isa} = %{version}-%{release}
619793
Requires:       opencl-headers
619793
619793
%description devel
619793
This package contains the development files for the OpenCL ICD bindings.
619793
619793
%prep
619793
%autosetup
619793
619793
%build
619793
autoreconf -vfi
619793
%configure
619793
%make_build
619793
619793
%install
619793
%make_install
619793
rm -vf %{buildroot}%{_libdir}/*.la
619793
rm -vrf %{buildroot}%{_defaultdocdir}
619793
619793
%check
619793
make check
619793
619793
%ldconfig_scriptlets
619793
619793
%files
619793
%license COPYING
619793
%doc NEWS README
619793
%{_libdir}/libOpenCL.so.*
619793
619793
%files devel
619793
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
619793
%{_includedir}/ocl_icd.h
619793
%{_libdir}/libOpenCL.so
619793
%{_libdir}/pkgconfig/%{name}.pc
619793
%{_libdir}/pkgconfig/OpenCL.pc
619793
619793
%changelog
619793
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.13-4
619793
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
619793
  Related: rhbz#1991688
619793
619793
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.13-3
619793
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
619793
619793
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.13-2
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
619793
619793
* Tue Oct 06 2020 Dave Airlie <airlied@redhat.com> - 2.2.13-1
619793
- update to 2.2.13
619793
619793
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-10
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
619793
619793
* Fri Feb 07 2020 Dave Airlie <airlied@redhat.com> - 2.2.12-9
619793
- Fix build with gcc10
619793
619793
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-8
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
619793
619793
* Sat Aug 31 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.12-7
619793
- Drop Recommends for OCL implementations
619793
619793
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-6
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
619793
619793
* Thu Jul 11 2019 Adam Jackson <ajax@redhat.com> - 2.2.12-5
619793
- Drop Recommends: beignet, retired in F30+
619793
619793
* Sat Mar 30 2019 Dave Airlie <airlied@redhat.com> - 2.2.12-4
619793
- Update ocl icd names (#1653503)
619793
619793
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-3
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
619793
619793
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-2
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
619793
619793
* Fri Mar 23 2018 Simone Caronni <negativo17@gmail.com> - 2.2.12-1
619793
- Update to 2.2.12, adds OpenCL 2.2 support.
619793
619793
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-5
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
619793
619793
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-4
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
619793
619793
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-3
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
619793
619793
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.11-2
619793
- Add Recommends for all OpenCL implementations
619793
619793
* Fri Jan 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.11-1
619793
- Update to 2.2.11 (RHBZ #1415150)
619793
619793
* Sun Dec 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.2.10-1
619793
- Update to 2.2.10
619793
619793
* Mon Nov 21 2016 Orion Poplawski <orion@cora.nwra.com> - 2.2.9-3
619793
- Drop unneeded BR on rubypick
619793
619793
* Wed Aug 31 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.2.9-2
619793
- Rebuild for OpenCL 2.1
619793
619793
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.2.9-1
619793
- Update to 2.2.9
619793
- Drop requires for opencl-icd
619793
619793
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 2.2.8-3.git20151217.0122332
619793
- add Requires for virtual Provides: opencl-icd (RHBZ #1317600)
619793
- add rubygems and rubypick to BuildRequires
619793
619793
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-2.git20151217.0122332
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
619793
619793
* Mon Dec 21 2015 François Cami <fcami@fedoraproject.org> - 2.2.8-1.git20151217.0122332
619793
- Update to 2.2.8.
619793
619793
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.7-2.git20150606.ebbc4c1
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
619793
619793
* Tue Jun 09 2015 François Cami <fcami@fedoraproject.org> - 2.2.7-1.git20150609.ebbc4c1
619793
- Update to 2.2.7.
619793
619793
* Sun Jun 07 2015 François Cami <fcami@fedoraproject.org> - 2.2.5-1.git20150606.de64dec
619793
- Update to 2.2.5 (de64dec).
619793
619793
* Mon May 18 2015 Fabian Deutsch <fabiand@fedorproject.org> - 2.2.4-1.git20150518.7c94f4a
619793
- Update to 2.2.4 (7c94f4a)
619793
619793
* Mon Jan 05 2015 François Cami <fcami@fedoraproject.org> - 2.2.3-1.git20141005.7cd0c2f
619793
- Update to 2.2.3 (7cd0c2f).
619793
619793
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-3.git20131001.4ee231e
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
619793
619793
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2.git20131001.4ee231e
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
619793
619793
* Tue Oct 01 2013 Björn Esser <bjoern.esser@gmail.com> - 2.0.4-1.git20131001.4ee231e
619793
- update to recent git-snapshot
619793
- general cleanup, squashed unneeded BuildRequires
619793
- cleanup the %%doc mess.
619793
- add %%check for running the testsuite
619793
619793
* Wed Aug 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
619793
- Specfile cleanup
619793
619793
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
619793
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
619793
619793
* Fri Mar 08 2013 Rob Clark <rclark@redhat.com> 2.0.2-1
619793
- ocl-icd 2.0.2