[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#680398: unblock: python-qt4/4.9.3-2



On Saturday, July 14, 2012 11:54:30 AM Cyril Brulebois wrote:
> Scott Kitterman <debian@kitterman.com> (05/07/2012):
> > Please unblock package python-qt4
> > 
> > Fixes RC bug #679819 to allow 4.9.3 (which was uploaded before the
> > freeze, but stuck in New for some time and has a lot of bug fixes) to
> > migrate.
> > 
> > unblock python-qt4/4.9.3-2
> 
> For the record, there's now -3 due to the RC bug fix for #680837.
> 
> I know there are some doc updates, along with updated MetaSIP-generated
> comments, but that's still a lot…
>   1554 files changed, 10441 insertions(+), 3247 deletions(-)
> 
> I guess it would be nice for someone to dive into this to determine how
> much really changed (and the amount of code one would need to review if
> more regressions are found)…

Every file has between two and six lines of change due to both the MetaSIP-
generated comments and the changed copyright year.  After removing those and 
the changes in docs/examples the attached diffstat is what's left.  Instead of 
1554 files, it's 127 and only 10 of those have more than a 100 LOC change 
(total lines changed in the reduced set is 4427).  

A significant fraction of the remaining diff is the addition of IFDEFs 
assocaited with support for Qt5 and code for that (which won't affect us since 
we aren't building against it).

Is that the sort of thing you were looking for?

Scott K
 python-qt4-4.9.3/configure.py                                                    |  108 +
 python-qt4-4.9.3/dbus/dbus.cpp                                                   |   14 
 python-qt4-4.9.3/dbus/helper.h                                                   |    9 
 python-qt4-4.9.3/designer/pluginloader.cpp                                       |   14 
 python-qt4-4.9.3/pyuic/uic/Compiler/proxy_metaclass.py                           |  100 +
 python-qt4-4.9.3/pyuic/uic/Compiler/proxy_type.py                                |   77 -
 python-qt4-4.9.3/pyuic/uic/Loader/qobjectcreator.py                              |   49 
 python-qt4-4.9.3/pyuic/uic/__init__.py                                           |   10 
 python-qt4-4.9.3/pyuic/uic/icon_cache.py                                         |   14 
 python-qt4-4.9.3/pyuic/uic/objcreator.py                                         |   17 
 python-qt4-4.9.3/pyuic/uic/port_v2/proxy_base.py                                 |   10 
 python-qt4-4.9.3/pyuic/uic/port_v3/proxy_base.py                                 |   10 
 python-qt4-4.9.3/qpy/QtCore/qpycore_post_init.cpp                                |    8 
 python-qt4-4.9.3/qpy/QtCore/qpycore_pyqtboundsignal.cpp                          |   31 
 python-qt4-4.9.3/qpy/QtCore/qpycore_pyqtproxy.cpp                                |   41 
 python-qt4-4.9.3/qpy/QtCore/qpycore_qobject_helpers.cpp                          |   22 
 python-qt4-4.9.3/qpy/QtCore/qpycore_qstring.cpp                                  |   55 -
 python-qt4-4.9.3/qpy/QtCore/qpycore_sip_helpers.cpp                              |    8 
 python-qt4-4.9.3/qpy/QtDeclarative/qpydeclarative_chimera_helpers.cpp            |    7 
 python-qt4-4.9.3/sip/QtAssistant/QtAssistantmod.sip                              |    6 
 python-qt4-4.9.3/sip/QtCore/QtCoremod.sip                                        |   10 
 python-qt4-4.9.3/sip/QtCore/qabstracteventdispatcher.sip                         |   40 
 python-qt4-4.9.3/sip/QtCore/qabstractfileengine.sip                              |   15 
 python-qt4-4.9.3/sip/QtCore/qabstractitemmodel.sip                               |   76 +
 python-qt4-4.9.3/sip/QtCore/qbasictimer.sip                                      |    7 
 python-qt4-4.9.3/sip/QtCore/qbytearray.sip                                       |   13 
 python-qt4-4.9.3/sip/QtCore/qchar.sip                                            |   28 
 python-qt4-4.9.3/sip/QtCore/qcoreapplication.sip                                 |   81 +
 python-qt4-4.9.3/sip/QtCore/qcoreevent.sip                                       |   28 
 python-qt4-4.9.3/sip/QtCore/qcryptographichash.sip                               |   24 
 python-qt4-4.9.3/sip/QtCore/qdatastream.sip                                      |   10 
 python-qt4-4.9.3/sip/QtCore/qdatetime.sip                                        |   82 +
 python-qt4-4.9.3/sip/QtCore/qdir.sip                                             |   11 
 python-qt4-4.9.3/sip/QtCore/qeasingcurve.sip                                     |   22 
 python-qt4-4.9.3/sip/QtCore/qeventloop.sip                                       |   11 
 python-qt4-4.9.3/sip/QtCore/qfile.sip                                            |   43 
 python-qt4-4.9.3/sip/QtCore/qfileinfo.sip                                        |    8 
 python-qt4-4.9.3/sip/QtCore/qfilesystemwatcher.sip                               |   24 
 python-qt4-4.9.3/sip/QtCore/qfsfileengine.sip                                    |    8 
 python-qt4-4.9.3/sip/QtCore/qglobal.sip                                          |   11 
 python-qt4-4.9.3/sip/QtCore/qlibrary.sip                                         |   24 
 python-qt4-4.9.3/sip/QtCore/qlibraryinfo.sip                                     |   14 
 python-qt4-4.9.3/sip/QtCore/qlocale.sip                                          |   42 
 python-qt4-4.9.3/sip/QtCore/qmargins.sip                                         |   10 
 python-qt4-4.9.3/sip/QtCore/qmetaobject.sip                                      |   17 
 python-qt4-4.9.3/sip/QtCore/qmetatype.sip                                        |   23 
 python-qt4-4.9.3/sip/QtCore/qnamespace.sip                                       |  204 +++
 python-qt4-4.9.3/sip/QtCore/qobject.sip                                          |   15 
 python-qt4-4.9.3/sip/QtCore/qpynullvariant.sip                                   |    8 
 python-qt4-4.9.3/sip/QtCore/qreadwritelock.sip                                   |   11 
 python-qt4-4.9.3/sip/QtCore/qregexp.sip                                          |    6 
 python-qt4-4.9.3/sip/QtCore/qsize.sip                                            |   22 
 python-qt4-4.9.3/sip/QtCore/qstring.sip                                          |  121 ++
 python-qt4-4.9.3/sip/QtCore/qstringlist.sip                                      |    9 
 python-qt4-4.9.3/sip/QtCore/qtextcodec.sip                                       |   24 
 python-qt4-4.9.3/sip/QtCore/qtextstream.sip                                      |    9 
 python-qt4-4.9.3/sip/QtCore/qthread.sip                                          |   30 
 python-qt4-4.9.3/sip/QtCore/qtimer.sip                                           |   15 
 python-qt4-4.9.3/sip/QtCore/qtranslator.sip                                      |   11 
 python-qt4-4.9.3/sip/QtCore/qurl.sip                                             |   94 +
 python-qt4-4.9.3/sip/QtCore/quuid.sip                                            |   82 +
 python-qt4-4.9.3/sip/QtCore/qvariant.sip                                         |   42 
 python-qt4-4.9.3/sip/QtCore/qvariantanimation.sip                                |    9 
 python-qt4-4.9.3/sip/QtCore/qxmlstream.sip                                       |   34 
 python-qt4-4.9.3/sip/QtGui/QtGuimod.sip                                          |   11 
 python-qt4-4.9.3/sip/QtGui/qabstractitemdelegate.sip                             |   12 
 python-qt4-4.9.3/sip/QtGui/qabstractitemview.sip                                 |    9 
 python-qt4-4.9.3/sip/QtGui/qabstractscrollarea.sip                               |    9 
 python-qt4-4.9.3/sip/QtGui/qapplication.sip                                      |  437 +++++++-
 python-qt4-4.9.3/sip/QtGui/qbrush.sip                                            |    9 
 python-qt4-4.9.3/sip/QtGui/qcalendarwidget.sip                                   |    8 
 python-qt4-4.9.3/sip/QtGui/qcolor.sip                                            |    8 
 python-qt4-4.9.3/sip/QtGui/qdrag.sip                                             |   35 
 python-qt4-4.9.3/sip/QtGui/qevent.sip                                            |  324 +++++
 python-qt4-4.9.3/sip/QtGui/qfiledialog.sip                                       |   14 
 python-qt4-4.9.3/sip/QtGui/qfontdialog.sip                                       |   20 
 python-qt4-4.9.3/sip/QtGui/qfontmetrics.sip                                      |   14 
 python-qt4-4.9.3/sip/QtGui/qgesture.sip                                          |   36 
 python-qt4-4.9.3/sip/QtGui/qglyphrun.sip                                         |   43 
 python-qt4-4.9.3/sip/QtGui/qgraphicsitemanimation.sip                            |   29 
 python-qt4-4.9.3/sip/QtGui/qgraphicsview.sip                                     |    9 
 python-qt4-4.9.3/sip/QtGui/qguiapplication.sip                                   |  103 +
 python-qt4-4.9.3/sip/QtGui/qheaderview.sip                                       |   29 
 python-qt4-4.9.3/sip/QtGui/qiconengine.sip                                       |   47 
 python-qt4-4.9.3/sip/QtGui/qidentityproxymodel.sip                               |    7 
 python-qt4-4.9.3/sip/QtGui/qinputcontext.sip                                     |    8 
 python-qt4-4.9.3/sip/QtGui/qinputcontextfactory.sip                              |    8 
 python-qt4-4.9.3/sip/QtGui/qinputdialog.sip                                      |   18 
 python-qt4-4.9.3/sip/QtGui/qitemeditorfactory.sip                                |   19 
 python-qt4-4.9.3/sip/QtGui/qitemselectionmodel.sip                               |   12 
 python-qt4-4.9.3/sip/QtGui/qkeysequence.sip                                      |    9 
 python-qt4-4.9.3/sip/QtGui/qlcdnumber.sip                                        |    8 
 python-qt4-4.9.3/sip/QtGui/qlistview.sip                                         |    9 
 python-qt4-4.9.3/sip/QtGui/qmdiarea.sip                                          |    9 
 python-qt4-4.9.3/sip/QtGui/qmenu.sip                                             |   20 
 python-qt4-4.9.3/sip/QtGui/qmime.sip                                             |   13 
 python-qt4-4.9.3/sip/QtGui/qpagedpaintdevice.sip                                 |  102 +
 python-qt4-4.9.3/sip/QtGui/qpagesetupdialog.sip                                  |   10 
 python-qt4-4.9.3/sip/QtGui/qpaintdevice.sip                                      |   15 
 python-qt4-4.9.3/sip/QtGui/qpainter.sip                                          |   11 
 python-qt4-4.9.3/sip/QtGui/qpainterpath.sip                                      |   14 
 python-qt4-4.9.3/sip/QtGui/qpen.sip                                              |   14 
 python-qt4-4.9.3/sip/QtGui/qpixmap.sip                                           |   41 
 python-qt4-4.9.3/sip/QtGui/qplaintextedit.sip                                    |   16 
 python-qt4-4.9.3/sip/QtGui/qprinter.sip                                          |  187 +++
 python-qt4-4.9.3/sip/QtGui/qprinterinfo.sip                                      |   63 +
 python-qt4-4.9.3/sip/QtGui/qrawfont.sip                                          |   13 
 python-qt4-4.9.3/sip/QtGui/qregion.sip                                           |    9 
 python-qt4-4.9.3/sip/QtGui/qsessionmanager.sip                                   |    9 
 python-qt4-4.9.3/sip/QtGui/qshortcut.sip                                         |    9 
 python-qt4-4.9.3/sip/QtGui/qsound.sip                                            |    8 
 python-qt4-4.9.3/sip/QtGui/qstyleoption.sip                                      |  210 +++
 python-qt4-4.9.3/sip/QtGui/qtabwidget.sip                                        |   18 
 python-qt4-4.9.3/sip/QtGui/qtextdocument.sip                                     |   20 
 python-qt4-4.9.3/sip/QtGui/qtextdocumentfragment.sip                             |   11 
 python-qt4-4.9.3/sip/QtGui/qtextedit.sip                                         |   16 
 python-qt4-4.9.3/sip/QtGui/qtextformat.sip                                       |   22 
 python-qt4-4.9.3/sip/QtGui/qtextlayout.sip                                       |   12 
 python-qt4-4.9.3/sip/QtGui/qtextobject.sip                                       |    9 
 python-qt4-4.9.3/sip/QtGui/qtextoption.sip                                       |   14 
 python-qt4-4.9.3/sip/QtGui/qtouchdevice.sip                                      |   77 +
 python-qt4-4.9.3/sip/QtGui/qtreeview.sip                                         |   11 
 python-qt4-4.9.3/sip/QtGui/qvalidator.sip                                        |   30 
 python-qt4-4.9.3/sip/QtGui/qwidget.sip                                           |   48 
 python-qt4-4.9.3/sip/QtGui/qx11embed_x11.sip                                     |    8 
 python-qt4-4.9.3/sip/QtGui/qx11info_x11.sip                                      |    8 
 python-qt4-4.9.3/sip/QtNetwork/qssl.sip                                          |    8 
 1554 files changed, 10441 insertions(+), 3247 deletions(-)

Reply to: