Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2021-08-16 10:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmbox (Old)
 and      /work/SRC/openSUSE:Factory/.kmbox.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmbox"

Mon Aug 16 10:06:37 2021 rev:72 rq:911699 version:21.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes      2021-07-09 
23:59:01.440671627 +0200
+++ /work/SRC/openSUSE:Factory/.kmbox.new.1899/kmbox.changes    2021-08-16 
10:07:52.931360914 +0200
@@ -1,0 +2,26 @@
+Fri Aug  6 09:39:20 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+-------------------------------------------------------------------
+Fri Jul 30 10:05:11 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:06:18 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Use more target-centric cmake code
+  * Modernize code
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  kmbox-21.04.3.tar.xz
  kmbox-21.04.3.tar.xz.sig

New:
----
  kmbox-21.08.0.tar.xz
  kmbox-21.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kmbox.spec ++++++
--- /var/tmp/diff_new_pack.Z7TE74/_old  2021-08-16 10:07:54.199359397 +0200
+++ /var/tmp/diff_new_pack.Z7TE74/_new  2021-08-16 10:07:54.199359397 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmbox
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        KDE PIM Libraries: Mailbox functionality
 License:        LGPL-2.1-or-later
@@ -77,7 +77,6 @@
 %{_kf5_libdir}/libKF5Mbox.so.*
 
 %files devel
