Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2024-08-26 22:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktnef (Old)
 and      /work/SRC/openSUSE:Factory/.ktnef.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktnef"

Mon Aug 26 22:04:47 2024 rev:106 rq:1195479 version:24.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes      2024-07-05 
19:52:17.532834109 +0200
+++ /work/SRC/openSUSE:Factory/.ktnef.new.2698/ktnef.changes    2024-08-26 
22:05:37.594480243 +0200
@@ -1,0 +2,15 @@
+Mon Aug 19 07:14:26 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.08.0/
+- Changes since 24.05.2:
+  * fix cmake lint warning
+  * Add build-ftime support
+  * Improve formatting
+  * Use a readme instead of a Mainpage.dox
+  * It compiles fine without deprecated kf methods
+  * Enforce passing tests
+
+-------------------------------------------------------------------

Old:
----
  ktnef-24.05.2.tar.xz
  ktnef-24.05.2.tar.xz.sig

New:
----
  ktnef-24.08.0.tar.xz
  ktnef-24.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktnef.spec ++++++
--- /var/tmp/diff_new_pack.5wX7Tm/_old  2024-08-26 22:05:39.822573336 +0200
+++ /var/tmp/diff_new_pack.5wX7Tm/_new  2024-08-26 22:05:39.838574004 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 6.0.0
+%define kf6_version 6.3.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.1.2
+%define kpim6_version 6.2.0
 
 %bcond_without released
 Name:           ktnef
-Version:        24.05.2
+Version:        24.08.0
 Release:        0
 Summary:        TNEF support
 License:        LGPL-2.1-or-later


++++++ ktnef-24.05.2.tar.xz -> ktnef-24.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/.gitlab-ci.yml 
new/ktnef-24.08.0/.gitlab-ci.yml
--- old/ktnef-24.05.2/.gitlab-ci.yml    2024-06-15 17:26:11.000000000 +0200
+++ new/ktnef-24.08.0/.gitlab-ci.yml    2024-08-16 07:01:02.000000000 +0200
@@ -7,3 +7,4 @@
       - /gitlab-templates/linux-qt6.yml
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/windows-qt6.yml
+      - /gitlab-templates/cppcheck.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/.kde-ci.yml 
new/ktnef-24.08.0/.kde-ci.yml
--- old/ktnef-24.05.2/.kde-ci.yml       2024-06-15 17:26:11.000000000 +0200
+++ new/ktnef-24.08.0/.kde-ci.yml       2024-08-16 07:01:02.000000000 +0200
@@ -10,4 +10,4 @@
     'pim/kcalutils' : '@same'
 
 Options:
-  require-passing-tests-on: [ 'Linux', 'FreeBSD' ]
+  require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/CMakeLists.txt 
new/ktnef-24.08.0/CMakeLists.txt
--- old/ktnef-24.05.2/CMakeLists.txt    2024-06-15 17:26:11.000000000 +0200
+++ new/ktnef-24.08.0/CMakeLists.txt    2024-08-16 07:01:02.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.1.2")
+set(PIM_VERSION "6.2.0")
 
 project(KTnef VERSION ${PIM_VERSION})
 
-set(KF_MIN_VERSION "6.0.0")
+set(KF_MIN_VERSION "6.3.0")
 set(QT_REQUIRED_VERSION "6.6.0")
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -31,7 +31,7 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARUTILS_LIB_VERSION "6.1.2")
+set(CALENDARUTILS_LIB_VERSION "6.1.90")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim6TnefConfigVersion.cmake"
@@ -47,7 +47,7 @@
 find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
 
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
-ecm_set_disabled_deprecation_versions(QT 6.7.0 KF 6.1.0)
+ecm_set_disabled_deprecation_versions(QT 6.7.2 KF 6.4.0)
 
 
 
@@ -68,7 +68,7 @@
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
 set(COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF)
