Compare commits
2 commits
rawhide
...
epel9-next
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5ff02ed97 | ||
|
|
a6e60893e4 |
1 changed files with 6 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ Version: 4.6.0
|
|||
%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: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Collection of algorithms for computer vision
|
||||
# This is normal three clause BSD.
|
||||
License: BSD
|
||||
|
|
@ -281,8 +281,8 @@ shopt -u extglob
|
|||
popd &>/dev/null
|
||||
%endif
|
||||
|
||||
%patch0 -p1 -b .install_3rdparty_licenses
|
||||
%patch3 -p1 -b .python_install_binary
|
||||
%patch -P 0 -p1 -b .install_3rdparty_licenses
|
||||
%patch -P 3 -p1 -b .python_install_binary
|
||||
|
||||
pushd %{name}_contrib-%{version}
|
||||
#patch1 -p1 -b .install_cvv
|
||||
|
|
@ -514,6 +514,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|||
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 29 2025 Nicolas Chauvet <kwizart@gmail.com>
|
||||
- Rebuilt for gdal - rhbz#2383114
|
||||
|
||||
* Wed Sep 28 2022 Tom Rix <trix@redhat.com> - 4.6.0-7
|
||||
- Remove Unicap
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue