Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2018-12-19 13:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Wed Dec 19 13:38:16 2018 rev:61 rq:658533 version:5.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2018-11-14 
14:30:14.195509711 +0100
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new.28833/attica-qt5.changes 
2018-12-19 13:38:17.568221936 +0100
@@ -1,0 +2,13 @@
+Sun Dec 09 19:43:41 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use isEmpty
+  * Use new syntax
+  * Add missing override
+  * Remove Qt include prefix
+
+-------------------------------------------------------------------

Old:
----
  attica-5.52.0.tar.xz

New:
----
  attica-5.53.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.Ts1tMc/_old  2018-12-19 13:38:18.256220959 +0100
+++ /var/tmp/diff_new_pack.Ts1tMc/_new  2018-12-19 13:38:18.256220959 +0100
@@ -19,13 +19,13 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.52
+%define _tar_path 5.53
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           attica-qt5
-Version:        5.52.0
+Version:        5.53.0
 Release:        0
 Summary:        Open Collaboration Service client library
 License:        LGPL-2.1-or-later

++++++ attica-5.52.0.tar.xz -> attica-5.53.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/CMakeLists.txt 
new/attica-5.53.0/CMakeLists.txt
--- old/attica-5.52.0/CMakeLists.txt    2018-11-03 12:58:07.000000000 +0100
+++ new/attica-5.53.0/CMakeLists.txt    2018-12-01 15:37:41.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
 project(Attica VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.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)
 
@@ -31,7 +31,7 @@
     SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 
 # Required Qt5 components to build this framework
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/attica.categories 
new/attica-5.53.0/attica.categories
--- old/attica-5.52.0/attica.categories 2018-11-03 12:58:07.000000000 +0100
+++ new/attica-5.53.0/attica.categories 2018-12-01 15:37:41.000000000 +0100
@@ -1 +1 @@
-org.kde.attica attica
+org.kde.attica attica IDENTIFIER [ATTICA]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/autotests/configtest.cpp 
new/attica-5.53.0/autotests/configtest.cpp
--- old/attica-5.52.0/autotests/configtest.cpp  2018-11-03 12:58:07.000000000 
+0100
+++ new/attica-5.53.0/autotests/configtest.cpp  2018-12-01 15:37:41.000000000 
+0100
@@ -21,7 +21,7 @@
 
 */
 
-#include <QtTest/QtTest>
+#include <QtTest>
 #include <configparser.h>
 
 using namespace Attica;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/autotests/providertest.cpp 
new/attica-5.53.0/autotests/providertest.cpp
--- old/attica-5.52.0/autotests/providertest.cpp        2018-11-03 
12:58:07.000000000 +0100
+++ new/attica-5.53.0/autotests/providertest.cpp        2018-12-01 
15:37:41.000000000 +0100
@@ -21,7 +21,7 @@
 
 */
 
-#include <QtTest/QtTest>
+#include <QtTest>
 #include <QEventLoop>
 
 #include <QLoggingCategory>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/src/config.h 
new/attica-5.53.0/src/config.h
--- old/attica-5.52.0/src/config.h      2018-11-03 12:58:07.000000000 +0100
+++ new/attica-5.53.0/src/config.h      2018-12-01 15:37:41.000000000 +0100
@@ -23,8 +23,8 @@
 #ifndef ATTICA_CONFIG_H
 #define ATTICA_CONFIG_H
 
-#include <QtCore/QString>
-#include <QtCore/QSharedDataPointer>
+#include <QString>
+#include <QSharedDataPointer>
 
 #include "attica_export.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/src/provider.cpp 
new/attica-5.53.0/src/provider.cpp
--- old/attica-5.52.0/src/provider.cpp  2018-11-03 12:58:07.000000000 +0100
+++ new/attica-5.53.0/src/provider.cpp  2018-12-01 15:37:41.000000000 +0100
@@ -614,7 +614,7 @@
     if (!project.url().isEmpty()) {
         postParameters.insert(QLatin1String("url"), project.url());
     }
-    if (project.developers().count()) {
+    if (!project.developers().isEmpty()) {
         postParameters.insert(QLatin1String("developers"), 
project.developers().join(QLatin1String("\n")));
     }
     if (!project.version().isEmpty()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/src/qtplatformdependent_p.h 
new/attica-5.53.0/src/qtplatformdependent_p.h
--- old/attica-5.52.0/src/qtplatformdependent_p.h       2018-11-03 
12:58:07.000000000 +0100
+++ new/attica-5.53.0/src/qtplatformdependent_p.h       2018-12-01 
15:37:41.000000000 +0100
@@ -41,7 +41,7 @@
 {
 public:
     QtPlatformDependent();
-    virtual ~QtPlatformDependent();
+    ~QtPlatformDependent() override;
 
     void setNam(QNetworkAccessManager *nam) override;
     QNetworkAccessManager *nam() override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.52.0/tests/projecttest/projecttest.cpp 
new/attica-5.53.0/tests/projecttest/projecttest.cpp
--- old/attica-5.52.0/tests/projecttest/projecttest.cpp 2018-11-03 
12:58:07.000000000 +0100
+++ new/attica-5.53.0/tests/projecttest/projecttest.cpp 2018-12-01 
15:37:41.000000000 +0100
@@ -301,7 +301,7 @@
             m_editor->projects->insertItem(0, p.name(), p.id());
             // TODO: start project jobs here
         }
-        if (!listJob->itemList().count()) {
+        if (listJob->itemList().isEmpty()) {
             output.append(QLatin1String("No Projects found."));
         }
     } else if (j->metadata().error() == Metadata::OcsError) {
@@ -337,7 +337,7 @@
             //new_bsa->setData(Qt::UserRole, QVariant(bs.id()));
 
         }
-        if (!listJob->itemList().count()) {
+        if (listJob->itemList().isEmpty()) {
             output.append(QLatin1String("No OBS'en found."));
         }
     } else if (j->metadata().error() == Metadata::OcsError) {
@@ -368,7 +368,7 @@
             QListWidgetItem *new_bsj = new QListWidgetItem(bsj.name(), 
m_editor->buildServiceJobs);
             new_bsj->setData(Qt::UserRole, QVariant(bsj.id()));
         }
-        if (!listJob->itemList().count()) {
+        if (listJob->itemList().isEmpty()) {
             output.append(QLatin1String("No jobs found."));
         }
     } else if (j->metadata().error() == Metadata::OcsError) {


Reply via email to