-if (USE_UNITY_CMAKE_SUPPORT)
+if(USE_UNITY_CMAKE_SUPPORT)
     set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON)
 endif()
 add_subdirectory(src)
@@ -77,13 +77,13 @@
     add_subdirectory(autotests)
 endif()
 
-if (BUILD_QCH)
+if(BUILD_QCH)
     ecm_install_qch_export(
         TARGETS KPim6Tnef_QCH
         FILE KPim6TnefQchTargets.cmake
         DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
         COMPONENT Devel
-    )
+)
     set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KPim6TnefQchTargets.cmake\")")
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/CMakePresets.json 
new/ktnef-24.08.0/CMakePresets.json
--- old/ktnef-24.05.2/CMakePresets.json 2024-06-15 17:26:11.000000000 +0200
+++ new/ktnef-24.08.0/CMakePresets.json 2024-08-16 07:01:02.000000000 +0200
@@ -130,6 +130,24 @@
             "inherits": [
                 "base"
             ]
+        },
+        {
+            "name": "ftime-trace",
+            "displayName": "ftime-trace",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "USE_DEVELOPER_MODE": "ON",
+                "CMAKE_C_FLAGS_INIT": "-ftime-trace",
+                "CMAKE_CXX_FLAGS_INIT": "-ftime-trace"
+            },
+            "environment": {
+                "CC": "/usr/bin/clang",
+                "CXX": "/usr/bin/clang++",
+                "CCACHE_DISABLE": "ON"
+            },
+            "inherits": [
+                "base"
+            ]
         }
     ],
     "buildPresets": [
@@ -138,6 +156,10 @@
             "configurePreset": "dev"
         },
         {
+            "name": "ftime-trace",
+            "configurePreset": "ftime-trace"
+        },     
+        {
             "name": "dev-mold",
             "configurePreset": "dev-mold"
         },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/Mainpage.dox 
