diff --git a/opencv.changes b/opencv.changes index dc97abd..f208174 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 23 16:54:49 UTC 2024 - Dirk Müller + +- fix build with python 3.13 (needs python-setuptools) + ------------------------------------------------------------------- Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria @@ -9,13 +14,13 @@ Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria - New layers and models support - Some existing layers have been fixed - Soft-NMS implementation - - Supported OpenVINO 2021.4.1 LTS release + - Supported OpenVINO 2021.4.1 LTS release ------------------------------------------------------------------- Mon Aug 30 09:20:06 UTC 2021 - Jan Engelhardt @@ -808,7 +813,7 @@ Sun Sep 13 16:55:46 UTC 2020 - Dirk Mueller * BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement * Enable Otsu thresholding for CV_16UC1 images * Add Stroke Width Transform algorithm for Text Detection - * Planned migration on Apache 2 license for next releases + * Planned migration on Apache 2 license for next releases - remove opencv-includedir.patch (obsolete) ------------------------------------------------------------------- diff --git a/opencv.spec b/opencv.spec index 79a2e18..22e2fed 100644 --- a/opencv.spec +++ b/opencv.spec @@ -83,6 +83,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} %else BuildRequires: python3-base +BuildRequires: python3-setuptools %endif BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0 BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0