Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kpeople5"

Mon Aug 16 10:08:05 2021 rev:79 rq:912155 version:5.85.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2021-07-16 
00:01:43.404930043 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.1899/kpeople5.changes      
2021-08-16 10:12:14.687052126 +0200
@@ -1,0 +2,10 @@
+Fri Aug  6 12:13:06 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- Changes since 5.84.0:
+  * Install private personmanager header
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.rfE1So/_old  2021-08-16 10:12:15.699050939 +0200
+++ /var/tmp/diff_new_pack.rfE1So/_new  2021-08-16 10:12:15.703050934 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%define _tar_path 5.84
+%define _tar_path 5.85
 # 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.84.0
+Version:        5.85.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-5.84.0.tar.xz -> kpeople-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.84.0/CMakeLists.txt 
new/kpeople-5.85.0/CMakeLists.txt
--- old/kpeople-5.84.0/CMakeLists.txt   2021-07-03 14:16:32.000000000 +0200
+++ new/kpeople-5.85.0/CMakeLists.txt   2021-08-06 11:08:39.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
-set(KF_DEP_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
+set(KF_DEP_VERSION "5.85.0") # handled by release scripts
 project (KPeople VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.84.0  NO_MODULE)
+find_package(ECM 5.85.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.84.0/po/zh_CN/kpeople5.po 
new/kpeople-5.85.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.84.0/po/zh_CN/kpeople5.po     2021-07-03 14:16:32.000000000 
+0200
+++ new/kpeople-5.85.0/po/zh_CN/kpeople5.po     2021-08-06 11:08:39.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-11 00:14+0000\n"
-"PO-Revision-Date: 2021-06-20 07:36\n"
+"PO-Revision-Date: 2021-07-26 13:47\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.84.0/src/CMakeLists.txt 
new/kpeople-5.85.0/src/CMakeLists.txt
--- old/kpeople-5.84.0/src/CMakeLists.txt       2021-07-03 14:16:32.000000000 
+0200
+++ new/kpeople-5.85.0/src/CMakeLists.txt       2021-08-06 11:08:39.000000000 
+0200
@@ -88,6 +88,8 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/kpeople COMPONENT Devel
 )
 
+install(FILES personmanager_p.h DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/kpeopleprivate)
+
 generate_export_header(KF5People EXPORT_FILE_NAME 
${CMAKE_CURRENT_BINARY_DIR}/kpeople/kpeople_export.h BASE_NAME KPeople)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.84.0/src/personmanager_p.h 
new/kpeople-5.85.0/src/personmanager_p.h
--- old/kpeople-5.84.0/src/personmanager_p.h    2021-07-03 14:16:32.000000000 
+0200
+++ new/kpeople-5.85.0/src/personmanager_p.h    2021-08-06 11:08:39.000000000 
+0200
@@ -40,7 +40,7 @@
 
     // DATA RETRIEVAL------------
 
-    /** Retuns a list of all known personIDs in the database*/
+    /** Returns a list of all known personIDs in the database*/
     QMultiHash<QString /*PersonUri*/, QString /*ContactUri*/> allPersons() 
const;
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.84.0/src/widgets/persondetailsdialog.cpp 
new/kpeople-5.85.0/src/widgets/persondetailsdialog.cpp
--- old/kpeople-5.84.0/src/widgets/persondetailsdialog.cpp      2021-07-03 
14:16:32.000000000 +0200
+++ new/kpeople-5.85.0/src/widgets/persondetailsdialog.cpp      2021-08-06 
11:08:39.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-    Convience dialog for displaying PersonDetailsView widgets
+    Convenience dialog for displaying PersonDetailsView widgets
     SPDX-FileCopyrightText: 2013 David Edmundson <[email protected]>
 
     SPDX-License-Identifier: LGPL-2.1-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.84.0/src/widgets/persondetailsdialog.h 
new/kpeople-5.85.0/src/widgets/persondetailsdialog.h
--- old/kpeople-5.84.0/src/widgets/persondetailsdialog.h        2021-07-03 
14:16:32.000000000 +0200
+++ new/kpeople-5.85.0/src/widgets/persondetailsdialog.h        2021-08-06 
11:08:39.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-    Convience dialog for displaying PersonDetailsView widgets
+    Convenience dialog for displaying PersonDetailsView widgets
     SPDX-FileCopyrightText: 2013 David Edmundson <[email protected]>
 
     SPDX-License-Identifier: LGPL-2.1-or-later

Reply via email to