Updating link to change in openSUSE:Factory/digikam revision 194.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/digikam?expand=0&rev=a0a423de705188aea54851464d263542
This commit is contained in:
parent
d1bbd5e67d
commit
15d502c834
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 9 10:55:26 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Require the version of libopencv_dnn it was built against (boo#1185700)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 30 10:39:49 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
Tue Mar 30 10:39:49 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ BuildRequires: libpng-devel
|
|||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
|
# This condition is also below in libdigikamcore
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
# opencv-devel is currently not available on ppc64, but opencv3-devel is... (and the version is high enough)
|
# opencv-devel is currently not available on ppc64, but opencv3-devel is... (and the version is high enough)
|
||||||
BuildRequires: opencv3-devel
|
BuildRequires: opencv3-devel
|
||||||
@ -161,6 +162,12 @@ Additional program to browse and view photos
|
|||||||
%package -n libdigikamcore%{soversion}
|
%package -n libdigikamcore%{soversion}
|
||||||
Summary: The main digikam libraries
|
Summary: The main digikam libraries
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
|
%ifarch ppc64
|
||||||
|
# DNN ABI is not stable and not using symbol versioning (boo#1185700)
|
||||||
|
%requires_eq %(rpm --qf %%{name} -qf %{_libdir}/libopencv_dnn.so.%{pkg_version opencv3-devel})
|
||||||
|
%else
|
||||||
|
%requires_eq %(rpm --qf %%{name} -qf %{_libdir}/libopencv_dnn.so.%{pkg_version opencv-devel})
|
||||||
|
%endif
|
||||||
Recommends: %{name}-plugins
|
Recommends: %{name}-plugins
|
||||||
|
|
||||||
%description -n libdigikamcore%{soversion}
|
%description -n libdigikamcore%{soversion}
|
||||||
|
Loading…
Reference in New Issue
Block a user