From 43debaf2069c0bdc4722d76fbdecdb5bbedcd0a5 Mon Sep 17 00:00:00 2001 From: "zhongling.h" Date: Mon, 19 Feb 2024 09:13:34 +0000 Subject: [PATCH] rebuild with tbb-2021.11.0 --- opencv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 28906ac..09d9e95 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,4 +1,4 @@ -%define anolis_release 10 +%define anolis_release 11 %undefine __cmake_in_source_build %bcond_with tests @@ -443,6 +443,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope %{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}} %changelog +* Mon Feb 19 2024 zhongling.h - 4.7.0-11 +- rebuild with tbb-2021.11.0 + * Thu Dec 28 2023 Chunmei Xu - 4.7.0-10 - correct source files -- Gitee