Hello community,

here is the log from the commit of package akonadi-notes for openSUSE:Factory 
checked in at 2017-08-24 18:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-notes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-notes"

Thu Aug 24 18:01:59 2017 rev:13 rq:516909 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes      
2017-07-25 11:25:43.380671618 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-notes.new/akonadi-notes.changes 
2017-08-24 18:02:00.291246595 +0200
@@ -1,0 +2,23 @@
+Fri Aug 11 22:44:46 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Fix Bug 382076 - Unknown CMake command "find_dependency" (kde#382076)
+  * Minor fix 
+  * Add more definitions QT_NO_URL_CAST_FROM_STRING 
+  * Port to for(..:..) 
+  * Port to for(...:...) 
+  * don"t use deprecated method 
+  * Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
+
+-------------------------------------------------------------------
+Sat Aug  5 18:16:26 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  akonadi-notes-17.04.3.tar.xz

New:
----
  akonadi-notes-17.08.0.tar.xz

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

Other differences:
------------------
++++++ akonadi-notes.spec ++++++
--- /var/tmp/diff_new_pack.AYi5qU/_old  2017-08-24 18:02:01.031142423 +0200
+++ /var/tmp/diff_new_pack.AYi5qU/_new  2017-08-24 18:02:01.063137918 +0200
@@ -20,10 +20,10 @@
 
 %define sonum   5
 Name:           akonadi-notes
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE PIM Libraries
 License:        LGPL-2.1+
@@ -46,8 +46,10 @@
 %package -n libKF5AkonadiNotes5
 Summary:        KDE PIM Libraries: Build Environment
 Group:          System/Libraries
-Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
+%if %{with lang}
+Recommends:     %{name}-lang
+%endif
 
 %description  -n libKF5AkonadiNotes5
 This package contains all necessary include files and libraries needed
@@ -91,13 +93,13 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_libdir}/cmake/KF5AkonadiNotes/
-%{_kf5_libdir}/libKF5AkonadiNotes.so
 %dir %{_kf5_includedir}/Akonadi
 %dir %{_kf5_includedir}/akonadi
 %{_kf5_includedir}/Akonadi/Notes/
-%{_kf5_includedir}/akonadi/notes/
 %{_kf5_includedir}/akonadi-notes_version.h
+%{_kf5_includedir}/akonadi/notes/
+%{_kf5_cmakedir}/KF5AkonadiNotes/
+%{_kf5_libdir}/libKF5AkonadiNotes.so
 %{_kf5_mkspecsdir}/qt_AkonadiNotes.pri
 
 %if %{with lang}

++++++ akonadi-notes-17.04.3.tar.xz -> akonadi-notes-17.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/.gitignore 
new/akonadi-notes-17.08.0/.gitignore
--- old/akonadi-notes-17.04.3/.gitignore        2017-06-19 07:09:50.000000000 
+0200
+++ new/akonadi-notes-17.08.0/.gitignore        2017-08-07 11:56:50.000000000 
+0200
@@ -6,3 +6,4 @@
 .*.swp
 /build/
 CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/CMakeLists.txt 
