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

atler atler at pld-linux.org
Mon Jul 10 13:16:38 CEST 2023


commit 0078442680ac5a53d9c5ae88c67b7fe5e1c0e784
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 10 12:18:59 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-qtserialport.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec
index ae47b7d..48b68ab 100644
--- a/qt5-qtserialport.spec
+++ b/qt5-qtserialport.spec
@@ -52,7 +52,7 @@ Ten pakiet zawiera bibliotekę Qt5 SerialPort.
 Summary:	The Qt5 SerialPort library
 Summary(pl.UTF-8):	Biblioteka Qt5 SerialPort
 Group:		Libraries
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Obsoletes:	qt5-qtserialport < 5.2.0-1
 
 %description -n Qt5SerialPort
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtserialport.git/commitdiff/0078442680ac5a53d9c5ae88c67b7fe5e1c0e784



More information about the pld-cvs-commit mailing list