Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-notes for openSUSE:Factory 
checked in at 2023-08-31 13:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-notes.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-notes"

Thu Aug 31 13:42:47 2023 rev:85 rq:1105598 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes      
2023-07-07 15:46:16.259820881 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-notes.new.1766/akonadi-notes.changes    
2023-08-31 13:43:38.879784093 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:58:48 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:02:05 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:13:12 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Add missing Q_REQUIRED_RESULT
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+-------------------------------------------------------------------

Old:
----
  akonadi-notes-23.04.3.tar.xz
  akonadi-notes-23.04.3.tar.xz.sig

New:
----
  akonadi-notes-23.08.0.tar.xz
  akonadi-notes-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-notes.spec ++++++
--- /var/tmp/diff_new_pack.5nzEWI/_old  2023-08-31 13:43:40.175830417 +0200
+++ /var/tmp/diff_new_pack.5nzEWI/_new  2023-08-31 13:43:40.179830559 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define kf5_version 5.104.0
+%define kf5_version 5.105.0
 %define libname libKPim5AkonadiNotes5
 %bcond_without released
 Name:           akonadi-notes
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Library to implement management of notes in Akonadi
 License:        LGPL-2.1-or-later

++++++ akonadi-notes-23.04.3.tar.xz -> akonadi-notes-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/.gitignore 
new/akonadi-notes-23.08.0/.gitignore
--- old/akonadi-notes-23.04.3/.gitignore        2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/.gitignore        2023-08-13 09:04:38.000000000 
+0200
@@ -26,3 +26,4 @@
 .idea
 /cmake-build*
 .cache
+Testing/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/.gitlab-ci.yml 
new/akonadi-notes-23.08.0/.gitlab-ci.yml
--- old/akonadi-notes-23.04.3/.gitlab-ci.yml    2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/.gitlab-ci.yml    2023-08-13 09:04:38.000000000 
+0200
@@ -6,16 +6,3 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
-
-
-suse_tumbleweed_qt62:
-  stage: build
-  image: kdeorg/ci-suse-qt64:latest
-  tags:
-    - Linux
-  interruptible: true
-  script:
-    - /usr/bin/true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/.kde-ci.yml 
new/akonadi-notes-23.08.0/.kde-ci.yml
--- old/akonadi-notes-23.04.3/.kde-ci.yml       2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/.kde-ci.yml       2023-08-13 09:04:38.000000000 
+0200
@@ -8,11 +8,5 @@
     'pim/akonadi' : '@same'
     'pim/kmime' : '@same'
 
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
-  'require':
-    'frameworks/extra-cmake-modules': '@latest-kf6'
-    'pim/akonadi' : '@latest-kf6'
-    'pim/kmime' : '@latest-kf6'
-
 Options:
   require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/CMakeLists.txt 
new/akonadi-notes-23.08.0/CMakeLists.txt
--- old/akonadi-notes-23.04.3/CMakeLists.txt    2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/CMakeLists.txt    2023-08-13 09:04:38.000000000 
+0200
@@ -1,12 +1,12 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.3")
+set(PIM_VERSION "5.24.0")
 
 project(Akonadi-Notes VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF_MIN_VERSION "5.103.0")
+set(KF_MIN_VERSION "5.105.0")
 
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,8 +41,8 @@
 endif()
 set(AKONADI_NOTES_VERSION ${PIM_VERSION})
 
-set(KMIMELIB_VERSION "5.23.3")
-set(AKONADI_VERSION "5.23.3")
+set(KMIMELIB_VERSION "5.24.0")
+set(AKONADI_VERSION "5.24.0")
 
 
 if (QT_MAJOR_VERSION STREQUAL "6")
@@ -68,7 +68,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"akonadinotes5\")
 
-ecm_set_disabled_deprecation_versions(QT 6.4  KF 5.104.0)
+ecm_set_disabled_deprecation_versions(QT 6.4  KF 5.105.0)
 
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/CMakePresets.json 
new/akonadi-notes-23.08.0/CMakePresets.json
--- old/akonadi-notes-23.04.3/CMakePresets.json 2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/CMakePresets.json 2023-08-13 09:04:38.000000000 
+0200
@@ -41,6 +41,31 @@
             ]
         },
         {
+            "name": "dev-qch",
+            "displayName": "Build as debug",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
+               "BUILD_QCH": "ON"
+            },
+            "inherits": [
+                "base"
+            ]
+        },
+        {
+            "name": "dev-qt6-qch",
+            "displayName": "Build as debug",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
+               "BUILD_QCH": "ON"
+            },
+            "inherits": [
+                "base-qt6"
+            ]
+        },
+       
+        {
             "name": "dev-qt6",
             "displayName": "Build against qt6",
             "binaryDir": "${sourceDir}/build-qt6",
@@ -158,11 +183,19 @@
             "name": "dev-mold",
             "configurePreset": "dev-mold"
         },
+        {   
+            "name": "dev-qch",
+            "configurePreset": "dev-qch"
+        },     
         {
             "name": "dev-qt6",
             "configurePreset": "dev-qt6"
         },
         {
+            "name": "dev-qt6-qch",
+            "configurePreset": "dev-qt6-qch"
+        },
+        {
             "name": "dev-clang",
             "configurePreset": "dev-clang"
         },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/po/eo/akonadinotes5.po 
