commit akonadi-contact for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-11-10 13:34:49

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.11331 (New)


Package is "akonadi-contact"

Tue Nov 10 13:34:49 2020 rev:55 rq:846598 version:20.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-10-12 13:47:41.633930576 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.11331/akonadi-contact.changes   
2020-11-10 13:34:52.273019775 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:45:11 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+---

Old:

  akonadi-contacts-20.08.2.tar.xz
  akonadi-contacts-20.08.2.tar.xz.sig

New:

  akonadi-contacts-20.08.3.tar.xz
  akonadi-contacts-20.08.3.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.1JwL25/_old  2020-11-10 13:34:52.965018400 +0100
+++ /var/tmp/diff_new_pack.1JwL25/_new  2020-11-10 13:34:52.969018392 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.08.2
+Version:20.08.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.08.2.tar.xz -> akonadi-contacts-20.08.3.tar.xz ++
 2313 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-10-12 13:47:38

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3486 (New)


Package is "akonadi-contact"

Mon Oct 12 13:47:38 2020 rev:54 rq:840538 version:20.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-09-09 17:53:08.954729156 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3486/akonadi-contact.changes
2020-10-12 13:47:41.633930576 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 05:42:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- No code change since 20.08.1
+
+---

Old:

  akonadi-contacts-20.08.1.tar.xz
  akonadi-contacts-20.08.1.tar.xz.sig

New:

  akonadi-contacts-20.08.2.tar.xz
  akonadi-contacts-20.08.2.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.VE59w2/_old  2020-10-12 13:47:42.897931090 +0200