new/akonadi-notes-17.08.0/CMakeLists.txt
--- old/akonadi-notes-17.04.3/CMakeLists.txt    2017-07-11 02:26:37.000000000 
+0200
+++ new/akonadi-notes-17.08.0/CMakeLists.txt    2017-08-11 02:51:11.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.3")
+set(PIM_VERSION "5.6.0")
 
 project(Akonadi-Notes VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.32.0")
+set(KF5_VERSION "5.35.0")
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -21,11 +21,11 @@
 include(ECMCoverageOption)
 
 
-set(QT_REQUIRED_VERSION "5.6.0")
+set(QT_REQUIRED_VERSION "5.7.0")
 set(AKONADI_NOTES_VERSION ${PIM_VERSION})
 
-set(KMIMELIB_VERSION "5.5.3")
-set(AKONADI_VERSION "5.5.3")
+set(KMIMELIB_VERSION "5.6.0")
+set(AKONADI_VERSION "5.6.0")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES
     VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h"
@@ -45,6 +45,9 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"akonadinotes5\")
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
 
 add_subdirectory(src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/KF5AkonadiNotesConfig.cmake.in 
new/akonadi-notes-17.08.0/KF5AkonadiNotesConfig.cmake.in
--- old/akonadi-notes-17.04.3/KF5AkonadiNotesConfig.cmake.in    2017-06-19 
07:09:50.000000000 +0200
+++ new/akonadi-notes-17.08.0/KF5AkonadiNotesConfig.cmake.in    2017-08-07 
11:56:50.000000000 +0200
@@ -1,5 +1,5 @@
 @PACKAGE_INIT@
-
+include(CMakeFindDependencyMacro)
 find_dependency(KF5Mime "@KMIMELIB_VERSION@")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-17.08.0/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-17.04.3/po/zh_CN/akonadinotes5.po 2017-07-11 
02:26:37.000000000 +0200
+++ new/akonadi-notes-17.08.0/po/zh_CN/akonadinotes5.po 2017-08-11 
02:51:11.000000000 +0200
@@ -1,21 +1,20 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Xuetian Weng <[email protected]>, 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:18+0100\n"
-"PO-Revision-Date: 2014-08-14 07:59-0400\n"
-"Last-Translator: Xuetian Weng <[email protected]>\n"
-"Language-Team: Chinese Simplified <[email protected]>\n"
+"PO-Revision-Date: 2017-08-05 09:34-0400\n"
+"Last-Translator: guoyunhebrave <[email protected]>\n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/pim/akonadinotes5.pot\n"
 
 #: noteutils.cpp:368
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/src/noteutils.cpp 
new/akonadi-notes-17.08.0/src/noteutils.cpp
--- old/akonadi-notes-17.04.3/src/noteutils.cpp 2017-06-19 07:09:50.000000000 
+0200
+++ new/akonadi-notes-17.08.0/src/noteutils.cpp 2017-08-07 11:56:50.000000000 
+0200
@@ -104,7 +104,7 @@
 
 bool Attachment::operator==(const Attachment &a) const
 {
-    const Q_D(Attachment);
+    Q_D(const Attachment);
     if (d->mUrl.isEmpty()) {
         return d->mUrl == a.d_func()->mUrl &&
                d->mMimetype == a.d_func()->mMimetype &&
@@ -122,19 +122,19 @@
 
 QUrl Attachment::url() const
 {
-    const Q_D(Attachment);
+    Q_D(const Attachment);
     return d->mUrl;
 }
 
 QByteArray Attachment::data() const
 {
-    const Q_D(Attachment);
+    Q_D(const Attachment);
     return d->mData;
 }
 
 QString Attachment::mimetype() const
 {
-    const Q_D(Attachment);
+    Q_D(const Attachment);
     return d->mMimetype;
 }
 
@@ -146,7 +146,7 @@
 
 QString Attachment::label() const
 {
-    const Q_D(Attachment);
+    Q_D(const Attachment);
     return d->mLabel;
 }
 
@@ -222,7 +222,7 @@
     }
 
     const auto list = msg->contents();
-    Q_FOREACH (KMime::Content *c, msg->contents()) {
+    for (KMime::Content *c : list) {
         if (KMime::Headers::Base *typeHeader = 
c->headerByType(X_NOTES_CONTENTTYPE_HEADER)) {
             const QString &type = typeHeader->asUnicodeString();
             if (type == CONTENT_TYPE_CUSTOM) {
@@ -362,7 +362,7 @@
 
 KMime::MessagePtr NoteMessageWrapper::message() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     KMime::MessagePtr msg = KMime::MessagePtr(new KMime::Message());
 
     QString title = i18nc("The default name for new notes.", "New Note");
@@ -420,7 +420,7 @@
     header->fromUnicodeString(classification, ENCODING);
     msg->appendHeader(header);
 
-    foreach (const Attachment &a, d->attachments) {
+    for (const Attachment &a : qAsConst(d->attachments)) {
         msg->addContent(d->createAttachmentPart(a));
     }
 
@@ -443,7 +443,7 @@
 
 QString NoteMessageWrapper::uid() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->uid;
 }
 
@@ -455,7 +455,7 @@
 
 NoteMessageWrapper::Classification NoteMessageWrapper::classification() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->classification;
 }
 
@@ -467,7 +467,7 @@
 
 QDateTime NoteMessageWrapper::lastModifiedDate() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->lastModifiedDate;
 }
 
@@ -479,7 +479,7 @@
 
 QDateTime NoteMessageWrapper::creationDate() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->creationDate;
 }
 
@@ -491,7 +491,7 @@
 
 QString NoteMessageWrapper::from() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->from;
 }
 
@@ -503,7 +503,7 @@
 
 QString NoteMessageWrapper::title() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->title;
 }
 
@@ -516,19 +516,19 @@
 
 QString NoteMessageWrapper::text() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->text;
 }
 
 Qt::TextFormat NoteMessageWrapper::textFormat() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     return d->textFormat;
 }
 
 QString NoteMessageWrapper::toPlainText() const
 {
-    const Q_D(NoteMessageWrapper);
+    Q_D(const NoteMessageWrapper);
     if (d->textFormat == Qt::PlainText) {
         return d->text;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.04.3/src/noteutils.h 
new/akonadi-notes-17.08.0/src/noteutils.h
--- old/akonadi-notes-17.04.3/src/noteutils.h   2017-06-19 07:09:50.000000000 
+0200
+++ new/akonadi-notes-17.08.0/src/noteutils.h   2017-08-07 11:56:50.000000000 
+0200
@@ -22,7 +22,7 @@
 
 #include "akonadi-notes_export.h"
 
-#include <QtCore/QUrl>
+#include <QUrl>
 #include <QMap>
 class QDateTime;
 class QString;


Reply via email to