new/ktnef-24.08.0/Mainpage.dox
--- old/ktnef-24.05.2/Mainpage.dox      2024-06-15 17:26:11.000000000 +0200
+++ new/ktnef-24.08.0/Mainpage.dox      1970-01-01 01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-/*!
- * @mainpage KTNEF - an API for handling TNEF data.
- *
- * @section purpose Purpose
- *
- * The ktnef library contains an API for the handling of TNEF data.
- *
- * The API permits access to the actual attachments, the message
- * properties (TNEF/MAPI), and allows one to view/extract message formatted
- * text in Rich Text Format format.
- *
- * @section desc Description
- *
- * To quote <a href="https://en.wikipedia.org/wiki/TNEF";>Wikipedia</a>:
- *
- * "<em><b>Transport Neutral Encapsulation Format</b> or @acronym TNEF is a
- * proprietary format of e-mail attachment used by Microsoft Outlook and
- * Microsoft Exchange Server.  An attached file with TNEF encoding is most
- * usually called winmail.dat or win.dat.
- *
- * Within the Outlook email client TNEF encoding cannot be explicitly enabled
- * or disabled.  Selecting <a 
href="https://en.wikipedia.org/wiki/Rich_Text_Format";>RTF</a>
- * (Rich Text Format) as the format for sending an e-mail implicitly enables
- * TNEF encoding, using it in preference to the more common and widely
- * compatible @acronym MIME standard.  When sending plain-text or @acronym
- * HTML format messages, Outlook uses MIME.
- *
- * Some TNEF files only contain information used by Outlook to generate a
- * richly formatted view of the message, embedded (@acronym OLE) documents
- * or Outlook-specific features such as forms, voting buttons, and meeting
- * requests.  Other TNEF files may contain files which have been attached to
- * an e-mail message.</em>"
- *
- * @authors
- * The major authors of this library are:\n
- * Michael Goffioul \<[email protected]\>,
- * Bo Thorsen \<[email protected]\>
- *
- * @maintainers
- * Michael Goffioul \<[email protected]\>,
- * Allen Winter \<[email protected]\>
- *
- * @licenses
- * @lgpl
- */
-
-// DOXYGEN_PROJECTNAME=KTNEF Library
-// DOXYGEN_REFERENCES=kcalcore kdecore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/README.md new/ktnef-24.08.0/README.md
--- old/ktnef-24.05.2/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/ktnef-24.08.0/README.md 2024-08-16 07:01:02.000000000 +0200
@@ -0,0 +1,45 @@
+# KTNEF - an API for handling TNEF data.
+
+## Purpose
+
+The ktnef library contains an API for the handling of TNEF data.
+
+The API permits access to the actual attachments, the message
+properties (TNEF/MAPI), and allows one to view/extract message formatted
+text in Rich Text Format format.
+
+## Description
+
+To quote [Wikipedia](https://en.wikipedia.org/wiki/TNEF):
+
+> *Transport Neutral Encapsulation Format* or TNEF is a proprietary format of
+> e-mail attachment used by Microsoft Outlook and Microsoft Exchange Server.
+> An attached file with TNEF encoding is most usually called winmail.dat or
+> win.dat.
+>
+> Within the Outlook email client TNEF encoding cannot be explicitly enabled or
+> disabled.  Selecting <a 
href="https://en.wikipedia.org/wiki/Rich_Text_Format";>
+> RTF</a> (Rich Text Format) as the format for sending an e-mail implicitly
+> enables TNEF encoding, using it in preference to the more common and widely
+> compatible MIME standard.  When sending plain-text or HTML format messages,
+> Outlook uses MIME.
+>
+> Some TNEF files only contain information used by Outlook to generate a richly
+> formatted view of the message, embedded (OLE) documents or Outlook-specific
+> features such as forms, voting buttons, and meeting requests.  Other TNEF
+> files may contain files which have been attached to an e-mail message.
+
+## Authors
+
+The major authors of this library are:\n
+Michael Goffioul \<[email protected]\>,
+Bo Thorsen \<[email protected]\>
+
+## Maintainers
+
+Michael Goffioul \<[email protected]\>,
+Allen Winter \<[email protected]\>
+
+## License
+
+This library is licensed under the 
[LGPL-2.0-or-later](https://invent.kde.org/pim/ktnef/-/blob/master/LICENSES/LGPL-2.0-or-later.txt?ref_type=heads)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/po/he/libktnef6.po 
new/ktnef-24.08.0/po/he/libktnef6.po
--- old/ktnef-24.05.2/po/he/libktnef6.po        2024-06-15 17:26:11.000000000 
+0200
+++ new/ktnef-24.08.0/po/he/libktnef6.po        2024-08-16 07:01:02.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: ktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-04 00:39+0000\n"
-"PO-Revision-Date: 2024-04-21 12:39+0300\n"
+"PO-Revision-Date: 2024-04-25 08:40+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
 "Language: he\n"
@@ -33,11 +33,11 @@
 
 #: mapi.cpp:28
 msgid "Originator Delivery Report Requested"
-msgstr ""
+msgstr "התבקש דוח מסירה מהמוען"
 
 #: mapi.cpp:29
 msgid "Originator Return Address"
-msgstr ""
+msgstr "כתובת החזרה למוען"
 
 #: mapi.cpp:30 mapi.cpp:137
 msgid "Priority"
@@ -49,15 +49,15 @@
 
 #: mapi.cpp:32
 msgid "Recipient Reassignment Prohibited"
-msgstr ""
+msgstr "הקצאת נמען מחדש אסורה"
 
 #: mapi.cpp:33
 msgid "Original Sensitivity"
-msgstr ""
+msgstr "רגישות מקורית"
 
 #: mapi.cpp:34
 msgid "Report Tag"
-msgstr ""
+msgstr "תגית דיווח"
 
 #: mapi.cpp:35
 msgid "Sensitivity"
@@ -69,143 +69,143 @@
 
 #: mapi.cpp:37
 msgid "Client Submit Time"
-msgstr ""
+msgstr "זמן שליחת לקוח"
 
 #: mapi.cpp:38
 msgid "Sent Representing Search Key"
-msgstr ""
+msgstr "מפתח חיפוש שליחה מייצגת"
 
 #: mapi.cpp:39
 msgid "Subject Prefix"
-msgstr ""
+msgstr "קידומת נושא"
 
 #: mapi.cpp:40
 msgid "Sent Representing Entry ID"
-msgstr ""
+msgstr "מזהה רשומת שליחה מייצגת"
 
 #: mapi.cpp:41
 msgid "Sent Representing Name"
-msgstr ""
+msgstr "שם שליחה מייצגת"
 
 #: mapi.cpp:42
 msgid "Message Submission ID"
-msgstr ""
+msgstr "מזהה הגשת הודעה"
 
 #: mapi.cpp:43
 msgid "Original Author Name"
-msgstr ""
+msgstr "שם יוצר מקורי"
 
 #: mapi.cpp:44 mapi.cpp:125
 msgid "Owner Appointment ID"
-msgstr ""
+msgstr "מזהה בעלות על פגישה"
 
 #: mapi.cpp:45 mapi.cpp:126
 msgid "Response Requested"
-msgstr ""
+msgstr "התבקשה תגובה"
 
 #: mapi.cpp:46
 msgid "Sent Representing Address Type"
-msgstr ""
+msgstr "סוג כתובת שליחה מייצגת"
 
 #: mapi.cpp:47
 msgid "Sent Representing E-mail Address"
-msgstr ""
+msgstr "כתובת דוא״ל שליחה מייצגת"
 
 #: mapi.cpp:48
 msgid "Conversation Topic"
-msgstr ""
+msgstr "נושא דיון"
 
 #: mapi.cpp:49
 msgid "Conversation Index"
-msgstr ""
+msgstr "מפתח דיון"
 
 #: mapi.cpp:50
 msgid "TNEF Correlation Key"
-msgstr ""
+msgstr "מפתח יחס TNEF"
 
 #: mapi.cpp:51
 msgid "Reply Requested"
-msgstr ""
+msgstr "התבקשה תגובה"
 
 #: mapi.cpp:52
 msgid "Sender Name"
-msgstr ""
+msgstr "שם מוען"
 
 #: mapi.cpp:53
 msgid "Sender Search Key"
-msgstr ""
+msgstr "מפתח חיפוש מוען"
 
 #: mapi.cpp:54
 msgid "Sender Address Type"
-msgstr ""
+msgstr "סוג כתובת מוען"
 
 #: mapi.cpp:55
 msgid "Sender E-mail Address"
-msgstr ""
+msgstr "כתובת דוא״ל מוען"
 
 #: mapi.cpp:56
 msgid "Delete After Submit"
-msgstr ""
+msgstr "מחיקה לאחר ההגשה"
 
 #: mapi.cpp:57
 msgid "Display Bcc"
-msgstr ""
+msgstr "הצגת עותק נסתר"
 
 #: mapi.cpp:58
 msgid "Display Cc"
-msgstr ""
+msgstr "הצגת עותק"
 
 #: mapi.cpp:59
 msgid "Display To"
-msgstr ""
+msgstr "הצגת אל"
 
 #: mapi.cpp:60
 msgid "Message Delivery Time"
-msgstr ""
+msgstr "שעת מסירת הודעה"
 
 #: mapi.cpp:61
 msgid "Message Flags"
-msgstr ""
+msgstr "דגלוני הודעה"
 
 #: mapi.cpp:62
 msgid "Message Size"
-msgstr ""
+msgstr "גודל הודעה"
 
 #: mapi.cpp:63
 msgid "Parent Entry ID"
-msgstr ""
+msgstr "מזהה רשומת הורה"
 
 #: mapi.cpp:64
 msgid "Sent-Mail Entry ID"
-msgstr ""
+msgstr "מזהה רשומת דוא״ל נשלח"
 
 #: mapi.cpp:65
 msgid "Message Recipients"
-msgstr ""
+msgstr "נמעני הודעה"
 
 #: mapi.cpp:66
 msgid "Submit Flags"
-msgstr ""
+msgstr "דגלוני הגשה"
 
 #: mapi.cpp:67
 msgid "Has Attachment"
-msgstr ""
+msgstr "עם צרופה"
 
 #: mapi.cpp:68
 msgid "Normalized Subject"
-msgstr ""
+msgstr "נושא מנורמל"
 
 #: mapi.cpp:69
 msgid "RTF In Sync"
-msgstr ""
+msgstr "RTF בסנכרון"
 
 #: mapi.cpp:70
 msgid "Attachment Size"
-msgstr ""
+msgstr "גודל צרופה"
 
 #: mapi.cpp:71
 msgid "Attachment Number"
-msgstr ""
+msgstr "מספר צרופה"
 
 #: mapi.cpp:72
 msgid "Access"
@@ -217,135 +217,135 @@
 
 #: mapi.cpp:74
 msgid "Mapping Signature"
-msgstr ""
+msgstr "חתימת מיפוי"
 
 #: mapi.cpp:75
 msgid "Record Key"
-msgstr ""
+msgstr "מפתח רשומה"
 
 #: mapi.cpp:76
 msgid "Store Record Key"
-msgstr ""
+msgstr "מפתח רשומת אחסון"
 
 #: mapi.cpp:77
 msgid "Store Entry ID"
-msgstr ""
+msgstr "מזהה רשומת אחסון"
 
 #: mapi.cpp:78
 msgid "Object Type"
-msgstr ""
+msgstr "סוג פריט"
 
 #: mapi.cpp:79
 msgid "Entry ID"
-msgstr ""
+msgstr "מזהה רשומה"
 
 #: mapi.cpp:80
 msgid "Message Body"
-msgstr ""
+msgstr "תוכן ההודעה"
 
 #: mapi.cpp:81
 msgid "RTF Sync Body CRC"
-msgstr ""
+msgstr "CRC של סנכרון תוכן RTF"
 
 #: mapi.cpp:82
 msgid "RTF Sync Body Count"
-msgstr ""
+msgstr "ספירת סנכרון תוכן של RTF"
 
 #: mapi.cpp:83
 msgid "RTF Sync Body Tag"
-msgstr ""
+msgstr "תגית סנכרון תוכן של RTF"
 
 #: mapi.cpp:84
 msgid "RTF Compressed"
-msgstr ""
+msgstr "RTF דחוס"
 
 #: mapi.cpp:85
 msgid "RTF Sync Prefix Count"
-msgstr ""
+msgstr "ספירת קידומות של סנכרון RTF"
 
 #: mapi.cpp:86
 msgid "RTF Sync Trailing Count"
-msgstr ""
+msgstr "ספירת קידומות של סנכרון RTF"
 
 #: mapi.cpp:87
 msgid "HTML Message Body"
-msgstr ""
+msgstr "תוכן הודעת HTML"
 
 #: mapi.cpp:88 mapi.cpp:133
 msgid "Message ID"
-msgstr ""
+msgstr "מזהה הודעה"
 
 #: mapi.cpp:89
 msgid "Parent's Message ID"
-msgstr ""
+msgstr "מזהה הודעה של הורה"
 
 #: mapi.cpp:90
 msgid "Action"
-msgstr ""
+msgstr "פעולה"
 
 #: mapi.cpp:91
 msgid "Action Flag"
-msgstr ""
+msgstr "דגלון פעולה"
 
 #: mapi.cpp:92
 msgid "Action Date"
-msgstr ""
+msgstr "תאריך פעולה"
 
 #: mapi.cpp:93
 msgid "Display Name"
-msgstr ""
+msgstr "שם תצוגה"
 
 #: mapi.cpp:94
 msgid "Creation Time"
-msgstr ""
+msgstr "שעת יצירה"
 
 #: mapi.cpp:95
 msgid "Last Modification Time"
-msgstr ""
+msgstr "שעת שינוי אחרון"
 
 #: mapi.cpp:96
 msgid "Search Key"
-msgstr ""
+msgstr "מפתח חיפוש"
 
 #: mapi.cpp:97
 msgid "Store Support Mask"
-msgstr ""
+msgstr "מסכת תמיכת אחסון"
 
 #: mapi.cpp:98
 msgid "MDB Provider"
-msgstr ""
+msgstr "ספק MDB"
 
 #: mapi.cpp:99 mapi.cpp:138
 msgid "Attachment Data"
-msgstr ""
+msgstr "נתוני צרופה"
 
 #: mapi.cpp:100
 msgid "Attachment Encoding"
-msgstr ""
+msgstr "קידוד צרופה"
 
 #: mapi.cpp:101
 msgid "Attachment Extension"
-msgstr ""
+msgstr "הרחבת צרופה"
 
 #: mapi.cpp:102
 msgid "Attachment Method"
-msgstr ""
+msgstr "שיטת צרופה"
 
 #: mapi.cpp:103
 msgid "Attachment Long File Name"
-msgstr ""
+msgstr "שם קובץ ארוך של צרופה"
 
 #: mapi.cpp:104
 msgid "Attachment Rendering Position"
-msgstr ""
+msgstr "מקום תיצוג צרופה"
 
 #: mapi.cpp:105
 msgid "Attachment Mime Tag"
-msgstr ""
+msgstr "תגית סוג תוכן של צרופה"
 
 #: mapi.cpp:106
 msgid "Attachment Flags"
-msgstr ""
+msgstr "דגלוני צרופה"
 
 #: mapi.cpp:107
 msgid "Account"
@@ -461,11 +461,11 @@
 
 #: mapi.cpp:144
 msgid "Attachment Transport File Name"
-msgstr ""
+msgstr "שם קובץ תמסורת צרופה"
 
 #: mapi.cpp:145
 msgid "Attachment Rendering Data"
-msgstr ""
+msgstr "נתוני תיצוג של צרופה"
 
 #: mapi.cpp:146
 msgid "MAPI Properties"
@@ -477,7 +477,7 @@
 
 #: mapi.cpp:148
 msgid "Attachment MAPI Properties"
-msgstr ""
+msgstr "מאפייני MAPI של צרופה"
 
 #: mapi.cpp:149
 msgid "TNEF Version"
@@ -485,59 +485,59 @@
 
 #: mapi.cpp:150
 msgid "OEM Code Page"
-msgstr ""
+msgstr "עמוד קוד יצרן"
 
 #: mapi.cpp:152
 msgid "Contact File Under"
-msgstr ""
+msgstr "תיוק איש קשר תחת"
 
 #: mapi.cpp:153
 msgid "Contact Last Name And First Name"
-msgstr ""
+msgstr "שם משפחה ופרטים של איש קשר"
 
 #: mapi.cpp:154
 msgid "Contact Company And Full Name"
-msgstr ""
+msgstr "חברה ושם מלא של איש קשר"
 
 #: mapi.cpp:156
 msgid "Contact EMail-1 Full"
-msgstr ""
+msgstr "דוא״ל-1 מלא של איש קשר"
 
 #: mapi.cpp:157
 msgid "Contact EMail-1 Address Type"
-msgstr ""
+msgstr "סוג כתובת דוא״ל-1 של איש קשר"
 
 #: mapi.cpp:158
 msgid "Contact EMail-1 Address"
-msgstr ""
+msgstr "כתובת דוא״ל-1 של איש קשר"
 
 #: mapi.cpp:159
 msgid "Contact EMail-1 Display Name"
-msgstr ""
+msgstr "שם תצוגת דוא״ל-1 של איש קשר"
 
 #: mapi.cpp:160
 msgid "Contact EMail-1 Entry ID"
-msgstr ""
+msgstr "מזהה רשומת דוא״ל-1 של איש קשר"
 
 #: mapi.cpp:162
 msgid "Contact EMail-2 Full"
-msgstr ""
+msgstr "דוא״ל-2 מלא של איש קשר"
 
 #: mapi.cpp:163
 msgid "Contact EMail-2 Address Type"
-msgstr ""
+msgstr "סוג כתובת דוא״ל-2 של איש קשר"
 
 #: mapi.cpp:164
 msgid "Contact EMail-2 Address"
-msgstr ""
+msgstr "כתובת דוא״ל-2 של איש קשר"
 
 #: mapi.cpp:165
 msgid "Contact EMail-2 Display Name"
-msgstr ""
+msgstr "שם תצוגת דוא״ל-2 של איש קשר"
 
 #: mapi.cpp:166
 msgid "Contact EMail-2 Entry ID"
-msgstr ""
+msgstr "מזהה רשומת דוא״ל-2 של איש קשר"
 
 #: mapi.cpp:168 mapi.cpp:169
 msgid "Appointment Location"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/po/zh_CN/libktnef6.po 
new/ktnef-24.08.0/po/zh_CN/libktnef6.po
--- old/ktnef-24.05.2/po/zh_CN/libktnef6.po     2024-06-15 17:26:11.000000000 
+0200
+++ new/ktnef-24.08.0/po/zh_CN/libktnef6.po     2024-08-16 07:01:02.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-04 00:39+0000\n"
-"PO-Revision-Date: 2024-04-23 19:27\n"
+"PO-Revision-Date: 2024-04-22 15:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/readme-build-ftime.txt 
new/ktnef-24.08.0/readme-build-ftime.txt
--- old/ktnef-24.05.2/readme-build-ftime.txt    1970-01-01 01:00:00.000000000 
+0100
+++ new/ktnef-24.08.0/readme-build-ftime.txt    2024-08-16 07:01:02.000000000 
+0200
@@ -0,0 +1,26 @@
+# Analyzing Build Performance
+
+For debug build time:
+We need ClangBuildAnalyzer
+`
+git clone https://github.com/aras-p/ClangBuildAnalyzer
+mkdir build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX=<path> ../
+make install
+`
+
+## Command line
+
+cmake -preset ftime-trace
+
+ClangBuildAnalyzer --start $PWD/build-ftime-trace
+cmake --build --preset ftime-trace
+
+ClangBuildAnalyzer --stop $PWD/build-ftime-trace build-ftime.txt
+
+ClangBuildAnalyzer --analyze build-ftime.txt > analyze-build-ftime.txt
+
+
+see https://aras-p.info/blog/2019/09/28/Clang-Build-Analyzer/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-24.05.2/src/CMakeLists.txt 
new/ktnef-24.08.0/src/CMakeLists.txt
--- old/ktnef-24.05.2/src/CMakeLists.txt        2024-06-15 17:26:11.000000000 
+0200
+++ new/ktnef-24.08.0/src/CMakeLists.txt        2024-08-16 07:01:02.000000000 
+0200
@@ -27,7 +27,7 @@
         OLD_CATEGORY_NAMES log_ktnef
         DESCRIPTION "ktnef (pim lib)" EXPORT KTNEF)
 
-if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
+if(COMPILE_WITH_UNITY_CMAKE_SUPPORT)
     set_target_properties(KPim6Tnef PROPERTIES UNITY_BUILD ON)
 endif()
 generate_export_header(KPim6Tnef BASE_NAME ktnef)
@@ -80,7 +80,7 @@
 ecm_qt_install_logging_categories(EXPORT KTNEF FILE ktnef.categories 
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 
-if (BUILD_QCH)
+if(BUILD_QCH)
     ecm_add_qch(
         KPim6Tnef_QCH
         NAME KTnef
@@ -100,5 +100,5 @@
         TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
         QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
         COMPONENT Devel
-    )
+)
 endif()

Reply via email to