diff --git a/programming/language/python3/dbus-python3/actions.py b/programming/language/python3/dbus-python3/actions.py index 9df1d8bafd..ff1d6ac742 100644 --- a/programming/language/python3/dbus-python3/actions.py +++ b/programming/language/python3/dbus-python3/actions.py @@ -18,7 +18,8 @@ def setup(): --localstatedir=/var \ --disable-api-docs \ --disable-html-docs \ - --disable-static") + --disable-static \ + PYTHON_VERSION=3") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -38,4 +39,4 @@ def install(): # remove dbus-python-common files in py3 package pisitools.removeDir("/usr/include/") pisitools.removeDir("/usr/lib/pkgconfig") - pisitools.removeDir("/usr/share/") + #pisitools.removeDir("/usr/share/") diff --git a/programming/language/python3/dbus-python3/pspec.xml b/programming/language/python3/dbus-python3/pspec.xml index 55efa091a1..39e94181cf 100644 --- a/programming/language/python3/dbus-python3/pspec.xml +++ b/programming/language/python3/dbus-python3/pspec.xml @@ -13,7 +13,7 @@ library D-Bus Python bindings dbus-python provides a Python module which wraps the D-Bus programming API. - https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.4.tar.gz + https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.14.tar.gz python3-devel dbus-devel @@ -43,6 +43,13 @@ + + 2020-01-12 + 1.2.14 + Version bump + Idris Kalp + idriskalp@gmail.com + 2018-08-03 1.2.4