This commit is contained in:
Sérgio M. Basto 2021-01-06 22:45:59 +00:00
parent e4409834fe
commit d1fe18d80a
1 changed files with 4 additions and 3 deletions

View File

@ -44,9 +44,7 @@
%bcond_without java
%bcond_without vulkan
%ifarch ppc64le
%define _lto_cflags %{nil}
%endif
%global srcname opencv
%global abiver 4.3
@ -60,7 +58,7 @@
Name: opencv
Version: 4.3.0
%global javaver %(foo=%{version}; echo ${foo//./})
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@ -484,6 +482,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
* Tue Jan 05 2021 Sérgio Basto <sergio@serjux.com> - 4.3.0-10
- disable lto (#1910121)
* Thu Dec 24 2020 Sérgio Basto <sergio@serjux.com> - 4.3.0-9
- Fix build of grfmt_jpeg2000.cpp