+++ /var/tmp/diff_new_pack.VE59w2/_new  2020-10-12 13:47:42.897931090 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.08.1
+Version:20.08.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.08.1.tar.xz -> akonadi-contacts-20.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.08.1/CMakeLists.txt 
new/akonadi-contacts-20.08.2/CMakeLists.txt
--- old/akonadi-contacts-20.08.1/CMakeLists.txt 2020-09-01 08:34:26.0 
+0200
+++ new/akonadi-contacts-20.08.2/CMakeLists.txt 2020-10-06 05:39:16.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.1")
+set(PIM_VERSION "5.15.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -27,8 +27,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.15.1")
-set(AKONADI_VERSION "5.15.1")
+set(KMIMELIB_VERSION "5.15.2")
+set(AKONADI_VERSION "5.15.2")
 
 set(QT_REQUIRED_VERSION "5.13.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-20.08.1/kcm/akonadicontact_actions.desktop 
new/akonadi-contacts-20.08.2/kcm/akonadicontact_actions.desktop
--- old/akonadi-contacts-20.08.1/kcm/akonadicontact_actions.desktop 
2020-08-30 09:38:03.0 +0200
+++ new/akonadi-contacts-20.08.2/kcm/akonadicontact_actions.desktop 
2020-09-20 09:11:51.0 +0200
@@ -11,6 +11,7 @@
 
 Name=Contact Actions
 Name[ar]=إجراءات المتراسل
+Name[az]=kontakt fəaliyyətləri
 Name[bs]=Radnje sa kontaktima
 Name[ca]=Accions del contacte
 Name[ca@valencia]=Accions del contacte
@@ -63,6 +64,7 @@
 Name[zh_TW]=聯絡人動作
 Comment=Configure the Contact Actions
 Comment[ar]=اضبط إجراءات المتراسل
+Comment[az]=Kontakt Fəaliyyətlərini Tənzimləmək
 Comment[bs]=Podesite radnje sa kontaktima
 Comment[ca]=Configura les accions del contacte
 Comment[ca@valencia]=Configura les accions del contacte
@@ -96,7 +98,7 @@
 Comment[pl]=Ustaw działania kontaktu
 Comment[pt]=Configurar as Acções do Contacto
 Comment[pt_BR]=Configura as ações do contato
-Comment[ro]=Configurează acțiunile contact
+Comment[ro]=Configurează acțiunile pentru contacte
 Comment[ru]=Настройка действий с контактом
 Comment[sk]=Nastaviť akcie kontaktov
 Comment[sl]=Nastavi dejanja stikov
@@ -114,6 +116,7 @@
 Comment[zh_TW]=設定聯絡人動作
 X-KDE-Keywords=kaddressbook, configure, settings, contact, actions
 X-KDE-Keywords[ar]=kaddressbook, configure, settings, contact, actions, دفتر, 
عناوين, ضبط, إعدادات, متراسل, إجراء
+X-KDE-Keywords[az]=kaddressbook, configure, settings, contact, actions, 
tənzimləmə, ayarlar, kontaktlar, fəaliyyətlər
 X-KDE-Keywords[bs]=kaddressbook, configure, settings, contact, actions, 
adresar, konfiguracija, postavke, akcije
 X-KDE-Keywords[ca]=kaddressbook, configuració, arranjament, contacte, accions
 X-KDE-Keywords[ca@valencia]=kaddressbook, configuració, arranjament, contacte, 
accions
@@ -142,6 +145,7 @@
 X-KDE-Keywords[pl]=kaddressbook, konfiguruj, ustawienia, kontakt, działania
 X-KDE-Keywords[pt]=kaddressbook, configurar, configuração, contacto, acções
 X-KDE-Keywords[pt_BR]=kaddressbook,configurar,configurações,contato,ações
+X-KDE-Keywords[ro]=kaddressbook, configurare, configurări, contac

commit akonadi-contact for openSUSE:Factory

2020-09-09 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-09-09 17:50:28

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3399 (New)


Package is "akonadi-contact"

Wed Sep  9 17:50:28 2020 rev:53 rq:831700 version:20.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-08-18 11:54:53.947250705 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3399/akonadi-contact.changes
2020-09-09 17:53:08.954729156 +0200
@@ -1,0 +2,10 @@
+Tue Sep  1 20:48:50 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-09-apps-update
+- Changes since 20.08.0:
+  * Fix Bug 425732 - "Show QR Codes" do not working, no QR Codes in the 
preview of contact (kde#425732)
+
+---

Old:

  akonadi-contacts-20.08.0.tar.xz
  akonadi-contacts-20.08.0.tar.xz.sig

New:

  akonadi-contacts-20.08.1.tar.xz
  akonadi-contacts-20.08.1.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.6KjJ5V/_old  2020-09-09 17:53:10.394730326 +0200
+++ /var/tmp/diff_new_pack.6KjJ5V/_new  2020-09-09 17:53:10.398730329 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.08.0
+Version:20.08.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.08.0.tar.xz -> akonadi-contacts-20.08.1.tar.xz ++
 1912 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-08-18 11:54:50

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3399 (New)


Package is "akonadi-contact"

Tue Aug 18 11:54:50 2020 rev:52 rq:826327 version:20.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-07-14 07:45:30.947116671 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3399/akonadi-contact.changes
2020-08-18 11:54:53.947250705 +0200
@@ -1,0 +2,27 @@
+Sun Aug  9 09:08:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+---
+Sun Aug  2 07:58:21 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+---
+Sun Jul 19 10:03:31 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.80
+  * New feature release
+- Changes since 20.04.3:
+  * Move akonadi contact class here (from libkdepim)
+  * Minor optimization
+  * Fix clazy warning
+  * akonadi-contacts: port from KRun to KIO::CommandLauncherJob
+
+---

Old:

  akonadi-contacts-20.04.3.tar.xz
  akonadi-contacts-20.04.3.tar.xz.sig

New:

  akonadi-contacts-20.08.0.tar.xz
  akonadi-contacts-20.08.0.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.SVSeXN/_old  2020-08-18 11:54:56.235251711 +0200
+++ /var/tmp/diff_new_pack.SVSeXN/_new  2020-08-18 11:54:56.239251712 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.04.3
+Version:20.08.0
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.04.3.tar.xz -> akonadi-contacts-20.08.0.tar.xz ++
 16106 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-07-14 07:44:57

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3060 (New)


Package is "akonadi-contact"

Tue Jul 14 07:44:57 2020 rev:51 rq:820108 version:20.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-06-14 18:17:24.891183343 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3060/akonadi-contact.changes
2020-07-14 07:45:30.947116671 +0200
@@ -1,0 +2,11 @@
+Thu Jul  9 20:08:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- Changes since 20.04.2:
+  * Fix crash when we select a unknown type
+  * Fix mem leak found by ASAN
+
+---

Old:

  akonadi-contacts-20.04.2.tar.xz
  akonadi-contacts-20.04.2.tar.xz.sig

New:

  akonadi-contacts-20.04.3.tar.xz
  akonadi-contacts-20.04.3.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.lNAqMD/_old  2020-07-14 07:45:32.135120506 +0200
+++ /var/tmp/diff_new_pack.lNAqMD/_new  2020-07-14 07:45:32.135120506 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.04.2
+Version:20.04.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.04.2.tar.xz -> akonadi-contacts-20.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.2/CMakeLists.txt 
new/akonadi-contacts-20.04.3/CMakeLists.txt
--- old/akonadi-contacts-20.04.2/CMakeLists.txt 2020-06-09 02:44:46.0 
+0200
+++ new/akonadi-contacts-20.04.3/CMakeLists.txt 2020-07-07 03:07:26.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.14.2")
+set(PIM_VERSION "5.14.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -26,8 +26,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.14.2")
-set(AKONADI_VERSION "5.14.2")
+set(KMIMELIB_VERSION "5.14.3")
+set(AKONADI_VERSION "5.14.3")
 
 set(QT_REQUIRED_VERSION "5.12.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-20.04.2/po/el/akonadicontact5-serializer.po 
new/akonadi-contacts-20.04.3/po/el/akonadicontact5-serializer.po
--- old/akonadi-contacts-20.04.2/po/el/akonadicontact5-serializer.po
2020-06-09 02:44:42.0 +0200
+++ new/akonadi-contacts-20.04.3/po/el/akonadicontact5-serializer.po
2020-07-07 03:07:23.0 +0200
@@ -12,7 +12,7 @@
 "PO-Revision-Date: 2014-11-13 20:24+0200\n"
 "Last-Translator: Dimitris Kardarakos \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.2/po/el/akonadicontact5.po 
new/akonadi-contacts-20.04.3/po/el/akonadicontact5.po
--- old/akonadi-contacts-20.04.2/po/el/akonadicontact5.po   2020-06-09 
02:44:42.0 +0200
+++ new/akonadi-contacts-20.04.3/po/el/akonadicontact5.po   2020-07-07 
03:07:23.0 +0200
@@ -13,7 +13,7 @@
 "PO-Revision-Date: 2014-03-03 21:30+0200\n"
 "Last-Translator: Dimitris Kardarakos \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.2/po/fi/akonadicontact5.po 
new/akonadi-contacts-20.04.3/po/fi/akonadicontact5.po
--- old/akonadi-contacts-20.04.2/po/fi/akonadicontact5.po   2020-06-09 
02:44:43.0 +0200
+++ new/akonadi-contacts-20.04.3/po/fi/akonadicontact5.po   2020-07-07 
03:07:23.0 +0200
@@ -21,7 +21,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:25:16+\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.c

commit akonadi-contact for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-06-14 18:17:23

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3606 (New)


Package is "akonadi-contact"

Sun Jun 14 18:17:23 2020 rev:50 rq:813568 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-05-20 18:38:38.064378081 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3606/akonadi-contact.changes
2020-06-14 18:17:24.891183343 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:13:51 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- No code change since 20.04.1
+
+---

Old:

  akonadi-contacts-20.04.1.tar.xz
  akonadi-contacts-20.04.1.tar.xz.sig

New:

  akonadi-contacts-20.04.2.tar.xz
  akonadi-contacts-20.04.2.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.9hrEAm/_old  2020-06-14 18:17:26.403187222 +0200
+++ /var/tmp/diff_new_pack.9hrEAm/_new  2020-06-14 18:17:26.407187232 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.04.1.tar.xz -> akonadi-contacts-20.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.1/CMakeLists.txt 
new/akonadi-contacts-20.04.2/CMakeLists.txt
--- old/akonadi-contacts-20.04.1/CMakeLists.txt 2020-05-12 03:24:58.0 
+0200
+++ new/akonadi-contacts-20.04.2/CMakeLists.txt 2020-06-09 02:44:46.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.14.1")
+set(PIM_VERSION "5.14.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -26,8 +26,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.14.1")
-set(AKONADI_VERSION "5.14.1")
+set(KMIMELIB_VERSION "5.14.2")
+set(AKONADI_VERSION "5.14.2")
 
 set(QT_REQUIRED_VERSION "5.12.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.1/po/cs/akonadicontact5.po 
new/akonadi-contacts-20.04.2/po/cs/akonadicontact5.po
--- old/akonadi-contacts-20.04.1/po/cs/akonadicontact5.po   2020-05-12 
03:24:56.0 +0200
+++ new/akonadi-contacts-20.04.2/po/cs/akonadicontact5.po   2020-06-09 
02:44:41.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019, 2020.
 # Lukáš Tinkl , 2011.
 # Tomáš Chvátal , 2012.
 #
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-29 03:17+0100\n"
-"PO-Revision-Date: 2019-11-04 16:27+0100\n"
+"PO-Revision-Date: 2020-05-26 13:10+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 19.08.2\n"
+"X-Generator: Lokalize 20.04.1\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:18
@@ -215,7 +215,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "SMS text"
-msgstr ""
+msgstr "Text SMS"
 
 #: akonadi-contacts/actions/smsdialog.cpp:54
 #, kde-format
@@ -360,7 +360,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Contact Group %1"
-msgstr ""
+msgstr "Skupina kontaktů %1"
 
 #: akonadi-contacts/contactgroupviewer.cpp:85
 #: akonadi-contacts/standardcontactformatter.cpp:215
@@ -372,7 +372,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Show Contact Group"
-msgstr ""
+msgstr "Zobrazit skupinu kontaktů"
 
 #: akonadi-contacts/contactstreemodel.cpp:232
 #, kde-format
@@ -432,13 +432,13 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Contact %1"
-msgstr ""
+msgstr "Kontakt %1"
 
 #: akonadi-contacts/contactviewerdialog.cpp:72
 #, kde-format
 msgctxt "@title:windo

commit akonadi-contact for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-05-20 18:38:35

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.2738 (New)


Package is "akonadi-contact"

Wed May 20 18:38:35 2020 rev:49 rq:806301 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-04-25 20:21:12.257141124 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.2738/akonadi-contact.changes
2020-05-20 18:38:38.064378081 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:40:49 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -16,2 +24,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -25,2 +31,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -45 +50 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -59 +64 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  akonadi-contacts-20.04.0.tar.xz
  akonadi-contacts-20.04.0.tar.xz.sig

New:

  akonadi-contacts-20.04.1.tar.xz
  akonadi-contacts-20.04.1.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.GNcDx9/_old  2020-05-20 18:38:40.308382783 +0200
+++ /var/tmp/diff_new_pack.GNcDx9/_new  2020-05-20 18:38:40.312382792 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-20.04.0.tar.xz -> akonadi-contacts-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.0/CMakeLists.txt 
new/akonadi-contacts-20.04.1/CMakeLists.txt
--- old/akonadi-contacts-20.04.0/CMakeLists.txt 2020-04-17 02:38:20.0 
+0200
+++ new/akonadi-contacts-20.04.1/CMakeLists.txt 2020-05-12 03:24:58.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.14.0")
+set(PIM_VERSION "5.14.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -26,8 +26,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.14.0")
-set(AKONADI_VERSION "5.14.0")
+set(KMIMELIB_VERSION "5.14.1")
+set(AKONADI_VERSION "5.14.1")
 
 set(QT_REQUIRED_VERSION "5.12.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
@@ -60,6 +60,10 @@
 
 add_definitions(-DQT_NO_FOREACH)
 
+if(BUILD_TESTING)
+   add_definitions(-DBUILD_TESTING)
+endif()
+
 add_subdirectory(src)
 add_subdirectory(kcm)
 add_subdirectory(serializers)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.0/po/fr/akonadicontact5.po 
new/akonadi-contacts-20.04.1/po/fr/akonadicontact5.po
--- old/akonadi-contacts-20.04.0/po/fr/akonadicontact5.po   2020-04-17 
02:38:18.0 +0200
+++ new/akonadi-contacts-20.04.1/po/fr/akonadicontact5.po   2020-05-12 
03:24:56.0 +0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: akonadicontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-29 03:17+0100\n"
-"PO-Revision-Date: 2020-02-03 00:01+0800\n"
+"PO-Revision-Date: 2020-04-26 15:03+0800\n"
 "Last-Translator: Simon Depiets \n"
 "Language-Team: French \n"
 "Language: fr\n"
@@ -22,7 +22,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 20.03.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -277,8 +277,7 @@
 msgstr "Incohérence de protocole."
 
 #: akonadi-contacts/actions/smsdialog.cpp:50
-#, fuzzy, kde-format
-#| msgid "SMS text"
+#, kde-format
 msgctxt "@title:window"
 msgid "SMS text"
 msgstr "Texte du SMS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-20.04.0/po/ja/akonadicontact5.po 
new/akonadi-contacts-20.04.1/po/ja/akonadicontact5.po
--- old/akonadi-contacts-20.04.0/po/ja/akonadicontact5.po   2020-04-17 
02:38:19.0 +0200
+++ new/akonadi-contacts

commit akonadi-contact for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-04-25 20:20:18

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.2738 (New)


Package is "akonadi-contact"

Sat Apr 25 20:20:18 2020 rev:48 rq:796835 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-03-11 18:35:02.662997994 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.2738/akonadi-contact.changes
2020-04-25 20:21:12.257141124 +0200
@@ -1,0 +2,38 @@
+Thu Apr 23 12:21:45 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix compilation with more recent Qt 5.15
+
+---
+Sun Apr  5 20:29:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:16:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * standardcontactformatter.cpp - fix crash on iterating
+  * Make it compile against last qt5.15
+  * Port deprecated methods
+  * Autogenerate categories file
+  * Remove usage of KDBusConnectionPool
+  * Make it compile against last qt5.15 without deprecated method
+  * Port toSet method
+  * Port to QRegularExpression
+  * Port to QCombobox
+  * Don't use nullptr for flags
+
+---

Old:

  akonadi-contacts-19.12.3.tar.xz
  akonadi-contacts-19.12.3.tar.xz.sig

New:

  akonadi-contacts-20.04.0.tar.xz
  akonadi-contacts-20.04.0.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.2nTwsG/_old  2020-04-25 20:21:13.521143730 +0200
+++ /var/tmp/diff_new_pack.2nTwsG/_new  2020-04-25 20:21:13.525143738 +0200
@@ -18,30 +18,25 @@
 
 %define rname akonadi-contacts
 %define sonum   5
-%define kf5_version 5.63.0
+%define kf5_version 5.66.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Akonadi)
-BuildRequires:  cmake(KF5CalendarCore)
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
 BuildRequires:  cmake(KF5Completion) >= %{kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
-BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5Contacts) >= %{kf5_version}
 BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
@@ -59,6 +54,10 @@
 Recommends: %{name}-lang
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package provides a library used for handling personal contacts,

++ akonadi-contacts-19.12.3.tar.xz -> akonadi-contacts-20.04.0.tar.xz ++
 19143 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-03-11 18:34:15

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.3160 (New)


Package is "akonadi-contact"

Wed Mar 11 18:34:15 2020 rev:47 rq:782304 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-02-10 21:47:09.421983160 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.3160/akonadi-contact.changes
2020-03-11 18:35:02.662997994 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:35:36 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+---

Old:

  akonadi-contacts-19.12.2.tar.xz
  akonadi-contacts-19.12.2.tar.xz.sig

New:

  akonadi-contacts-19.12.3.tar.xz
  akonadi-contacts-19.12.3.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.mxIoBY/_old  2020-03-11 18:35:03.698998630 +0100
+++ /var/tmp/diff_new_pack.mxIoBY/_new  2020-03-11 18:35:03.702998632 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.12.2.tar.xz -> akonadi-contacts-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.12.2/CMakeLists.txt 
new/akonadi-contacts-19.12.3/CMakeLists.txt
--- old/akonadi-contacts-19.12.2/CMakeLists.txt 2020-02-04 02:49:06.0 
+0100
+++ new/akonadi-contacts-19.12.3/CMakeLists.txt 2020-03-03 01:33:00.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.2")
+set(PIM_VERSION "5.13.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -26,8 +26,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.13.2")
-set(AKONADI_VERSION "5.13.2")
+set(KMIMELIB_VERSION "5.13.3")
+set(AKONADI_VERSION "5.13.3")
 
 set(QT_REQUIRED_VERSION "5.11.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-19.12.2/po/ca@valencia/akonadicontact5.po 
new/akonadi-contacts-19.12.3/po/ca@valencia/akonadicontact5.po
--- old/akonadi-contacts-19.12.2/po/ca@valencia/akonadicontact5.po  
2020-02-04 02:48:56.0 +0100
+++ new/akonadi-contacts-19.12.3/po/ca@valencia/akonadicontact5.po  
2020-03-03 01:32:54.0 +0100
@@ -31,10 +31,10 @@
 "placeholders for the single address parts. If 'External Application' is "
 "selected, a command with placeholders can be defined."
 msgstr ""
-"Defineix quina aplicació s'usarà per mostrar l'adreça postal d'un contacte en 
"
-"un mapa. Si seleccioneu «Navegador web», podreu definir un URL amb variables "
-"de substitució per a cada part de l'adreça. Si se selecciona «Aplicació "
-"externa» es pot definir una ordre amb variables de substitució."
+"Defineix quina aplicació s'usarà per mostrar l'adreça postal d'un contacte "
+"en un mapa. Si seleccioneu «Navegador web», podreu definir un URL amb "
+"variables de substitució per a cada part de l'adreça. Si se selecciona "
+"«Aplicació externa» es pot definir una ordre amb variables de substitució."
 
 #. i18n: ectx: whatsthis, entry (AddressUrl), group (Show Address Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:23
@@ -105,8 +105,8 @@
 "Define how a phone number of a contact should be dialed. 'System Default' "
 "uses the default application configured for this on your system (e.g. KDE "
 "Connect). Selecting a specific application will use that (if installed), "
-"'External Application' allows you to specify a dial command with placeholders 
"
-"manually."
+"'External Application' allows you to specify a dial command with "
+"placeholders manually."
 msgstr ""
 "Defineix com s'ha de marcar el número de telèfon d'un contacte. "
 "«Predeterminat del sistema» usa l'aplicació configurada com a predeterminada "
@@ -146,8 +146,8 @@
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:72
 #, kde-format
 msgid ""
-"Defines which application shall be used to send an SMS to the phone number of 
"
-"a contact. If 'System Default' is selected the default handler for SMS "
+"Defines which application shall 

commit akonadi-contact for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-02-10 21:47:08

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.26092 (New)


Package is "akonadi-contact"

Mon Feb 10 21:47:08 2020 rev:46 rq:771571 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-02-03 11:11:52.797801313 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.26092/akonadi-contact.changes   
2020-02-10 21:47:09.421983160 +0100
@@ -1,0 +2,15 @@
+Fri Feb  7 08:36:45 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:28:38 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+- Update build requirements
+
+---

Old:

  akonadi-contacts-19.12.1.tar.xz
  akonadi-contacts-19.12.1.tar.xz.sig

New:

  akonadi-contacts-19.12.2.tar.xz
  akonadi-contacts-19.12.2.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.1tkh5g/_old  2020-02-10 21:47:10.933983996 +0100
+++ /var/tmp/diff_new_pack.1tkh5g/_new  2020-02-10 21:47:10.969984016 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
@@ -43,13 +43,17 @@
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
 BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
-BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Mime)
-BuildRequires:  cmake(KF5Prison)
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(KF5Prison) >= %{kf5_version}
+BuildRequires:  cmake(KF5Service) >= %{kf5_version}
+BuildRequires:  cmake(KF5TextWidgets) >= %{kf5_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{kf5_version}
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 Requires:   libKF5AkonadiContact5 = %{version}
 Requires:   libKF5ContactEditor5 = %{version}
 Recommends: %{name}-lang
@@ -96,6 +100,7 @@
 Requires:   libKF5ContactEditor5 = %{version}
 Requires:   cmake(KF5Akonadi)
 Requires:   cmake(KF5Contacts)
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 Obsoletes:  akonadi-contacts-devel < %{version}
 Provides:   akonadi-contacts-devel = %{version}
 
@@ -110,7 +115,7 @@
 
 %build
 %cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-%make_jobs
+%cmake_build
 
 %install
   %kf5_makeinstall -C build

++ akonadi-contacts-19.12.1.tar.xz -> akonadi-contacts-19.12.2.tar.xz ++
 2197 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-02-03 11:11:40

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.26092 (New)


Package is "akonadi-contact"

Mon Feb  3 11:11:40 2020 rev:45 rq:768360 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2020-01-11 14:40:40.813199980 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.26092/akonadi-contact.changes   
2020-02-03 11:11:52.797801313 +0100
@@ -1,0 +2,7 @@
+Tue Jan 28 18:54:35 UTC 2020 - Stefan Brüns 
+
+- Remove no longer needed BuildRequires: KF5AkonadiMime (18.04),
+  Qt5WebEngineWidgets/Qt5WebEngine (17.12) and Grantlee (17.12). 
+  Add some previously implicit KF5 dependencies.
+
+---



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.FNNLun/_old  2020-02-03 11:11:53.717801778 +0100
+++ /var/tmp/diff_new_pack.FNNLun/_new  2020-02-03 11:11:53.721801780 +0100
@@ -18,7 +18,7 @@
 
 %define rname akonadi-contacts
 %define sonum   5
-%define kf5_version 5.60.0
+%define kf5_version 5.63.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
@@ -36,27 +36,25 @@
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5Akonadi)
-BuildRequires:  cmake(KF5AkonadiMime)
 BuildRequires:  cmake(KF5CalendarCore)
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
 BuildRequires:  cmake(KF5Completion) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
 BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
 BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(KF5Prison)
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5WebEngine) >= 5.6.0
-BuildRequires:  cmake(Qt5WebEngineWidgets) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 Requires:   libKF5AkonadiContact5 = %{version}
 Requires:   libKF5ContactEditor5 = %{version}
 Recommends: %{name}-lang
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
 %description
 This package provides a library used for handling personal contacts,






commit akonadi-contact for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2020-01-11 14:39:31

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.6675 (New)


Package is "akonadi-contact"

Sat Jan 11 14:39:31 2020 rev:44 rq:762267 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-12-13 12:01:41.097463147 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.6675/akonadi-contact.changes
2020-01-11 14:40:40.813199980 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:08:50 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- No code change since 19.12.0
+
+---
@@ -7 +16 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  akonadi-contacts-19.12.0.tar.xz
  akonadi-contacts-19.12.0.tar.xz.sig

New:

  akonadi-contacts-19.12.1.tar.xz
  akonadi-contacts-19.12.1.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.4dGp8S/_old  2020-01-11 14:40:41.741200347 +0100
+++ /var/tmp/diff_new_pack.4dGp8S/_new  2020-01-11 14:40:41.741200347 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.12.0.tar.xz -> akonadi-contacts-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.12.0/CMakeLists.txt 
new/akonadi-contacts-19.12.1/CMakeLists.txt
--- old/akonadi-contacts-19.12.0/CMakeLists.txt 2019-12-06 02:49:51.0 
+0100
+++ new/akonadi-contacts-19.12.1/CMakeLists.txt 2020-01-07 03:29:02.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.0")
+set(PIM_VERSION "5.13.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -26,8 +26,8 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "5.13.0")
-set(AKONADI_VERSION "5.13.0")
+set(KMIMELIB_VERSION "5.13.1")
+set(AKONADI_VERSION "5.13.1")
 
 set(QT_REQUIRED_VERSION "5.11.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-19.12.0/po/ca/akonadicontact5-serializer.po 
new/akonadi-contacts-19.12.1/po/ca/akonadicontact5-serializer.po
--- old/akonadi-contacts-19.12.0/po/ca/akonadicontact5-serializer.po
2019-12-06 02:49:44.0 +0100
+++ new/akonadi-contacts-19.12.1/po/ca/akonadicontact5-serializer.po
2020-01-07 03:28:55.0 +0100
@@ -66,456 +66,3 @@
 #, kde-format
 msgid "Member"
 msgstr "Membre"
-
-#~ msgctxt "@title:column"
-#~ msgid "Changed Alarm"
-#~ msgstr "Alarma canviada"
-
-#~ msgctxt "@title:column"
-#~ msgid "Conflicting Alarm"
-#~ msgstr "Alarma amb conflictes"
-
-#~ msgctxt "@label"
-#~ msgid "Item revision"
-#~ msgstr "Revisió de l'element"
-
-#~ msgid "Yes"
-#~ msgstr "Sí"
-
-#~ msgid "No"
-#~ msgstr "No"
-
-#~ msgid "Attendees"
-#~ msgstr "Assistents"
-
-#~ msgid "Organizer"
-#~ msgstr "Organitzador"
-
-#~ msgid "UID"
-#~ msgstr "UID"
-
-#~ msgid "Is all-day"
-#~ msgstr "Tot el dia"
-
-#~ msgid "Has duration"
-#~ msgstr "Té una durada"
-
-#~ msgid "Duration"
-#~ msgstr "Durada"
-
-#~ msgid "Description"
-#~ msgstr "Descripció"
-
-#~ msgid "Summary"
-#~ msgstr "Resum"
-
-#~ msgid "Status"
-#~ msgstr "Estat"
-
-#~ msgid "Secrecy"
-#~ msgstr "Privadesa"
-
-#~ msgid "Priority"
-#~ msgstr "Prioritat"
-
-#~ msgid "Location"
-#~ msgstr "Ubicació"
-
-#~ msgid "Categories"
-#~ msgstr "Categories"
-
-#~ msgid "Alarms"
-#~ msgstr "Alarmes"
-
-#~ msgid "Resources"
-#~ msgstr "Recursos"
-
-#~ msgid "Attachments"
-#~ msgstr "Adjunts"
-
-#~ msgid "Exception Dates"
-#~ msgstr "Dates d'excepció"
-
-#~ msgid "Exception Times"
-#~ msgstr "Hores d'excepció"
-
-#~ msgid "Created"
-#~ msgstr "Creat"
-
-#~ msgid "Related Uid"
-#~ msgstr "UID relacionat"
-
-#~ msgid "Start time"
-#~ msgstr "Hora d'inici"
-
-#~ msgid "Has End D

commit akonadi-contact for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-12-13 12:01:38

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.4691 (New)


Package is "akonadi-contact"

Fri Dec 13 12:01:38 2019 rev:43 rq:756138 version:19.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-11-12 11:33:25.105960446 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.4691/akonadi-contact.changes
2019-12-13 12:01:41.097463147 +0100
@@ -1,0 +2,25 @@
+Tue Dec 10 06:38:01 UTC 2019 - Luca Beltrame 
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+---
+Sat Nov 30 09:11:23 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+---
+Sun Nov 24 15:53:13 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here.
+
+---

Old:

  akonadi-contacts-19.08.3.tar.xz
  akonadi-contacts-19.08.3.tar.xz.sig

New:

  akonadi-contacts-19.12.0.tar.xz
  akonadi-contacts-19.12.0.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.M7bti3/_old  2019-12-13 12:01:41.917462836 +0100
+++ /var/tmp/diff_new_pack.M7bti3/_new  2019-12-13 12:01:41.925462833 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,39 +18,38 @@
 
 %define rname akonadi-contacts
 %define sonum   5
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.08.3
+Version:19.12.0
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-server-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  grantlee5-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kcontacts-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kmime-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(Grantlee5)
+BuildRequires:  cmake(KF5Akonadi)
+BuildRequires:  cmake(KF5AkonadiMime)
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires:  cmake(KF5Completion) >= %{kf5_version}
+BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(KF5Prison)
-BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5WebEngine) >= 5.6.0
+BuildRequires:  cmake(Qt5WebEngineWidgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Requires:   libKF5AkonadiContact5 = %{version}
 Requires:   libKF5ContactEditor5 = %{version}
 Recommends: %{name}-lang
@@ -95,10 +94,10 @@
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   akonadi-contact = %{version}
-Requires:   akonadi-server-devel
-Requi

commit akonadi-contact for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-11-12 11:33:23

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.2990 (New)


Package is "akonadi-contact"

Tue Nov 12 11:33:23 2019 rev:42 rq:746790 version:19.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-10-14 13:24:18.764085455 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.2990/akonadi-contact.changes
2019-11-12 11:33:25.105960446 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 23:12:28 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- No code change since 19.08.2
+
+---

Old:

  akonadi-contacts-19.08.2.tar.xz
  akonadi-contacts-19.08.2.tar.xz.sig

New:

  akonadi-contacts-19.08.3.tar.xz
  akonadi-contacts-19.08.3.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.tAODYA/_old  2019-11-12 11:33:25.829961233 +0100
+++ /var/tmp/diff_new_pack.tAODYA/_new  2019-11-12 11:33:25.833961238 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.08.2
+Version:19.08.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.08.2.tar.xz -> akonadi-contacts-19.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.08.2/CMakeLists.txt 
new/akonadi-contacts-19.08.3/CMakeLists.txt
--- old/akonadi-contacts-19.08.2/CMakeLists.txt 2019-10-08 02:23:42.0 
+0200
+++ new/akonadi-contacts-19.08.3/CMakeLists.txt 2019-11-05 05:15:44.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.2")
+set(PIM_VERSION "5.12.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -25,9 +25,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.12.1")
-set(KMIMELIB_VERSION "5.12.1")
-set(AKONADI_VERSION "5.12.1")
+set(KCONTACTS_VERSION "5.12.3")
+set(KMIMELIB_VERSION "5.12.3")
+set(AKONADI_VERSION "5.12.3")
 
 set(QT_REQUIRED_VERSION "5.11.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.08.2/po/cs/akonadicontact5.po 
new/akonadi-contacts-19.08.3/po/cs/akonadicontact5.po
--- old/akonadi-contacts-19.08.2/po/cs/akonadicontact5.po   2019-10-08 
02:23:37.0 +0200
+++ new/akonadi-contacts-19.08.3/po/cs/akonadicontact5.po   2019-11-05 
05:15:41.0 +0100
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 19.08.0\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-19.08.2/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-19.08.3/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-19.08.2/po/zh_CN/akonadicontact5-serializer.po 
2019-10-08 02:23:42.0 +0200
+++ new/akonadi-contacts-19.08.3/po/zh_CN/akonadicontact5-serializer.po 
2019-11-05 05:15:44.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-09-05 09:51\n"
+"PO-Revision-Date: 2019-10-09 10:05\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.08.2/po/zh_CN/akonadicontact5.po 
new/akonadi-contacts-19.08.3/po/zh_CN/akonadicontact5.po
--- old/akonadi-contacts-19.08.2/po/zh_CN/akonadicontact5.po2019-10-08 
02:23:42.0 +0200
+++ new/akonadi-contacts-19.08.3/po/zh_CN/akonadicontact5.po2019-11-05 
05:15:44.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-09-05 09:50\n"
+"PO-Revision-Date: 2

commit akonadi-contact for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-10-14 13:24:17

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.2352 (New)


Package is "akonadi-contact"

Mon Oct 14 13:24:17 2019 rev:41 rq:737668 version:19.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-09-09 12:20:12.661910143 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.2352/akonadi-contact.changes
2019-10-14 13:24:18.764085455 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:44:19 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+---

Old:

  akonadi-contacts-19.08.1.tar.xz
  akonadi-contacts-19.08.1.tar.xz.sig

New:

  akonadi-contacts-19.08.2.tar.xz
  akonadi-contacts-19.08.2.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.Ay8ins/_old  2019-10-14 13:24:19.384083839 +0200
+++ /var/tmp/diff_new_pack.Ay8ins/_new  2019-10-14 13:24:19.384083839 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.08.1
+Version:19.08.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.08.1.tar.xz -> akonadi-contacts-19.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.08.1/CMakeLists.txt 
new/akonadi-contacts-19.08.2/CMakeLists.txt
--- old/akonadi-contacts-19.08.1/CMakeLists.txt 2019-09-03 03:47:27.0 
+0200
+++ new/akonadi-contacts-19.08.2/CMakeLists.txt 2019-10-08 02:23:42.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.1")
+set(PIM_VERSION "5.12.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-19.08.1/kcm/akonadicontact_actions.desktop 
new/akonadi-contacts-19.08.2/kcm/akonadicontact_actions.desktop
--- old/akonadi-contacts-19.08.1/kcm/akonadicontact_actions.desktop 
2019-08-26 06:59:40.0 +0200
+++ new/akonadi-contacts-19.08.2/kcm/akonadicontact_actions.desktop 
2019-09-24 08:55:47.0 +0200
@@ -24,7 +24,6 @@
 Name[fi]=Yhteystietotoiminnot
 Name[fr]=Actions sur les contacts
 Name[ga]=Gníomhartha Teagmhála
-Name[gl]=Accións de contacto
 Name[he]=פעילויות עם אנשי הקשר
 Name[hu]=Névjegyműveletek
 Name[ia]=Actiones de contacto
@@ -76,7 +75,6 @@
 Comment[fi]=Yhteystietotoimintojen asetukset
 Comment[fr]=Configurer les actions sur les contacts
 Comment[ga]=Cumraigh na Gníomhartha Teagmhála
-Comment[gl]=Configurar as accións de contacto
 Comment[he]=הגדר את הפעילויות עם אנשי הקשר
 Comment[hu]=A névjegyműveletek beállítása
 Comment[ia]=Configura actiones de contacto
@@ -126,7 +124,6 @@
 X-KDE-Keywords[fi]=kaddressbook, asetukset, yhteystieto, toiminnot
 X-KDE-Keywords[fr]=KAddressBook, configuration, paramètres, contacts, actions
 X-KDE-Keywords[ga]=kaddressbook, cumraigh, cumraíocht, socruithe, teagmháil, 
gníomhartha
-X-KDE-Keywords[gl]=kaddressbook, configure, settings, contact, actions, 
configurar, configuración, contacto, accións
 X-KDE-Keywords[he]=kaddressbook, configure, settings, contact, actions, פנקס 
כתובות, הגדר, הגדרות, תצורה, פעולה, פעולות
 X-KDE-Keywords[hu]=kaddressbook, beállítás, beállítások, névjegy, műveletek
 X-KDE-Keywords[ia]=kaddressbook,configura,preferentias, contacto, actiones
@@ -138,6 +135,7 @@
 X-KDE-Keywords[nb]=kaddressbook, oppsett, innstillinger, kontakt, handlinger
 X-KDE-Keywords[nds]=kaddressbook, instellen, kontakt, akschoon, akschonen
 X-KDE-Keywords[nl]=kaddressbook, instellen, instellingen, contactpersoon, 
acties
+X-KDE-Keywords[nn]=kaddressbook, oppsett, innstillingar, kontaktar, handlingar
 X-KDE-Keywords[pl]=kaddressbook, konfiguruj, ustawienia, kontakt, działania
 X-KDE-Keywords[pt]=kaddressbook, configurar, configuração, contacto, acções
 X-KDE-Keywords[pt_BR]=kaddressbook,configurar,configurações,contato,ações
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.08.1/po/cs/akonadicontact5.po 
new/akonadi-contacts-19.08.2/po/cs/akonadicontact5.po
--- old/akonadi-contacts-19.08.1/po/cs/akonadicontact5.po   2019-09-03 
03:47:26.0 +0200
+++ new/akonadi-c

commit akonadi-contact for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-09-09 12:20:11

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.7948 (New)


Package is "akonadi-contact"

Mon Sep  9 12:20:11 2019 rev:40 rq:728736 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-08-16 15:33:54.085904244 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.7948/akonadi-contact.changes
2019-09-09 12:20:12.661910143 +0200
@@ -1,0 +2,11 @@
+Thu Sep  5 13:59:52 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- Changes since 19.08.0:
+  * Include KDE* cmake macros before any others 
+  * Hide label when we don't have plugins
+
+---

Old:

  akonadi-contacts-19.08.0.tar.xz
  akonadi-contacts-19.08.0.tar.xz.sig

New:

  akonadi-contacts-19.08.1.tar.xz
  akonadi-contacts-19.08.1.tar.xz.sig



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.J4V6jn/_old  2019-09-09 12:20:13.209910062 +0200
+++ /var/tmp/diff_new_pack.J4V6jn/_new  2019-09-09 12:20:13.213910061 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.08.0.tar.xz -> akonadi-contacts-19.08.1.tar.xz ++
 1718 lines of diff (skipped)





commit akonadi-contact for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-08-16 15:33:50

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.22127 (New)


Package is "akonadi-contact"

Fri Aug 16 15:33:50 2019 rev:39 rq:723561 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-07-16 08:29:07.379391487 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.22127/akonadi-contact.changes   
2019-08-16 15:33:54.085904244 +0200
@@ -1,0 +2,28 @@
+Fri Aug  9 08:29:53 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+---
+Tue Aug 06 16:50:46 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+---
+Tue Jul 23 11:58:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Too many changes to list here
+
+---

Old:

  akonadi-contacts-19.04.3.tar.xz

New:

  akonadi-contacts-19.08.0.tar.xz
  akonadi-contacts-19.08.0.tar.xz.sig
  applications.keyring



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.5xXIDD/_old  2019-08-16 15:33:56.877903433 +0200
+++ /var/tmp/diff_new_pack.5xXIDD/_new  2019-08-16 15:33:56.905903425 +0200
@@ -16,19 +16,24 @@
 #
 
 
+%define rname akonadi-contacts
 %define sonum   5
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.04.3
+Version:19.08.0
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
-Source: akonadi-contacts-%{version}.tar.xz
+URL:https://www.kde.org
+Source: 
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-server-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
@@ -104,7 +109,7 @@
 %lang_package
 
 %prep
-%setup -q -n akonadi-contacts-%{version}
+%setup -q -n %{rname}-%{version}
 
 %build
 %cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
@@ -125,16 +130,12 @@
 %license COPYING*
 %dir %{_kf5_plugindir}
 %dir %{_kf5_plugindir}/akonadi/contacts/
-%dir %{_kf5_servicesdir}/akonadi
-%dir %{_kf5_servicesdir}/akonadi/contact
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 %{_kf5_datadir}/akonadi/contact/
 %{_kf5_plugindir}/akonadi/contacts/plugins/
 %{_kf5_plugindir}/kcm_akonadicontact_actions.so
-%{_kf5_servicesdir}/akonadi/contact/
 %{_kf5_servicesdir}/akonadicontact_actions.desktop
-%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
 
 %files -n libKF5AkonadiContact5
 %license COPYING*

++ akonadi-contacts-19.04.3.tar.xz -> akonadi-contacts-19.08.0.tar.xz ++
 22483 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-07-16 08:29:06

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.1887 (New)


Package is "akonadi-contact"

Tue Jul 16 08:29:06 2019 rev:38 rq:715029 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-06-13 22:39:32.532259712 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.1887/akonadi-contact.changes
2019-07-16 08:29:07.379391487 +0200
@@ -1,0 +2,9 @@
+Sat Jul 13 07:26:32 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- No code changes since 19.04.2
+
+---

Old:

  akonadi-contacts-19.04.2.tar.xz

New:

  akonadi-contacts-19.04.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.A2xvIg/_old  2019-07-16 08:29:07.919391565 +0200
+++ /var/tmp/diff_new_pack.A2xvIg/_new  2019-07-16 08:29:07.923391565 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.04.2.tar.xz -> akonadi-contacts-19.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.04.2/CMakeLists.txt 
new/akonadi-contacts-19.04.3/CMakeLists.txt
--- old/akonadi-contacts-19.04.2/CMakeLists.txt 2019-06-04 02:16:11.0 
+0200
+++ new/akonadi-contacts-19.04.3/CMakeLists.txt 2019-07-09 02:19:33.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.11.2")
+set(PIM_VERSION "5.11.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.11.2")
-set(KMIMELIB_VERSION "5.11.2")
-set(AKONADI_VERSION "5.11.2")
+set(KCONTACTS_VERSION "5.11.3")
+set(KMIMELIB_VERSION "5.11.3")
+set(AKONADI_VERSION "5.11.3")
 
 set(QT_REQUIRED_VERSION "5.10.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)




commit akonadi-contact for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-06-13 22:39:31

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.4811 (New)


Package is "akonadi-contact"

Thu Jun 13 22:39:31 2019 rev:37 rq:708519 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-05-14 13:14:40.600994352 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.4811/akonadi-contact.changes
2019-06-13 22:39:32.532259712 +0200
@@ -1,0 +2,10 @@
+Fri Jun 07 12:51:50 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.2.php
+- Changes since 19.04.1:
+  * Fix the akonadi-contacts dependencies
+
+---

Old:

  akonadi-contacts-19.04.1.tar.xz

New:

  akonadi-contacts-19.04.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.ZIzjsi/_old  2019-06-13 22:39:33.036259543 +0200
+++ /var/tmp/diff_new_pack.ZIzjsi/_new  2019-06-13 22:39:33.036259543 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.04.1.tar.xz -> akonadi-contacts-19.04.2.tar.xz ++
 2024 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-05-14 13:14:39

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.5148 (New)


Package is "akonadi-contact"

Tue May 14 13:14:39 2019 rev:36 rq:702143 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-04-26 22:45:34.261609111 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.5148/akonadi-contact.changes
2019-05-14 13:14:40.600994352 +0200
@@ -1,0 +2,9 @@
+Fri May 10 05:37:10 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- No code changes since 19.04.0
+
+---

Old:

  akonadi-contacts-19.04.0.tar.xz

New:

  akonadi-contacts-19.04.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.mba9Gc/_old  2019-05-14 13:14:41.256996019 +0200
+++ /var/tmp/diff_new_pack.mba9Gc/_new  2019-05-14 13:14:41.256996019 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-19.04.0.tar.xz -> akonadi-contacts-19.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.04.0/CMakeLists.txt 
new/akonadi-contacts-19.04.1/CMakeLists.txt
--- old/akonadi-contacts-19.04.0/CMakeLists.txt 2019-04-12 02:14:29.0 
+0200
+++ new/akonadi-contacts-19.04.1/CMakeLists.txt 2019-05-07 02:32:30.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.11.0")
+set(PIM_VERSION "5.11.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.11.0")
-set(KMIMELIB_VERSION "5.11.0")
-set(AKONADI_VERSION "5.11.0")
+set(KCONTACTS_VERSION "5.11.1")
+set(KMIMELIB_VERSION "5.11.1")
+set(AKONADI_VERSION "5.11.1")
 
 set(QT_REQUIRED_VERSION "5.10.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-19.04.0/po/fr/kcm_akonadicontact_actions.po 
new/akonadi-contacts-19.04.1/po/fr/kcm_akonadicontact_actions.po
--- old/akonadi-contacts-19.04.0/po/fr/kcm_akonadicontact_actions.po
2019-04-12 02:14:29.0 +0200
+++ new/akonadi-contacts-19.04.1/po/fr/kcm_akonadicontact_actions.po
2019-05-07 02:32:02.0 +0200
@@ -4,6 +4,7 @@
 # Joëlle Cornavin , 2010.
 # xavier , 2012, 2013.
 # Vincent Pinon , 2017.
+# Simon Depiets , 2019.
 #
 msgid ""
 msgstr ""
@@ -18,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.07.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-19.04.0/po/ko/akonadicontact5.po 
new/akonadi-contacts-19.04.1/po/ko/akonadicontact5.po
--- old/akonadi-contacts-19.04.0/po/ko/akonadicontact5.po   2019-04-12 
02:14:29.0 +0200
+++ new/akonadi-contacts-19.04.1/po/ko/akonadicontact5.po   2019-05-07 
02:32:10.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2014, 2015, 2016, 2017.
+# Shinjo Park , 2013, 2014, 2015, 2016, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-02-27 03:25+0100\n"
-"PO-Revision-Date: 2017-12-03 19:26+0100\n"
+"PO-Revision-Date: 2019-04-22 01:32+0200\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:18
@@ -264,7 +264,7 @@
 "The contact has been changed by someone els

commit akonadi-contact for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-04-26 22:45:33

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.5536 (New)


Package is "akonadi-contact"

Fri Apr 26 22:45:33 2019 rev:35 rq:696170 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-03-11 11:07:46.473740626 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.5536/akonadi-contact.changes
2019-04-26 22:45:34.261609111 +0200
@@ -1,0 +2,41 @@
+Sat Apr 20 06:51:51 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- No code changes since 19.03.90
+
+---
+Tue Apr 09 20:54:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * Convert to camelcase include
+  * contact-editor/.../CMakeLists.txt - don't build in nicknamewidget
+  * Workaround qt5.13 bug
+  * Fix broken unittest
+  * Make attribute const
+
+---
+Wed Mar 27 06:40:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Reduce duplicate code
+  * Make it compile against qt5.13
+  * Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x06
+  * Add support for "PROFILE" web site as GMail has.
+  * Add support for QQ protocol
+  * Increase version here too
+  * Fix some clazy warning
+  * Remove QT_CHECK
+  * Minor: Fix string according to KDE HIG
+
+---

Old:

  akonadi-contacts-18.12.3.tar.xz

New:

  akonadi-contacts-19.04.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.4FsNHX/_old  2019-04-26 22:45:35.581608435 +0200
+++ /var/tmp/diff_new_pack.4FsNHX/_new  2019-04-26 22:45:35.581608435 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-18.12.3.tar.xz -> akonadi-contacts-19.04.0.tar.xz ++
 11622 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-03-11 11:07:45

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.28833 (New)


Package is "akonadi-contact"

Mon Mar 11 11:07:45 2019 rev:34 rq:683106 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-02-14 14:13:24.836219867 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.28833/akonadi-contact.changes   
2019-03-11 11:07:46.473740626 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:10 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * Don't duplicate items
+
+---

Old:

  akonadi-contacts-18.12.2.tar.xz

New:

  akonadi-contacts-18.12.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.2uayN4/_old  2019-03-11 11:07:47.029740548 +0100
+++ /var/tmp/diff_new_pack.2uayN4/_new  2019-03-11 11:07:47.029740548 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-18.12.2.tar.xz -> akonadi-contacts-18.12.3.tar.xz ++
 2690 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-02-14 14:13:21

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.28833 (New)


Package is "akonadi-contact"

Thu Feb 14 14:13:21 2019 rev:33 rq:673673 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-01-21 10:09:25.758735251 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.28833/akonadi-contact.changes   
2019-02-14 14:13:24.836219867 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:47 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+---

Old:

  akonadi-contacts-18.12.1.tar.xz

New:

  akonadi-contacts-18.12.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.10FxHP/_old  2019-02-14 14:13:25.788219396 +0100
+++ /var/tmp/diff_new_pack.10FxHP/_new  2019-02-14 14:13:25.788219396 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-18.12.1.tar.xz -> akonadi-contacts-18.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.1/CMakeLists.txt 
new/akonadi-contacts-18.12.2/CMakeLists.txt
--- old/akonadi-contacts-18.12.1/CMakeLists.txt 2019-01-08 01:18:27.0 
+0100
+++ new/akonadi-contacts-18.12.2/CMakeLists.txt 2019-02-05 01:46:06.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.1")
+set(PIM_VERSION "5.10.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.10.1")
-set(KMIMELIB_VERSION "5.10.1")
-set(AKONADI_VERSION "5.10.1")
+set(KCONTACTS_VERSION "5.10.2")
+set(KMIMELIB_VERSION "5.10.2")
+set(AKONADI_VERSION "5.10.2")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.1/po/fr/akonadicontact5.po 
new/akonadi-contacts-18.12.2/po/fr/akonadicontact5.po
--- old/akonadi-contacts-18.12.1/po/fr/akonadicontact5.po   2019-01-08 
01:18:26.0 +0100
+++ new/akonadi-contacts-18.12.2/po/fr/akonadicontact5.po   2019-02-05 
01:46:04.0 +0100
@@ -5,21 +5,22 @@
 # xavier , 2013.
 # Vincent PINON , 2014.
 # Vincent Pinon , 2015, 2017, 2018.
+# Simon Depiets , 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: importwizard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2018-01-09 09:17+0100\n"
-"Last-Translator: Vincent Pinon \n"
+"PO-Revision-Date: 2019-01-27 23:27+0800\n"
+"Last-Translator: Simon Depiets \n"
 "Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1261,10 +1262,9 @@
 msgstr "Valeur"
 
 #: contact-editor/editor/generalinfoeditor/blogfeedwidget.cpp:43
-#, fuzzy, kde-format
-#| msgid "Blog Feed"
+#, kde-format
 msgid "Add a Blog Feed"
-msgstr "Flux de blogue"
+msgstr "Ajouter un flux de blogue"
 
 #: contact-editor/editor/generalinfoeditor/contactselecttypecombobox.cpp:39
 #: contact-editor/editor/generalinfoeditor/web/webwidget.cpp:48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5-serializer.po 
2019-01-08 01:18:27.0 +0100
+++ new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5-serializer.po 
2019-02-05 01:46:06.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-01-05 20:51\n"
+"PO-Revision

commit akonadi-contact for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-01-21 10:09:24

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.28833 (New)


Package is "akonadi-contact"

Mon Jan 21 10:09:24 2019 rev:32 rq:665058 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-12-19 13:30:28.324848656 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.28833/akonadi-contact.changes   
2019-01-21 10:09:25.758735251 +0100
@@ -1,0 +2,10 @@
+Fri Jan 11 05:41:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * No code changes since 18.12.0
+
+---

Old:

  akonadi-contacts-18.12.0.tar.xz

New:

  akonadi-contacts-18.12.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.V1OKbm/_old  2019-01-21 10:09:26.510734492 +0100
+++ /var/tmp/diff_new_pack.V1OKbm/_new  2019-01-21 10:09:26.514734488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-contact
-Version:18.12.0
+Version:18.12.1
 Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later

++ akonadi-contacts-18.12.0.tar.xz -> akonadi-contacts-18.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.0/CMakeLists.txt 
new/akonadi-contacts-18.12.1/CMakeLists.txt
--- old/akonadi-contacts-18.12.0/CMakeLists.txt 2018-12-07 01:43:29.0 
+0100
+++ new/akonadi-contacts-18.12.1/CMakeLists.txt 2019-01-08 01:18:27.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.0")
+set(PIM_VERSION "5.10.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.10.0")
-set(KMIMELIB_VERSION "5.10.0")
-set(AKONADI_VERSION "5.10.0")
+set(KCONTACTS_VERSION "5.10.1")
+set(KMIMELIB_VERSION "5.10.1")
+set(AKONADI_VERSION "5.10.1")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.0/po/ca/akonadicontact5.po 
new/akonadi-contacts-18.12.1/po/ca/akonadicontact5.po
--- old/akonadi-contacts-18.12.0/po/ca/akonadicontact5.po   2018-12-07 
01:43:26.0 +0100
+++ new/akonadi-contacts-18.12.1/po/ca/akonadicontact5.po   2019-01-08 
01:18:26.0 +0100
@@ -1,5 +1,5 @@
 # Translation of akonadicontact5.po to Catalan
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2009-2018 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.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.12.0/po/ca@valencia/akonadicontact5.po 
new/akonadi-contacts-18.12.1/po/ca@valencia/akonadicontact5.po
--- old/akonadi-contacts-18.12.0/po/ca@valencia/akonadicontact5.po  
2018-12-07 01:43:26.0 +0100
+++ new/akonadi-contacts-18.12.1/po/ca@valencia/akonadicontact5.po  
2019-01-08 01:18:26.0 +0100
@@ -1,5 +1,5 @@
 # Translation of akonadicontact5.po to Catalan (Valencian)
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2009-2018 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.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.0/po/pl/akonadicontact5.po 
new/akonadi-contacts-18.12.1/po/pl/akonadicontact5.po
--- old/akonadi-contacts-18.12.0/po/pl/akonadicontact5.po   2018-12-07 
01:43:28.0 +0100
+++ new/akonadi-contacts-18.12.1/po/pl/akonadicontact5.po   2019-01-08 
01:18:27.0 +0100
@@ -1,13 +1,13 @@
 # Copyri

commit akonadi-contact for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-12-19 13:30:25

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new.28833 (New)


Package is "akonadi-contact"

Wed Dec 19 13:30:25 2018 rev:31 rq:658312 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-11-12 09:23:30.990587851 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.28833/akonadi-contact.changes   
2018-12-19 13:30:28.324848656 +0100
@@ -1,0 +2,45 @@
+Fri Dec 14 06:08:38 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+---
+Mon Dec 03 20:55:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * Fix mem leak found by asan
+  * Fix mem leak found by asan
+  * Add serializer debug categories
+  * Fix Mapquest URL
+
+---
+Tue Nov 20 06:21:44 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:56:33 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Add autotest for blogfeed
+  * Fix Bug 400482 - existing blog feed is not editable/erasable (kde#400482)
+  * Add support for blog feed
+  * Improve autotest
+  * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
+  * use new syntax
+  * Make more strict
+  * Remove warning
+
+---
@@ -46 +91 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -100 +145 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -212 +257 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -272 +317 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -382 +427 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php

Old:

  akonadi-contacts-18.08.3.tar.xz

New:

  akonadi-contacts-18.12.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.yRKsEX/_old  2018-12-19 13:30:29.064847692 +0100
+++ /var/tmp/diff_new_pack.yRKsEX/_new  2018-12-19 13:30:29.072847681 +0100
@@ -16,19 +16,18 @@
 #
 
 
-%bcond_without lang
-
 %define sonum   5
-Name:   akonadi-contact
-Version:18.08.3
-Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:   akonadi-contact
+Version:18.12.0
+Release:0
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: akonadi-contacts-%{version}.tar.xz
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-server-devel >= %{_kapp_version}
@@ -49,10 +48,9 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
 Requires:   libKF5AkonadiContact5 = %{version}
 Requires:   libKF5ContactEditor5 = %{version}
+Recommends: %{name}-lang
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
-Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
@@ -120,13 +118,11 @@
 
 %post -n libKF5AkonadiContact5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
-
 %post -n libKF5ContactEditor5 -p /sbin/ldconfig
 %postun -n libKF5ContactEditor5 -p /sbin/ldconfig
 
 %files
-%defat

commit akonadi-contact for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-11-12 09:22:05

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Nov 12 09:22:05 2018 rev:30 rq:647949 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-10-15 09:18:37.088754900 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-11-12 09:23:30.990587851 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:43:25 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.3.php
+- Changes since 18.08.2:
+  * No code changes since 18.08.2
+
+---

Old:

  akonadi-contacts-18.08.2.tar.xz

New:

  akonadi-contacts-18.08.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.lvd4MF/_old  2018-11-12 09:23:33.522584682 +0100
+++ /var/tmp/diff_new_pack.lvd4MF/_new  2018-11-12 09:23:33.522584682 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.08.2
+Version:18.08.3
 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-18.08.2.tar.xz -> akonadi-contacts-18.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.2/CMakeLists.txt 
new/akonadi-contacts-18.08.3/CMakeLists.txt
--- old/akonadi-contacts-18.08.2/CMakeLists.txt 2018-10-09 02:31:17.0 
+0200
+++ new/akonadi-contacts-18.08.3/CMakeLists.txt 2018-11-06 01:20:03.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.9.2")
+set(PIM_VERSION "5.9.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.9.2")
-set(KMIMELIB_VERSION "5.9.2")
-set(AKONADI_VERSION "5.9.2")
+set(KCONTACTS_VERSION "5.9.3")
+set(KMIMELIB_VERSION "5.9.3")
+set(AKONADI_VERSION "5.9.3")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.08.3/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5-serializer.po 
2018-10-09 02:31:17.0 +0200
+++ new/akonadi-contacts-18.08.3/po/zh_CN/akonadicontact5-serializer.po 
2018-11-06 01:20:03.0 +0100
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-08 03:33+0100\n"
-"PO-Revision-Date: 2018-09-28 19:52\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2018-11-01 23:18\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5.po 
new/akonadi-contacts-18.08.3/po/zh_CN/akonadicontact5.po
--- old/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5.po2018-10-09 
02:31:17.0 +0200
+++ new/akonadi-contacts-18.08.3/po/zh_CN/akonadicontact5.po2018-11-06 
01:20:03.0 +0100
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-28 03:33+0200\n"
-"PO-Revision-Date: 2018-09-28 19:52\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2018-11-01 23:17\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.08.2/po/zh_CN/kcm_akonadicontact_actions.po 
new/akonadi-contacts-18.08.3/po/zh_CN/kcm_akonadicontact_actions.po
--- old/akonadi-contacts-18.08.2/po/zh_CN/kcm_akonadicontact_actions.po 
2018-10-09 02:31:17.0 +0200
+++ new/akonadi-contacts-18.08.3/po/zh_CN/kcm_akonadicontact_actions.po 
2018-11-06 01:20:03.0 +0100
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-19 03:32+0200\n"
-"PO-Revision-Date: 2018-09-28 19:52\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2018-11-01 23:17\n"
+"Last-Transla

commit akonadi-contact for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-10-15 09:18:33

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Oct 15 09:18:33 2018 rev:29 rq:641421 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-10-01 08:02:46.246470022 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-10-15 09:18:37.088754900 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:06:42 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.2.php
+- Changes since 18.08.1:
+  * None
+
+---

Old:

  akonadi-contacts-18.08.1.tar.xz

New:

  akonadi-contacts-18.08.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.iHG8NW/_old  2018-10-15 09:18:39.100753006 +0200
+++ /var/tmp/diff_new_pack.iHG8NW/_new  2018-10-15 09:18:39.104753002 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.08.1
+Version:18.08.2
 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-18.08.1.tar.xz -> akonadi-contacts-18.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.1/CMakeLists.txt 
new/akonadi-contacts-18.08.2/CMakeLists.txt
--- old/akonadi-contacts-18.08.1/CMakeLists.txt 2018-09-04 02:56:16.0 
+0200
+++ new/akonadi-contacts-18.08.2/CMakeLists.txt 2018-10-09 02:31:17.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.9.1")
+set(PIM_VERSION "5.9.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.9.1")
-set(KMIMELIB_VERSION "5.9.1")
-set(AKONADI_VERSION "5.9.1")
+set(KCONTACTS_VERSION "5.9.2")
+set(KMIMELIB_VERSION "5.9.2")
+set(AKONADI_VERSION "5.9.2")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.1/po/ru/akonadicontact5.po 
new/akonadi-contacts-18.08.2/po/ru/akonadicontact5.po
--- old/akonadi-contacts-18.08.1/po/ru/akonadicontact5.po   2018-09-04 
02:56:14.0 +0200
+++ new/akonadi-contacts-18.08.2/po/ru/akonadicontact5.po   2018-10-09 
02:31:17.0 +0200
@@ -4,13 +4,14 @@
 # Alexander Potashev , 2010, 2011, 2014, 2015, 2016, 
2017.
 # Alexander Lakhin , 2013.
 # Galym Kerimbekov , 2013.
+# Alexander Yavorsky , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-28 03:33+0200\n"
-"PO-Revision-Date: 2017-11-21 12:12+0300\n"
-"Last-Translator: Alexander Potashev \n"
+"PO-Revision-Date: 2018-10-04 11:45+0300\n"
+"Last-Translator: Alexander Yavorsky \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
@@ -1054,7 +1055,7 @@
 #: contact-editor/editor/addresseditor/addresseslocationwidget.cpp:46
 #, kde-format
 msgid "Missing plugins. Please verify your installation"
-msgstr ""
+msgstr "Отсутствуют подключаемые модули, проверьте правильность установки"
 
 #: contact-editor/editor/businesseditor/businesseditorwidget.cpp:53
 #, kde-format
@@ -1386,10 +1387,9 @@
 msgstr "Добавить мессенджер"
 
 #: contact-editor/editor/generalinfoeditor/messaging/messagingwidget.cpp:69
-#, fuzzy, kde-format
-#| msgid "Remove"
+#, kde-format
 msgid "Remove IM"
-msgstr "Удалить"
+msgstr "Удалить мессенджер"
 
 #: contact-editor/editor/generalinfoeditor/nameeditdialog.cpp:36
 #: contact-editor/editor/generalinfoeditor/namewidget.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.08.1/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.08.1/po/zh_CN/akonadicontact5-serializer.po 
2018-09-04 02:56:16.0 +0200
+++ new/akonadi-contacts-18.08.2/po/zh_CN/akonadicontact5-serializer.po 
2018-10-09 02:31:17.0 +0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-08 03:33+0100\n"
-"PO-Revision-Date: 2018-08-30 13:16\n"
-"Last-Translator: guoyunheb

commit akonadi-contact for openSUSE:Factory

2018-09-30 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-10-01 08:02:40

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Oct  1 08:02:40 2018 rev:28 rq:635752 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-09-13 23:53:20.834322724 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-10-01 08:02:46.246470022 +0200
@@ -9,3 +9 @@
-  * don't install it
-  * Remvoe it
-
+  * None



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.ZwXlXN/_old  2018-10-01 08:02:47.834469169 +0200
+++ /var/tmp/diff_new_pack.ZwXlXN/_new  2018-10-01 08:02:47.838469167 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit akonadi-contact for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-09-13 23:53:18

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Thu Sep 13 23:53:18 2018 rev:27 rq:633850 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-08-22 14:10:38.412970570 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-09-13 23:53:20.834322724 +0200
@@ -1,0 +2,11 @@
+Thu Sep 06 18:42:49 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.1.php
+- Changes since 18.08.0:
+  * don't install it
+  * Remvoe it
+
+---

Old:

  akonadi-contacts-18.08.0.tar.xz

New:

  akonadi-contacts-18.08.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.as508w/_old  2018-09-13 23:53:22.126321736 +0200
+++ /var/tmp/diff_new_pack.as508w/_new  2018-09-13 23:53:22.130321732 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.08.0
+Version:18.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-18.08.0.tar.xz -> akonadi-contacts-18.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.0/CMakeLists.txt 
new/akonadi-contacts-18.08.1/CMakeLists.txt
--- old/akonadi-contacts-18.08.0/CMakeLists.txt 2018-08-10 02:13:35.0 
+0200
+++ new/akonadi-contacts-18.08.1/CMakeLists.txt 2018-09-04 02:56:16.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.9.0")
+set(PIM_VERSION "5.9.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.9.0")
-set(KMIMELIB_VERSION "5.9.0")
-set(AKONADI_VERSION "5.9.0")
+set(KCONTACTS_VERSION "5.9.1")
+set(KMIMELIB_VERSION "5.9.1")
+set(AKONADI_VERSION "5.9.1")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.08.0/po/ko/akonadicontact5.po 
new/akonadi-contacts-18.08.1/po/ko/akonadicontact5.po
--- old/akonadi-contacts-18.08.0/po/ko/akonadicontact5.po   2018-08-10 
02:13:35.0 +0200
+++ new/akonadi-contacts-18.08.1/po/ko/akonadicontact5.po   2018-09-04 
02:56:12.0 +0200
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2014, 2015, 2016, 2017.
+# Shinjo Park , 2013, 2014, 2015, 2016, 2017, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-28 03:33+0200\n"
-"PO-Revision-Date: 2017-12-03 19:26+0100\n"
+"PO-Revision-Date: 2018-08-15 11:19+0100\n"
 "Last-Translator: Shinjo Park \n"
-"Language-Team: Korean \n"
+"Language-Team: Korean \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -264,7 +264,7 @@
 "The contact has been changed by someone else.\n"
 "What should be done?"
 msgstr ""
-"이 대화 상대가 다른 누군가에 의해서 변경되었습니다.\n"
+"이 연락처가 다른 누군가에 의해서 변경되었습니다.\n"
 "무엇을 하시겠습니까?"
 
 #: akonadi-contacts/contacteditor.cpp:174
@@ -415,7 +415,7 @@
 #, kde-format
 msgctxt "@title:column home address of a person"
 msgid "Home"
-msgstr "홈"
+msgstr "집"
 
 #: akonadi-contacts/contactstreemodel.cpp:252
 #, kde-format
@@ -1193,7 +1193,7 @@
 #: contact-editor/editor/generalinfoeditor/web/webwidget.cpp:53
 #, kde-format
 msgid "Home"
-msgstr "집"
+msgstr "홈"
 
 #: contact-editor/editor/generalinfoeditor/contactselecttypecombobox.cpp:45
 #: contact-editor/editor/generalinfoeditor/web/webwidget.cpp:56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.08.0/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.08.1/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.08.0/po/zh_CN/akonadicontact5-serializer.po 
2018-08-10 02:13:35.0 +0200
+++ new/akonadi-contacts-18.08.1/po/zh_CN/akonadicontact5-serializer.po 
2018-09-04 02:56:16.0 +0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Crea

commit akonadi-contact for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-08-22 14:10:37

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Aug 22 14:10:37 2018 rev:26 rq:630097 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-07-18 22:38:39.326000851 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-08-22 14:10:38.412970570 +0200
@@ -1,0 +2,24 @@
+Thu Aug 16 21:59:34 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * Add missing category 
+
+---
+Thu Jul 26 13:00:23 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Use Q_REQUIRED_RESULT
+  * Don't use deprecated api
+  * Port to new connect api
+  * Reorder
+  * Port to new connect api + fix disconnect it
+
+---

Old:

  akonadi-contacts-18.04.3.tar.xz

New:

  akonadi-contacts-18.08.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.GqUHtG/_old  2018-08-22 14:10:39.824973919 +0200
+++ /var/tmp/diff_new_pack.GqUHtG/_new  2018-08-22 14:10:39.824973919 +0200
@@ -20,11 +20,11 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.04.3
+Version:18.08.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
@@ -51,9 +51,7 @@
 Requires:   libKF5ContactEditor5 = %{version}
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
-%if %{with lang}
 Recommends: %{name}-lang
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -105,9 +103,7 @@
 This package contains all necessary include files and libraries needed
 to develop KDE PIM applications.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n akonadi-contacts-%{version}
@@ -135,7 +131,7 @@
 %dir %{_kf5_plugindir}/akonadi/contacts/
 %dir %{_kf5_servicesdir}/akonadi
 %dir %{_kf5_servicesdir}/akonadi/contact
-%{_kf5_configdir}/*.categories
+%{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 %{_kf5_datadir}/akonadi/contact/
 %{_kf5_plugindir}/akonadi/contacts/plugins/

++ akonadi-contacts-18.04.3.tar.xz -> akonadi-contacts-18.08.0.tar.xz ++
 4294 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-07-18 22:38:36

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Jul 18 22:38:36 2018 rev:25 rq:622584 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-06-13 15:17:01.977840996 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-07-18 22:38:39.326000851 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:49:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  akonadi-contacts-18.04.2.tar.xz

New:

  akonadi-contacts-18.04.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.TngYiz/_old  2018-07-18 22:38:40.349997458 +0200
+++ /var/tmp/diff_new_pack.TngYiz/_new  2018-07-18 22:38:40.353997444 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.04.2
+Version:18.04.3
 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-18.04.2.tar.xz -> akonadi-contacts-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.2/CMakeLists.txt 
new/akonadi-contacts-18.04.3/CMakeLists.txt
--- old/akonadi-contacts-18.04.2/CMakeLists.txt 2018-06-05 03:17:59.0 
+0200
+++ new/akonadi-contacts-18.04.3/CMakeLists.txt 2018-07-10 02:14:06.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.8.2")
-set(KMIMELIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
+set(KCONTACTS_VERSION "5.8.3")
+set(KMIMELIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.04.2/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.04.3/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.04.2/po/zh_CN/akonadicontact5-serializer.po 
2018-06-05 03:17:59.0 +0200
+++ new/akonadi-contacts-18.04.3/po/zh_CN/akonadicontact5-serializer.po 
2018-07-10 02:14:06.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-03-08 03:33+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:40\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.2/po/zh_CN/akonadicontact5.po 
new/akonadi-contacts-18.04.3/po/zh_CN/akonadicontact5.po
--- old/akonadi-contacts-18.04.2/po/zh_CN/akonadicontact5.po2018-06-05 
03:17:59.0 +0200
+++ new/akonadi-contacts-18.04.3/po/zh_CN/akonadicontact5.po2018-07-10 
02:14:06.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-05 03:11+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -1303,7 +1303,7 @@
 #: contact-editor/editor/generalinfoeditor/messaging/messagingwidget.cpp:69
 #, kde-format
 msgid "Remove IM"
-msgstr ""
+msgstr "删除 IM"
 
 #: contact-editor/editor/generalinfoeditor/nameeditdialog.cpp:36
 #: contact-editor/editor/generalinfoeditor/namewidget.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.04.2/po/zh_CN/kcm_akonadicontact_actions.po 
new/akonadi-contacts-18.04.3/po/zh_CN/kcm_akonadicontact_actions.po
--- old/akonadi-contacts-18.04.2/po/zh_CN/kcm_akonadicontact_actions.po 
2018-06-05 03:17:59.0 +0200
+++ new/akonadi-contacts-18.04.3/po/zh_CN/kcm_akonadicontact_actions.po 
2018-07-10 02:14:06.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n

commit akonadi-contact for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-06-13 15:16:58

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Jun 13 15:16:58 2018 rev:24 rq:615449 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-05-16 11:26:13.361836414 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-06-13 15:17:01.977840996 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:06:32 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.2.php
+- Changes since 18.04.1:
+  * None
+
+---

Old:

  akonadi-contacts-18.04.1.tar.xz

New:

  akonadi-contacts-18.04.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.IJkEuP/_old  2018-06-13 15:17:04.693741902 +0200
+++ /var/tmp/diff_new_pack.IJkEuP/_new  2018-06-13 15:17:04.701741610 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.04.1
+Version:18.04.2
 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-18.04.1.tar.xz -> akonadi-contacts-18.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.1/CMakeLists.txt 
new/akonadi-contacts-18.04.2/CMakeLists.txt
--- old/akonadi-contacts-18.04.1/CMakeLists.txt 2018-05-08 02:21:33.0 
+0200
+++ new/akonadi-contacts-18.04.2/CMakeLists.txt 2018-06-05 03:17:59.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.1")
+set(PIM_VERSION "5.8.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.8.1")
-set(KMIMELIB_VERSION "5.8.1")
-set(AKONADI_VERSION "5.8.1")
+set(KCONTACTS_VERSION "5.8.2")
+set(KMIMELIB_VERSION "5.8.2")
+set(AKONADI_VERSION "5.8.2")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.1/po/fi/akonadicontact5.po 
new/akonadi-contacts-18.04.2/po/fi/akonadicontact5.po
--- old/akonadi-contacts-18.04.1/po/fi/akonadicontact5.po   2018-05-08 
02:21:31.0 +0200
+++ new/akonadi-contacts-18.04.2/po/fi/akonadicontact5.po   2018-06-05 
03:17:52.0 +0200
@@ -1,27 +1,23 @@
-# Copyright © 2012 This_file_is_part_of_KDE
-# This file is distributed under the same license as the kdepimlibs package.
-# Jiri Grönroos , 2012.
-# Tommi Nieminen , 2010, 2012, 2013, 2016, 2017.
-# Lasse Liehu , 2012, 2013, 2014, 2015, 2016.
-#
 # KDE Finnish translation sprint participants:
 # Author: Artnay
-# Author: Lliehu
+# Tommi Nieminen , 2012, 2013, 2017, 2018.
+# Lasse Liehu , 2012, 2013, 2014, 2015, 2016.
+# Jiri Grönroos , 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: akonadicontact\n"
+"Project-Id-Version: importwizard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-05 03:11+0100\n"
-"PO-Revision-Date: 2017-12-25 19:23+0200\n"
+"PO-Revision-Date: 2018-01-22 17:06+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-POT-Import-Date: 2012-12-01 22:25:16+\n"
+"X-POT-Import-Date: 2012-12-01 22:24:54+\n"
 "X-Generator: Lokalize 2.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. i18n: ectx: whatsthis, entry (ShowAddressAction), group (Show Address 
Settings)
 #: akonadi-contacts/actions/contactactionssettings.kcfg.cmake:18
@@ -32,10 +28,10 @@
 "placeholders for the single address parts. If 'External Application' is "
 "selected, a command with placeholders can be defined."
 msgstr ""
-"Määrittää, mitä sovellusta käytetään yhteystiedon postiosoitteen "
-"näyttämiseen kartalla. Jos valitaan ”verkkoselain”, osoitteessa voi käyttää "
-"paikkavarauksia osoitteen yksittäisille osille. Jos valitaan ”ulkoinen "
-"sovellus”, voidaan määrittää komento paikanvarauksin."
+"Asettaa, mitä sovellusta käytetään näyttämään yhteystiedon postiosoite "
+"kartalla. Jos valitaan verkkoselain, voidaan määrittää verkko-osoitteessa "
+"käytetyt osa

commit akonadi-contact for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-05-16 11:26:11

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed May 16 11:26:11 2018 rev:23 rq:607088 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-04-25 09:45:48.201058304 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-05-16 11:26:13.361836414 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:17:38 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.1.php
+- Changes since 18.04.0:
+  * None
+
+---

Old:

  akonadi-contacts-18.04.0.tar.xz

New:

  akonadi-contacts-18.04.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.QWTUdd/_old  2018-05-16 11:26:14.745786128 +0200
+++ /var/tmp/diff_new_pack.QWTUdd/_new  2018-05-16 11:26:14.749785983 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:18.04.0
+Version:18.04.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-18.04.0.tar.xz -> akonadi-contacts-18.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.0/CMakeLists.txt 
new/akonadi-contacts-18.04.1/CMakeLists.txt
--- old/akonadi-contacts-18.04.0/CMakeLists.txt 2018-04-13 02:14:25.0 
+0200
+++ new/akonadi-contacts-18.04.1/CMakeLists.txt 2018-05-08 02:21:33.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.0")
+set(PIM_VERSION "5.8.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 include(ECMCoverageOption)
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.8.0")
-set(KMIMELIB_VERSION "5.8.0")
-set(AKONADI_VERSION "5.8.0")
+set(KCONTACTS_VERSION "5.8.1")
+set(KMIMELIB_VERSION "5.8.1")
+set(AKONADI_VERSION "5.8.1")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.04.0/po/gl/akonadicontact5.po 
new/akonadi-contacts-18.04.1/po/gl/akonadicontact5.po
--- old/akonadi-contacts-18.04.0/po/gl/akonadicontact5.po   2018-04-13 
02:14:23.0 +0200
+++ new/akonadi-contacts-18.04.1/po/gl/akonadicontact5.po   2018-05-08 
02:21:31.0 +0200
@@ -11,8 +11,8 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-05 03:11+0100\n"
-"PO-Revision-Date: 2018-01-28 05:31+0100\n"
-"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"PO-Revision-Date: 2018-04-28 20:44+0100\n"
+"Last-Translator: Adrian Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -281,8 +281,8 @@
 "The contact has been changed by someone else.\n"
 "What should be done?"
 msgstr ""
-"O contacto foi cambiado por outra persoa.\n"
-"Que desexa facer?"
+"Outra persoa cambiou o contacto.\n"
+"Que quere facer?"
 
 #: akonadi-contacts/contacteditor.cpp:174
 #: akonadi-contacts/contactgroupeditor.cpp:148
@@ -330,8 +330,8 @@
 "The contact group has been changed by someone else.\n"
 "What should be done?"
 msgstr ""
-"O grupo de contactos foi cambiado por outra persoa.\n"
-"Que desexa facer?"
+"Outra persoa cambiou o grupo de contactos.\n"
+"Que quere facer?"
 
 #: akonadi-contacts/contactgroupeditor.cpp:183
 #, kde-format
@@ -674,15 +674,12 @@
 msgstr[1] "Seguro que quere eliminar estes %1 contactos?"
 
 #: akonadi-contacts/standardcontactactionmanager.cpp:205
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "Delete Contact?"
-#| msgid_plural "Delete Contacts?"
+#, kde-format
 msgctxt "@title:window"
 msgid "Delete Contact?"
 msgid_plural "Delete Contacts?"
-msgstr[0] "Eliminar este contacto?"
-msgstr[1] "Eliminar estes %1 contactos?"
+msgstr[0] "Eliminar o contracto?"
+msgstr[1] "Eliminar os contactos?"
 
 #: akonadi-contacts/standardcontactactionmanager.cpp:209
 #, kde-format
@@ -1042,7 +1039,7 @@
 #: contact-editor/editor/addresseditor/addresseslocationwidget.cpp:46
 #, kde-format
 msgid "Missing plugins. Please verify your installation"
-msgstr ""
+msgstr "Faltan complementos. Revise a instalación."
 
 #: contact-editor/editor/businesseditor/businesseditorwidget.cpp:53
 #, kde-format
@@

commit akonadi-contact for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-04-25 09:45:45

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Apr 25 09:45:45 2018 rev:22 rq:598961 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-03-20 21:35:13.57312 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-04-25 09:45:48.201058304 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:48:28 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+---
+Fri Apr 06 07:08:35 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Too many changes to list here
+
+---

Old:

  akonadi-contacts-17.12.3.tar.xz

New:

  akonadi-contacts-18.04.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.YRsjPX/_old  2018-04-25 09:45:49.641005511 +0200
+++ /var/tmp/diff_new_pack.YRsjPX/_new  2018-04-25 09:45:49.645005365 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.12.3
+Version:18.04.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -82,6 +82,13 @@
 This package provides a library used for handling personal contacts,
 as part of the KDE Personal Information Management (PIM) software.
 
+%package -n akonadi-plugin-contacts
+Summary:Plugins for personal contact handling
+Group:  System/Libraries
+Requires:   akonadi-contact >= %{version}
+
+%description -n akonadi-plugin-contacts
+This package provides plugins required by PIM applications to read and write 
contact data.
 
 %package devel
 Summary:KDE PIM Libraries: Build Environment
@@ -128,7 +135,8 @@
 %dir %{_kf5_plugindir}/akonadi/contacts/
 %dir %{_kf5_servicesdir}/akonadi
 %dir %{_kf5_servicesdir}/akonadi/contact
-%config %{_kf5_configdir}/*.categories
+%{_kf5_configdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_datadir}/akonadi/contact/
 %{_kf5_plugindir}/akonadi/contacts/plugins/
 %{_kf5_plugindir}/kcm_akonadicontact_actions.so
@@ -146,6 +154,15 @@
 %doc COPYING*
 %{_kf5_libdir}/libKF5ContactEditor.so.*
 
+%files -n akonadi-plugin-contacts
+%{_kf5_plugindir}/akonadi_serializer_addressee.so
+%{_kf5_plugindir}/akonadi_serializer_contactgroup.so
+%dir %{_kf5_sharedir}/akonadi
+%dir %{_kf5_sharedir}/akonadi/plugins
+%dir %{_kf5_sharedir}/akonadi/plugins/serializer
+%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop
+%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
+
 %files devel
 %defattr(-,root,root)
 %doc COPYING*

++ akonadi-contacts-17.12.3.tar.xz -> akonadi-contacts-18.04.0.tar.xz ++
 28570 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-03-20 21:35:12

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Tue Mar 20 21:35:12 2018 rev:21 rq:585485 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-02-12 09:57:45.119268325 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-03-20 21:35:13.57312 +0100
@@ -1,0 +2,13 @@
+Thu Mar 08 23:50:51 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * Remove duplicate category file
+  * Fix crash Bug 390965 - kaddressbook-5.7.2 without kdepim-addons crashes 
adding/editing contacts (kde#390965)
+  * Remove debug
+  * Allow barcodes to be nullpointers
+
+---

Old:

  akonadi-contacts-17.12.2.tar.xz

New:

  akonadi-contacts-17.12.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.lRRfzR/_old  2018-03-20 21:35:14.795928661 +0100
+++ /var/tmp/diff_new_pack.lRRfzR/_new  2018-03-20 21:35:14.799928517 +0100
@@ -20,13 +20,13 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: akonadi-contacts-%{version}.tar.xz

++ akonadi-contacts-17.12.2.tar.xz -> akonadi-contacts-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.12.2/CMakeLists.txt 
new/akonadi-contacts-17.12.3/CMakeLists.txt
--- old/akonadi-contacts-17.12.2/CMakeLists.txt 2018-02-06 01:40:53.0 
+0100
+++ new/akonadi-contacts-17.12.3/CMakeLists.txt 2018-03-06 01:28:31.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -25,10 +25,10 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.7.2")
-set(KCONTACTS_VERSION "5.7.2")
-set(KMIMELIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(AKONADI_MIME_VERSION "5.7.3")
+set(KCONTACTS_VERSION "5.7.3")
+set(KMIMELIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.12.2/po/fi/akonadicontact5.po 
new/akonadi-contacts-17.12.3/po/fi/akonadicontact5.po
--- old/akonadi-contacts-17.12.2/po/fi/akonadicontact5.po   2018-02-06 
01:40:51.0 +0100
+++ new/akonadi-contacts-17.12.3/po/fi/akonadicontact5.po   2018-03-06 
01:28:30.0 +0100
@@ -1,6 +1,6 @@
 # KDE Finnish translation sprint participants:
 # Author: Artnay
-# Tommi Nieminen , 2012, 2013, 2017.
+# Tommi Nieminen , 2012, 2013, 2017, 2018.
 # Lasse Liehu , 2012, 2013, 2014, 2015, 2016.
 # Jiri Grönroos , 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.12.2/po/nb/akonadicontact5.po 
new/akonadi-contacts-17.12.3/po/nb/akonadicontact5.po
--- old/akonadi-contacts-17.12.2/po/nb/akonadicontact5.po   2018-02-06 
01:40:51.0 +0100
+++ new/akonadi-contacts-17.12.3/po/nb/akonadicontact5.po   2018-03-06 
01:28:30.0 +0100
@@ -1,20 +1,20 @@
-# Translation of akonadicontact5 to Norwegian Bokmål
+# Translation of akonadiimportwizard to Norwegian Bokmål
 #
-# Bjørn Steensrud , 2009, 2010, 2011, 2012, 
2013, 2014.
+# Bjørn Steensrud , 2012, 2013, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-03 03:07+0200\n"
-"PO-Revision-Date: 2014-03-16 18:00+0100\n"
+"POT-Creation-Date: 2017-11-05 03:11+0100\n"
+"PO-Revision-Date: 2015-02-07 19:07+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bi

commit akonadi-contact for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-02-12 09:57:43

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Feb 12 09:57:43 2018 rev:20 rq:574954 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2018-01-17 21:46:02.365667986 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-02-12 09:57:45.119268325 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:06 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  akonadi-contacts-17.12.1.tar.xz

New:

  akonadi-contacts-17.12.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.mmMFnL/_old  2018-02-12 09:57:46.387222619 +0100
+++ /var/tmp/diff_new_pack.mmMFnL/_new  2018-02-12 09:57:46.391222475 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.12.1
+Version:17.12.2
 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.12.1.tar.xz -> akonadi-contacts-17.12.2.tar.xz ++
 5234 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2018-01-17 21:46:01

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Jan 17 21:46:01 2018 rev:19 rq:564226 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-12-18 08:44:34.357286262 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2018-01-17 21:46:02.365667986 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:40:51 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.1.php
+- Changes since 17.12.0:
+  * None
+
+---

Old:

  akonadi-contacts-17.12.0.tar.xz

New:

  akonadi-contacts-17.12.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.2CZALc/_old  2018-01-17 21:46:03.181629792 +0100
+++ /var/tmp/diff_new_pack.2CZALc/_new  2018-01-17 21:46:03.193629230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.12.0
+Version:17.12.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.12.0.tar.xz -> akonadi-contacts-17.12.1.tar.xz ++
 2318 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-12-18 08:44:31

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Dec 18 08:44:31 2017 rev:18 rq:556105 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-11-16 14:18:05.196516476 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-12-18 08:44:34.357286262 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:00 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Return an ItemFlags not nullptr
+
+---
+Sat Dec 02 10:12:34 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:55:26 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  akonadi-contacts-17.08.3.tar.xz

New:

  akonadi-contacts-17.12.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.oFBVAa/_old  2017-12-18 08:44:35.045253051 +0100
+++ /var/tmp/diff_new_pack.oFBVAa/_new  2017-12-18 08:44:35.045253051 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -128,8 +128,6 @@
 %dir %{_kf5_plugindir}/akonadi/contacts/
 %dir %{_kf5_servicesdir}/akonadi
 %dir %{_kf5_servicesdir}/akonadi/contact
-%dir %{_kf5_sharedir}/contacteditor/
-%dir %{_kf5_sharedir}/contacteditor/grantleetheme/
 %config %{_kf5_configdir}/*.categories
 %{_kf5_datadir}/akonadi/contact/
 %{_kf5_plugindir}/akonadi/contacts/plugins/
@@ -137,7 +135,6 @@
 %{_kf5_servicesdir}/akonadi/contact/
 %{_kf5_servicesdir}/akonadicontact_actions.desktop
 %{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
-%{_kf5_sharedir}/contacteditor/grantleetheme/default/
 
 %files -n libKF5AkonadiContact5
 %defattr(-,root,root)

++ akonadi-contacts-17.08.3.tar.xz -> akonadi-contacts-17.12.0.tar.xz ++
 52273 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-11-16 14:18:02

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Thu Nov 16 14:18:02 2017 rev:17 rq:540796 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-10-23 16:25:38.390343343 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-11-16 14:18:05.196516476 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:10:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.3.php
+- Changes since 17.08.2:
+  * Generate translated string with i18n
+
+---

Old:

  akonadi-contacts-17.08.2.tar.xz

New:

  akonadi-contacts-17.08.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.muRTAK/_old  2017-11-16 14:18:06.200480125 +0100
+++ /var/tmp/diff_new_pack.muRTAK/_new  2017-11-16 14:18:06.204479981 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.08.2
+Version:17.08.3
 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.2.tar.xz -> akonadi-contacts-17.08.3.tar.xz ++
 2996 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-10-23 16:25:37

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Oct 23 16:25:37 2017 rev:16 rq:534626 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-09-12 19:40:48.034194655 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-10-23 16:25:38.390343343 +0200
@@ -1,0 +2,11 @@
+Tue Oct 17 00:31:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * We don't want to edit treeview
+  * EmailAddressSelectionWidget: use ETM signal to expand, rather than 1s 
timer.
+
+---

Old:

  akonadi-contacts-17.08.1.tar.xz

New:

  akonadi-contacts-17.08.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.CY4j5N/_old  2017-10-23 16:25:39.058312071 +0200
+++ /var/tmp/diff_new_pack.CY4j5N/_new  2017-10-23 16:25:39.058312071 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> akonadi-contacts-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.08.1/CMakeLists.txt 
new/akonadi-contacts-17.08.2/CMakeLists.txt
--- old/akonadi-contacts-17.08.1/CMakeLists.txt 2017-09-05 02:38:58.0 
+0200
+++ new/akonadi-contacts-17.08.2/CMakeLists.txt 2017-10-10 02:16:15.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.1")
+set(PIM_VERSION "5.6.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,10 +24,10 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-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(AKONADI_MIME_VERSION "5.6.2")
+set(KCONTACTS_VERSION "5.6.2")
+set(KMIMELIB_VERSION "5.6.2")
+set(AKONADI_VERSION "5.6.2")
 
 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.1/po/ar/akonadicontact5.po 
new/akonadi-contacts-17.08.2/po/ar/akonadicontact5.po
--- old/akonadi-contacts-17.08.1/po/ar/akonadicontact5.po   2017-09-05 
02:38:56.0 +0200
+++ new/akonadi-contacts-17.08.2/po/ar/akonadicontact5.po   2017-10-10 
02:16:14.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-06-22 03:13+0200\n"
+"POT-Creation-Date: 2017-10-03 05:35+0200\n"
 "PO-Revision-Date: 2014-09-27 03:37+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -439,7 +439,7 @@
 msgid "%1 <%2>"
 msgstr "%1 <%2>"
 
-#: akonadi-contacts/emailaddressselectionwidget.cpp:126
+#: akonadi-contacts/emailaddressselectionwidget.cpp:127
 #, kde-format
 msgctxt "@label Search in a list of contacts"
 msgid "Search:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.08.1/po/ast/akonadicontact5.po 
new/akonadi-contacts-17.08.2/po/ast/akonadicontact5.po
--- old/akonadi-contacts-17.08.1/po/ast/akonadicontact5.po  2017-09-05 
02:38:56.0 +0200
+++ new/akonadi-contacts-17.08.2/po/ast/akonadicontact5.po  2017-10-10 
02:16:14.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-06-22 03:13+0200\n"
+"POT-Creation-Date: 2017-10-03 05:35+0200\n"
 "PO-Revision-Date: 2016-12-21 16:43+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian \n"
@@ -424,7 +424,7 @@
 msgid "%1 <%2>"
 msgstr ""
 
-#: akonadi-contacts/emailaddressselectionwidget.cpp:126
+#: akonadi-contacts/emailaddressselectionwidget.cpp:127
 #, kde-format
 msgctxt "@label Search in a list of contacts"
 msgid "Search:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.08.1/po/bs/akonadicontact5.po 
new/akonadi-contacts-17.08.2/po/bs/akonadicontact5.po
--- old/akonadi-contacts-17.08.1/po/bs/akonadicont

commit akonadi-contact for openSUSE:Factory

2017-09-12 Thread root
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 - lbeltr...@kde.org
+
+- 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.0 
+0200
+++ new/akonadi-contacts-17.08.1/CMakeLists.txt 2017-09-05 02:38:58.0 
+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.po2017-08-11 
02:51:05.0 +0200
+++ new/akonadi-contacts-17.08.1/po/zh_CN/akonadicontact5.po2017-09-05 
02:38:58.0 +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 \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.0 +0200
+++ new/akonadi-contacts-17.08.1/po/zh_CN/kcm_akonadicontact_actions.po 
2017-09-05 02:38:58.0 +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 \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.0 +0200
+++ new/akonadi-contacts-17.08.1/src/akonadi-contacts/tests/CMakeLists.txt  
2017-08-29 09:47:29.0 +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'

commit akonadi-contact for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-08-24 17:41:19

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Thu Aug 24 17:41:19 2017 rev:14 rq:516275 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-07-25 11:25:31.658327081 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-08-24 17:41:20.293887923 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:44:44 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+- Too many changes to list here
+
+---
+Sat Aug  5 18:16:23 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+---

Old:

  akonadi-contacts-17.04.3.tar.xz

New:

  akonadi-contacts-17.08.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.hT9U7E/_old  2017-08-24 17:41:21.765680713 +0200
+++ /var/tmp/diff_new_pack.hT9U7E/_new  2017-08-24 17:41:21.773679587 +0200
@@ -20,10 +20,10 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.04.3
+Version:17.08.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1+
@@ -48,9 +48,12 @@
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
 Requires:   libKF5AkonadiContact5 = %{version}
+Requires:   libKF5ContactEditor5 = %{version}
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -70,12 +73,24 @@
 This package provides a library used for handling personal contacts,
 as part of the KDE Personal Information Management (PIM) software.
 
+%package -n libKF5ContactEditor5
+Summary:Library for personal contact handling
+Group:  System/Libraries
+Requires:   akonadi-contact >= %{version}
+
+%description -n libKF5ContactEditor5
+This package provides a library used for handling personal contacts,
+as part of the KDE Personal Information Management (PIM) software.
+
+
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
+Requires:   akonadi-contact = %{version}
 Requires:   akonadi-server-devel
 Requires:   kcontacts-devel
 Requires:   libKF5AkonadiContact5 = %{version}
+Requires:   libKF5ContactEditor5 = %{version}
 Obsoletes:  akonadi-contacts-devel < %{version}
 Provides:   akonadi-contacts-devel = %{version}
 
@@ -103,35 +118,54 @@
 %post -n libKF5AkonadiContact5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
 
+%post -n libKF5ContactEditor5 -p /sbin/ldconfig
+%postun -n libKF5ContactEditor5 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc COPYING*
 %dir %{_kf5_plugindir}
-%{_kf5_plugindir}/kcm_akonadicontact_actions.so
-%{_kf5_servicesdir}/akonadicontact_actions.desktop
-%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
-%{_kf5_datadir}/akonadi/contact/
+%dir %{_kf5_plugindir}/akonadi/contacts/
 %dir %{_kf5_servicesdir}/akonadi
 %dir %{_kf5_servicesdir}/akonadi/contact
+%dir %{_kf5_sharedir}/contacteditor/
+%dir %{_kf5_sharedir}/contacteditor/grantleetheme/
+%config %{_kf5_configdir}/*.categories
+%{_kf5_datadir}/akonadi/contact/
+%{_kf5_plugindir}/akonadi/contacts/plugins/
+%{_kf5_plugindir}/kcm_akonadicontact_actions.so
 %{_kf5_servicesdir}/akonadi/contact/
-%{_datadir}/akonadicontact/
+%{_kf5_servicesdir}/akonadicontact_actions.desktop
+%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
+%{_kf5_sharedir}/contacteditor/grantleetheme/default/
 
 %files -n libKF5AkonadiContact5
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_libdir}/libKF5AkonadiContact.so.*
 
+%files -n libKF5ContactEditor5
+%defattr(-,root,root)
+%doc COPYING

commit akonadi-contact for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-07-25 11:25:31

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Tue Jul 25 11:25:31 2017 rev:13 rq:510625 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-06-12 15:13:33.604117345 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-07-25 11:25:31.658327081 +0200
@@ -1,0 +2,10 @@
+Sat Jul 15 22:58:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * Make it compile on windows
+
+---

Old:

  akonadi-contacts-17.04.2.tar.xz

New:

  akonadi-contacts-17.04.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.VvefKG/_old  2017-07-25 11:25:32.534203387 +0200
+++ /var/tmp/diff_new_pack.VvefKG/_new  2017-07-25 11:25:32.538202822 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.04.2
+Version:17.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ akonadi-contacts-17.04.2.tar.xz -> akonadi-contacts-17.04.3.tar.xz ++
 4169 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-06-12 15:13:32

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon Jun 12 15:13:32 2017 rev:12 rq:501923 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-05-22 10:37:13.311718275 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-06-12 15:13:33.604117345 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  akonadi-contacts-17.04.1.tar.xz

New:

  akonadi-contacts-17.04.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.iVuSQM/_old  2017-06-12 15:13:34.204032695 +0200
+++ /var/tmp/diff_new_pack.iVuSQM/_new  2017-06-12 15:13:34.204032695 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ akonadi-contacts-17.04.1.tar.xz -> akonadi-contacts-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.04.1/CMakeLists.txt 
new/akonadi-contacts-17.04.2/CMakeLists.txt
--- old/akonadi-contacts-17.04.1/CMakeLists.txt 2017-05-09 02:27:15.0 
+0200
+++ new/akonadi-contacts-17.04.2/CMakeLists.txt 2017-06-06 02:24:29.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,10 +24,10 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.5.1")
-set(KCONTACTS_VERSION "5.5.1")
-set(KMIMELIB_VERSION "5.5.1")
-set(AKONADI_VERSION "5.5.1")
+set(AKONADI_MIME_VERSION "5.5.2")
+set(KCONTACTS_VERSION "5.5.2")
+set(KMIMELIB_VERSION "5.5.2")
+set(AKONADI_VERSION "5.5.2")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.04.1/po/he/akonadicontact5.po 
new/akonadi-contacts-17.04.2/po/he/akonadicontact5.po
--- old/akonadi-contacts-17.04.1/po/he/akonadicontact5.po   2017-05-09 
02:27:15.0 +0200
+++ new/akonadi-contacts-17.04.2/po/he/akonadicontact5.po   2017-06-06 
02:24:28.0 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Diego Iastrubni , 2012.
+# Elkana Bardugo , 2017. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: akonadicontact5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-26 04:27+0200\n"
-"PO-Revision-Date: 2012-04-17 21:12+0300\n"
-"Last-Translator: Diego Iastrubni \n"
+"PO-Revision-Date: 2017-05-16 07:04-0400\n"
+"Last-Translator: Copied by Zanata \n"
 "Language-Team: Hebrew \n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Zanata 3.9.6\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -182,9 +183,6 @@
 
 #: actions/dialphonenumberaction.cpp:77 actions/sendsmsaction.cpp:60
 #, fuzzy, kde-format
-#| msgid ""
-#| "There is no application set which could be executed. Please go to the "
-#| "settings dialog and configure one."
 msgid ""
 "There is no application set which could be executed.\n"
 "Please go to the settings dialog and configure one."
@@ -202,9 +200,6 @@
 
 #: actions/qekigadialer.cpp:85
 #, fuzzy, kde-format
-#| msgid ""
-#| "Unable to start skype process, check that skype executable is in your "
-#| "PATH variable."
 msgid ""
 "Unable to start ekiga process, check that ekiga executable is in your PATH "
 "variable."
@@ -214,21 +209,16 @@
 
 #: actions/qekigadialer.cpp:106
 #, fuzzy, kde-format
-#| msgid "Skype Public API (D-Bus) seems to be disabled."
 msgid "Ekiga Public API (D-Bus) seems to be disabled."
 msgstr "נראה שממשק הפיתוח (D-Bus) של Skype מבוטל."
 
 #: actions/qekigadialer.cpp:126
 #, fuzzy, kde-format
-#| msgid "Sending an SMS is currently not supported on WinCE"
 msgid "Sending

commit akonadi-contact for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-05-22 10:37:12

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon May 22 10:37:12 2017 rev:11 rq:495859 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-05-08 18:45:04.196262863 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-05-22 10:37:13.311718275 +0200
@@ -1,0 +2,11 @@
+Wed May 17 20:35:25 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * Fix Bug 375296 - unable to use kdeconnect-cli to send an sms (kde#375296)
+  * Keep margin
+
+---

Old:

  akonadi-contacts-17.04.0.tar.xz

New:

  akonadi-contacts-17.04.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.uBo01v/_old  2017-05-22 10:37:13.923631997 +0200
+++ /var/tmp/diff_new_pack.uBo01v/_new  2017-05-22 10:37:13.927631433 +0200
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.04.0
+Version:17.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ akonadi-contacts-17.04.0.tar.xz -> akonadi-contacts-17.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.04.0/CMakeLists.txt 
new/akonadi-contacts-17.04.1/CMakeLists.txt
--- old/akonadi-contacts-17.04.0/CMakeLists.txt 2017-04-14 02:22:41.0 
+0200
+++ new/akonadi-contacts-17.04.1/CMakeLists.txt 2017-05-09 02:27:15.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.0")
+set(PIM_VERSION "5.5.1")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,10 +24,10 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.5.0")
-set(KCONTACTS_VERSION "5.5.0")
-set(KMIMELIB_VERSION "5.5.0")
-set(AKONADI_VERSION "5.5.0")
+set(AKONADI_MIME_VERSION "5.5.1")
+set(KCONTACTS_VERSION "5.5.1")
+set(KMIMELIB_VERSION "5.5.1")
+set(AKONADI_VERSION "5.5.1")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.04.0/po/ar/akonadicontact5.po 
new/akonadi-contacts-17.04.1/po/ar/akonadicontact5.po
--- old/akonadi-contacts-17.04.0/po/ar/akonadicontact5.po   2017-04-14 
02:22:40.0 +0200
+++ new/akonadi-contacts-17.04.1/po/ar/akonadicontact5.po   2017-05-09 
02:27:14.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-03-02 04:04+0100\n"
+"POT-Creation-Date: 2017-04-26 04:27+0200\n"
 "PO-Revision-Date: 2014-09-27 03:37+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -224,12 +224,12 @@
 msgid "SMS text"
 msgstr "نصّ رسالة SMS"
 
-#: actions/smsdialog.cpp:55
+#: actions/smsdialog.cpp:54
 #, kde-format
 msgid "Please insert SMS text for an SMS to the following number: %1"
 msgstr "فضلًا أدرج نصًّا لرسالة SMS إلى الرقم التالي: %1"
 
-#: actions/smsdialog.cpp:96
+#: actions/smsdialog.cpp:95
 #, kde-format
 msgid "%1/%2 (%3 SMS)"
 msgstr "%1/%2 (%3 رسائل SMS)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-17.04.0/po/ast/akonadicontact5.po 
new/akonadi-contacts-17.04.1/po/ast/akonadicontact5.po
--- old/akonadi-contacts-17.04.0/po/ast/akonadicontact5.po  2017-04-14 
02:22:40.0 +0200
+++ new/akonadi-contacts-17.04.1/po/ast/akonadicontact5.po  2017-05-09 
02:27:14.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-03-02 04:04+0100\n"
+"POT-Creation-Date: 2017-04-26 04:27+0200\n"
 "PO-Revision-Date: 2016-12-21 16:43+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian \n"
@@ -218,12 +218,12 @@
 msgid "SMS text"
 msgstr ""
 
-#: actions/smsdialog.cpp:55
+#: actions/smsdialog.cpp:54
 #, kde-format
 msgid "Please insert SMS text for an SMS to the following number: %1"
 msgstr ""
 
-#: actions/smsdialog.cpp:96
+#: actions/smsdialog.cpp:95
 #, kde-format
 msgid "%1/%2 (%3 SMS)"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore

commit akonadi-contact for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-05-08 18:45:00

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Mon May  8 18:45:00 2017 rev:10 rq:490328 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-03-15 00:49:50.818488696 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-05-08 18:45:04.196262863 +0200
@@ -1,0 +2,30 @@
+Sun Apr 16 10:44:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+---
+Wed Apr 12 20:25:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Fix indent
+
+---
+Sat Mar 25 23:10:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+---

Old:

  akonadi-contacts-16.12.3.tar.xz

New:

  akonadi-contacts-17.04.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.XhaWtr/_old  2017-05-08 18:45:04.928159365 +0200
+++ /var/tmp/diff_new_pack.XhaWtr/_new  2017-05-08 18:45:04.932158800 +0200
@@ -16,12 +16,14 @@
 #
 
 
+%bcond_without lang
+
 %define sonum   5
 Name:   akonadi-contact
-Version:16.12.3
+Version:17.04.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1+
@@ -48,6 +50,7 @@
 Requires:   libKF5AkonadiContact5 = %{version}
 Provides:   akonadi-contacts = %{version}
 Obsoletes:  akonadi-contacts < %{version}
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -80,6 +83,10 @@
 This package contains all necessary include files and libraries needed
 to develop KDE PIM applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n akonadi-contacts-%{version}
 
@@ -89,6 +96,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+%find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5AkonadiContact5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
@@ -123,4 +133,9 @@
 %{_kf5_includedir}/akonadi-contact_version.h
 %{_kf5_mkspecsdir}/qt_AkonadiContact.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++ akonadi-contacts-16.12.3.tar.xz -> akonadi-contacts-17.04.0.tar.xz ++
 111719 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-03-15 00:49:49

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Wed Mar 15 00:49:49 2017 rev:9 rq:478092 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-02-13 07:01:37.306472546 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-03-15 00:49:50.818488696 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 12:33:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * None
+
+---

Old:

  akonadi-contacts-16.12.2.tar.xz

New:

  akonadi-contacts-16.12.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.85mpXr/_old  2017-03-15 00:49:51.570382304 +0100
+++ /var/tmp/diff_new_pack.85mpXr/_new  2017-03-15 00:49:51.574381738 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:16.12.2
+Version:16.12.3
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1+
@@ -30,7 +30,6 @@
 Source: akonadi-contacts-%{version}.tar.xz
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-server-devel >= %{_kapp_version}
-BuildRequires:  cmake(KF5Prison)
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  grantlee5-devel
 BuildRequires:  kcalcore-devel
@@ -41,6 +40,7 @@
 BuildRequires:  kio-devel >= %{kf5_version}
 BuildRequires:  kmime-devel
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Prison)
 BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0

++ akonadi-contacts-16.12.2.tar.xz -> akonadi-contacts-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.12.2/CMakeLists.txt 
new/akonadi-contacts-16.12.3/CMakeLists.txt
--- old/akonadi-contacts-16.12.2/CMakeLists.txt 2017-01-16 06:56:26.0 
+0100
+++ new/akonadi-contacts-16.12.3/CMakeLists.txt 2017-02-14 13:35:58.0 
+0100
@@ -20,12 +20,12 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.2")
+set(PIM_VERSION "5.4.3")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.4.2")
-set(KCONTACTS_VERSION "5.4.2")
-set(KMIMELIB_VERSION "5.4.2")
-set(AKONADI_VERSION "5.4.2")
+set(AKONADI_MIME_VERSION "5.4.3")
+set(KCONTACTS_VERSION "5.4.3")
+set(KMIMELIB_VERSION "5.4.3")
+set(AKONADI_VERSION "5.4.3")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"




commit akonadi-contact for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-02-13 07:01:35

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-02-03 17:31:17.583119871 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-02-13 07:01:37.306472546 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 06:38:13 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+---

Old:

  akonadi-contacts-16.12.1.tar.xz

New:

  akonadi-contacts-16.12.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.PQ5V80/_old  2017-02-13 07:01:39.346180913 +0100
+++ /var/tmp/diff_new_pack.PQ5V80/_new  2017-02-13 07:01:39.346180913 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:16.12.1
+Version:16.12.2
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1+

++ akonadi-contacts-16.12.1.tar.xz -> akonadi-contacts-16.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.12.1/CMakeLists.txt 
new/akonadi-contacts-16.12.2/CMakeLists.txt
--- old/akonadi-contacts-16.12.1/CMakeLists.txt 2016-12-27 08:23:34.0 
+0100
+++ new/akonadi-contacts-16.12.2/CMakeLists.txt 2017-01-16 06:56:26.0 
+0100
@@ -20,12 +20,12 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.1")
+set(PIM_VERSION "5.4.2")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.4.1")
-set(KCONTACTS_VERSION "5.4.1")
-set(KMIMELIB_VERSION "5.4.1")
-set(AKONADI_VERSION "5.4.1")
+set(AKONADI_MIME_VERSION "5.4.2")
+set(KCONTACTS_VERSION "5.4.2")
+set(KMIMELIB_VERSION "5.4.2")
+set(AKONADI_VERSION "5.4.2")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"




commit akonadi-contact for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-02-02 15:29:47

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-01-25 22:43:59.575200190 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-02-03 17:31:17.583119871 +0100
@@ -1,0 +2,6 @@
+Sat Jan 28 16:24:49 UTC 2017 - wba...@tmo.at
+
+- BuildRequire cmake(KF5Prison) instead of libprison-devel (which
+  is the KDE4 version) to enable the barcode features
+
+---



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.6QnREf/_old  2017-02-03 17:31:17.951067793 +0100
+++ /var/tmp/diff_new_pack.6QnREf/_new  2017-02-03 17:31:17.955067227 +0100
@@ -30,6 +30,7 @@
 Source: akonadi-contacts-%{version}.tar.xz
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-server-devel >= %{_kapp_version}
+BuildRequires:  cmake(KF5Prison)
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  grantlee5-devel
 BuildRequires:  kcalcore-devel
@@ -39,7 +40,6 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kio-devel >= %{kf5_version}
 BuildRequires:  kmime-devel
-BuildRequires:  libprison-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0




commit akonadi-contact for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-01-25 22:43:58

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2016-12-17 10:26:17.870927919 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-01-25 22:43:59.575200190 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:47:51 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+---

Old:

  akonadi-contacts-16.12.0.tar.xz

New:

  akonadi-contacts-16.12.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.isqDHe/_old  2017-01-25 22:44:00.091122311 +0100
+++ /var/tmp/diff_new_pack.isqDHe/_new  2017-01-25 22:44:00.095121706 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:16.12.0
+Version:16.12.1
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries for Akonadi Contacts
 License:LGPL-2.1+
@@ -60,8 +60,8 @@
 Summary:Library for personal contact handling
 Group:  System/Libraries
 Requires:   akonadi-contact >= %{version}
-Obsoletes:  akonadi-socialutils-devel
 Obsoletes:  akonadi-socialutils
+Obsoletes:  akonadi-socialutils-devel
 
 %description -n libKF5AkonadiContact5
 This package provides a library used for handling personal contacts,

++ akonadi-contacts-16.12.0.tar.xz -> akonadi-contacts-16.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.12.0/CMakeLists.txt 
new/akonadi-contacts-16.12.1/CMakeLists.txt
--- old/akonadi-contacts-16.12.0/CMakeLists.txt 2016-12-08 07:06:16.0 
+0100
+++ new/akonadi-contacts-16.12.1/CMakeLists.txt 2016-12-27 08:23:34.0 
+0100
@@ -20,12 +20,12 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.0")
+set(PIM_VERSION "5.4.1")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.4.0")
-set(KCONTACTS_VERSION "5.4.0")
-set(KMIMELIB_VERSION "5.4.0")
-set(AKONADI_VERSION "5.4.0")
+set(AKONADI_MIME_VERSION "5.4.1")
+set(KCONTACTS_VERSION "5.4.1")
+set(KMIMELIB_VERSION "5.4.1")
+set(AKONADI_VERSION "5.4.1")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"




commit akonadi-contact for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2016-11-12 13:27:45

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2016-10-18 10:10:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2016-11-12 13:27:46.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:08:15 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+---

Old:

  akonadi-contacts-16.08.2.tar.xz

New:

  akonadi-contacts-16.08.3.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.2Hq96e/_old  2016-11-12 13:27:47.0 +0100
+++ /var/tmp/diff_new_pack.2Hq96e/_new  2016-11-12 13:27:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   akonadi-contact
-Version:16.08.2
+Version:16.08.3
 Release:0
 %define kf5_version 5.23.0
 Summary:KDE PIM Libraries for Akonadi Contacts

++ akonadi-contacts-16.08.2.tar.xz -> akonadi-contacts-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.08.2/CMakeLists.txt 
new/akonadi-contacts-16.08.3/CMakeLists.txt
--- old/akonadi-contacts-16.08.2/CMakeLists.txt 2016-09-09 17:14:30.0 
+0200
+++ new/akonadi-contacts-16.08.3/CMakeLists.txt 2016-10-14 08:58:10.0 
+0200
@@ -20,13 +20,13 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.2")
+set(PIM_VERSION "5.3.3")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.3.2")
-set(KCONTACTS_VERSION "5.3.2")
-set(CALENDARCORE_VERSION "5.3.2")
-set(KMIMELIB_VERSION "5.3.2")
-set(AKONADI_VERSION "5.3.2")
+set(AKONADI_MIME_VERSION "5.3.3")
+set(KCONTACTS_VERSION "5.3.3")
+set(CALENDARCORE_VERSION "5.3.3")
+set(KMIMELIB_VERSION "5.3.3")
+set(AKONADI_VERSION "5.3.3")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"




commit akonadi-contact for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2016-10-18 10:10:56

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2016-09-14 23:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2016-10-18 10:10:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:52:50 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+- https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  akonadi-contacts-16.08.1.tar.xz

New:

  akonadi-contacts-16.08.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.ISIN4H/_old  2016-10-18 10:10:57.0 +0200
+++ /var/tmp/diff_new_pack.ISIN4H/_new  2016-10-18 10:10:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   akonadi-contact
-Version:16.08.1
+Version:16.08.2
 Release:0
 %define kf5_version 5.23.0
 Summary:KDE PIM Libraries for Akonadi Contacts
@@ -26,17 +27,17 @@
 Source: akonadi-contacts-%{version}.tar.xz
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+BuildRequires:  akonadi-mime-devel
+BuildRequires:  akonadi-server-devel >= 16.08.1
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  kmime-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kcalcore-devel
 BuildRequires:  grantlee5-devel
-BuildRequires:  akonadi-mime-devel
+BuildRequires:  kcalcore-devel
 BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
+BuildRequires:  kcontacts-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  akonadi-server-devel >= 16.08.1
+BuildRequires:  kmime-devel
 BuildRequires:  libprison-devel
 BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
@@ -53,9 +54,8 @@
 Summary:Library for personal contact handling
 Group:  Libraries/System
 Requires:   akonadi-contact >= %{version}
-Obsoletes:  akonadi-socialutils-devel
 Obsoletes:  akonadi-socialutils
-
+Obsoletes:  akonadi-socialutils-devel
 
 %description -n libKF5AkonadiContact5
 This package provides a library used for handling personal contacts,

++ akonadi-contacts-16.08.1.tar.xz -> akonadi-contacts-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.08.1/CMakeLists.txt 
new/akonadi-contacts-16.08.2/CMakeLists.txt
--- old/akonadi-contacts-16.08.1/CMakeLists.txt 2016-08-25 08:22:39.0 
+0200
+++ new/akonadi-contacts-16.08.2/CMakeLists.txt 2016-09-09 17:14:30.0 
+0200
@@ -20,13 +20,13 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.1")
+set(PIM_VERSION "5.3.2")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.3.1")
-set(KCONTACTS_VERSION "5.3.1")
-set(CALENDARCORE_VERSION "5.3.1")
-set(KMIMELIB_VERSION "5.3.1")
-set(AKONADI_VERSION "5.3.1")
+set(AKONADI_MIME_VERSION "5.3.2")
+set(KCONTACTS_VERSION "5.3.2")
+set(CALENDARCORE_VERSION "5.3.2")
+set(KMIMELIB_VERSION "5.3.2")
+set(AKONADI_VERSION "5.3.2")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"




commit akonadi-contact for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2016-09-14 23:00:34

Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)


Package is "akonadi-contact"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2016-08-29 15:18:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2016-09-14 23:00:36.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:02:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.1
+   * KDE Applications 16.08.1
+   * https://www.kde.org/announcements/announce-applications-16.08.1.php
+
+
+---

Old:

  akonadi-contacts-16.08.0.tar.xz

New:

  akonadi-contacts-16.08.1.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.qhREJi/_old  2016-09-14 23:00:37.0 +0200
+++ /var/tmp/diff_new_pack.qhREJi/_new  2016-09-14 23:00:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   akonadi-contact
-Version:16.08.0
+Version:16.08.1
 Release:0
 %define kf5_version 5.23.0
 Summary:KDE PIM Libraries for Akonadi Contacts
@@ -36,7 +36,7 @@
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  akonadi-server-devel >= 16.08.0
+BuildRequires:  akonadi-server-devel >= 16.08.1
 BuildRequires:  libprison-devel
 BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0

++ akonadi-contacts-16.08.0.tar.xz -> akonadi-contacts-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.08.0/CMakeLists.txt 
new/akonadi-contacts-16.08.1/CMakeLists.txt
--- old/akonadi-contacts-16.08.0/CMakeLists.txt 2016-08-10 22:34:24.0 
+0200
+++ new/akonadi-contacts-16.08.1/CMakeLists.txt 2016-08-25 08:22:39.0 
+0200
@@ -20,13 +20,13 @@
 include(ECMInstallIcons)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.0")
+set(PIM_VERSION "5.3.1")
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(AKONADI_MIME_VERSION "5.3.0")
-set(KCONTACTS_VERSION "5.3.0")
-set(CALENDARCORE_VERSION "5.3.0")
-set(KMIMELIB_VERSION "5.3.0")
-set(AKONADI_VERSION "5.3.0")
+set(AKONADI_MIME_VERSION "5.3.1")
+set(KCONTACTS_VERSION "5.3.1")
+set(CALENDARCORE_VERSION "5.3.1")
+set(KMIMELIB_VERSION "5.3.1")
+set(AKONADI_VERSION "5.3.1")
 
 ecm_setup_version(${AKONADI_CONTACTS_VERSION} VARIABLE_PREFIX AKONADICONTACT
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-contact_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-16.08.0/src/contactgroupeditordialog.cpp 
new/akonadi-contacts-16.08.1/src/contactgroupeditordialog.cpp
--- old/akonadi-contacts-16.08.0/src/contactgroupeditordialog.cpp   
2016-08-10 22:34:24.0 +0200
+++ new/akonadi-contacts-16.08.1/src/contactgroupeditordialog.cpp   
2016-08-25 08:22:39.0 +0200
@@ -28,7 +28,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-16.08.0/src/contactstreemodel.cpp 
new/akonadi-contacts-16.08.1/src/contactstreemodel.cpp
--- old/akonadi-contacts-16.08.0/src/contactstreemodel.cpp  2016-08-10 
22:34:24.0 +0200
+++ new/akonadi-contacts-16.08.1/src/contactstreemodel.cpp  2016-08-25 
08:22:39.0 +0200
@@ -27,7 +27,6 @@
 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-16.08.0/src/editor/addresseditor/addresstypedialog.cpp 
new/akonadi-contacts-16.08.1/src/editor/addresseditor/addresstypedialog.cpp
--- old/akonadi-contacts-16.08.0/src/editor/addresseditor/addresstypedialog.cpp 
2016-08-10 22:34:24.0 +0200
+++ new/akonadi-contacts-16.08.1/src/editor/addresseditor/addresstypedialog.cpp 
2016-08-25 08:22:39.0 +0200
@@ -31,16 +31,14 @@
 AddressTypeDialog::AddressTypeDialog(KContacts::Address::Type type, QWidget 
*parent)
 : QDialog(parent)
 {
-QVBoxLayout *mainLayout = new QVBoxLayout;
-setLayout(mainLayout);
+QVBoxLayout *mainLayout = new QVBoxLayout(this);
 setWindowTitle(i18nc("street/postal", "Edit Address Type"));
-QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel);
+QDialogButtonBox *buttonBox = new QDialogButt