Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2022-08-19 17:52:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktnef (Old)
 and      /work/SRC/openSUSE:Factory/.ktnef.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktnef"

Fri Aug 19 17:52:22 2022 rev:83 rq:997907 version:22.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes      2022-07-09 
17:01:34.856665446 +0200
+++ /work/SRC/openSUSE:Factory/.ktnef.new.2083/ktnef.changes    2022-08-19 
17:53:03.923671168 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:43:26 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+-------------------------------------------------------------------
+Fri Aug  5 12:11:24 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:28:39 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ktnef.spec ++++++
--- /var/tmp/diff_new_pack.uWE6Bg/_old  2022-08-19 17:53:04.531672442 +0200
+++ /var/tmp/diff_new_pack.uWE6Bg/_new  2022-08-19 17:53:04.535672450 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ktnef
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        KDE PIM Libraries: TNEF support
 License:        LGPL-2.1-or-later


++++++ ktnef-22.04.3.tar.xz -> ktnef-22.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/.codespellrc 
new/ktnef-22.08.0/.codespellrc
--- old/ktnef-22.04.3/.codespellrc      1970-01-01 01:00:00.000000000 +0100
+++ new/ktnef-22.08.0/.codespellrc      2022-08-08 07:07:23.000000000 +0200
@@ -0,0 +1,4 @@
+[codespell]
+skip = ./build*,.git,*.notifyrc,*.desktop,*.json,*.xml
+interactive = 3
+ignore-words-list = accessort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/.gitlab-ci.yml 
new/ktnef-22.08.0/.gitlab-ci.yml
--- old/ktnef-22.04.3/.gitlab-ci.yml    2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/.gitlab-ci.yml    2022-08-08 07:07:23.000000000 +0200
@@ -4,4 +4,4 @@
 include:
   - 
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/linux-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/CMakeLists.txt 
new/ktnef-22.08.0/CMakeLists.txt
--- old/ktnef-22.04.3/CMakeLists.txt    2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/CMakeLists.txt    2022-08-08 07:07:23.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.3")
+set(PIM_VERSION "5.21.0")
 
 project(KTnef VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.91.0")
+set(KF5_MIN_VERSION "5.95.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -29,7 +29,7 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARUTILS_LIB_VERSION "5.20.3")
+set(CALENDARUTILS_LIB_VERSION "5.21.0")
 set(QT_REQUIRED_VERSION "5.15.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h"
@@ -46,7 +46,7 @@
 find_package(KF5Contacts ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
 
-ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.92.0)
+ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.96.0)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/CMakePresets.json 
new/ktnef-22.08.0/CMakePresets.json
--- old/ktnef-22.04.3/CMakePresets.json 2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/CMakePresets.json 2022-08-08 07:07:23.000000000 +0200
@@ -2,81 +2,89 @@
     "version": 3,
     "configurePresets": [
         {
+            "name": "base",
+            "displayName": "base preset",
+            "generator": "Ninja",
+           "binaryDir": "${sourceDir}/build-${presetName}",
+           "installDir": "$env{KF5}",
+            "hidden": true
+        },
+        {
             "name": "dev",
             "displayName": "Build as debug",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
+
         },
         {
             "name": "coverage",
             "displayName": "Build as debug",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "BUILD_COVERAGE": "ON",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "dev-qt6",
             "displayName": "Build against qt6",
-            "generator": "Ninja",
             "binaryDir": "${sourceDir}/build-qt6",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "BUILD_WITH_QT6": "ON",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF6}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "dev-disable-deprecated",
             "displayName": "Build as without deprecated methods",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-disable-deprecated",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
                 "CMAKE_CXX_FLAGS_INIT": 
"-DQT_DISABLE_DEPRECATED_BEFORE=0x060000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000"
             },
-           "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "asan",
             "displayName": "Build with Asan support.",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-asan",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "ECM_ENABLE_SANITIZERS" : "'address;undefined'",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "pch",
             "displayName": "Build with PCH support.",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-pch",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "dev-clang",
             "displayName": "dev-clang",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-clang",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
@@ -85,46 +93,46 @@
                 "CXX": "clang++",
                 "CCACHE_DISABLE": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "unity",
             "displayName": "Build with CMake unity support.",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-unity",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug",
                 "USE_UNITY_CMAKE_SUPPORT": "ON",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "release",
             "displayName": "Build as release mode.",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-release",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Release"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "profile",
             "displayName": "profile",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-profile",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         },
         {
             "name": "clazy",
             "displayName": "clazy",
-            "generator": "Ninja",
-            "binaryDir": "${sourceDir}/build-clazy",
             "cacheVariables": {
                 "CMAKE_BUILD_TYPE": "Debug"
             },
@@ -132,7 +140,9 @@
                 "CXX": "clazy",
                 "CCACHE_DISABLE": "ON"
             },
-            "installDir": "$env{KF5}"
+            "inherits": [
+                "base"
+            ]
         }
 
     ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/autotests/parsertest.h 
new/ktnef-22.08.0/autotests/parsertest.h
--- old/ktnef-22.04.3/autotests/parsertest.h    2022-06-10 06:59:22.000000000 
+0200
+++ new/ktnef-22.08.0/autotests/parsertest.h    2022-08-08 07:07:23.000000000 
+0200
@@ -17,4 +17,3 @@
     void testMAPIAttachments();
     void testUmlautAttachmentFilenames();
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/po/ca@valencia/libktnef5.po 
new/ktnef-22.08.0/po/ca@valencia/libktnef5.po
--- old/ktnef-22.04.3/po/ca@valencia/libktnef5.po       2022-07-05 
06:40:34.000000000 +0200
+++ new/ktnef-22.08.0/po/ca@valencia/libktnef5.po       2022-08-12 
02:11:22.000000000 +0200
@@ -297,7 +297,7 @@
 
 #: mapi.cpp:93
 msgid "Display Name"
-msgstr "Nom a mostrar"
+msgstr "Nom que es mostrar??"
 
 #: mapi.cpp:94
 msgid "Creation Time"
@@ -517,7 +517,7 @@
 
 #: mapi.cpp:159
 msgid "Contact EMail-1 Display Name"
-msgstr "Nom a mostrar del primer correu electr??nic del contacte"
+msgstr "Nom que es mostrar?? del primer correu electr??nic del contacte"
 
 #: mapi.cpp:160
 msgid "Contact EMail-1 Entry ID"
@@ -537,7 +537,7 @@
 
 #: mapi.cpp:165
 msgid "Contact EMail-2 Display Name"
-msgstr "Nom a mostrar del segon correu electr??nic del contacte"
+msgstr "Nom que es mostrar?? del segon correu electr??nic del contacte"
 
 #: mapi.cpp:166
 msgid "Contact EMail-2 Entry ID"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/po/zh_CN/libktnef5.po 
new/ktnef-22.08.0/po/zh_CN/libktnef5.po
--- old/ktnef-22.04.3/po/zh_CN/libktnef5.po     2022-07-05 06:40:34.000000000 
+0200
+++ new/ktnef-22.08.0/po/zh_CN/libktnef5.po     2022-08-12 02:11:22.000000000 
+0200
@@ -1,13 +1,9 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Xuetian Weng <xw...@cs.stonybrook.edu>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-12 00:46+0000\n"
-"PO-Revision-Date: 2022-07-02 11:02\n"
+"PO-Revision-Date: 2022-08-07 13:32\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-22.04.3/src/formatter.h 
new/ktnef-22.08.0/src/formatter.h
--- old/ktnef-22.04.3/src/formatter.h   2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/src/formatter.h   2022-08-08 07:07:23.000000000 +0200
@@ -51,4 +51,3 @@
   */
 Q_REQUIRED_RESULT KTNEF_EXPORT QString msTNEFToVPart(const QByteArray &tnef);
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/src/ktnefdefs.h 
new/ktnef-22.08.0/src/ktnefdefs.h
--- old/ktnef-22.04.3/src/ktnefdefs.h   2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/src/ktnefdefs.h   2022-08-08 07:07:23.000000000 +0200
@@ -268,4 +268,3 @@
 #define MAPI_TAG_PR_ORGANIZATIONAL_ID_NUMBER 0x3A10001E // 
OrganizationalIDNumber
 #define MAPI_TAG_PR_REFERRED_BY_NAME 0X3A47001E // ReferredBy
 //@endcond
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-22.04.3/src/ktnefwriter.h 
new/ktnef-22.08.0/src/ktnefwriter.h
--- old/ktnef-22.04.3/src/ktnefwriter.h 2022-06-10 06:59:22.000000000 +0200
+++ new/ktnef-22.08.0/src/ktnefwriter.h 2022-08-08 07:07:23.000000000 +0200
@@ -281,4 +281,3 @@
 };
 
 }
-

Reply via email to