Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2016-07-15 12:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2016-07-03 
12:18:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes       
2016-07-15 12:29:54.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:01:12 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+-------------------------------------------------------------------

Old:
----
  attica-5.23.0.tar.xz

New:
----
  attica-5.24.0.tar.xz

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

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.GocSvs/_old  2016-07-15 12:29:55.000000000 +0200
+++ /var/tmp/diff_new_pack.GocSvs/_new  2016-07-15 12:29:55.000000000 +0200
@@ -19,9 +19,9 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:           attica-qt5
-Version:        5.23.0
+Version:        5.24.0
 Release:        0
 Summary:        Open Collaboration Service client library
 License:        LGPL-2.1+

++++++ attica-5.23.0.tar.xz -> attica-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/CMakeLists.txt 
new/attica-5.24.0/CMakeLists.txt
--- old/attica-5.23.0/CMakeLists.txt    2016-06-06 11:23:52.000000000 +0200
+++ new/attica-5.24.0/CMakeLists.txt    2016-07-02 18:08:58.000000000 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.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)
 
@@ -14,11 +14,12 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers) # Used to create CMake config files
+include(ECMQtDeclareLoggingCategory)
 include(KDEInstallDirs) # Used to set installation paths
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
     VARIABLE_PREFIX ATTICA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/metainfo.yaml 
new/attica-5.24.0/metainfo.yaml
--- old/attica-5.23.0/metainfo.yaml     2016-06-06 11:23:52.000000000 +0200
+++ new/attica-5.24.0/metainfo.yaml     2016-07-02 18:08:58.000000000 +0200
@@ -3,7 +3,10 @@
 tier: 1
 type: functional
 platforms:
-    - name: All
+    - name: Linux
+    - name: Windows
+    - name: MacOSX
+    - name: Android
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/src/CMakeLists.txt 
new/attica-5.24.0/src/CMakeLists.txt
--- old/attica-5.23.0/src/CMakeLists.txt        2016-06-06 11:23:52.000000000 
+0200
+++ new/attica-5.24.0/src/CMakeLists.txt        2016-07-02 18:08:58.000000000 
+0200
@@ -76,6 +76,8 @@
    topicparser.cpp
 )
 
+ecm_qt_declare_logging_category(attica_SRCS HEADER attica_debug.h IDENTIFIER 
ATTICA CATEGORY_NAME org.kde.attica)
+
 add_library(KF5Attica ${attica_SRCS})
 set_target_properties(KF5Attica PROPERTIES
     VERSION ${ATTICA_VERSION_STRING}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/src/atticabasejob.cpp 
new/attica-5.24.0/src/atticabasejob.cpp
--- old/attica-5.23.0/src/atticabasejob.cpp     2016-06-06 11:23:52.000000000 
+0200
+++ new/attica-5.24.0/src/atticabasejob.cpp     2016-07-02 18:08:58.000000000 
+0200
@@ -28,6 +28,7 @@
 #include <QtNetwork/QNetworkReply>
 #include <QAuthenticator>
 
+#include <attica_debug.h>
 #include "platformdependent.h"
 
 using namespace Attica;
@@ -60,8 +61,10 @@
             if (redirectUrl.isRelative()) {
                 QUrl baseUrl(request.url());
                 newUrl = baseUrl.resolved(redirectUrl);
+                qCDebug(ATTICA) << "resolving relative URL redirection to" << 
newUrl.toString();
             } else {
                 newUrl = redirectUrl;
+                qCDebug(ATTICA) << "resolving absolute URL redirection to" << 
newUrl.toString();
             }
             return true;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/src/getjob.cpp 
new/attica-5.24.0/src/getjob.cpp
--- old/attica-5.23.0/src/getjob.cpp    2016-06-06 11:23:52.000000000 +0200
+++ new/attica-5.24.0/src/getjob.cpp    2016-07-02 18:08:58.000000000 +0200
@@ -26,6 +26,7 @@
 #include <QtNetwork/QNetworkAccessManager>
 
 #include "platformdependent.h"
+#include <attica_debug.h>
 
 using namespace Attica;
 
@@ -36,6 +37,7 @@
 
 QNetworkReply *GetJob::executeRequest()
 {
+    qCDebug(ATTICA) << "executing get request for url" << 
m_request.url().toString();
     return internals()->get(m_request);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.23.0/src/listjob.cpp 
new/attica-5.24.0/src/listjob.cpp
--- old/attica-5.23.0/src/listjob.cpp   2016-06-06 11:23:52.000000000 +0200
+++ new/attica-5.24.0/src/listjob.cpp   2016-07-02 18:08:58.000000000 +0200
@@ -23,7 +23,7 @@
 
 #include "listjob.h"
 
-#include <QDebug>
+#include <attica_debug.h>
 #include <QXmlStreamReader>
 
 using namespace Attica;
@@ -32,6 +32,7 @@
 ListJob<T>::ListJob(PlatformDependent *internals, const QNetworkRequest 
&request)
     : GetJob(internals, request)
 {
+    qCDebug(ATTICA) << "creating list job:" << request.url();
 }
 
 template <class T>
@@ -46,5 +47,5 @@
     typename T::Parser parser;
     m_itemList = parser.parseList(xml);
     setMetadata(parser.metadata());
+    qCDebug(ATTICA) << "received categories:" << m_itemList.size();
 }
-


Reply via email to