Hello community, here is the log from the commit of package kross for openSUSE:Factory checked in at 2018-06-22 13:23:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kross (Old) and /work/SRC/openSUSE:Factory/.kross.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kross" Fri Jun 22 13:23:02 2018 rev:54 rq:616784 version:5.47.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kross/kross.changes 2018-05-18 14:23:26.104209591 +0200 +++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2018-06-22 13:23:10.185734945 +0200 @@ -1,0 +2,10 @@ +Tue Jun 12 21:26:06 UTC 2018 - [email protected] + +- Update to 5.47.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.47.0.php +- Changes since 5.46.0: + * USe override + +------------------------------------------------------------------- Old: ---- kross-5.46.0.tar.xz New: ---- kross-5.47.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kross.spec ++++++ --- /var/tmp/diff_new_pack.CdEjl3/_old 2018-06-22 13:23:11.225696516 +0200 +++ /var/tmp/diff_new_pack.CdEjl3/_new 2018-06-22 13:23:11.237696073 +0200 @@ -17,13 +17,13 @@ %bcond_without lang -%define _tar_path 5.46 +%define _tar_path 5.47 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kross -Version: 5.46.0 +Version: 5.47.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ kross-5.46.0.tar.xz -> kross-5.47.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/CMakeLists.txt new/kross-5.47.0/CMakeLists.txt --- old/kross-5.46.0/CMakeLists.txt 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/CMakeLists.txt 2018-06-02 20:04:53.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.46.0") # handled by release scripts -set(KF5_DEP_VERSION "5.46.0") # handled by release scripts +set(KF5_VERSION "5.47.0") # handled by release scripts +set(KF5_DEP_VERSION "5.47.0") # handled by release scripts project(Kross VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.46.0 NO_MODULE) +find_package(ECM 5.47.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/po/zh_CN/kross5.po new/kross-5.47.0/po/zh_CN/kross5.po --- old/kross-5.46.0/po/zh_CN/kross5.po 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/po/zh_CN/kross5.po 2018-06-02 20:04:53.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2018-04-26 05:22-0400\n" +"PO-Revision-Date: 2018-05-18 06:23-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/core/metafunction.h new/kross-5.47.0/src/core/metafunction.h --- old/kross-5.46.0/src/core/metafunction.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/core/metafunction.h 2018-06-02 20:04:53.000000000 +0200 @@ -66,20 +66,20 @@ * \return the dynamic build \a QMetaObject instance * for this QObject instance. */ - const QMetaObject *metaObject() const Q_DECL_OVERRIDE; + const QMetaObject *metaObject() const override; /** * Try to cast this QObject instance into the class with * name \p _clname and return the casted pointer or NULL * if casting failed. */ - void *qt_metacast(const char *_clname) Q_DECL_OVERRIDE; + void *qt_metacast(const char *_clname) override; /** * This method got called if a method this QObject instance * defines should be invoked. */ - int qt_metacall(QMetaObject::Call _c, int _id, void **_a) Q_DECL_OVERRIDE = 0; + int qt_metacall(QMetaObject::Call _c, int _id, void **_a) override = 0; protected: /// The sender QObject. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/core/metatype.h new/kross-5.47.0/src/core/metatype.h --- old/kross-5.46.0/src/core/metatype.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/core/metatype.h 2018-06-02 20:04:53.000000000 +0200 @@ -70,12 +70,12 @@ #endif } - int typeId() Q_DECL_OVERRIDE + int typeId() override { return qMetaTypeId<METATYPE>(); } //virtual QVariant toVariant() { return QVariant(typeId(), m_variant); } - void *toVoidStar() Q_DECL_OVERRIDE + void *toVoidStar() override { return static_cast<void *>(&m_variant); } @@ -104,12 +104,12 @@ #endif } - int typeId() Q_DECL_OVERRIDE + int typeId() override { return qVariantFromValue(m_value).type(); } //virtual QVariant toVariant() { return qVariantFromValue(m_value); } - void *toVoidStar() Q_DECL_OVERRIDE + void *toVoidStar() override { return static_cast<void *>(&m_value); } @@ -136,12 +136,12 @@ #endif } - int typeId() Q_DECL_OVERRIDE + int typeId() override { return qVariantFromValue(m_value).type(); } - void *toVoidStar() Q_DECL_OVERRIDE + void *toVoidStar() override { return m_value.data(); } @@ -171,11 +171,11 @@ QMetaType::destroy(m_typeId, m_ptr); } } - int typeId() Q_DECL_OVERRIDE + int typeId() override { return m_typeId; } - void *toVoidStar() Q_DECL_OVERRIDE + void *toVoidStar() override { return static_cast<void *>(&m_ptr); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/modules/form.h new/kross-5.47.0/src/modules/form.h --- old/kross-5.46.0/src/modules/form.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/modules/form.h 2018-06-02 20:04:53.000000000 +0200 @@ -162,7 +162,7 @@ public: FormProgressDialog(const QString &caption, const QString &labelText); virtual ~FormProgressDialog(); - void done(int r) Q_DECL_OVERRIDE; + void done(int r) override; public Q_SLOTS: /** * Set the value of the progressbar. If -1 the progressbar will be hidden. @@ -188,7 +188,7 @@ * the user rejected the dialog (e.g. by pressing "Cancel" or just * closing the dialog by pressing the escape-key). */ - int exec() Q_DECL_OVERRIDE; + int exec() override; /** * Same as the \a exec() method above provided for Python-lovers (python * does not like functions named "exec" and PyQt named it "exec_loop", so @@ -323,7 +323,7 @@ * the user rejected the dialog (e.g. by pressing "Cancel" or just * closing the dialog by pressing the escape-key). */ - int exec() Q_DECL_OVERRIDE + int exec() override { return QDialog::exec(); } @@ -469,7 +469,7 @@ * the user rejected the dialog (e.g. by pressing "Cancel" or just * closing the dialog by pressing the escape-key). */ - int exec() Q_DECL_OVERRIDE + int exec() override { return QDialog::exec(); } @@ -492,11 +492,11 @@ /** * Force page switching. This will also emit backClicked() */ - void back() Q_DECL_OVERRIDE; + void back() override; /** * Force page switching. This will also emit nextClicked() */ - void next() Q_DECL_OVERRIDE; + void next() override; private Q_SLOTS: virtual void slotButtonClicked(QAbstractButton *button); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/qts/plugin.h new/kross-5.47.0/src/qts/plugin.h --- old/kross-5.46.0/src/qts/plugin.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/qts/plugin.h 2018-06-02 20:04:53.000000000 +0200 @@ -67,7 +67,7 @@ * the extension which key is "kross". * \param engine The QScriptEngine instance. */ - void initialize(const QString &key, QScriptEngine *engine) Q_DECL_OVERRIDE; + void initialize(const QString &key, QScriptEngine *engine) override; /** * Returns the list of keys this plugin supports. @@ -75,7 +75,7 @@ * \return a QStringList with the single item "kross" to let * QtScript know, that we provide an extension with that key. */ - QStringList keys() const Q_DECL_OVERRIDE; + QStringList keys() const override; private: /// \internal d-pointer class. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/qts/values_p.h new/kross-5.47.0/src/qts/values_p.h --- old/kross-5.46.0/src/qts/values_p.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/qts/values_p.h 2018-06-02 20:04:53.000000000 +0200 @@ -58,16 +58,16 @@ explicit EcmaObject(QScriptEngine *engine, const QScriptValue &object = QScriptValue()) : QScriptClass(engine), Kross::Object(), m_object(object) {} virtual ~EcmaObject() {} - QString name() const Q_DECL_OVERRIDE + QString name() const override { return "KrossObject"; } - QScriptValue prototype() const Q_DECL_OVERRIDE + QScriptValue prototype() const override { return m_object; } - QVariant callMethod(const QString &name, const QVariantList &args = QVariantList()) Q_DECL_OVERRIDE + QVariant callMethod(const QString &name, const QVariantList &args = QVariantList()) override { QScriptValue function = m_object.property(name); if (! function.isFunction()) { @@ -85,7 +85,7 @@ return result.toVariant(); } - QStringList methodNames() Q_DECL_OVERRIDE + QStringList methodNames() override { QStringList methods; QScriptValueIterator it(m_object); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/qts-interpreter/interpreter.h new/kross-5.47.0/src/qts-interpreter/interpreter.h --- old/kross-5.46.0/src/qts-interpreter/interpreter.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/qts-interpreter/interpreter.h 2018-06-02 20:04:53.000000000 +0200 @@ -60,7 +60,7 @@ * the script and contains details like the scripting code. * \return a new \a EcmaScript instance. */ - Kross::Script *createScript(Kross::Action *action) Q_DECL_OVERRIDE; + Kross::Script *createScript(Kross::Action *action) override; private: class Private; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/qts-interpreter/script.h new/kross-5.47.0/src/qts-interpreter/script.h --- old/kross-5.46.0/src/qts-interpreter/script.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/qts-interpreter/script.h 2018-06-02 20:04:53.000000000 +0200 @@ -61,12 +61,12 @@ /** * Executes the script. */ - void execute() Q_DECL_OVERRIDE; + void execute() override; /** * \return a list of function-names. */ - QStringList functionNames() Q_DECL_OVERRIDE; + QStringList functionNames() override; /** * Execute a function. @@ -75,7 +75,7 @@ * \param args The optional arguments for the function. * \return The return value of the function. */ - QVariant callFunction(const QString &name, const QVariantList &args = QVariantList()) Q_DECL_OVERRIDE; + QVariant callFunction(const QString &name, const QVariantList &args = QVariantList()) override; /** * Evaluate some scripting code. @@ -83,7 +83,7 @@ * \param code The scripting code to evaluate. * \return The return value of the evaluation. */ - QVariant evaluate(const QByteArray &code) Q_DECL_OVERRIDE; + QVariant evaluate(const QByteArray &code) override; /** * \return the internal used QScriptEngine instance. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/ui/actioncollectionmodel.h new/kross-5.47.0/src/ui/actioncollectionmodel.h --- old/kross-5.46.0/src/ui/actioncollectionmodel.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/ui/actioncollectionmodel.h 2018-06-02 20:04:53.000000000 +0200 @@ -59,25 +59,25 @@ explicit ActionCollectionModel(QObject *parent, ActionCollection *collection = nullptr, Mode mode = Mode(Icons | ToolTips)); virtual ~ActionCollectionModel(); - int columnCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - QModelIndex parent(const QModelIndex &index) const Q_DECL_OVERRIDE; - Qt::ItemFlags flags(const QModelIndex &index) const Q_DECL_OVERRIDE; - QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE; - bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) Q_DECL_OVERRIDE; - - bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) Q_DECL_OVERRIDE; - bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) Q_DECL_OVERRIDE; - bool insertColumns(int column, int count, const QModelIndex &parent = QModelIndex()) Q_DECL_OVERRIDE; - bool removeColumns(int column, int count, const QModelIndex &parent = QModelIndex()) Q_DECL_OVERRIDE; + int columnCount(const QModelIndex &parent = QModelIndex()) const override; + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override; + QModelIndex parent(const QModelIndex &index) const override; + Qt::ItemFlags flags(const QModelIndex &index) const override; + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) override; + + bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + bool insertColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override; + bool removeColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override; //Qt::DropActions supportedDragActions() const; - QStringList mimeTypes() const Q_DECL_OVERRIDE; - QMimeData *mimeData(const QModelIndexList &indexes) const Q_DECL_OVERRIDE; - bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) Q_DECL_OVERRIDE; + QStringList mimeTypes() const override; + QMimeData *mimeData(const QModelIndexList &indexes) const override; + bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override; - Qt::DropActions supportedDropActions() const Q_DECL_OVERRIDE; + Qt::DropActions supportedDropActions() const override; QModelIndex indexForCollection(ActionCollection *collection) const; QModelIndex indexForAction(Action *action) const; @@ -134,9 +134,9 @@ private: /// Set the \a ActionCollectionModel source model we are proxy for. - void setSourceModel(QAbstractItemModel *sourceModel) Q_DECL_OVERRIDE; + void setSourceModel(QAbstractItemModel *sourceModel) override; /// Implements a filter for the QModelIndex instances. - bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const Q_DECL_OVERRIDE; + bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override; }; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/ui/actioncollectionview.h new/kross-5.47.0/src/ui/actioncollectionview.h --- old/kross-5.46.0/src/ui/actioncollectionview.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/ui/actioncollectionview.h 2018-06-02 20:04:53.000000000 +0200 @@ -180,7 +180,7 @@ * Set the model this view should use to \p model . Use an instance of * \a ActionCollectionModel or \a ActionCollectionProxyModel as model. */ - void setModel(QAbstractItemModel *model) Q_DECL_OVERRIDE; + void setModel(QAbstractItemModel *model) override; /** * \return true if the collection was modified. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.46.0/src/ui/scriptingplugin.h new/kross-5.47.0/src/ui/scriptingplugin.h --- old/kross-5.46.0/src/ui/scriptingplugin.h 2018-05-05 14:59:55.000000000 +0200 +++ new/kross-5.47.0/src/ui/scriptingplugin.h 2018-06-02 20:04:53.000000000 +0200 @@ -86,7 +86,7 @@ /** * Re-implement in order to load additional kross scripting rc files. */ - void setDOMDocument(const QDomDocument &document, bool merge = false) Q_DECL_OVERRIDE; + void setDOMDocument(const QDomDocument &document, bool merge = false) override; /** * Add a QObject to the list of children. The object will be published to the scripting code.
