Rebuilt for Python 3.10
This commit is contained in:
parent
3e129d6efd
commit
23acf4b4a3
@ -52,7 +52,7 @@ Name: opencv
|
|||||||
Version: 4.5.2
|
Version: 4.5.2
|
||||||
%global javaver %(foo=%{version}; echo ${foo//./})
|
%global javaver %(foo=%{version}; echo ${foo//./})
|
||||||
%global abiver %(foo=%{version}; echo ${foo:0:3})
|
%global abiver %(foo=%{version}; echo ${foo:0:3})
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Collection of algorithms for computer vision
|
Summary: Collection of algorithms for computer vision
|
||||||
# This is normal three clause BSD.
|
# This is normal three clause BSD.
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -479,6 +479,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|||||||
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.5.2-6
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 4.5.2-5
|
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 4.5.2-5
|
||||||
- Rebuild (gdal)
|
- Rebuild (gdal)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user