diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,3 +1,4 @@ +libGL.so.1 libQt5Bluetooth.so.5 libQt5Core.so.5 libQt5DBus.so.5 @@ -33,5 +34,10 @@ libQt5XmlPatterns.so.5 libc.so.6 libdbus-1.so.3 +libgcc_s.so.1 +libglib-2.0.so.0 +libm.so.6 libpthread.so.0 +libpulse-mainloop-glib.so.0 +libpulse.so.0 libstdc++.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : python3-qt5 -version : 5.8.2 -release : 11 +version : 5.9.1 +release : 12 source : - - https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.8.2/PyQt5_gpl-5.8.2.tar.gz : ebd70515b30bbd6098fee29e6271a6696b1183c5530ee30e6ba9aaab195536e8 + - https://netcologne.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-5.9.1/PyQt5_gpl-5.9.1.tar.gz : 5fc009448ea78c8fd48eb7083a7b93734dbd61290a9a21dab674096a7762b4ca license : GPL-3.0 component : programming.python summary : python3-qt5 are the python3 bindings for Qt5. @@ -29,7 +29,12 @@ - python3-sip - python-qt5 setup : | - python3 configure.py --confirm-license --no-sip-files -q /usr/bin/qmake + python3 configure.py --confirm-license \ + --no-sip-files \ + -q /usr/bin/qmake \ + QMAKE_CFLAGS_RELEASE="$CFLAGS" \ + QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \ + QMAKE_LFLAGS_RELEASE="$LDFLAGS" build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ python3-qt5 - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net GPL-3.0 programming.python @@ -133,12 +133,12 @@ - - 2017-07-05 - 5.8.2 + + 2017-11-16 + 5.9.1 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file