Accepting request 196488 from home:termim:branches:KDE:Qt

Update to 4.15.1

OBS-URL: https://build.opensuse.org/request/show/196488
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=100
This commit is contained in:
Ismail Dönmez
2013-08-28 13:02:11 +00:00
committed by Git OBS Bridge
parent 2ddbdf4b94
commit 5b4550a47f
6 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 27 03:29:18 UTC 2013 - termim@gmail.com
- update to 4.15.1. This fixes a regression in v4.15 related to the handling of hidden virtual methods. The regression does not affect PyQt.
- update to v4.15. This is a significant functional release and required by PyQt v5.0.1 and PyQt v4.10.3.
- Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance.
- Added the %FinalisationCode directive.
- Added the /Mixin/ class annotation.
- Added the /NoScope/ enum annotation.
- Added sipConvertFromNewPyType() to the C API.
- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
- Added sipRegisterProxyResolver() to the C API.
-------------------------------------------------------------------
Wed Jun 19 07:19:09 UTC 2013 - dmueller@suse.com