[packages/qt5-qtwebsockets] R: same Qt5Core version as during build time
atler
atler at pld-linux.org
Mon Jul 10 13:20:34 CEST 2023
commit d52e90e4ca62e07fbc59e896c59c25d8bed8abfa
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jul 10 12:23:17 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-qtwebsockets.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec
index 739a136..2b5472b 100644
--- a/qt5-qtwebsockets.spec
+++ b/qt5-qtwebsockets.spec
@@ -58,7 +58,7 @@ Ten pakiet zawiera bibliotekę Qt5 WebSockets.
Summary: The Qt5 WebSockets library
Summary(pl.UTF-8): Biblioteka Qt5 WebSockets
Group: Libraries
-Requires: Qt5Core >= %{qtbase_ver}
+%requires_eq_to Qt5Core Qt5Core-devel
Requires: Qt5Network >= %{qtbase_ver}
# for qml module
Requires: Qt5Qml >= %{qtdeclarative_ver}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebsockets.git/commitdiff/d52e90e4ca62e07fbc59e896c59c25d8bed8abfa
More information about the pld-cvs-commit
mailing list