[packages/qt5-qtsensors] R: same Qt5Core version as during build time
atler
atler at pld-linux.org
Mon Jul 10 13:15:50 CEST 2023
commit 5f1e542a0c813be752215561696b65b20395f0be
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jul 10 12:18:06 2023 +0200
R: same Qt5Core version as during build time
attempts to avoid error:
Cannot mix incompatible Qt library (x.y.z) with this library (x'.y'.z')
qt5-qtsensors.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtsensors.spec b/qt5-qtsensors.spec
index 3de9f24..2e41127 100644
--- a/qt5-qtsensors.spec
+++ b/qt5-qtsensors.spec
@@ -66,7 +66,7 @@ Summary: The Qt5 Sensors library
Summary(pl.UTF-8): Biblioteka Qt5 Sensors
Group: Libraries
%{?with_qtbluetooth:Requires: Qt5Bluetooth >= %{qtconnectivity_ver}}
-Requires: Qt5Core >= %{qtbase_ver}
+%requires_eq_to Qt5Core Qt5Core-devel
Requires: Qt5DBus >= %{qtbase_ver}
Requires: Qt5Qml >= %{qtdeclarative_ver}
Obsoletes: qt5-qtsensors < 5.2.0-1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtsensors.git/commitdiff/5f1e542a0c813be752215561696b65b20395f0be
More information about the pld-cvs-commit
mailing list