Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2020-08-12 12:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Wed Aug 12 12:24:57 2020 rev:67 rq:825099 version:5.73.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2020-07-14 
07:55:07.476980482 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.3399/kpeople5.changes      
2020-08-12 12:29:07.492176521 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:41 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.72.0.tar.xz
  kpeople-5.72.0.tar.xz.sig

New:
----
  kpeople-5.73.0.tar.xz
  kpeople-5.73.0.tar.xz.sig

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.x1BMHs/_old  2020-08-12 12:29:07.956176506 +0200
+++ /var/tmp/diff_new_pack.x1BMHs/_new  2020-08-12 12:29:07.956176506 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kpeople5
-Version:        5.72.0
+Version:        5.73.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later
@@ -91,6 +91,7 @@
 %files
 %license COPYING
 %{_kf5_debugdir}/kpeople.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5People*.so.*
 %{_kf5_qmldir}/
 %{_kf5_servicetypesdir}/


++++++ kpeople-5.72.0.tar.xz -> kpeople-5.73.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/CMakeLists.txt 
new/kpeople-5.73.0/CMakeLists.txt
--- old/kpeople-5.72.0/CMakeLists.txt   2020-07-04 15:19:36.000000000 +0200
+++ new/kpeople-5.73.0/CMakeLists.txt   2020-08-01 21:53:10.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project (KPeople VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/examples/duplicates.cpp 
new/kpeople-5.73.0/examples/duplicates.cpp
--- old/kpeople-5.72.0/examples/duplicates.cpp  2020-07-04 15:19:36.000000000 
+0200
+++ new/kpeople-5.73.0/examples/duplicates.cpp  2020-08-01 21:53:10.000000000 
+0200
@@ -18,7 +18,7 @@
 */
 #include <QCoreApplication>
 #include <QTimer>
-#include <qcommandlineparser.h>
+#include <QCommandLineParser>
 
 #include <personsmodel.h>
 #include <duplicatesfinder_p.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/po/ca/kpeople5.po 
new/kpeople-5.73.0/po/ca/kpeople5.po
--- old/kpeople-5.72.0/po/ca/kpeople5.po        2020-07-04 15:19:36.000000000 
+0200
+++ new/kpeople-5.73.0/po/ca/kpeople5.po        2020-08-01 21:53:10.000000000 
+0200
@@ -1,15 +1,15 @@
 # Translation of kpeople5.po to Catalan
-# Copyright (C) 2015 This_file_is_part_of_KDE
+# Copyright (C) 2015-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez <antonibel...@yahoo.com>, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2015, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kpeople5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-17 02:53+0200\n"
-"PO-Revision-Date: 2015-02-24 22:43+0100\n"
+"PO-Revision-Date: 2020-07-24 12:04+0200\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
@@ -18,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: match.cpp:52
 #, kde-format
@@ -69,7 +69,7 @@
 #: widgets/plugins/mergecontactswidget.cpp:48
 #, kde-format
 msgid "Show Merge Suggestions..."
-msgstr "Mostra els suggeriments pel fusionat..."
+msgstr "Mostra els suggeriments per al fusionat..."
 
 #: widgets/plugins/mergecontactswidget.cpp:86
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/po/zh_CN/kpeople5.po 
new/kpeople-5.73.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.72.0/po/zh_CN/kpeople5.po     2020-07-04 15:19:36.000000000 
+0200
+++ new/kpeople-5.73.0/po/zh_CN/kpeople5.po     2020-08-01 21:53:10.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-17 02:53+0200\n"
-"PO-Revision-Date: 2020-06-24 08:00\n"
+"PO-Revision-Date: 2020-07-31 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/src/CMakeLists.txt 
new/kpeople-5.73.0/src/CMakeLists.txt
--- old/kpeople-5.72.0/src/CMakeLists.txt       2020-07-04 15:19:36.000000000 
+0200
+++ new/kpeople-5.73.0/src/CMakeLists.txt       2020-08-01 21:53:10.000000000 
+0200
@@ -10,7 +10,8 @@
 ecm_qt_declare_logging_category(KF5People_debug_SRCS
     HEADER kpeople_debug.h
     IDENTIFIER KPEOPLE_LOG
-    CATEGORY_NAME kf5.kpeople
+    CATEGORY_NAME kf.people.core
+    OLD_CATEGORY_NAMES kf5.kpeople
     DESCRIPTION "kpeople lib"
     EXPORT KPEOPLE
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/src/plugins/akonadi/CMakeLists.txt 
new/kpeople-5.73.0/src/plugins/akonadi/CMakeLists.txt
--- old/kpeople-5.72.0/src/plugins/akonadi/CMakeLists.txt       2020-07-04 
15:19:36.000000000 +0200
+++ new/kpeople-5.73.0/src/plugins/akonadi/CMakeLists.txt       2020-08-01 
21:53:10.000000000 +0200
@@ -1,7 +1,8 @@
 ecm_qt_declare_logging_category(KF5People_akonadi_debug_SRCS
     HEADER kpeople_akonadi_plugin_debug.h
     IDENTIFIER KPEOPLE_AKONADI_PLUGIN_LOG
-    CATEGORY_NAME kf5.kpeople.plugin.akonadi
+    CATEGORY_NAME org.kde.pim.akonadiserver.kf.people
+    OLD_CATEGORY_NAMES kf5.kpeople.plugin.akonadi
     DESCRIPTION "kpeople akonadi plugin"
     EXPORT KPEOPLE
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.72.0/src/widgets/CMakeLists.txt 
new/kpeople-5.73.0/src/widgets/CMakeLists.txt
--- old/kpeople-5.72.0/src/widgets/CMakeLists.txt       2020-07-04 
15:19:36.000000000 +0200
+++ new/kpeople-5.73.0/src/widgets/CMakeLists.txt       2020-08-01 
21:53:10.000000000 +0200
@@ -14,7 +14,8 @@
 ecm_qt_declare_logging_category(kpeople_widgets_SRCS
     HEADER kpeople_widgets_debug.h
     IDENTIFIER KPEOPLE_WIDGETS_LOG
-    CATEGORY_NAME kf5.kpeople.widgets
+    CATEGORY_NAME kf.people.widgets
+    OLD_CATEGORY_NAMES kf5.kpeople.widgets
     DESCRIPTION "kpeople widgets"
     EXPORT KPEOPLE
 )


Reply via email to