a752830313
Here's an important fix for this package: Due to deprecation of the timestamp option, the logic is reversed by this patch, resulting in: sip: Deprecation warning: the -T flag is ignored and deprecated on every invocation. (Try it!) As if that weren't enough, the new PyQt5 version makes use of a new sip switch -f, that turns this warning into an error, resulting in a complete operational dysfunctionality. - removed build-compare.diff: it is the default since 4.18 anyway - disable-rpaths.diff refreshed - removed build-compare.diff: it is the default since 4.18 anyway - disable-rpaths.diff refreshed OBS-URL: https://build.opensuse.org/request/show/406271 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=136
13 lines
342 B
Diff
13 lines
342 B
Diff
Index: b/siputils.py
|
|
===================================================================
|
|
--- a/siputils.py
|
|
+++ b/siputils.py
|
|
@@ -926,6 +926,7 @@ class Makefile:
|
|
rpaths is the cannonical list of rpaths.
|
|
"""
|
|
flags = []
|
|
+ return flags
|
|
prefix = self.optional_string("RPATH")
|
|
|
|
if prefix == "":
|