Rebuilt
This commit is contained in:
parent
964c2286f1
commit
69d8bc93aa
@ -74,7 +74,7 @@ Version: 4.7.0
|
|||||||
%global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
|
%global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
|
||||||
%global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
|
%global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
|
||||||
%global abiver %(echo %{majorver}%{padding}%{minorver} )
|
%global abiver %(echo %{majorver}%{padding}%{minorver} )
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Collection of algorithms for computer vision
|
Summary: Collection of algorithms for computer vision
|
||||||
# This is normal three clause BSD.
|
# This is normal three clause BSD.
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -521,6 +521,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|||||||
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
|
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2023 Nicolas Chauvet <kwizart@gmail.com> - 4.7.0-10
|
||||||
|
- Rebuilt for libdc1394
|
||||||
|
|
||||||
* Mon Jun 12 2023 Nicolas Chauvet <kwizart@gmail.com> - 4.7.0-9
|
* Mon Jun 12 2023 Nicolas Chauvet <kwizart@gmail.com> - 4.7.0-9
|
||||||
- Upstream commit to fix rhbz#2190013
|
- Upstream commit to fix rhbz#2190013
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user