From 8a7b9073531eb9da676d0bb95a075cc8fb45a870 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 17 Jan 2024 23:23:24 +0000 Subject: [PATCH] Rebuilt for TBB 2021.11 --- opencv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index f70f8f5..ad420bd 100644 --- a/opencv.spec +++ b/opencv.spec @@ -70,7 +70,7 @@ Version: 4.8.1 %global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} ) %global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} ) %global abiver %(echo %{majorver}%{padding}%{minorver} ) -Release: 4%{?dist} +Release: 5%{?dist} Summary: Collection of algorithms for computer vision # This is normal three clause BSD. License: BSD-3-Clause and Apache-2.0 and ISC @@ -568,6 +568,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope %changelog +* Wed Jan 17 2024 Jonathan Wakely - 4.8.1-5 +- Rebuilt for TBB 2021.11 + * Thu Jan 11 2024 Benjamin A. Beasley - 4.8.1-4 - Backport support for protobuf v22 and later from opencv 4.9.0