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

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


commit 395d3904771894decebf43ab4f7c6465f6c1fc10
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 10 12:22:20 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-qtwayland.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec
index bfd63d3..b8deae5 100644
--- a/qt5-qtwayland.spec
+++ b/qt5-qtwayland.spec
@@ -78,7 +78,7 @@ Ten pakiet zawiera biblioteki Qt5 Wayland.
 Summary:	The Qt5 WaylandCompositor library
 Summary(pl.UTF-8):	Biblioteka Qt5 WaylandCompositor
 Group:		Libraries
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Requires:	Qt5Gui >= %{qtbase_ver}
 Requires:	Qt5Qml >= %{qtdeclarative_ver}
 Requires:	Qt5Quick >= %{qtdeclarative_ver}
@@ -119,7 +119,7 @@ Biblioteka Qt5 WaylandCompositor - pliki programistyczne.
 Summary:	The Qt5 WaylandClient library
 Summary(pl.UTF-8):	Biblioteka Qt5 WaylandClient
 Group:		Libraries
-Requires:	Qt5Core >= %{qtbase_ver}
+%requires_eq_to	Qt5Core Qt5Core-devel
 Requires:	Qt5DBus >= %{qtbase_ver}
 Requires:	Qt5Gui >= %{qtbase_ver}
 Requires:	wayland >= 1.4.0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwayland.git/commitdiff/395d3904771894decebf43ab4f7c6465f6c1fc10



More information about the pld-cvs-commit mailing list