From 6a41b2a5328d996a84dbf5021c09ea89a3ab6f09 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 31 Mar 2021 15:12:55 +0200 Subject: [PATCH] Update changelog --- opencv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index fda3980..4b7fefe 100644 --- a/opencv.spec +++ b/opencv.spec @@ -58,7 +58,7 @@ Name: opencv Version: 4.5.1 %global javaver %(foo=%{version}; echo ${foo//./}) %global abiver %(foo=%{version}; echo ${foo:0:3}) -Release: 7%{?dist} +Release: 8%{?dist} Summary: Collection of algorithms for computer vision # This is normal three clause BSD. License: BSD @@ -486,6 +486,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope %{_libdir}/libopencv_xphoto.so.%{abiver}* %changelog +* Wed Mar 31 2021 Nicolas Chauvet - 4.5.1-8 +- Disable tests for now + * Tue Mar 30 2021 Jonathan Wakely - 4.5.1-7 - Rebuilt for removed libstdc++ symbol (#1937698)