Files
python-qt5/python-qt5.changes
Stephan Kulow 999dedc28c Accepting request 211356 from KDE:Qt5
Move away from pkgconfig(...) BuildRequires and just use libqt5-$upstreammodulename-(devel|private-headers-devel)



No hurry to checkin ;-) but it is needed for QtLocation

OBS-URL: https://build.opensuse.org/request/show/211356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qt5?expand=0&rev=2
2013-12-19 11:51:12 +00:00

68 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Tue Dec 17 03:00:16 UTC 2013 - hrvoje.senjan@gmail.com
- Move away from pkgconfig(...) BuildRequires and just use
libqt5-$upstreammodulename-(devel|private-headers-devel)
-------------------------------------------------------------------
Mon Oct 21 17:01:45 UTC 2013 - hrvoje.senjan@gmail.com
- Fix Requires for the devel packages
-------------------------------------------------------------------
Sun Oct 20 12:04:00 UTC 2013 - lbeltrame@kde.org
- Use alternatives to prevent conflicts between Python 2 and Python 3
tools
-------------------------------------------------------------------
Thu Oct 17 15:40:06 UTC 2013 - toddrme2178@gmail.com
- New upstream release (5.1.1):
* Bugfixes
- Rebase disable-rpaths.diff
-------------------------------------------------------------------
Sat Oct 5 07:19:57 UTC 2013 - lbeltrame@kde.org
- New upstream release (5.1):
* Full support for Qt 5.1
* Support for QtSensors and QtSerialPort modules
* Almost complete set of bindings for OpenGL 2.0 and OpenGL ES/2
- Bump required SIP version
-------------------------------------------------------------------
Wed Sep 11 18:43:53 UTC 2013 - lbeltrame@kde.org
- New upstream release (5.0.1):
* Added the QtQuick module including the ability to create
Python Quick items from QML.
* Added the QtQml module including the ability to create Python objects from
QML.
* Added the QtMultimediaWidgets module.
* Completed the implementation of the QtMultimedia module including support
for cameras and radios.
* Added the remaining OpenGL classes to the QtGui module.
* Added the revision keyword argument to pyqtProperty().
* Added the revision and arguments keyword arguments to pyqtSignal().
* Added the revision keyword argument to pyqtSlot().
* Added the pyqt5qmlplugin plugin for qmlscene.
* The DBus main loop module has been renamed to dbus.mainloop.pyqt5
from dbus.mainloop.qt.
* Added the --no-qml-plugin and --qml-plugindir options to configure.py.
* Added many QtMultimedia, QML and QtQuick related examples.
* Classes now support co-operative multi-inheritance. (This may
introduce incompatibilities with PyQt v5.0.)
- Drop mainloop_rename.diff (merged upstream)
-------------------------------------------------------------------
Tue Aug 6 16:14:36 UTC 2013 - lbeltrame@kde.org
- Add Patch3 to fix the dbus mainloop lib name (already upstream)
-------------------------------------------------------------------
Mon Aug 5 17:00:28 UTC 2013 - lbeltrame@kde.org
- Initial package for PyQt5.