.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=10
This commit is contained in:
parent
d8b25126ca
commit
2a0eec1737
14
pyqt-builder-add-timeline5.15.patch
Normal file
14
pyqt-builder-add-timeline5.15.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: PyQt-builder-1.14.0/pyqtbuild/builder.py
|
||||||
|
===================================================================
|
||||||
|
--- PyQt-builder-1.14.0.orig/pyqtbuild/builder.py
|
||||||
|
+++ PyQt-builder-1.14.0/pyqtbuild/builder.py
|
||||||
|
@@ -530,7 +530,8 @@ macx {
|
||||||
|
patch = self.qt_version & 0xff
|
||||||
|
|
||||||
|
# Qt v5.12.4 was the last release where we updated for a patch version.
|
||||||
|
- if (major, minor) >= (5, 13):
|
||||||
|
+ # And SUSE started to use it in 5.15.8 again for qt3d-qt5
|
||||||
|
+ if (major, minor) >= (5, 13) and (major, minor, patch) < (5, 15, 8):
|
||||||
|
patch = 0
|
||||||
|
elif (major, minor) == (5, 12):
|
||||||
|
if patch > 4:
|
Loading…
x
Reference in New Issue
Block a user