Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 09:33:06 +02:00 committed by Tomáš Hrnčiar
parent 95176bb413
commit 6b89fb12ba
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Name: opencv
Version: 4.5.5
%global javaver %(foo=%{version}; echo ${foo//./})
%global abiver %(foo=%{version}; echo ${foo:0:3})
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@ -488,6 +488,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 4.5.5-9
- Rebuilt for Python 3.11
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 4.5.5-8
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0