]> git.pld-linux.org Git - packages/qt5-qtxmlpatterns.git/commitdiff
R: same Qt5Core version as during build time
authorJan Palus <atler@pld-linux.org>
Mon, 10 Jul 2023 10:15:44 +0000 (12:15 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 10 Jul 2023 10:15:44 +0000 (12:15 +0200)
attempts to avoid error:

Cannot mix incompatible Qt library (x.y.z) with this library (x'.y'.z')

qt5-qtxmlpatterns.spec

index b65597b74cd5f864214348462b66d9574cbf0447..871ba29a92ec0ba15085da19ff9ece0c704330b2 100644 (file)
@@ -60,7 +60,7 @@ Ten pakiet zawiera biblioteki Qt5 XmlPatterns.
 Summary:       The Qt5 XmlPatterns library
 Summary(pl.UTF-8):     Biblioteka Qt5 XmlPatterns
 Group:         Libraries
-Requires:      Qt5Core >= %{qtbase_ver}
+%requires_eq_to        Qt5Core Qt5Core-devel
 Requires:      Qt5Network >= %{qtbase_ver}
 Obsoletes:     qt5-qtxmlpatterns < 5.3.0
 
This page took 0.219598 seconds and 4 git commands to generate.