new/akonadi-notes-23.08.0/po/eo/akonadinotes5.po
--- old/akonadi-notes-23.04.3/po/eo/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-23.08.0/po/eo/akonadinotes5.po    2023-08-13 
09:04:38.000000000 +0200
@@ -0,0 +1,24 @@
+# translation of akonadinotes5.pot to esperanto
+# Copyright (C) 2021 Free Software Foundation, Inc.
+# This file is distributed under the same license as the akonadi-notes package.
+# Oliver Kellogg <[email protected], 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadi-notes\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-11-26 00:28+0000\n"
+"PO-Revision-Date: 2023-06-29 23:19+0100\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
+"Language-Team: Esperanto <[email protected]>\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:375
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nova Noto"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-23.08.0/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-23.04.3/po/zh_CN/akonadinotes5.po 2023-07-04 
07:13:44.000000000 +0200
+++ new/akonadi-notes-23.08.0/po/zh_CN/akonadinotes5.po 2023-08-13 
09:04:38.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-26 00:28+0000\n"
-"PO-Revision-Date: 2023-07-03 11:41\n"
+"PO-Revision-Date: 2023-08-02 12:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/src/CMakeLists.txt 
new/akonadi-notes-23.08.0/src/CMakeLists.txt
--- old/akonadi-notes-23.04.3/src/CMakeLists.txt        2023-07-04 
07:13:44.000000000 +0200
+++ new/akonadi-notes-23.08.0/src/CMakeLists.txt        2023-08-13 
09:04:38.000000000 +0200
@@ -2,7 +2,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 add_library(KPim${KF_MAJOR_VERSION}AkonadiNotes)
 add_library(KPim${KF_MAJOR_VERSION}::AkonadiNotes ALIAS 
KPim${KF_MAJOR_VERSION}AkonadiNotes)
-add_library(KF5::AkonadiNotes ALIAS KPim${KF_MAJOR_VERSION}AkonadiNotes)
 
 target_sources(KPim${KF_MAJOR_VERSION}AkonadiNotes PRIVATE
     noteutils.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-23.04.3/src/noteutils.h 
new/akonadi-notes-23.08.0/src/noteutils.h
--- old/akonadi-notes-23.04.3/src/noteutils.h   2023-07-04 07:13:44.000000000 
+0200
+++ new/akonadi-notes-23.08.0/src/noteutils.h   2023-08-13 09:04:38.000000000 
+0200
@@ -66,12 +66,12 @@
     /**
      * Returns the url for url-only attachments
      */
-    QUrl url() const;
+    Q_REQUIRED_RESULT QUrl url() const;
 
     /**
      * Returns the date for inline attachments
      */
-    QByteArray data() const;
+    Q_REQUIRED_RESULT QByteArray data() const;
 
     /**
      * Sets the unique identifier of the attachment
@@ -87,7 +87,7 @@
      *
      * @since 5.15
      */
-    QString contentID() const;
+    Q_REQUIRED_RESULT QString contentID() const;
 
     /**
      * Set this to true if inline data provided via ctor
@@ -102,12 +102,12 @@
      *
      * @since 5.15
      */
-    bool dataBase64Encoded() const;
+    Q_REQUIRED_RESULT bool dataBase64Encoded() const;
 
     /**
      * Returns the mimetype
      */
-    QString mimetype() const;
+    Q_REQUIRED_RESULT QString mimetype() const;
 
     /**
      * Sets the label to be presented to the user
@@ -117,7 +117,7 @@
     /**
      * Returns the label of the attachment
      */
-    QString label() const;
+    Q_REQUIRED_RESULT QString label() const;
 
 private:
     //@cond PRIVATE
@@ -182,7 +182,7 @@
     /**
      * Returns the uid of the note
      */
-    QString uid() const;
+    Q_REQUIRED_RESULT QString uid() const;
 
     enum Classification { Public, Private, Confidential };
 
@@ -194,7 +194,7 @@
     /**
      * Returns the classification of the note
      */
-    Classification classification() const;
+    Q_REQUIRED_RESULT Classification classification() const;
 
     /**
      * Set the title of the note
@@ -204,7 +204,7 @@
     /**
      * Returns the title of the note
      */
-    QString title() const;
+    Q_REQUIRED_RESULT QString title() const;
 
     /**
      * Set the text of the note
@@ -216,17 +216,17 @@
     /**
      * Returns the text of the note
      */
-    QString text() const;
+    Q_REQUIRED_RESULT QString text() const;
 
     /**
      * @return Qt::PlainText or Qt::RichText
      */
-    Qt::TextFormat textFormat() const;
+    Q_REQUIRED_RESULT Qt::TextFormat textFormat() const;
 
     /**
      * @return plaintext version of the text (if richtext)
      */
-    QString toPlainText() const;
+    Q_REQUIRED_RESULT QString toPlainText() const;
 
     /**
      * Set the creation date of the note (stored in the mime header)
@@ -236,7 +236,7 @@
     /**
      * Returns the creation date of the note
      */
-    QDateTime creationDate() const;
+    Q_REQUIRED_RESULT QDateTime creationDate() const;
 
     /**
      * Set the lastModified-date of the note
@@ -246,7 +246,7 @@
     /**
      * Returns the lastModified-date of the note
      */
-    QDateTime lastModifiedDate() const;
+    Q_REQUIRED_RESULT QDateTime lastModifiedDate() const;
 
     /**
      * Set the origin (creator) of the note (stored in the mime header)
@@ -258,18 +258,18 @@
     /**
      * Returns the origin (creator) of the note
      */
-    QString from() const;
+    Q_REQUIRED_RESULT QString from() const;
 
     /**
      * Returns a reference to the list of attachments of the note
      */
-    QVector<Attachment> &attachments();
+    Q_REQUIRED_RESULT QVector<Attachment> &attachments();
 
     /**
      * Returns a reference to the custom-value map
      * @return key-value map containing all custom values
      */
-    QMap<QString, QString> &custom();
+    Q_REQUIRED_RESULT QMap<QString, QString> &custom();
 
     /**
      * Assemble a KMime message with the given values

Reply via email to