-%license LICENSES/*
 %{_kf5_cmakedir}/KF5Mbox/
 %{_kf5_includedir}/KMbox/
 %{_kf5_includedir}/kmbox_version.h


++++++ kmbox-21.04.3.tar.xz -> kmbox-21.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/.clang-format 
new/kmbox-21.08.0/.clang-format
--- old/kmbox-21.04.3/.clang-format     2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/.clang-format     1970-01-01 01:00:00.000000000 +0100
@@ -1,76 +0,0 @@
----
-# SPDX-FileCopyrightText: 2019 Christoph Cullmann <[email protected]>
-# SPDX-FileCopyrightText: 2019 Gernot Gebhard <[email protected]>
-#
-# SPDX-License-Identifier: MIT
-
-# Style for C++
-Language: Cpp
-
-# base is WebKit coding style: https://webkit.org/code-style-guidelines/
-# below are only things set that diverge from this style!
-BasedOnStyle: WebKit
-
-# enforce C++11 (e.g. for std::vector<std::vector<lala>>
-Standard: Cpp11
-
-# 4 spaces indent
-TabWidth: 4
-
-# 2 * 80 wide lines
-ColumnLimit: 160
-
-# sort includes inside line separated groups
-SortIncludes: true
-
-# break before braces on function, namespace and class definitions.
-BreakBeforeBraces: Linux
-
-# CrlInstruction *a;
-PointerAlignment: Right
-
-# horizontally aligns arguments after an open bracket.
-AlignAfterOpenBracket: Align
-
-# don't move all parameters to new line
-AllowAllParametersOfDeclarationOnNextLine: false
-
-# no single line functions
-AllowShortFunctionsOnASingleLine: None
-
-# always break before you encounter multi line strings
-AlwaysBreakBeforeMultilineStrings: true
-
-# don't move arguments to own lines if they are not all on the same
-BinPackArguments: false
-
-# don't move parameters to own lines if they are not all on the same
-BinPackParameters: false
-
-# In case we have an if statement whith multiple lines the operator should be 
at the beginning of the line
-# but we do not want to break assignments
-BreakBeforeBinaryOperators: NonAssignment
-
-# format C++11 braced lists like function calls
-Cpp11BracedListStyle: true
-
-# do not put a space before C++11 braced lists
-SpaceBeforeCpp11BracedList: false
-
-# remove empty lines
-KeepEmptyLinesAtTheStartOfBlocks: false
-
-# no namespace indentation to keep indent level low
-NamespaceIndentation: None
-
-# we use template< without space.
-SpaceAfterTemplateKeyword: false
-
-# macros for which the opening brace stays attached.
-ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, 
QBENCHMARK, QBENCHMARK_ONCE ]
-
-# keep lambda formatting multi-line if not empty
-AllowShortLambdasOnASingleLine: Empty
-
-# We do not want clang-format to put all arguments on a new line
-AllowAllArgumentsOnNextLine: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/.gitignore new/kmbox-21.08.0/.gitignore
--- old/kmbox-21.04.3/.gitignore        2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/.gitignore        2021-07-31 12:09:36.000000000 +0200
@@ -19,3 +19,8 @@
 CMakeLists.txt.user*
 *.unc-backup*
 compile_commands.json
+.clang-format
+.clangd
+.idea
+/cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/CMakeLists.txt 
new/kmbox-21.08.0/CMakeLists.txt
--- old/kmbox-21.04.3/CMakeLists.txt    2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/CMakeLists.txt    2021-07-31 12:09:36.000000000 +0200
@@ -1,10 +1,10 @@
-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.3")
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+set(PIM_VERSION "5.18.0")
 
 project(KMbox VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_MIN_VERSION "5.79.0")
+set(KF5_MIN_VERSION "5.83.0")
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,7 +25,7 @@
 
 
 set(KMBOX_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIB_VERSION "5.17.3")
+set(KMIME_LIB_VERSION "5.18.0")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kmbox_version.h"
@@ -37,19 +37,15 @@
 find_package(KF5Mime ${KMIME_LIB_VERSION} CONFIG REQUIRED)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055400)
 
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
-option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" FALSE)
+option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
-set(COMPILE_WITH_UNITY_CMAKE_SUPPORT false)
+set(COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF)
 if (USE_UNITY_CMAKE_SUPPORT)
-    if(${CMAKE_VERSION} VERSION_LESS "3.16.0")
-        message(STATUS "CMAKE version is less than 3.16.0 . We can't use cmake 
unify build support")
-    else()
-        set(COMPILE_WITH_UNITY_CMAKE_SUPPORT true)
-    endif()
+    set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON)
 endif()
 ########### Targets ###########
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/CMakePresets.json 
new/kmbox-21.08.0/CMakePresets.json
--- old/kmbox-21.04.3/CMakePresets.json 2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/CMakePresets.json 2021-07-31 12:09:36.000000000 +0200
@@ -1,5 +1,5 @@
 {
-    "version": 1,
+    "version": 2,
     "configurePresets": [
         {
             "name": "dev",
@@ -23,6 +23,20 @@
             }
         },
         {
+            "name": "dev-clang",
+            "displayName": "dev-clang",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-clang",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            },
+            "environment": {
+                "CXX": "clang++",
+                "CCACHE_DISABLE": "ON"
+            }
+        },
+        {
             "name": "unity",
             "displayName": "Build with CMake unity support.",
             "generator": "Ninja",
@@ -51,6 +65,64 @@
                 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             }
+        },
+        {
+            "name": "clazy",
+            "displayName": "clazy",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-clazy",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug"
+            },
+            "environment": {
+                "CXX": "clazy",
+                "CCACHE_DISABLE": "ON"
+            }
+        }
+
+    ],
+    "buildPresets": [
+        {
+            "name": "dev",
+            "configurePreset": "dev"
+        },
+        {
+            "name": "release",
+            "configurePreset": "release"
+        },
+        {
+            "name": "dev-clang",
+            "configurePreset": "dev-clang"
+        },
+        {
+            "name": "asan",
+            "configurePreset": "asan"
+        },
+        {
+            "name": "unity",
+            "configurePreset": "unity"
+        },
+        {
+            "name": "clazy",
+            "configurePreset": "clazy",
+            "environment": {
+                "CLAZY_CHECKS" : 
"level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo",
+                "CCACHE_DISABLE" : "ON"
+            }
         }
+    ],
+    "testPresets": [
+    { 
+      "name": "dev",
+      "configurePreset": "dev",
+      "output": {"outputOnFailure": true},
+      "execution": {"noTestsAction": "error", "stopOnFailure": false}
+    },
+    { 
+      "name": "asan",
+      "configurePreset": "asan",
+      "output": {"outputOnFailure": true},
+      "execution": {"noTestsAction": "error", "stopOnFailure": true}
+    }
     ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/autotests/CMakeLists.txt 
new/kmbox-21.08.0/autotests/CMakeLists.txt
--- old/kmbox-21.04.3/autotests/CMakeLists.txt  2021-06-16 07:23:56.000000000 
+0200
+++ new/kmbox-21.08.0/autotests/CMakeLists.txt  2021-07-31 12:09:36.000000000 
+0200
@@ -5,4 +5,4 @@
 
 ########### next target ###############
 
-ecm_add_tests(mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX "mbox-" 
LINK_LIBRARIES KF5Mbox Qt5::Test)
+ecm_add_tests(mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX "mbox-" 
LINK_LIBRARIES KF5Mbox Qt::Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/autotests/mboxbenchmark.h 
new/kmbox-21.08.0/autotests/mboxbenchmark.h
--- old/kmbox-21.04.3/autotests/mboxbenchmark.h 2021-06-16 07:23:56.000000000 
+0200
+++ new/kmbox-21.08.0/autotests/mboxbenchmark.h 2021-07-31 12:09:36.000000000 
+0200
@@ -4,8 +4,7 @@
   SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef MBOXBENCHMARK_H
-#define MBOXBENCHMARK_H
+#pragma once
 
 #include <QObject>
 
@@ -31,4 +30,3 @@
     KMime::Message::Ptr mMail1;
 };
 
-#endif // MBOXBENCHMARK_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/autotests/mboxtest.h 
new/kmbox-21.08.0/autotests/mboxtest.h
--- old/kmbox-21.04.3/autotests/mboxtest.h      2021-06-16 07:23:56.000000000 
+0200
+++ new/kmbox-21.08.0/autotests/mboxtest.h      2021-07-31 12:09:36.000000000 
+0200
@@ -4,8 +4,7 @@
   SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef MBOXTEST_H
-#define MBOXTEST_H
+#pragma once
 
 #include <QObject>
 #include <QThread>
@@ -58,4 +57,3 @@
     KMBox::MBox *mbox = nullptr;
 };
 
-#endif // MBOXTEST_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/autotests/test-entries.h 
new/kmbox-21.08.0/autotests/test-entries.h
--- old/kmbox-21.04.3/autotests/test-entries.h  2021-06-16 07:23:56.000000000 
+0200
+++ new/kmbox-21.08.0/autotests/test-entries.h  2021-07-31 12:09:36.000000000 
+0200
@@ -4,8 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef TEST_ENTRIES_H
-#define TEST_ENTRIES_H
+#pragma once
 
 #include <QByteArray>
 
@@ -161,4 +160,3 @@
     "\n"
     "Bertjan");
 
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/metainfo.yaml.license 
new/kmbox-21.08.0/metainfo.yaml.license
--- old/kmbox-21.04.3/metainfo.yaml.license     1970-01-01 01:00:00.000000000 
+0100
+++ new/kmbox-21.08.0/metainfo.yaml.license     2021-07-31 12:09:36.000000000 
+0200
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: none
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/sanitizers.supp 
new/kmbox-21.08.0/sanitizers.supp
--- old/kmbox-21.04.3/sanitizers.supp   2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/sanitizers.supp   2021-07-31 12:09:36.000000000 +0200
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2021 Laurent Montel <[email protected]>
+# SPDX-License-Identifier: CC0-1.0
 # Suppression file for ASAN/LSAN
 
 leak:libspeechd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/CMakeLists.txt 
new/kmbox-21.08.0/src/CMakeLists.txt
--- old/kmbox-21.04.3/src/CMakeLists.txt        2021-06-16 07:23:56.000000000 
+0200
+++ new/kmbox-21.08.0/src/CMakeLists.txt        2021-07-31 12:09:36.000000000 
+0200
@@ -1,23 +1,23 @@
-set(kmbox_SRCS
+add_library(KF5Mbox)
+add_library(KF5::Mbox ALIAS KF5Mbox)
+
+target_sources(KF5Mbox PRIVATE
     mboxentry.cpp
     mbox_p.cpp
     mbox.cpp
 )
 
-ecm_qt_declare_logging_category(kmbox_SRCS HEADER kmbox_debug.h IDENTIFIER 
KMBOX_LOG CATEGORY_NAME org.kde.pim.kmbox
+ecm_qt_declare_logging_category(KF5Mbox HEADER kmbox_debug.h IDENTIFIER 
KMBOX_LOG CATEGORY_NAME org.kde.pim.kmbox
         OLD_CATEGORY_NAMES log_kmbox
         DESCRIPTION "kmbox (pim lib)" EXPORT KMBOX)
 
 
-
-add_library(KF5Mbox ${kmbox_SRCS})
 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
     set_target_properties(KF5Mbox PROPERTIES UNITY_BUILD ON)
 endif()
 
 generate_export_header(KF5Mbox BASE_NAME kmbox)
 
-add_library(KF5::Mbox ALIAS KF5Mbox)
 target_include_directories(KF5Mbox INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KMbox>")
 target_include_directories(KF5Mbox PUBLIC 
"$<BUILD_INTERFACE:${KMbox_SOURCE_DIR}/src;${KMbox_BINARY_DIR}/src>")
 
@@ -27,7 +27,7 @@
 )
 
 set_target_properties(KF5Mbox PROPERTIES
-    VERSION ${KMBOX_VERSION_STRING}
+    VERSION ${KMBOX_VERSION}
     SOVERSION ${KMBOX_SOVERSION}
     EXPORT_NAME Mbox
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/mbox.cpp 
new/kmbox-21.08.0/src/mbox.cpp
--- old/kmbox-21.04.3/src/mbox.cpp      2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/src/mbox.cpp      2021-07-31 12:09:36.000000000 +0200
@@ -113,7 +113,7 @@
     MBoxEntry::List result;
     result.reserve(d->mEntries.size());
 
-    for (const MBoxEntry &entry : qAsConst(d->mEntries)) {
+    for (const MBoxEntry &entry : std::as_const(d->mEntries)) {
         if (!deletedEntries.contains(entry)) {
             result << entry;
         }
@@ -304,7 +304,7 @@
         return false;
     }
 
-    for (const MBoxEntry &entry : qAsConst(deletedEntries)) {
+    for (const MBoxEntry &entry : std::as_const(deletedEntries)) {
         d->mMboxFile.seek(entry.messageOffset());
         const QByteArray line = d->mMboxFile.readLine();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/mbox.h new/kmbox-21.08.0/src/mbox.h
--- old/kmbox-21.04.3/src/mbox.h        2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/src/mbox.h        2021-07-31 12:09:36.000000000 +0200
@@ -4,8 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef KMBOX_MBOX_H
-#define KMBOX_MBOX_H
+#pragma once
 
 #include "kmbox_export.h"
 #include "mboxentry.h"
@@ -247,4 +246,3 @@
 };
 }
 
-#endif // KMBOX_MBOX_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/mbox_p.h 
new/kmbox-21.08.0/src/mbox_p.h
--- old/kmbox-21.04.3/src/mbox_p.h      2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/src/mbox_p.h      2021-07-31 12:09:36.000000000 +0200
@@ -4,8 +4,7 @@
   SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef KMBOX_MBOX_P_H
-#define KMBOX_MBOX_P_H
+#pragma once
 
 #include "mbox.h"
 
@@ -65,4 +64,3 @@
 };
 }
 
-#endif // KMBOX_MBOX_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/mboxentry.h 
new/kmbox-21.08.0/src/mboxentry.h
--- old/kmbox-21.04.3/src/mboxentry.h   2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/src/mboxentry.h   2021-07-31 12:09:36.000000000 +0200
@@ -4,8 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef KMBOX_MBOXENTRY_H
-#define KMBOX_MBOXENTRY_H
+#pragma once
 
 #include "kmbox_export.h"
 
@@ -33,7 +32,7 @@
     /**
      * Describes a pair of mbox entry objects.
      */
-    typedef QPair<MBoxEntry, MBoxEntry> Pair;
+    using Pair = QPair<MBoxEntry, MBoxEntry>;
 
     /**
      * Creates an invalid mbox entry object.
@@ -106,4 +105,3 @@
 
 Q_DECLARE_TYPEINFO(KMBox::MBoxEntry, Q_MOVABLE_TYPE);
 
-#endif // KMBOX_MBOXENTRY_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-21.04.3/src/mboxentry_p.h 
new/kmbox-21.08.0/src/mboxentry_p.h
--- old/kmbox-21.04.3/src/mboxentry_p.h 2021-06-16 07:23:56.000000000 +0200
+++ new/kmbox-21.08.0/src/mboxentry_p.h 2021-07-31 12:09:36.000000000 +0200
@@ -4,8 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef KMBOX_MBOXENTRY_P_H
-#define KMBOX_MBOXENTRY_P_H
+#pragma once
 
 #include <QSharedData>
 
@@ -32,4 +31,3 @@
 };
 }
 
-#endif // KMBOX_MBOXENTRY_P_H

Reply via email to