Hello community, here is the log from the commit of package kpeople5 for openSUSE:Factory checked in at 2017-08-24 17:57:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old) and /work/SRC/openSUSE:Factory/.kpeople5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpeople5" Thu Aug 24 17:57:52 2017 rev:30 rq:516693 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes 2017-07-17 10:25:15.373599890 +0200 +++ /work/SRC/openSUSE:Factory/.kpeople5.new/kpeople5.changes 2017-08-24 17:57:53.769967765 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:35 UTC 2017 - [email protected] + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * API dox: use @param for normal parameter listing, not @arg + +------------------------------------------------------------------- Old: ---- kpeople-5.36.0.tar.xz New: ---- kpeople-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpeople5.spec ++++++ --- /var/tmp/diff_new_pack.QOG993/_old 2017-08-24 17:57:55.697696246 +0200 +++ /var/tmp/diff_new_pack.QOG993/_new 2017-08-24 17:57:55.701695681 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define rname kpeople -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kpeople5 -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kpeople-5.36.0.tar.xz -> kpeople-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.36.0/CMakeLists.txt new/kpeople-5.37.0/CMakeLists.txt --- old/kpeople-5.36.0/CMakeLists.txt 2017-07-02 10:09:05.000000000 +0200 +++ new/kpeople-5.37.0/CMakeLists.txt 2017-08-06 20:08:42.000000000 +0200 @@ -1,17 +1,17 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.36.0") # handled by release scripts -set(KF5_DEP_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts +set(KF5_DEP_VERSION "5.37.0") # handled by release scripts project (KPeople VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.36.0 NO_MODULE) +find_package(ECM 5.37.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Sql DBus Widgets Qml) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.36.0/po/zh_CN/kpeople5.po new/kpeople-5.37.0/po/zh_CN/kpeople5.po --- old/kpeople-5.36.0/po/zh_CN/kpeople5.po 2017-07-02 10:09:05.000000000 +0200 +++ new/kpeople-5.37.0/po/zh_CN/kpeople5.po 2017-08-06 20:08:42.000000000 +0200 @@ -1,21 +1,20 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Weng Xuetian <[email protected]>, 2015. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2015-03-01 12:14-0500\n" -"Last-Translator: Weng Xuetian <[email protected]>\n" -"Language-Team: Chinese Simplified <[email protected]>\n" +"PO-Revision-Date: 2017-08-05 09:29-0400\n" +"Last-Translator: guoyunhebrave <[email protected]>\n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-trunk/messages/frameworks/kpeople5.pot\n" #: match.cpp:52 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.36.0/src/backends/abstractpersonaction.h new/kpeople-5.37.0/src/backends/abstractpersonaction.h --- old/kpeople-5.36.0/src/backends/abstractpersonaction.h 2017-07-02 10:09:05.000000000 +0200 +++ new/kpeople-5.37.0/src/backends/abstractpersonaction.h 2017-08-06 20:08:42.000000000 +0200 @@ -37,8 +37,8 @@ /** A list of actions that can be executed for a contact * Disabled actions should not be added * - * @arg data passes the person we're creating the actions for - * @arg parent parent object for newly created actions + * @param data passes the person we're creating the actions for + * @param parent parent object for newly created actions */ virtual QList<QAction *> actionsForPerson(const PersonData &data, QObject *parent) const = 0; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.36.0/src/global.h new/kpeople-5.37.0/src/global.h --- old/kpeople-5.36.0/src/global.h 2017-07-02 10:09:05.000000000 +0200 +++ new/kpeople-5.37.0/src/global.h 2017-08-06 20:08:42.000000000 +0200 @@ -32,7 +32,7 @@ * Merge all uris into a single person. * Ids can be a mix of person Ids and contact IDs. * - * @arg uris a list of all identifiers to be merged + * @param uris a list of all identifiers to be merged * * @return the identifier of the new person or an empty string upon failure */
