[packages/qt5-qtdeclarative] R: same Qt5Core version as during build time

atler atler at pld-linux.org
Mon Jul 10 13:03:41 CEST 2023


commit d5e444461d98a931f66c624ad0842740410b0cd1
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 10 12:04:44 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-qtdeclarative.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec
index 1d41758..b9caaf4 100644
--- a/qt5-qtdeclarative.spec
+++ b/qt5-qtdeclarative.spec
@@ -98,7 +98,7 @@ Group:		Libraries
 # Qt5Qml: Core Network
 # Qt5QmlModels: Core Qml
 # Qt5QmlWorkerScript: Core Network Qml
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Requires:	Qt5Network >= %{qtbase_ver}
 
 %description -n Qt5Qml
@@ -147,7 +147,7 @@ Group:		X11/Libraries
 # Qt5QuickShapes: Core Gui Qml Quick
 # Qt5QuickTest: Core Gui Qml Quick Test Widgets
 # Qt5QuickWidgets: Core Gui Qml Quick Widgets
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Requires:	Qt5Gui >= %{qtbase_ver}
 Requires:	Qt5Network >= %{qtbase_ver}
 Requires:	Qt5Qml = %{version}-%{release}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtdeclarative.git/commitdiff/d5e444461d98a931f66c624ad0842740410b0cd1



More information about the pld-cvs-commit mailing list