Hello community, here is the log from the commit of package akonadi-contact for openSUSE:Factory checked in at 2017-09-12 19:40:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old) and /work/SRC/openSUSE:Factory/.akonadi-contact.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-contact" Tue Sep 12 19:40:46 2017 rev:15 rq:522458 version:17.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes 2017-08-24 17:41:20.293887923 +0200 +++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 2017-09-12 19:40:48.034194655 +0200 @@ -1,0 +2,10 @@ +Thu Sep 07 07:01:05 CEST 2017 - [email protected] + +- Update to 17.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.1.php +- Changes since 17.08.0: + * Add test program for EmailAddressSelectionModel + +------------------------------------------------------------------- Old: ---- akonadi-contacts-17.08.0.tar.xz New: ---- akonadi-contacts-17.08.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-contact.spec ++++++ --- /var/tmp/diff_new_pack.6qMxu2/_old 2017-09-12 19:40:49.262022032 +0200 +++ /var/tmp/diff_new_pack.6qMxu2/_new 2017-09-12 19:40:49.266021470 +0200 @@ -20,7 +20,7 @@ %define sonum 5 Name: akonadi-contact -Version: 17.08.0 +Version: 17.08.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ akonadi-contacts-17.08.0.tar.xz -> akonadi-contacts-17.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-contacts-17.08.0/CMakeLists.txt new/akonadi-contacts-17.08.1/CMakeLists.txt --- old/akonadi-contacts-17.08.0/CMakeLists.txt 2017-08-11 02:51:05.000000000 +0200 +++ new/akonadi-contacts-17.08.1/CMakeLists.txt 2017-09-05 02:38:58.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.6.0") +set(PIM_VERSION "5.6.1") project(Akonadi-Contact VERSION ${PIM_VERSION}) @@ -24,10 +24,10 @@ set(AKONADI_CONTACTS_VERSION ${PIM_VERSION}) -set(AKONADI_MIME_VERSION "5.6.0") -set(KCONTACTS_VERSION "5.6.0") -set(KMIMELIB_VERSION "5.6.0") -set(AKONADI_VERSION "5.6.0") +set(AKONADI_MIME_VERSION "5.6.1") +set(KCONTACTS_VERSION "5.6.1") +set(KMIMELIB_VERSION "5.6.1") +set(AKONADI_VERSION "5.6.1") set(QT_REQUIRED_VERSION "5.7.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine WebEngineWidgets) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-contacts-17.08.0/po/zh_CN/akonadicontact5.po new/akonadi-contacts-17.08.1/po/zh_CN/akonadicontact5.po --- old/akonadi-contacts-17.08.0/po/zh_CN/akonadicontact5.po 2017-08-11 02:51:05.000000000 +0200 +++ new/akonadi-contacts-17.08.1/po/zh_CN/akonadicontact5.po 2017-09-05 02:38:58.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-06-22 03:13+0200\n" -"PO-Revision-Date: 2017-08-05 09:34-0400\n" +"PO-Revision-Date: 2017-08-31 05:16-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-contacts-17.08.0/po/zh_CN/kcm_akonadicontact_actions.po new/akonadi-contacts-17.08.1/po/zh_CN/kcm_akonadicontact_actions.po --- old/akonadi-contacts-17.08.0/po/zh_CN/kcm_akonadicontact_actions.po 2017-08-11 02:51:05.000000000 +0200 +++ new/akonadi-contacts-17.08.1/po/zh_CN/kcm_akonadicontact_actions.po 2017-09-05 02:38:58.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-02-21 09:14+0100\n" -"PO-Revision-Date: 2017-08-05 09:34-0400\n" +"PO-Revision-Date: 2017-08-31 05:16-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-contacts-17.08.0/src/akonadi-contacts/tests/CMakeLists.txt new/akonadi-contacts-17.08.1/src/akonadi-contacts/tests/CMakeLists.txt --- old/akonadi-contacts-17.08.0/src/akonadi-contacts/tests/CMakeLists.txt 2017-08-07 11:56:36.000000000 +0200 +++ new/akonadi-contacts-17.08.1/src/akonadi-contacts/tests/CMakeLists.txt 2017-08-29 09:47:29.000000000 +0200 @@ -22,3 +22,4 @@ add_akonadi_contact_demo(emailaddressselectionwidgettest.cpp) add_akonadi_contact_demo(emailaddressselectiondialogtest.cpp) +add_akonadi_contact_demo(emailaddressselectionmodeltest.cpp) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-contacts-17.08.0/src/akonadi-contacts/tests/emailaddressselectionmodeltest.cpp new/akonadi-contacts-17.08.1/src/akonadi-contacts/tests/emailaddressselectionmodeltest.cpp --- old/akonadi-contacts-17.08.0/src/akonadi-contacts/tests/emailaddressselectionmodeltest.cpp 1970-01-01 01:00:00.000000000 +0100 +++ new/akonadi-contacts-17.08.1/src/akonadi-contacts/tests/emailaddressselectionmodeltest.cpp 2017-08-29 09:47:29.000000000 +0200 @@ -0,0 +1,41 @@ +/* + Copyright (c) 2017 David Faure <[email protected]> + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This library is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public + License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. +*/ + +#include "emailaddressselectionmodel.h" +#include <QTreeView> +#include <Akonadi/Contact/ContactsTreeModel> + +#include <kaboutdata.h> +#include <qapplication.h> +#include <KLocalizedString> + +int main(int argc, char **argv) +{ + KAboutData aboutData(QStringLiteral("emailaddressselectiondialogtest"), QStringLiteral("Test EmailAddressSelectionModel"), QStringLiteral("0.1")); + KAboutData::setApplicationData(aboutData); + + QApplication app(argc, argv); + + Akonadi::EmailAddressSelectionModel model; + QTreeView view; + view.setModel(model.model()); + view.show(); + + return app.exec(); +}
