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

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


commit a105668c500b8f54fce50eac418e275674e68979
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 10 12:01:52 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-qtcharts.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtcharts.spec b/qt5-qtcharts.spec
index f961978..be6bc46 100644
--- a/qt5-qtcharts.spec
+++ b/qt5-qtcharts.spec
@@ -54,7 +54,7 @@ Ten pakiet zawiera bibliotekę Qt5 Charts.
 Summary:	The Qt5 Charts library
 Summary(pl.UTF-8):	Biblioteka Qt5 Charts
 Group:		Libraries
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Requires:	Qt5Gui >= %{qtbase_ver}
 Requires:	Qt5Widgets >= %{qtbase_ver}
 # for qml module
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtcharts.git/commitdiff/a105668c500b8f54fce50eac418e275674e68979



More information about the pld-cvs-commit mailing list