commit pimcommon for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-11-10 13:38:10

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.11331 (New)


Package is "pimcommon"

Tue Nov 10 13:38:10 2020 rev:58 rq:846802 version:20.08.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-10-12 
13:53:28.610071603 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.11331/pimcommon.changes   
2020-11-10 13:38:57.908531710 +0100
@@ -1,0 +2,10 @@
+Thu Nov  5 22:47:58 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
+- Changes since 20.08.2:
+  * Fix initialize variable
+
+---

Old:

  pimcommon-20.08.2.tar.xz
  pimcommon-20.08.2.tar.xz.sig

New:

  pimcommon-20.08.3.tar.xz
  pimcommon-20.08.3.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.qhxVRR/_old  2020-11-10 13:38:58.520530494 +0100
+++ /var/tmp/diff_new_pack.qhxVRR/_new  2020-11-10 13:38:58.520530494 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.08.2
+Version:20.08.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.08.2.tar.xz -> pimcommon-20.08.3.tar.xz ++
 2514 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-10-12 13:52:57

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3486 (New)


Package is "pimcommon"

Mon Oct 12 13:52:57 2020 rev:57 rq:840738 version:20.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-09-09 
18:03:43.943295676 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3486/pimcommon.changes
2020-10-12 13:53:28.610071603 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 05:45:28 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:

  pimcommon-20.08.1.tar.xz
  pimcommon-20.08.1.tar.xz.sig

New:

  pimcommon-20.08.2.tar.xz
  pimcommon-20.08.2.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.8vVt96/_old  2020-10-12 13:53:29.742072063 +0200
+++ /var/tmp/diff_new_pack.8vVt96/_new  2020-10-12 13:53:29.746072064 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.08.1
+Version:20.08.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.08.1.tar.xz -> pimcommon-20.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.08.1/CMakeLists.txt 
new/pimcommon-20.08.2/CMakeLists.txt
--- old/pimcommon-20.08.1/CMakeLists.txt2020-09-01 08:39:57.0 
+0200
+++ new/pimcommon-20.08.2/CMakeLists.txt2020-10-06 05:43:02.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,14 +28,14 @@
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.15.1")
-set(LIBKDEPIM_LIB_VERSION "5.15.1")
+set(AKONADICONTACT_LIB_VERSION "5.15.2")
+set(LIBKDEPIM_LIB_VERSION "5.15.2")
 set(QT_REQUIRED_VERSION "5.13.0")
-set(KMIME_LIB_VERSION "5.15.1")
-set(KIMAP_LIB_VERSION "5.15.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.15.1")
-set(AKONADI_VERSION "5.15.1")
-set(KLDAP_LIB_VERSION "5.15.1")
+set(KMIME_LIB_VERSION "5.15.2")
+set(KIMAP_LIB_VERSION "5.15.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.2")
+set(AKONADI_VERSION "5.15.2")
+set(KLDAP_LIB_VERSION "5.15.2")
 
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.08.1/po/ca/libpimcommon.po 
new/pimcommon-20.08.2/po/ca/libpimcommon.po
--- old/pimcommon-20.08.1/po/ca/libpimcommon.po 2020-09-01 08:39:55.0 
+0200
+++ new/pimcommon-20.08.2/po/ca/libpimcommon.po 2020-10-06 05:43:01.0 
+0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: libpimcommon\n"
+"Project-Id-Version: pimcommon\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-08-27 08:19+0200\n"
 "PO-Revision-Date: 2020-08-24 10:46+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.08.1/po/ca@valencia/libpimcommon.po 
new/pimcommon-20.08.2/po/ca@valencia/libpimcommon.po
--- old/pimcommon-20.08.1/po/ca@valencia/libpimcommon.po2020-09-01 
08:39:55.0 +0200
+++ new/pimcommon-20.08.2/po/ca@valencia/libpimcommon.po2020-10-06 
05:43:01.0 +0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: libpimcommon\n"
+"Project-Id-Version: pimcommon\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-08-27 08:19+0200\n"
 "PO-Revision-Date: 2020-08-24 10:46+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.08.1/po/de/libpimcommon.po 
new/pimcommon-20.08.2/po/de/libpimcommon.po
--- old/pimcommon-20.08.1/po/de/libpimcommon.po 2020-09-01 08:39:55.0 
+0200
+++ new/pimcommon-20.08.2/po/de/libpimcommon.po 2020-10-06 05:43:01.0 
+0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-08-27 08:19+0200\n"
-"PO-Revision-Date: 2020-01-08 

commit pimcommon for openSUSE:Factory

2020-09-09 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-09-09 18:00:13

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3399 (New)


Package is "pimcommon"

Wed Sep  9 18:00:13 2020 rev:56 rq:831906 version:20.08.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-08-18 
12:02:27.379418663 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3399/pimcommon.changes
2020-09-09 18:03:43.943295676 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 20:51:28 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
+- Too many changes to list here.
+
+---

Old:

  pimcommon-20.08.0.tar.xz
  pimcommon-20.08.0.tar.xz.sig

New:

  pimcommon-20.08.1.tar.xz
  pimcommon-20.08.1.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FQJXtU/_old  2020-09-09 18:03:45.127296755 +0200
+++ /var/tmp/diff_new_pack.FQJXtU/_new  2020-09-09 18:03:45.131296759 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.08.0
+Version:20.08.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.08.0.tar.xz -> pimcommon-20.08.1.tar.xz ++
 6830 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-08-18 12:00:03

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3399 (New)


Package is "pimcommon"

Tue Aug 18 12:00:03 2020 rev:55 rq:826533 version:20.08.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-07-14 
07:51:00.720181500 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3399/pimcommon.changes
2020-08-18 12:02:27.379418663 +0200
@@ -1,0 +2,24 @@
+Sun Aug  9 09:10:49 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 08:01:08 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.90
+  * New feature release
+- Changes since 20.07.80:
+  * Fix crash when pos == -1
+
+---
+Sun Jul 19 10:06:13 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.80
+  * New feature release
+- Too many changes to list here.
+
+---

Old:

  pimcommon-20.04.3.tar.xz
  pimcommon-20.04.3.tar.xz.sig

New:

  pimcommon-20.08.0.tar.xz
  pimcommon-20.08.0.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.X3N2uu/_old  2020-08-18 12:02:29.099418898 +0200
+++ /var/tmp/diff_new_pack.X3N2uu/_new  2020-08-18 12:02:29.107418899 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.04.3
+Version:20.08.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
@@ -33,6 +33,7 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiContact)
+BuildRequires:  cmake(KF5AkonadiSearch)
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Codecs)
 BuildRequires:  cmake(KF5Completion)
@@ -45,7 +46,9 @@
 BuildRequires:  cmake(KF5IMAP)
 BuildRequires:  cmake(KF5ItemModels)
 BuildRequires:  cmake(KF5JobWidgets)
+BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Ldap)
 BuildRequires:  cmake(KF5Libkdepim)
 BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(KF5NewStuff)


++ pimcommon-20.04.3.tar.xz -> pimcommon-20.08.0.tar.xz ++
 51406 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-07-14 07:50:45

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3060 (New)


Package is "pimcommon"

Tue Jul 14 07:50:45 2020 rev:54 rq:820311 version:20.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-06-14 
18:24:02.604367113 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3060/pimcommon.changes
2020-07-14 07:51:00.720181500 +0200
@@ -1,0 +2,10 @@
+Thu Jul  9 20:11:09 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:
+  * Extract email address directly.
+
+---

Old:

  pimcommon-20.04.2.tar.xz
  pimcommon-20.04.2.tar.xz.sig

New:

  pimcommon-20.04.3.tar.xz
  pimcommon-20.04.3.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.bzikLC/_old  2020-07-14 07:51:01.336183495 +0200
+++ /var/tmp/diff_new_pack.bzikLC/_new  2020-07-14 07:51:01.340183509 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.04.2
+Version:20.04.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.04.2.tar.xz -> pimcommon-20.04.3.tar.xz ++
 2479 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2020-06-14 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3606 (New)


Package is "pimcommon"

Sun Jun 14 18:23:53 2020 rev:53 rq:813773 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-05-20 
18:44:16.645122616 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3606/pimcommon.changes
2020-06-14 18:24:02.604367113 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:16:29 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:

  pimcommon-20.04.1.tar.xz
  pimcommon-20.04.1.tar.xz.sig

New:

  pimcommon-20.04.2.tar.xz
  pimcommon-20.04.2.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.PXTV71/_old  2020-06-14 18:24:03.176368959 +0200
+++ /var/tmp/diff_new_pack.PXTV71/_new  2020-06-14 18:24:03.176368959 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.04.1.tar.xz -> pimcommon-20.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.04.1/CMakeLists.txt 
new/pimcommon-20.04.2/CMakeLists.txt
--- old/pimcommon-20.04.1/CMakeLists.txt2020-05-12 03:27:53.0 
+0200
+++ new/pimcommon-20.04.2/CMakeLists.txt2020-06-09 02:48:14.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.14.1")
-set(LIBKDEPIM_LIB_VERSION "5.14.1")
+set(AKONADICONTACT_LIB_VERSION "5.14.2")
+set(LIBKDEPIM_LIB_VERSION "5.14.2")
 set(QT_REQUIRED_VERSION "5.12.0")
-set(KMIME_LIB_VERSION "5.14.1")
-set(KIMAP_LIB_VERSION "5.14.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.1")
-set(AKONADI_VERSION "5.14.1")
+set(KMIME_LIB_VERSION "5.14.2")
+set(KIMAP_LIB_VERSION "5.14.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.2")
+set(AKONADI_VERSION "5.14.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.04.1/po/cs/libpimcommon.po 
new/pimcommon-20.04.2/po/cs/libpimcommon.po
--- old/pimcommon-20.04.1/po/cs/libpimcommon.po 2020-05-12 03:27:52.0 
+0200
+++ new/pimcommon-20.04.2/po/cs/libpimcommon.po 2020-06-09 02:48:14.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.
-# Vit Pelcak , 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.
+# Vit Pelcak , 2012, 2013, 2014, 2015, 2016, 2017, 2018, 
2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-04-07 09:04+0200\n"
-"PO-Revision-Date: 2019-09-19 13:52+0200\n"
+"PO-Revision-Date: 2020-05-26 13:04+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,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.1\n"
+"X-Generator: Lokalize 20.04.1\n"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:124
 #, kde-format
@@ -379,7 +379,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Log activities"
-msgstr ""
+msgstr "Zaznamenávat aktivity"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:45
 #, kde-format
@@ -540,7 +540,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Translator Debug"
-msgstr ""
+msgstr "Ladění překladače"
 
 #: pimcommon/translator/translatordebugdialog.cpp:41
 #, kde-format
@@ -1137,13 +1137,13 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Add ACL"
-msgstr ""
+msgstr "Přidat ACL"
 
 #: pimcommonakonadi/acl/aclmanager.cpp:256
 #, kde-format
 msgctxt "@title:window"
 msgid "Edit ACL"
-msgstr ""
+msgstr "Upravit ACL"
 
 #: pimcommonakonadi/acl/aclmanager.cpp:296
 #, kde-format
@@ -1356,7 +1356,7 @@
 #, kde-format
 msgctxt 

commit pimcommon for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-05-20 18:43:37

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.2738 (New)


Package is "pimcommon"

Wed May 20 18:43:37 2020 rev:52 rq:806703 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-04-25 
20:27:06.041870639 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.2738/pimcommon.changes
2020-05-20 18:44:16.645122616 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:42:22 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
+
+---
@@ -19,2 +27,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -31,2 +37,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -42 +47 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -56 +61 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  pimcommon-20.04.0.tar.xz
  pimcommon-20.04.0.tar.xz.sig

New:

  pimcommon-20.04.1.tar.xz
  pimcommon-20.04.1.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.ZX23aL/_old  2020-05-20 18:44:17.933125510 +0200
+++ /var/tmp/diff_new_pack.ZX23aL/_new  2020-05-20 18:44:17.937125519 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-20.04.0.tar.xz -> pimcommon-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.04.0/CMakeLists.txt 
new/pimcommon-20.04.1/CMakeLists.txt
--- old/pimcommon-20.04.0/CMakeLists.txt2020-04-17 02:41:41.0 
+0200
+++ new/pimcommon-20.04.1/CMakeLists.txt2020-05-12 03:27:53.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.14.0")
-set(LIBKDEPIM_LIB_VERSION "5.14.0")
+set(AKONADICONTACT_LIB_VERSION "5.14.1")
+set(LIBKDEPIM_LIB_VERSION "5.14.1")
 set(QT_REQUIRED_VERSION "5.12.0")
-set(KMIME_LIB_VERSION "5.14.0")
-set(KIMAP_LIB_VERSION "5.14.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.0")
-set(AKONADI_VERSION "5.14.0")
+set(KMIME_LIB_VERSION "5.14.1")
+set(KIMAP_LIB_VERSION "5.14.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.1")
+set(AKONADI_VERSION "5.14.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.04.0/po/ko/libpimcommon.po 
new/pimcommon-20.04.1/po/ko/libpimcommon.po
--- old/pimcommon-20.04.0/po/ko/libpimcommon.po 2020-04-17 02:41:41.0 
+0200
+++ new/pimcommon-20.04.1/po/ko/libpimcommon.po 2020-05-12 03:27:52.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-04-07 09:04+0200\n"
-"PO-Revision-Date: 2020-04-06 22:43+0200\n"
+"PO-Revision-Date: 2020-04-21 19:19+0200\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -500,7 +500,7 @@
 #: pimcommon/templatewidgets/templatelistwidget.cpp:185
 #, kde-format
 msgid "Show..."
-msgstr "보이기..."
+msgstr "표시..."
 
 #: pimcommon/templatewidgets/templatelistwidget.cpp:185
 #, kde-format
@@ -808,7 +808,7 @@
 #: pimcommon/translator/translatorutil.cpp:195
 #, kde-format
 msgid "Thai"
-msgstr "타이어"
+msgstr "태국어"
 
 #: pimcommon/translator/translatorutil.cpp:198
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-20.04.0/po/ru/libpimcommon.po 
new/pimcommon-20.04.1/po/ru/libpimcommon.po
--- old/pimcommon-20.04.0/po/ru/libpimcommon.po 2020-04-17 02:41:41.0 
+0200
+++ new/pimcommon-20.04.1/po/ru/libpimcommon.po 2020-05-12 03:27:53.0 
+0200
@@ -3,13 +3,13 @@
 #
 # Alexander Lakhin , 2013.
 # Alexander Potashev , 2014, 2015, 2016.
-# Alexander Yavorsky , 2019.
+# 

commit pimcommon for openSUSE:Factory

2020-04-25 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.2738 (New)


Package is "pimcommon"

Sat Apr 25 20:25:38 2020 rev:51 rq:797052 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-03-11 
18:44:26.747344099 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.2738/pimcommon.changes
2020-04-25 20:27:06.041870639 +0200
@@ -1,0 +2,35 @@
+Thu Apr 23 12:23:16 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:
+  * Use variable here
+  * Use QLatin1Char('/') here
+  * Show message info when we change setting
+  * Fix compilation with more recent Qt 5.15
+
+---
+Sun Apr  5 20:30:46 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
+- Changes since 20.03.80:
+  * Qt guys reverted api in qt5.15
+  * Fix build against recent KIO
+  * Fix cppcheck warning
+
+---
+Sun Mar 22 09:17:43 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
+- Too many changes to list here.
+- Drop ExclusiveArch, it builds fine on these architectures now
+
+---

Old:

  pimcommon-19.12.3.tar.xz
  pimcommon-19.12.3.tar.xz.sig

New:

  pimcommon-20.04.0.tar.xz
  pimcommon-20.04.0.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.HUHi5B/_old  2020-04-25 20:27:07.361873361 +0200
+++ /var/tmp/diff_new_pack.HUHi5B/_new  2020-04-25 20:27:07.361873361 +0200
@@ -16,54 +16,56 @@
 #
 
 
-%define kf5_version 5.60.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:   pimcommon
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-BuildRequires:  extra-cmake-modules >= 5.19.0
+BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxslt-devel
-BuildRequires:  cmake(Grantlee5)
-BuildRequires:  cmake(KF5AkonadiMime)
+BuildRequires:  cmake(KF5Akonadi)
+BuildRequires:  cmake(KF5AkonadiContact)
 BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5CalendarCore)
 BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IMAP)
-BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5ItemModels)
+BuildRequires:  cmake(KF5JobWidgets)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Libkdepim)
 BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5PimTextEdit)
 BuildRequires:  cmake(KF5Purpose)
-BuildRequires:  cmake(KF5Sonnet)
-BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Designer)
-BuildRequires:  cmake(Qt5Network) >= 5.4.0
-BuildRequires:  cmake(Qt5Script) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5UiTools) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Network) >= 5.12.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Xml) >= 5.12.0
 Recommends: %{name}-lang
-# It can only 

commit pimcommon for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-03-11 18:42:03

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.3160 (New)


Package is "pimcommon"

Wed Mar 11 18:42:03 2020 rev:50 rq:782504 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-02-10 
21:50:45.822102779 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.3160/pimcommon.changes
2020-03-11 18:44:26.747344099 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:36:50 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:

  pimcommon-19.12.2.tar.xz
  pimcommon-19.12.2.tar.xz.sig

New:

  pimcommon-19.12.3.tar.xz
  pimcommon-19.12.3.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.ESzc1g/_old  2020-03-11 18:44:27.471344544 +0100
+++ /var/tmp/diff_new_pack.ESzc1g/_new  2020-03-11 18:44:27.471344544 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-19.12.2.tar.xz -> pimcommon-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.2/CMakeLists.txt 
new/pimcommon-19.12.3/CMakeLists.txt
--- old/pimcommon-19.12.2/CMakeLists.txt2020-02-04 03:04:12.0 
+0100
+++ new/pimcommon-19.12.3/CMakeLists.txt2020-03-03 01:42:33.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.13.2")
-set(LIBKDEPIM_LIB_VERSION "5.13.2")
+set(AKONADICONTACT_LIB_VERSION "5.13.3")
+set(LIBKDEPIM_LIB_VERSION "5.13.3")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KMIME_LIB_VERSION "5.13.2")
-set(KIMAP_LIB_VERSION "5.13.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.2")
-set(AKONADI_VERSION "5.13.2")
+set(KMIME_LIB_VERSION "5.13.3")
+set(KIMAP_LIB_VERSION "5.13.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.3")
+set(AKONADI_VERSION "5.13.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.2/po/ca@valencia/libpimcommon.po 
new/pimcommon-19.12.3/po/ca@valencia/libpimcommon.po
--- old/pimcommon-19.12.2/po/ca@valencia/libpimcommon.po2020-02-04 
03:02:43.0 +0100
+++ new/pimcommon-19.12.3/po/ca@valencia/libpimcommon.po2020-03-03 
01:42:28.0 +0100
@@ -154,8 +154,8 @@
 "exceptions should be added in the 'Exceptions' tab."
 msgstr ""
 "Totes les paraules es revisen per l'errada comuna de polsar la tecla de "
-"majúscules durant massa temps. Si algunes paraules han d'estar en majúscules, 
"
-"s'han d'afegir aquestes excepcions a la pestanya «Excepcions»."
+"majúscules durant massa temps. Si algunes paraules han d'estar en "
+"majúscules, s'han d'afegir aquestes excepcions a la pestanya «Excepcions»."
 
 #. i18n: ectx: property (text), widget (QCheckBox, upperUpper)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:66
@@ -891,11 +891,11 @@
 #: pimcommon/translator/translatorwidget.cpp:294
 #, kde-format
 msgid ""
-"Drag text that you want to translate. (Be careful text will be send to Google 
"
-"Server)."
+"Drag text that you want to translate. (Be careful text will be send to "
+"Google Server)."
 msgstr ""
-"Deixeu anar el text que desitgeu traduir. (Aneu amb compte, el text s'enviarà 
"
-"al servidor de Google)."
+"Deixeu anar el text que desitgeu traduir. (Aneu amb compte, el text "
+"s'enviarà al servidor de Google)."
 
 #: pimcommon/translator/translatorwidget.cpp:362
 #, kde-format
@@ -1007,10 +1007,11 @@
 #: pimcommon/widgets/renamefiledialog.cpp:130
 #, kde-kuit-format
 msgid ""
-"A file named %1 already exists. Do you want to overwrite 
"
-"it?"
+"A file named %1 already exists. Do you want to "
+"overwrite it?"
 msgstr ""
-"Ja existeix un fitxer anomenat %1. Voleu 
sobreescriure'l?"
+"Ja existeix un fitxer anomenat %1. Voleu "
+"sobreescriure'l?"
 
 #: pimcommon/widgets/renamefiledialog.cpp:140
 #, kde-format
@@ -1339,11 +1340,11 

commit pimcommon for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-02-10 21:50:42

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.26092 (New)


Package is "pimcommon"

Mon Feb 10 21:50:42 2020 rev:49 rq:771792 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2020-01-11 
14:43:21.233263444 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.26092/pimcommon.changes   
2020-02-10 21:50:45.822102779 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:36:13 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:29:52 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
+
+---

Old:

  pimcommon-19.12.1.tar.xz
  pimcommon-19.12.1.tar.xz.sig

New:

  pimcommon-19.12.2.tar.xz
  pimcommon-19.12.2.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.C736U2/_old  2020-02-10 21:50:46.666103245 +0100
+++ /var/tmp/diff_new_pack.C736U2/_new  2020-02-10 21:50:46.670103248 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
@@ -110,7 +110,7 @@
 %build
 %cmake_kf5 -d build -- -DQTWEBENGINE_SUPPORT_OPTION=TRUE
 
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build


++ pimcommon-19.12.1.tar.xz -> pimcommon-19.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.1/CMakeLists.txt 
new/pimcommon-19.12.2/CMakeLists.txt
--- old/pimcommon-19.12.1/CMakeLists.txt2020-01-07 03:35:21.0 
+0100
+++ new/pimcommon-19.12.2/CMakeLists.txt2020-02-04 03:04:12.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.1")
+set(PIM_VERSION "5.13.2")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.13.1")
-set(LIBKDEPIM_LIB_VERSION "5.13.1")
+set(AKONADICONTACT_LIB_VERSION "5.13.2")
+set(LIBKDEPIM_LIB_VERSION "5.13.2")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KMIME_LIB_VERSION "5.13.1")
-set(KIMAP_LIB_VERSION "5.13.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
-set(AKONADI_VERSION "5.13.1")
+set(KMIME_LIB_VERSION "5.13.2")
+set(KIMAP_LIB_VERSION "5.13.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.2")
+set(AKONADI_VERSION "5.13.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.1/po/ca@valencia/libpimcommon.po 
new/pimcommon-19.12.2/po/ca@valencia/libpimcommon.po
--- old/pimcommon-19.12.1/po/ca@valencia/libpimcommon.po2020-01-07 
03:35:09.0 +0100
+++ new/pimcommon-19.12.2/po/ca@valencia/libpimcommon.po2020-02-04 
03:02:43.0 +0100
@@ -4,14 +4,14 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2012, 2014, 2015, 2016, 2017, 2018, 
2019.
-# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018.
+# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-11-08 03:24+0100\n"
-"PO-Revision-Date: 2019-02-09 18:29+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2019-12-08 20:44+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:124
 #, kde-format
@@ -154,8 +154,8 @@
 "exceptions should be added in the 'Exceptions' tab."
 msgstr ""
 "Totes les paraules es revisen per l'errada comuna de polsar la tecla de "
-"majúscules durant massa temps. Si algunes paraules han d'estar en "
-"majúscules, s'han d'afegir aquestes excepcions a la pestanya «Excepcions»."
+"majúscules durant massa temps. Si 

commit pimcommon for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2020-01-11 14:41:45

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.6675 (New)


Package is "pimcommon"

Sat Jan 11 14:41:45 2020 rev:48 rq:762475 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-12-13 
12:04:56.949389140 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.6675/pimcommon.changes
2020-01-11 14:43:21.233263444 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:36:33 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:

  pimcommon-19.12.0.tar.xz
  pimcommon-19.12.0.tar.xz.sig

New:

  pimcommon-19.12.1.tar.xz
  pimcommon-19.12.1.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.K8jUNS/_old  2020-01-11 14:43:21.641263605 +0100
+++ /var/tmp/diff_new_pack.K8jUNS/_new  2020-01-11 14:43:21.645263607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-19.12.0.tar.xz -> pimcommon-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.0/CMakeLists.txt 
new/pimcommon-19.12.1/CMakeLists.txt
--- old/pimcommon-19.12.0/CMakeLists.txt2019-12-06 02:59:05.0 
+0100
+++ new/pimcommon-19.12.1/CMakeLists.txt2020-01-07 03:35:21.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.13.0")
-set(LIBKDEPIM_LIB_VERSION "5.13.0")
+set(AKONADICONTACT_LIB_VERSION "5.13.1")
+set(LIBKDEPIM_LIB_VERSION "5.13.1")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KMIME_LIB_VERSION "5.13.0")
-set(KIMAP_LIB_VERSION "5.13.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.0")
-set(AKONADI_VERSION "5.13.0")
+set(KMIME_LIB_VERSION "5.13.1")
+set(KIMAP_LIB_VERSION "5.13.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
+set(AKONADI_VERSION "5.13.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.12.0/po/ca/libpimcommon.po 
new/pimcommon-19.12.1/po/ca/libpimcommon.po
--- old/pimcommon-19.12.0/po/ca/libpimcommon.po 2019-12-06 02:59:02.0 
+0100
+++ new/pimcommon-19.12.1/po/ca/libpimcommon.po 2020-01-07 03:35:09.0 
+0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-11-08 03:24+0100\n"
-"PO-Revision-Date: 2019-08-20 21:26+0200\n"
+"PO-Revision-Date: 2019-12-08 20:44+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:124
 #, kde-format
@@ -996,7 +996,7 @@
 #: pimcommon/widgets/purposemenuwidget.cpp:75
 #, kde-format
 msgid "You can find the new request at:%1 "
-msgstr "Podeu trobar la nova sol·licitud a:%1"
+msgstr "Trobareu la nova sol·licitud a:%1"
 
 #: pimcommon/widgets/renamefiledialog.cpp:127
 #, kde-format
@@ -1473,653 +1473,3 @@
 msgctxt "@title:window"
 msgid "Delete Note?"
 msgstr "Suprimeixo la nota?"
-
-#~ msgid "Google Plus"
-#~ msgstr "Google Plus"
-
-#~ msgid "Change the visibility of the password"
-#~ msgstr "Canvia la visibilitat de la contrasenya"
-
-#~ msgid "Authorize"
-#~ msgstr "Autoritza"
-
-#~ msgid "Username:"
-#~ msgstr "Nom d'usuari:"
-
-#~ msgid "Password:"
-#~ 

commit pimcommon for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-12-13 12:03:48

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.4691 (New)


Package is "pimcommon"

Fri Dec 13 12:03:48 2019 rev:47 rq:756340 version:19.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-11-12 
11:41:24.798473154 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.4691/pimcommon.changes
2019-12-13 12:04:56.949389140 +0100
@@ -1,0 +2,26 @@
+Tue Dec 10 06:39:15 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:12:35 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
+- Changes since 19.11.80:
+  * Only build and install designer plugin if it's enabled
+
+---
+Sun Nov 24 15:54:29 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here.
+
+---

Old:

  pimcommon-19.08.3.tar.xz
  pimcommon-19.08.3.tar.xz.sig

New:

  pimcommon-19.12.0.tar.xz
  pimcommon-19.12.0.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.CgBCUF/_old  2019-12-13 12:04:57.497388933 +0100
+++ /var/tmp/diff_new_pack.CgBCUF/_new  2019-12-13 12:04:57.501388931 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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
@@ -16,52 +16,51 @@
 #
 
 
-%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:   pimcommon
-Version:19.08.3
+Version:19.12.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 5.19.0
-BuildRequires:  grantlee5-devel
-BuildRequires:  karchive-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcodecs-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  kpimtextedit-devel >= %{_kapp_version}
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  libkdepim-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  pkgconfig
-BuildRequires:  purpose-devel
-BuildRequires:  sonnet-devel
+BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5AkonadiMime)
+BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IMAP)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5Libkdepim)
+BuildRequires:  cmake(KF5Mime)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5PimTextEdit)
+BuildRequires:  cmake(KF5Purpose)
+BuildRequires:  cmake(KF5Sonnet)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Designer)
-BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  

commit pimcommon for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-11-12 11:40:56

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.2990 (New)


Package is "pimcommon"

Tue Nov 12 11:40:56 2019 rev:46 rq:746990 version:19.08.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-10-14 
13:32:15.774842244 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.2990/pimcommon.changes
2019-11-12 11:41:00.402447470 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 23:13:39 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:

  pimcommon-19.08.2.tar.xz
  pimcommon-19.08.2.tar.xz.sig

New:

  pimcommon-19.08.3.tar.xz
  pimcommon-19.08.3.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.irL64E/_old  2019-11-12 11:41:01.250448363 +0100
+++ /var/tmp/diff_new_pack.irL64E/_new  2019-11-12 11:41:01.254448367 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.08.2
+Version:19.08.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-19.08.2.tar.xz -> pimcommon-19.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.2/CMakeLists.txt 
new/pimcommon-19.08.3/CMakeLists.txt
--- old/pimcommon-19.08.2/CMakeLists.txt2019-10-08 02:30:28.0 
+0200
+++ new/pimcommon-19.08.3/CMakeLists.txt2019-11-05 05:19:15.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -28,14 +28,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.12.1")
-set(LIBKDEPIM_LIB_VERSION "5.12.1")
+set(AKONADICONTACT_LIB_VERSION "5.12.3")
+set(LIBKDEPIM_LIB_VERSION "5.12.3")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KMIME_LIB_VERSION "5.12.1")
-set(KIMAP_LIB_VERSION "5.12.1")
-set(KCONTACTS_LIB_VERSION "5.12.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.12.1")
-set(AKONADI_VERSION "5.12.1")
+set(KMIME_LIB_VERSION "5.12.3")
+set(KIMAP_LIB_VERSION "5.12.3")
+set(KCONTACTS_LIB_VERSION "5.12.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.12.3")
+set(AKONADI_VERSION "5.12.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.2/po/gl/libpimcommon.po 
new/pimcommon-19.08.3/po/gl/libpimcommon.po
--- old/pimcommon-19.08.2/po/gl/libpimcommon.po 2019-10-08 02:30:19.0 
+0200
+++ new/pimcommon-19.08.3/po/gl/libpimcommon.po 2019-11-05 05:19:15.0 
+0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-08-30 07:50+0200\n"
-"PO-Revision-Date: 2019-06-01 19:18+0200\n"
+"PO-Revision-Date: 2019-08-24 16:55+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -209,7 +209,7 @@
 "that matches the way an Internet browser would show a URL."
 msgstr ""
 "Detectar cando se escriba un URL e fornecer formato como o faría un "
-"navegador de internet."
+"navegador de Internet."
 
 #. i18n: ectx: property (text), widget (QCheckBox, autoFormatUrl)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:103
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.2/po/zh_CN/libpimcommon.po 
new/pimcommon-19.08.3/po/zh_CN/libpimcommon.po
--- old/pimcommon-19.08.2/po/zh_CN/libpimcommon.po  2019-10-08 
02:30:27.0 +0200
+++ new/pimcommon-19.08.3/po/zh_CN/libpimcommon.po  2019-11-05 
05:19:15.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-08-30 07:50+0200\n"
-"PO-Revision-Date: 2019-09-05 09:50\n"
+"PO-Revision-Date: 2019-10-09 10:04\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit pimcommon for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-10-14 13:32:13

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.2352 (New)


Package is "pimcommon"

Mon Oct 14 13:32:13 2019 rev:45 rq:737869 version:19.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-09-09 
12:29:11.617649250 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.2352/pimcommon.changes
2019-10-14 13:32:15.774842244 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:43:28 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:

  pimcommon-19.08.1.tar.xz
  pimcommon-19.08.1.tar.xz.sig

New:

  pimcommon-19.08.2.tar.xz
  pimcommon-19.08.2.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.mroiCh/_old  2019-10-14 13:32:16.534840263 +0200
+++ /var/tmp/diff_new_pack.mroiCh/_new  2019-10-14 13:32:16.542840243 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.08.1
+Version:19.08.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-19.08.1.tar.xz -> pimcommon-19.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.1/CMakeLists.txt 
new/pimcommon-19.08.2/CMakeLists.txt
--- old/pimcommon-19.08.1/CMakeLists.txt2019-09-03 03:50:44.0 
+0200
+++ new/pimcommon-19.08.2/CMakeLists.txt2019-10-08 02:30:28.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(pimcommon VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.1/po/cs/libpimcommon.po 
new/pimcommon-19.08.2/po/cs/libpimcommon.po
--- old/pimcommon-19.08.1/po/cs/libpimcommon.po 2019-09-03 03:50:40.0 
+0200
+++ new/pimcommon-19.08.2/po/cs/libpimcommon.po 2019-10-08 02:30:17.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.
-# Vit Pelcak , 2012, 2013, 2014, 2015, 2016, 2017, 2018.
+# Vit Pelcak , 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-08-30 07:50+0200\n"
-"PO-Revision-Date: 2018-06-15 16:06+0100\n"
+"PO-Revision-Date: 2019-09-19 13:52+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,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 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:124
 #, kde-format
@@ -978,12 +978,12 @@
 #: pimcommon/widgets/purposemenuwidget.cpp:73
 #, kde-format
 msgid "File was shared."
-msgstr ""
+msgstr "Soubor byl sdílen."
 
 #: pimcommon/widgets/purposemenuwidget.cpp:75
 #, kde-format
 msgid "You can find the new request at:%1 "
-msgstr ""
+msgstr "Nový požadavek naleznete na:%1 "
 
 #: pimcommon/widgets/renamefiledialog.cpp:127
 #, kde-format
@@ -1235,7 +1235,7 @@
 #, kde-format
 msgctxt "type of folder content"
 msgid "Tasks"
-msgstr "Úkoly"
+msgstr "Úlohy"
 
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:62
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:172
@@ -1317,8 +1317,8 @@
 "it is not known who will go to those events."
 msgstr ""
 "Toto nastavení určuje, kteří uživatelé sdílející tuto složku mohou zjistit "
-"stav vašeho \"zaneprázdnění\" a vidět upozornění na události a úkoly v této "
-"složce. Nastavení platí pouze pro složky kalendáře a úkolů (v případě úkolů "
+"stav vašeho \"zaneprázdnění\" a vidět upozornění na události a úlohy v této "
+"složce. Nastavení platí pouze pro složky kalendáře a úloh (v případě úkolů "
 "se vztahuje pouze na upozornění).\n"
 "\n"
 "Příklad použití: pokud šéf sdílí složku se svou sekretářkou, měl by být jako "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.1/po/es/libpimcommon.po 
new/pimcommon-19.08.2/po/es/libpimcommon.po
--- 

commit pimcommon for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-09-09 12:29:09

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.7948 (New)


Package is "pimcommon"

Mon Sep  9 12:29:09 2019 rev:44 rq:728950 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-08-16 
15:43:09.137742885 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.7948/pimcommon.changes
2019-09-09 12:29:11.617649250 +0200
@@ -1,0 +2,10 @@
+Thu Sep  5 14:01:24 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
+
+---

Old:

  pimcommon-19.08.0.tar.xz
  pimcommon-19.08.0.tar.xz.sig

New:

  pimcommon-19.08.1.tar.xz
  pimcommon-19.08.1.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.ZZZieQ/_old  2019-09-09 12:29:12.117648602 +0200
+++ /var/tmp/diff_new_pack.ZZZieQ/_new  2019-09-09 12:29:12.117648602 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ pimcommon-19.08.0.tar.xz -> pimcommon-19.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.0/CMakeLists.txt 
new/pimcommon-19.08.1/CMakeLists.txt
--- old/pimcommon-19.08.0/CMakeLists.txt2019-08-09 02:57:58.0 
+0200
+++ new/pimcommon-19.08.1/CMakeLists.txt2019-09-03 03:50:44.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.0")
+set(PIM_VERSION "5.12.1")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -9,6 +9,10 @@
 set(LIBRARY_NAMELINK)
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${ECM_MODULE_PATH})
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
@@ -16,9 +20,6 @@
 
 include(ECMSetupVersion)
 include(FeatureSummary)
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 include(ECMInstallIcons)
@@ -27,14 +28,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.12.0")
-set(LIBKDEPIM_LIB_VERSION "5.12.0")
+set(AKONADICONTACT_LIB_VERSION "5.12.1")
+set(LIBKDEPIM_LIB_VERSION "5.12.1")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KMIME_LIB_VERSION "5.12.0")
-set(KIMAP_LIB_VERSION "5.12.0")
-set(KCONTACTS_LIB_VERSION "5.12.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.12.0")
-set(AKONADI_VERSION "5.12.0")
+set(KMIME_LIB_VERSION "5.12.1")
+set(KIMAP_LIB_VERSION "5.12.1")
+set(KCONTACTS_LIB_VERSION "5.12.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.12.1")
+set(AKONADI_VERSION "5.12.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.0/po/ar/libpimcommon.po 
new/pimcommon-19.08.1/po/ar/libpimcommon.po
--- old/pimcommon-19.08.0/po/ar/libpimcommon.po 2019-08-09 02:57:56.0 
+0200
+++ new/pimcommon-19.08.1/po/ar/libpimcommon.po 2019-09-03 03:50:39.0 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-06-25 03:08+0200\n"
+"POT-Creation-Date: 2019-08-30 07:50+0200\n"
 "PO-Revision-Date: 2018-01-29 16:37+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.08.0/po/bs/libpimcommon.po 
new/pimcommon-19.08.1/po/bs/libpimcommon.po
--- old/pimcommon-19.08.0/po/bs/libpimcommon.po 2019-08-09 02:57:56.0 
+0200
+++ new/pimcommon-19.08.1/po/bs/libpimcommon.po 2019-09-03 03:50:39.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-06-25 03:08+0200\n"
+"POT-Creation-Date: 2019-08-30 07:50+0200\n"
 "PO-Revision-Date: 2014-02-09 16:28+0100\n"
 "Last-Translator: Samir Ribić \n"
 "Language-Team: Bosnian\n"

commit pimcommon for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-08-16 15:43:03

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.22127 (New)


Package is "pimcommon"

Fri Aug 16 15:43:03 2019 rev:43 rq:723769 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-07-26 
12:25:34.534427242 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.22127/pimcommon.changes   
2019-08-16 15:43:09.137742885 +0200
@@ -1,0 +2,40 @@
+Fri Aug  9 08:32:29 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:52 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:59:08 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:
+  * Remove unused includes
+  * When we use framework 5.59.0 we can use new logging file directory
+  * Use QVector here
+  * It was fixed in 5.13.0beta2
+  * Remove the now unused GenericGrantleeFormatter
+  * metainfo.yaml: Fix cmakename, is own top-level entry
+  * It's enabled  by default
+  * Clean up. It was enabled by default from 1 release
+  * Simplify GenericGrantleeFormatter
+  * Don't use const'ref
+  * Use new connect api
+  * Remove MinimumComboBox
+  * Make purpose required now
+
+---

Old:

  pimcommon-19.04.3.tar.xz

New:

  applications.keyring
  pimcommon-19.08.0.tar.xz
  pimcommon-19.08.0.tar.xz.sig



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.qsLdki/_old  2019-08-16 15:43:09.821742686 +0200
+++ /var/tmp/diff_new_pack.qsLdki/_new  2019-08-16 15:43:09.825742685 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.04.3
+Version:19.08.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
-URL:http://www.kde.org
-Source0:%{name}-%{version}.tar.xz
+URL:https://www.kde.org
+Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
 BuildRequires:  karchive-devel
@@ -102,7 +106,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build -- -DQTWEBENGINE_SUPPORT_OPTION=TRUE

++ pimcommon-19.04.3.tar.xz -> pimcommon-19.08.0.tar.xz ++
 7389 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-07-26 12:25:31

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.4126 (New)


Package is "pimcommon"

Fri Jul 26 12:25:31 2019 rev:42 rq:716746 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-07-16 
08:36:31.507358106 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.4126/pimcommon.changes
2019-07-26 12:25:34.534427242 +0200
@@ -1,0 +2,5 @@
+Thu Jul 18 21:56:58 UTC 2019 - Stefan Brüns 
+
+- Use kf5_debugdir macro for specifying the logging categories location
+
+---



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.13yGHZ/_old  2019-07-26 12:25:35.710426455 +0200
+++ /var/tmp/diff_new_pack.13yGHZ/_new  2019-07-26 12:25:35.714426453 +0200
@@ -121,8 +121,8 @@
 %postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
 
 %files
-%config %{_kf5_configdir}/pimcommon.categories
-%config %{_kf5_configdir}/pimcommon.renamecategories
+%{_kf5_debugdir}/pimcommon.categories
+%{_kf5_debugdir}/pimcommon.renamecategories
 
 %files devel
 %license COPYING*




commit pimcommon for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-07-16 08:36:30

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.1887 (New)


Package is "pimcommon"

Tue Jul 16 08:36:30 2019 rev:41 rq:715218 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-06-13 
22:58:46.407709459 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.1887/pimcommon.changes
2019-07-16 08:36:31.507358106 +0200
@@ -1,0 +2,10 @@
+Sat Jul 13 07:26:39 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
+- Changes since 19.04.2:
+  * Google plus is dead.
+
+---

Old:

  pimcommon-19.04.2.tar.xz

New:

  pimcommon-19.04.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.KKmnUQ/_old  2019-07-16 08:36:32.095357670 +0200
+++ /var/tmp/diff_new_pack.KKmnUQ/_new  2019-07-16 08:36:32.095357670 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-19.04.2.tar.xz -> pimcommon-19.04.3.tar.xz ++
 2851 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-06-13 22:58:45

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.4811 (New)


Package is "pimcommon"

Thu Jun 13 22:58:45 2019 rev:40 rq:708709 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-05-14 
13:28:03.602978562 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.4811/pimcommon.changes
2019-06-13 22:58:46.407709459 +0200
@@ -1,0 +2,9 @@
+Fri Jun 07 12:51:57 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
+- No code changes since 19.04.1
+
+---

Old:

  pimcommon-19.04.1.tar.xz

New:

  pimcommon-19.04.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.DNl6iY/_old  2019-06-13 22:58:47.035708953 +0200
+++ /var/tmp/diff_new_pack.DNl6iY/_new  2019-06-13 22:58:47.039708949 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-19.04.1.tar.xz -> pimcommon-19.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.1/CMakeLists.txt 
new/pimcommon-19.04.2/CMakeLists.txt
--- old/pimcommon-19.04.1/CMakeLists.txt2019-05-07 03:02:23.0 
+0200
+++ new/pimcommon-19.04.2/CMakeLists.txt2019-06-04 02:21:09.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.11.1")
+set(PIM_VERSION "5.11.2")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.11.1")
-set(LIBKDEPIM_LIB_VERSION "5.11.1")
+set(AKONADICONTACT_LIB_VERSION "5.11.2")
+set(LIBKDEPIM_LIB_VERSION "5.11.2")
 set(QT_REQUIRED_VERSION "5.10.0")
-set(KMIME_LIB_VERSION "5.11.1")
-set(KIMAP_LIB_VERSION "5.11.1")
-set(KCONTACTS_LIB_VERSION "5.11.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.11.1")
-set(AKONADI_VERSION "5.11.1")
+set(KMIME_LIB_VERSION "5.11.2")
+set(KIMAP_LIB_VERSION "5.11.2")
+set(KCONTACTS_LIB_VERSION "5.11.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.11.2")
+set(AKONADI_VERSION "5.11.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.1/po/ar/libpimcommon.po 
new/pimcommon-19.04.2/po/ar/libpimcommon.po
--- old/pimcommon-19.04.1/po/ar/libpimcommon.po 2019-05-07 03:01:25.0 
+0200
+++ new/pimcommon-19.04.2/po/ar/libpimcommon.po 2019-06-04 02:21:09.0 
+0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-03-25 07:54+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:44+0200\n"
 "PO-Revision-Date: 2018-01-29 16:37+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.1/po/bs/libpimcommon.po 
new/pimcommon-19.04.2/po/bs/libpimcommon.po
--- old/pimcommon-19.04.1/po/bs/libpimcommon.po 2019-05-07 03:01:27.0 
+0200
+++ new/pimcommon-19.04.2/po/bs/libpimcommon.po 2019-06-04 02:21:09.0 
+0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-03-25 07:54+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:44+0200\n"
 "PO-Revision-Date: 2014-02-09 16:28+0100\n"
 "Last-Translator: Samir Ribić \n"
 "Language-Team: Bosnian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.1/po/ca/libpimcommon.po 
new/pimcommon-19.04.2/po/ca/libpimcommon.po
--- old/pimcommon-19.04.1/po/ca/libpimcommon.po 2019-05-07 03:01:28.0 
+0200
+++ new/pimcommon-19.04.2/po/ca/libpimcommon.po 2019-06-04 02:21:09.0 
+0200
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libpimcommon\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-03-25 07:54+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;

commit pimcommon for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-05-14 13:28:00

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.5148 (New)


Package is "pimcommon"

Tue May 14 13:28:00 2019 rev:39 rq:702337 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-05-03 
22:25:19.780079691 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.5148/pimcommon.changes
2019-05-14 13:28:03.602978562 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:19 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
+- Changes since 19.04.0:
+  * QUIET was not a good idea here. So we didn't inform that we didn't find 
purpose.
+
+---

Old:

  pimcommon-19.04.0.tar.xz

New:

  pimcommon-19.04.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.fGWsIj/_old  2019-05-14 13:28:04.274980313 +0200
+++ /var/tmp/diff_new_pack.fGWsIj/_new  2019-05-14 13:28:04.274980313 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-19.04.0.tar.xz -> pimcommon-19.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.0/CMakeLists.txt 
new/pimcommon-19.04.1/CMakeLists.txt
--- old/pimcommon-19.04.0/CMakeLists.txt2019-04-12 02:17:09.0 
+0200
+++ new/pimcommon-19.04.1/CMakeLists.txt2019-05-07 03:02:23.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.11.0")
-set(LIBKDEPIM_LIB_VERSION "5.11.0")
+set(AKONADICONTACT_LIB_VERSION "5.11.1")
+set(LIBKDEPIM_LIB_VERSION "5.11.1")
 set(QT_REQUIRED_VERSION "5.10.0")
-set(KMIME_LIB_VERSION "5.11.0")
-set(KIMAP_LIB_VERSION "5.11.0")
-set(KCONTACTS_LIB_VERSION "5.11.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.11.0")
-set(AKONADI_VERSION "5.11.0")
+set(KMIME_LIB_VERSION "5.11.1")
+set(KIMAP_LIB_VERSION "5.11.1")
+set(KCONTACTS_LIB_VERSION "5.11.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.11.1")
+set(AKONADI_VERSION "5.11.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
@@ -63,7 +63,7 @@
 find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
 
-find_package(KF5Purpose CONFIG QUIET)
+find_package(KF5Purpose CONFIG)
 set_package_properties(KF5Purpose PROPERTIES DESCRIPTION "Support for sharing 
file"
TYPE OPTIONAL
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-19.04.0/po/ko/libpimcommon.po 
new/pimcommon-19.04.1/po/ko/libpimcommon.po
--- old/pimcommon-19.04.0/po/ko/libpimcommon.po 2019-04-12 02:17:09.0 
+0200
+++ new/pimcommon-19.04.1/po/ko/libpimcommon.po 2019-05-07 03:01:56.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 , 2013, 2014, 2015, 2016, 2017, 2018.
+# Shinjo Park , 2013, 2014, 2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-03-25 07:54+0100\n"
-"PO-Revision-Date: 2018-08-15 12:34+0100\n"
-"Last-Translator: Shinjo Park \n"
-"Language-Team: Korean \n"
+"PO-Revision-Date: 2015-11-09 23:35+0100\n"
+"Last-Translator: Shinjo Park \n"
+"Language-Team: Korean \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -385,10 +385,9 @@
 msgstr "지우기"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:64
-#, fuzzy, kde-format
-#| msgid "Share On..."
+#, kde-format
 msgid "Share..."
-msgstr "다음으로 공유..."
+msgstr "공유..."
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:102
 #: pimcommon/translator/translatordebugdialog.cpp:81
@@ -970,23 +969,22 @@
 #: pimcommon/widgets/purposemenuwidget.cpp:81
 #, kde-format
 msgid "There was a problem sharing the document: %1"
-msgstr ""
+msgstr "문서 공유 중 문제 발생: %1"
 
 #: 

commit pimcommon for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-05-03 22:25:15

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.5148 (New)


Package is "pimcommon"

Fri May  3 22:25:15 2019 rev:38 rq:699905 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-04-26 
22:51:38.685422711 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.5148/pimcommon.changes
2019-05-03 22:25:19.780079691 +0200
@@ -1,0 +2,8 @@
+Wed May  1 15:54:48 UTC 2019 - wba...@tmo.at
+
+- Add purpose-devel BuildRequires to enable filesharing, without it
+  the "Share Text" plugin is completely useless but still shows up
+  in kmail's plugin settings (and just adds a disabled menu entry
+  if enabled)
+
+---



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.oz8MMu/_old  2019-05-03 22:25:20.416080995 +0200
+++ /var/tmp/diff_new_pack.oz8MMu/_new  2019-05-03 22:25:20.416080995 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libkdepim-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pkgconfig
+BuildRequires:  purpose-devel
 BuildRequires:  sonnet-devel
 BuildRequires:  cmake(KF5AkonadiMime)
 BuildRequires:  cmake(Qt5Designer)




commit pimcommon for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-04-26 22:51:37

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.5536 (New)


Package is "pimcommon"

Fri Apr 26 22:51:37 2019 rev:37 rq:696363 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-03-11 
11:13:35.641374415 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.5536/pimcommon.changes
2019-04-26 22:51:38.685422711 +0200
@@ -1,0 +2,36 @@
+Sat Apr 20 06:51:59 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
+- Changes since 19.03.90:
+  * Fix the kconfig detection with older CMake versions.
+
+---
+Tue Apr 09 20:54:45 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:
+  * Fix crash when applying collection ACL changes (kde#405975)
+  * Make it compiles without foreach
+  * Remove extra margin
+  * Convert to camelcase include
+  * Fix: no install not exported class
+  * Workaround qt5.13 bug
+  * Stricter use of constness for Attribute, preparing for changes in akonadi
+
+---
+Wed Mar 27 06:41:11 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:
+  * Too many changes to list here
+
+---

Old:

  pimcommon-18.12.3.tar.xz

New:

  pimcommon-19.04.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.hpq0Hi/_old  2019-04-26 22:51:39.293422400 +0200
+++ /var/tmp/diff_new_pack.hpq0Hi/_new  2019-04-26 22:51:39.297422398 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-18.12.3.tar.xz -> pimcommon-19.04.0.tar.xz ++
 7865 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-03-11 11:13:33

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.28833 (New)


Package is "pimcommon"

Mon Mar 11 11:13:33 2019 rev:36 rq:683296 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-02-14 
14:22:12.743963881 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.28833/pimcommon.changes   
2019-03-11 11:13:35.641374415 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:26 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:
+  * No code changes since 18.12.2
+
+---

Old:

  pimcommon-18.12.2.tar.xz

New:

  pimcommon-18.12.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.coa9yr/_old  2019-03-11 11:13:36.297374218 +0100
+++ /var/tmp/diff_new_pack.coa9yr/_new  2019-03-11 11:13:36.297374218 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-18.12.2.tar.xz -> pimcommon-18.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.2/CMakeLists.txt 
new/pimcommon-18.12.3/CMakeLists.txt
--- old/pimcommon-18.12.2/CMakeLists.txt2019-02-05 01:51:47.0 
+0100
+++ new/pimcommon-18.12.3/CMakeLists.txt2019-03-05 01:27:06.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.2")
+set(PIM_VERSION "5.10.3")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.10.2")
-set(LIBKDEPIM_LIB_VERSION "5.10.2")
+set(AKONADICONTACT_LIB_VERSION "5.10.3")
+set(LIBKDEPIM_LIB_VERSION "5.10.3")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.10.2")
-set(KIMAP_LIB_VERSION "5.10.2")
-set(KCONTACTS_LIB_VERSION "5.10.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
-set(AKONADI_VERSION "5.10.2")
+set(KMIME_LIB_VERSION "5.10.3")
+set(KIMAP_LIB_VERSION "5.10.3")
+set(KCONTACTS_LIB_VERSION "5.10.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.3")
+set(AKONADI_VERSION "5.10.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.2/po/ca/libpimcommon.po 
new/pimcommon-18.12.3/po/ca/libpimcommon.po
--- old/pimcommon-18.12.2/po/ca/libpimcommon.po 2019-02-05 01:51:46.0 
+0100
+++ new/pimcommon-18.12.3/po/ca/libpimcommon.po 2019-03-05 01:27:06.0 
+0100
@@ -166,7 +166,7 @@
 msgstr ""
 "Conver dos caràcters en majúscules en un en majúscules i un en "
 "minúscules\n"
-" (exemple: PErfecte a Perfecte)"
+" (per exemple: PErfecte a Perfecte)"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreDoubleSpace)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:73
@@ -1746,7 +1746,7 @@
 #~ msgstr "Arranjament de WebDav"
 
 #~ msgid "Service Location (e.g. https://dav.example.com/)"
-#~ msgstr "Ubicació del servei (p.ex. https://dav.exemple.com/)"
+#~ msgstr "Ubicació del servei (p. ex. https://dav.exemple.com/)"
 
 #~ msgid "Public location (Optional)"
 #~ msgstr "Ubicació pública (opcional)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.2/po/ca@valencia/libpimcommon.po 
new/pimcommon-18.12.3/po/ca@valencia/libpimcommon.po
--- old/pimcommon-18.12.2/po/ca@valencia/libpimcommon.po2019-02-05 
01:51:46.0 +0100
+++ new/pimcommon-18.12.3/po/ca@valencia/libpimcommon.po2019-03-05 
01:27:06.0 +0100
@@ -167,7 +167,7 @@
 msgstr ""
 "Conver dos caràcters en majúscules en un en majúscules i un en "
 "minúscules\n"
-" (exemple: PErfecte a Perfecte)"
+" (per exemple: PErfecte a Perfecte)"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreDoubleSpace)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:73
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.2/po/lt/libpimcommon.po 
new/pimcommon-18.12.3/po/lt/libpimcommon.po
--- old/pimcommon-18.12.2/po/lt/libpimcommon.po 

commit pimcommon for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-02-14 14:22:11

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.28833 (New)


Package is "pimcommon"

Thu Feb 14 14:22:11 2019 rev:35 rq:673878 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2019-01-21 
10:17:04.906272400 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.28833/pimcommon.changes   
2019-02-14 14:22:12.743963881 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:25:30 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:

  pimcommon-18.12.1.tar.xz

New:

  pimcommon-18.12.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.UcpxAq/_old  2019-02-14 14:22:13.155963685 +0100
+++ /var/tmp/diff_new_pack.UcpxAq/_new  2019-02-14 14:22:13.159963683 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-18.12.1.tar.xz -> pimcommon-18.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.1/CMakeLists.txt 
new/pimcommon-18.12.2/CMakeLists.txt
--- old/pimcommon-18.12.1/CMakeLists.txt2019-01-08 01:21:10.0 
+0100
+++ new/pimcommon-18.12.2/CMakeLists.txt2019-02-05 01:51:47.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.10.1")
-set(LIBKDEPIM_LIB_VERSION "5.10.1")
+set(AKONADICONTACT_LIB_VERSION "5.10.2")
+set(LIBKDEPIM_LIB_VERSION "5.10.2")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.10.1")
-set(KIMAP_LIB_VERSION "5.10.1")
-set(KCONTACTS_LIB_VERSION "5.10.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.1")
-set(AKONADI_VERSION "5.10.1")
+set(KMIME_LIB_VERSION "5.10.2")
+set(KIMAP_LIB_VERSION "5.10.2")
+set(KCONTACTS_LIB_VERSION "5.10.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
+set(AKONADI_VERSION "5.10.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.1/po/zh_CN/libpimcommon.po 
new/pimcommon-18.12.2/po/zh_CN/libpimcommon.po
--- old/pimcommon-18.12.1/po/zh_CN/libpimcommon.po  2019-01-08 
01:21:10.0 +0100
+++ new/pimcommon-18.12.2/po/zh_CN/libpimcommon.po  2019-02-05 
01:51:47.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:59+0100\n"
-"PO-Revision-Date: 2019-01-05 20:50\n"
+"PO-Revision-Date: 2019-01-27 23:05\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.1/po/zh_TW/libpimcommon.po 
new/pimcommon-18.12.2/po/zh_TW/libpimcommon.po
--- old/pimcommon-18.12.1/po/zh_TW/libpimcommon.po  2019-01-08 
01:21:10.0 +0100
+++ new/pimcommon-18.12.2/po/zh_TW/libpimcommon.po  2019-02-05 
01:51:47.0 +0100
@@ -1395,22 +1395,19 @@
 msgstr "建立資源實體失敗:%1"
 
 #: pimcommonakonadi/widgets/annotationdialog.cpp:75
-#, fuzzy, kde-format
-#| msgid "Edit Note"
+#, kde-format
 msgctxt "@title:window"
 msgid "Edit Note"
 msgstr "編輯備忘"
 
 #: pimcommonakonadi/widgets/annotationdialog.cpp:78
-#, fuzzy, kde-format
-#| msgid "Delete Note"
+#, kde-format
 msgctxt "@action:button"
 msgid "Delete Note"
 msgstr "刪除備忘"
 
 #: pimcommonakonadi/widgets/annotationdialog.cpp:82
-#, fuzzy, kde-format
-#| msgid "Add Note"
+#, kde-format
 msgctxt "@title:window"
 msgid "Add Note"
 msgstr "新增備忘"
@@ -1421,22 +1418,19 @@
 msgstr "輸入要在郵件中存成備忘的文字:"
 
 #: pimcommonakonadi/widgets/annotationdialog.cpp:97
-#, fuzzy, kde-format
-#| msgid "Note type:"
+#, kde-format
 msgctxt "@label:listbox"
 msgid "Note type:"
 msgstr "通知型態:"
 
 #: pimcommonakonadi/widgets/annotationdialog.cpp:101
-#, fuzzy, kde-format
-#| msgid "Private note"
+#, kde-format

commit pimcommon for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2019-01-21 10:17:04

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.28833 (New)


Package is "pimcommon"

Mon Jan 21 10:17:04 2019 rev:34 rq:665249 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-12-19 
13:38:03.464241973 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.28833/pimcommon.changes   
2019-01-21 10:17:04.906272400 +0100
@@ -1,0 +2,10 @@
+Fri Jan 11 05:42:47 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:

  pimcommon-18.12.0.tar.xz

New:

  pimcommon-18.12.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.7aH3fG/_old  2019-01-21 10:17:05.402271900 +0100
+++ /var/tmp/diff_new_pack.7aH3fG/_new  2019-01-21 10:17:05.402271900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pimcommon
-Version:18.12.0
+Version:18.12.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ pimcommon-18.12.0.tar.xz -> pimcommon-18.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.0/CMakeLists.txt 
new/pimcommon-18.12.1/CMakeLists.txt
--- old/pimcommon-18.12.0/CMakeLists.txt2018-12-07 01:50:07.0 
+0100
+++ new/pimcommon-18.12.1/CMakeLists.txt2019-01-08 01:21:10.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.10.0")
-set(LIBKDEPIM_LIB_VERSION "5.10.0")
+set(AKONADICONTACT_LIB_VERSION "5.10.1")
+set(LIBKDEPIM_LIB_VERSION "5.10.1")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.10.0")
-set(KIMAP_LIB_VERSION "5.10.0")
-set(KCONTACTS_LIB_VERSION "5.10.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.0")
-set(AKONADI_VERSION "5.10.0")
+set(KMIME_LIB_VERSION "5.10.1")
+set(KIMAP_LIB_VERSION "5.10.1")
+set(KCONTACTS_LIB_VERSION "5.10.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.1")
+set(AKONADI_VERSION "5.10.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.12.0/po/zh_CN/libpimcommon.po 
new/pimcommon-18.12.1/po/zh_CN/libpimcommon.po
--- old/pimcommon-18.12.0/po/zh_CN/libpimcommon.po  2018-12-07 
01:50:07.0 +0100
+++ new/pimcommon-18.12.1/po/zh_CN/libpimcommon.po  2019-01-08 
01:21:10.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:59+0100\n"
-"PO-Revision-Date: 2018-11-12 09:22\n"
+"PO-Revision-Date: 2019-01-05 20:50\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -386,10 +386,9 @@
 msgstr "清除"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:64
-#, fuzzy, kde-format
-#| msgid "Share On..."
+#, kde-format
 msgid "Share..."
-msgstr "分享到..."
+msgstr "分享..."
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:103
 #: pimcommon/translator/translatordebugdialog.cpp:81
@@ -971,23 +970,22 @@
 #: pimcommon/widgets/purposemenuwidget.cpp:83
 #, kde-format
 msgid "There was a problem sharing the document: %1"
-msgstr ""
+msgstr "共享文档出错:%1"
 
 #: pimcommon/widgets/purposemenuwidget.cpp:84
-#, fuzzy, kde-format
-#| msgid "Share On..."
+#, kde-format
 msgid "Share"
-msgstr "分享到..."
+msgstr "共享"
 
 #: pimcommon/widgets/purposemenuwidget.cpp:88
 #, kde-format
 msgid "File was shared."
-msgstr ""
+msgstr "文件已共享。"
 
 #: pimcommon/widgets/purposemenuwidget.cpp:90
 #, kde-format
 msgid "You can find the new request at:%1 "
-msgstr ""
+msgstr "您的新请求位于:%1 "
 
 #: pimcommon/widgets/renamefiledialog.cpp:127
 #, 

commit pimcommon for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-12-19 13:38:02

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new.28833 (New)


Package is "pimcommon"

Wed Dec 19 13:38:02 2018 rev:33 rq:658501 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-11-12 
09:33:24.437849460 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.28833/pimcommon.changes   
2018-12-19 13:38:03.464241973 +0100
@@ -1,0 +2,49 @@
+Fri Dec 14 06:09:23 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:56:27 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 potential mem leak
+  * Fix mem leak found in kmail plugin found by asan.
+
+---
+Tue Nov 20 06:23:05 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:57:36 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:
+  * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
+  * License maintenance: GPLv2 -> GPLv2+
+  * Fix minor EBN issues
+  * Remove duplicate line
+  * Add purpose support here
+  * Install config-pimcommon.h
+  * improve autotest
+  * Prepare autotest
+  * Move widget here
+  * increase version
+  * It shouldn't be needed to Q_DECLARE_METATYPE with QList any longer
+  * Add statusbar support
+  * use new syntax
+  * Don't use QChar as const'ref
+
+---
@@ -47 +96 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -107 +156 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -217 +266 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -283 +332 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -376 +425 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php

Old:

  pimcommon-18.08.3.tar.xz

New:

  pimcommon-18.12.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FoCqrE/_old  2018-12-19 13:38:04.116241046 +0100
+++ /var/tmp/diff_new_pack.FoCqrE/_new  2018-12-19 13:38:04.120241040 +0100
@@ -16,18 +16,17 @@
 #
 
 
-%bcond_without lang
-
-Name:   pimcommon
-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:   pimcommon
+Version:18.12.0
+Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
@@ -61,7 +60,6 @@
 Recommends: %{name}-lang
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the pimcommon library, used by several KDE PIM
@@ -118,18 +116,15 @@
 
 %post -n libKF5PimCommon5  -p /sbin/ldconfig
 %postun -n libKF5PimCommon5 -p /sbin/ldconfig
-
 %post -n libKF5PimCommonAkonadi5  -p /sbin/ldconfig
 %postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %config %{_kf5_configdir}/pimcommon.categories
 %config %{_kf5_configdir}/pimcommon.renamecategories
 
 %files devel
-%defattr(-,root,root)

commit pimcommon for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-11-12 09:33:14

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Nov 12 09:33:14 2018 rev:32 rq:648135 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-10-15 
09:36:57.383731154 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-11-12 
09:33:24.437849460 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:44:18 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:

  pimcommon-18.08.2.tar.xz

New:

  pimcommon-18.08.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.UQiwrx/_old  2018-11-12 09:33:24.997848766 +0100
+++ /var/tmp/diff_new_pack.UQiwrx/_new  2018-11-12 09:33:25.001848762 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.08.2.tar.xz -> pimcommon-18.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.2/CMakeLists.txt 
new/pimcommon-18.08.3/CMakeLists.txt
--- old/pimcommon-18.08.2/CMakeLists.txt2018-10-09 02:36:30.0 
+0200
+++ new/pimcommon-18.08.3/CMakeLists.txt2018-11-06 01:22:24.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.9.2")
-set(LIBKDEPIM_LIB_VERSION "5.9.2")
+set(AKONADICONTACT_LIB_VERSION "5.9.3")
+set(LIBKDEPIM_LIB_VERSION "5.9.3")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.9.2")
-set(KIMAP_LIB_VERSION "5.9.2")
-set(KCONTACTS_LIB_VERSION "5.9.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.2")
-set(AKONADI_VERSION "5.9.2")
+set(KMIME_LIB_VERSION "5.9.3")
+set(KIMAP_LIB_VERSION "5.9.3")
+set(KCONTACTS_LIB_VERSION "5.9.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.3")
+set(AKONADI_VERSION "5.9.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.2/po/pl/libpimcommon.po 
new/pimcommon-18.08.3/po/pl/libpimcommon.po
--- old/pimcommon-18.08.2/po/pl/libpimcommon.po 2018-10-09 02:36:30.0 
+0200
+++ new/pimcommon-18.08.3/po/pl/libpimcommon.po 2018-11-06 01:22:24.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 03:40+0200\n"
-"PO-Revision-Date: 2018-01-28 06:04+0100\n"
+"PO-Revision-Date: 2018-10-13 11:03+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -270,8 +270,8 @@
 #, kde-format
 msgid "Add non breaking space before specific punctuation marks in French text"
 msgstr ""
-"Dodaj nie łamiący odstęp przed charakterystycznymi znakami interpunkcyjnymi "
-"w tekście francuskim"
+"Dodaj niełamiący odstęp przed charakterystycznymi znakami interpunkcyjnymi w "
+"tekście francuskim"
 
 #. i18n: ectx: attribute (title), widget (QWidget, tab_3)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:278
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.2/po/zh_CN/libpimcommon.po 
new/pimcommon-18.08.3/po/zh_CN/libpimcommon.po
--- old/pimcommon-18.08.2/po/zh_CN/libpimcommon.po  2018-10-09 
02:36:30.0 +0200
+++ new/pimcommon-18.08.3/po/zh_CN/libpimcommon.po  2018-11-06 
01:22:24.0 +0100
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 03:40+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"




commit pimcommon for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-10-15 09:36:49

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Oct 15 09:36:49 2018 rev:31 rq:641609 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-09-13 
23:59:44.734029162 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-10-15 
09:36:57.383731154 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:07:18 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:

  pimcommon-18.08.1.tar.xz

New:

  pimcommon-18.08.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.D19T0e/_old  2018-10-15 09:36:58.019730568 +0200
+++ /var/tmp/diff_new_pack.D19T0e/_new  2018-10-15 09:36:58.019730568 +0200
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.08.1.tar.xz -> pimcommon-18.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.1/CMakeLists.txt 
new/pimcommon-18.08.2/CMakeLists.txt
--- old/pimcommon-18.08.1/CMakeLists.txt2018-09-04 03:08:19.0 
+0200
+++ new/pimcommon-18.08.2/CMakeLists.txt2018-10-09 02:36:30.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.9.1")
-set(LIBKDEPIM_LIB_VERSION "5.9.1")
+set(AKONADICONTACT_LIB_VERSION "5.9.2")
+set(LIBKDEPIM_LIB_VERSION "5.9.2")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.9.1")
-set(KIMAP_LIB_VERSION "5.9.1")
-set(KCONTACTS_LIB_VERSION "5.9.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.1")
-set(AKONADI_VERSION "5.9.1")
+set(KMIME_LIB_VERSION "5.9.2")
+set(KIMAP_LIB_VERSION "5.9.2")
+set(KCONTACTS_LIB_VERSION "5.9.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.2")
+set(AKONADI_VERSION "5.9.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.1/po/pt_BR/libpimcommon.po 
new/pimcommon-18.08.2/po/pt_BR/libpimcommon.po
--- old/pimcommon-18.08.1/po/pt_BR/libpimcommon.po  2018-09-04 
03:08:19.0 +0200
+++ new/pimcommon-18.08.2/po/pt_BR/libpimcommon.po  2018-10-09 
02:36:30.0 +0200
@@ -1,14 +1,14 @@
 # Translation of libpimcommon.po to Brazilian Portuguese
-# Copyright (C) 2012-2016 This_file_is_part_of_KDE
+# Copyright (C) 2012-2018 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# André Marcelo Alvarenga , 2012, 2013, 2014, 2015, 2016.
+# André Marcelo Alvarenga , 2012, 2013, 2014, 2015, 2016, 
2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 03:40+0200\n"
-"PO-Revision-Date: 2016-05-01 23:32-0300\n"
+"PO-Revision-Date: 2018-09-11 22:31-0300\n"
 "Last-Translator: André Marcelo Alvarenga \n"
 "Language-Team: Brazilian Portuguese \n"
 "Language: pt_BR\n"
@@ -86,7 +86,7 @@
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:643
 #, kde-format
 msgid "Please save changes before exporting settings."
-msgstr ""
+msgstr "Salve as alterações antes de exportar as configurações."
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:643
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:646
@@ -366,10 +366,9 @@
 msgstr "Importar..."
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:140
-#, fuzzy, kde-format
-#| msgid "Add..."
+#, kde-format
 msgid "..."
-msgstr "Adicionar..."
+msgstr "..."
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:142
 #, kde-format
@@ -379,13 +378,13 @@
 #: pimcommon/configureplugins/configurepluginswidget.cpp:56
 #, kde-format
 msgid "Restart 

commit pimcommon for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-09-13 23:59:44

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Thu Sep 13 23:59:44 2018 rev:30 rq:634198 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-08-22 
14:15:45.753699166 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-09-13 
23:59:44.734029162 +0200
@@ -1,0 +2,10 @@
+Thu Sep 06 18:43:14 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:
+  * None
+
+---

Old:

  pimcommon-18.08.0.tar.xz

New:

  pimcommon-18.08.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.pNkrSm/_old  2018-09-13 23:59:45.090028891 +0200
+++ /var/tmp/diff_new_pack.pNkrSm/_new  2018-09-13 23:59:45.094028887 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.08.0.tar.xz -> pimcommon-18.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.0/CMakeLists.txt 
new/pimcommon-18.08.1/CMakeLists.txt
--- old/pimcommon-18.08.0/CMakeLists.txt2018-08-10 02:15:44.0 
+0200
+++ new/pimcommon-18.08.1/CMakeLists.txt2018-09-04 03:08:19.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.9.0")
-set(LIBKDEPIM_LIB_VERSION "5.9.0")
+set(AKONADICONTACT_LIB_VERSION "5.9.1")
+set(LIBKDEPIM_LIB_VERSION "5.9.1")
 set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.9.0")
-set(KIMAP_LIB_VERSION "5.9.0")
-set(KCONTACTS_LIB_VERSION "5.9.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.0")
-set(AKONADI_VERSION "5.9.0")
+set(KMIME_LIB_VERSION "5.9.1")
+set(KIMAP_LIB_VERSION "5.9.1")
+set(KCONTACTS_LIB_VERSION "5.9.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.1")
+set(AKONADI_VERSION "5.9.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.0/po/fi/libpimcommon.po 
new/pimcommon-18.08.1/po/fi/libpimcommon.po
--- old/pimcommon-18.08.0/po/fi/libpimcommon.po 2018-08-10 02:15:44.0 
+0200
+++ new/pimcommon-18.08.1/po/fi/libpimcommon.po 2018-09-04 03:08:17.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 03:40+0200\n"
-"PO-Revision-Date: 2018-01-22 17:19+0200\n"
+"PO-Revision-Date: 2017-09-08 10:54+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -1033,10 +1033,11 @@
 msgid "New Value"
 msgstr "Uusi arvo"
 
+# *** TARKISTA: ID tuntuu johtavan harhaan. Viesti näytetään, kun painaa 
Poista-painiketta asetusten kohdassa KMailin asetukset > Kirjoittaminen > 
Merkistö jokin luettelon merkistöistä valittuna. Korjataan muuksi, jos tätä 
käytetään jossain muuallakin
 #: pimcommon/widgets/simplestringlisteditor.cpp:285
 #, kde-format
 msgid "Do you want to remove selected text?"
-msgstr "Haluatko poistaa valitun tekstin?"
+msgstr "Haluatko poistaa valitun merkistökoodauksen?"
 
 #: pimcommon/widgets/simplestringlisteditor.cpp:297
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.08.0/po/ko/libpimcommon.po 
new/pimcommon-18.08.1/po/ko/libpimcommon.po
--- old/pimcommon-18.08.0/po/ko/libpimcommon.po 2018-08-10 02:15:44.0 
+0200
+++ new/pimcommon-18.08.1/po/ko/libpimcommon.po 2018-09-04 03:08:18.0 
+0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2013, 2014, 2015, 2016, 2017.
+# Shinjo Park , 2013, 2014, 2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 03:40+0200\n"
-"PO-Revision-Date: 2017-12-03 22:25+0100\n"
-"Last-Translator: Shinjo Park \n"
+"PO-Revision-Date: 2015-11-09 23:35+0100\n"

commit pimcommon for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-08-22 14:15:43

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Aug 22 14:15:43 2018 rev:29 rq:630171 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-07-18 
22:46:17.756481529 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-08-22 
14:15:45.753699166 +0200
@@ -1,0 +2,30 @@
+Thu Aug 16 22:08:16 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:
+  * None
+
+---
+Thu Jul 26 13:01:06 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
+  * Increase version
+  * Don't use deprecated api
+  * Fix shouldLoadSaveAutocorrection.
+  * Move PimCommon::SieveSyntaxHighlighterUtil to KSieveUi
+  * It's already initialized in header
+  * Fix support when we expand contact
+  * Make it async.
+  * Move code in aclmodifyjob. Next step, change it as async
+  * Add missing override
+  * Fix metainfo.yaml
+
+---

Old:

  pimcommon-18.04.3.tar.xz

New:

  pimcommon-18.08.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.GgLgH6/_old  2018-08-22 14:15:46.185700189 +0200
+++ /var/tmp/diff_new_pack.GgLgH6/_new  2018-08-22 14:15:46.189700199 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
@@ -58,9 +58,7 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
-%if %{with lang}
 Recommends: %{name}-lang
-%endif
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -102,9 +100,7 @@
 %description -n libKF5PimCommonAkonadi5
 The PimCommon Akonadi library
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q

++ pimcommon-18.04.3.tar.xz -> pimcommon-18.08.0.tar.xz ++
 3107 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-07-18 22:46:16

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Jul 18 22:46:16 2018 rev:28 rq:622768 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-06-13 
15:27:38.034527331 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-07-18 
22:46:17.756481529 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:19 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:

  pimcommon-18.04.2.tar.xz

New:

  pimcommon-18.04.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.sC3k9K/_old  2018-07-18 22:46:18.404479381 +0200
+++ /var/tmp/diff_new_pack.sC3k9K/_new  2018-07-18 22:46:18.404479381 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.04.2.tar.xz -> pimcommon-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.2/CMakeLists.txt 
new/pimcommon-18.04.3/CMakeLists.txt
--- old/pimcommon-18.04.2/CMakeLists.txt2018-06-05 03:34:38.0 
+0200
+++ new/pimcommon-18.04.3/CMakeLists.txt2018-07-10 02:16:17.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.8.2")
-set(LIBKDEPIM_LIB_VERSION "5.8.2")
+set(AKONADICONTACT_LIB_VERSION "5.8.3")
+set(LIBKDEPIM_LIB_VERSION "5.8.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.2")
-set(KIMAP_LIB_VERSION "5.8.2")
-set(KCONTACTS_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
+set(KMIME_LIB_VERSION "5.8.3")
+set(KIMAP_LIB_VERSION "5.8.3")
+set(KCONTACTS_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.2/po/ca/libpimcommon.po 
new/pimcommon-18.04.3/po/ca/libpimcommon.po
--- old/pimcommon-18.04.2/po/ca/libpimcommon.po 2018-06-05 03:34:35.0 
+0200
+++ new/pimcommon-18.04.3/po/ca/libpimcommon.po 2018-07-10 02:16:17.0 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-05 06:18+0200\n"
-"PO-Revision-Date: 2018-01-06 22:40+0100\n"
+"PO-Revision-Date: 2018-06-23 19:08+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -34,7 +34,7 @@
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:370
 #, kde-format
 msgid "\"Replace\" string is the same as \"Find\" string."
-msgstr "La cadena «Substitueix» és el mateix que la cadena «Cerca»."
+msgstr "La cadena «Substitueix» és la mateixa que la cadena «Cerca»."
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:370
 #, kde-format
@@ -176,7 +176,7 @@
 "mistake which is quite hard to find in formatted text."
 msgstr ""
 "Assegura que no es pot escriure més d'un espai, ja que aquest és un error "
-"comú bastant difícil de trobar en text formatat."
+"comú bastant difícil de trobar en el text formatat."
 
 #. i18n: ectx: property (text), widget (QCheckBox, ignoreDoubleSpace)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:76
@@ -528,7 +528,7 @@
 #: pimcommon/templatewidgets/templatelistwidget.cpp:245
 #, kde-format
 msgid "'%1' is not a template file"
-msgstr "«%1» no és cap fitxer de plantilla"
+msgstr "«%1» no és un fitxer de plantilla"
 
 #: pimcommon/templatewidgets/templatelistwidget.cpp:245
 #, kde-format
@@ -1355,7 +1355,7 @@
 #: pimcommonakonadi/util/createresource.cpp:78
 #, kde-format
 msgid "Resource type '%1' is not available."
-msgstr "El tipus de recurs «%1» no és disponible."
+msgstr "El tipus de recurs «%1» no està disponible."
 
 #: pimcommonakonadi/util/createresource.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit pimcommon for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-06-13 15:27:36

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Jun 13 15:27:36 2018 rev:27 rq:615635 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-05-16 
11:35:08.126396233 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-06-13 
15:27:38.034527331 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:07:04 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:

  pimcommon-18.04.1.tar.xz

New:

  pimcommon-18.04.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.gUPXKp/_old  2018-06-13 15:27:38.742501258 +0200
+++ /var/tmp/diff_new_pack.gUPXKp/_new  2018-06-13 15:27:38.74650 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.04.1.tar.xz -> pimcommon-18.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.1/CMakeLists.txt 
new/pimcommon-18.04.2/CMakeLists.txt
--- old/pimcommon-18.04.1/CMakeLists.txt2018-05-08 02:24:56.0 
+0200
+++ new/pimcommon-18.04.2/CMakeLists.txt2018-06-05 03:34:38.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.8.1")
-set(LIBKDEPIM_LIB_VERSION "5.8.1")
+set(AKONADICONTACT_LIB_VERSION "5.8.2")
+set(LIBKDEPIM_LIB_VERSION "5.8.2")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.1")
-set(KIMAP_LIB_VERSION "5.8.1")
-set(KCONTACTS_LIB_VERSION "5.8.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.1")
-set(AKONADI_VERSION "5.8.1")
+set(KMIME_LIB_VERSION "5.8.2")
+set(KIMAP_LIB_VERSION "5.8.2")
+set(KCONTACTS_LIB_VERSION "5.8.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
+set(AKONADI_VERSION "5.8.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.1/po/fi/libpimcommon.po 
new/pimcommon-18.04.2/po/fi/libpimcommon.po
--- old/pimcommon-18.04.1/po/fi/libpimcommon.po 2018-05-08 02:24:56.0 
+0200
+++ new/pimcommon-18.04.2/po/fi/libpimcommon.po 2018-06-05 03:34:35.0 
+0200
@@ -1,7 +1,7 @@
 # KDE Finnish translation sprint participants:
 # Author: Artnay
 # Author: Lliehu
-# Tommi Nieminen , 2013, 2014, 2016, 2017, 2018.
+# Tommi Nieminen , 2013, 2014, 2017.
 # Lasse Liehu , 2013, 2014, 2015, 2016.
 # Jiri Grönroos , 2013.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.1/po/sr/libpimcommon.po 
new/pimcommon-18.04.2/po/sr/libpimcommon.po
--- old/pimcommon-18.04.1/po/sr/libpimcommon.po 2018-05-08 02:24:56.0 
+0200
+++ new/pimcommon-18.04.2/po/sr/libpimcommon.po 2018-06-05 03:34:37.0 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-01-06 03:07+0100\n"
+"POT-Creation-Date: 2018-04-05 06:18+0200\n"
 "PO-Revision-Date: 2017-12-03 22:53+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
@@ -289,8 +289,8 @@
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:504
 #: pimcommon/templatewidgets/templatelistwidget.cpp:190
 #: pimcommon/widgets/simplestringlisteditor.cpp:285
-#: pimcommonakonadi/acl/aclmanager.cpp:282
-#: pimcommonakonadi/acl/aclmanager.cpp:289
+#: pimcommonakonadi/acl/aclmanager.cpp:298
+#: pimcommonakonadi/acl/aclmanager.cpp:305
 #, kde-format
 msgid "Remove"
 msgstr "Уклони"
@@ -1109,32 +1109,32 @@
 msgid "Folder cannot be administrated."
 msgstr "Фасцикла не може да се администрира."
 
-#: pimcommonakonadi/acl/aclmanager.cpp:178
+#: pimcommonakonadi/acl/aclmanager.cpp:173
 #, kde-format
 msgid "Add Entry..."
 msgstr "Додај унос..."
 
-#: pimcommonakonadi/acl/aclmanager.cpp:183
+#: pimcommonakonadi/acl/aclmanager.cpp:178
 #, kde-format
 msgid "Edit Entry..."
 msgstr "Уреди унос..."
 
-#: 

commit pimcommon for openSUSE:Factory

2018-05-16 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed May 16 11:34:34 2018 rev:26 rq:607280 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-04-25 
09:55:33.303601532 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-05-16 
11:35:08.126396233 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:18:25 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:

  pimcommon-18.04.0.tar.xz

New:

  pimcommon-18.04.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.mw6GR1/_old  2018-05-16 11:35:08.898368156 +0200
+++ /var/tmp/diff_new_pack.mw6GR1/_new  2018-05-16 11:35:08.902368011 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-18.04.0.tar.xz -> pimcommon-18.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.0/CMakeLists.txt 
new/pimcommon-18.04.1/CMakeLists.txt
--- old/pimcommon-18.04.0/CMakeLists.txt2018-04-13 02:17:23.0 
+0200
+++ new/pimcommon-18.04.1/CMakeLists.txt2018-05-08 02:24:56.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.8.0")
-set(LIBKDEPIM_LIB_VERSION "5.8.0")
+set(AKONADICONTACT_LIB_VERSION "5.8.1")
+set(LIBKDEPIM_LIB_VERSION "5.8.1")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.0")
-set(KIMAP_LIB_VERSION "5.8.0")
-set(KCONTACTS_LIB_VERSION "5.8.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.0")
-set(AKONADI_VERSION "5.8.0")
+set(KMIME_LIB_VERSION "5.8.1")
+set(KIMAP_LIB_VERSION "5.8.1")
+set(KCONTACTS_LIB_VERSION "5.8.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.1")
+set(AKONADI_VERSION "5.8.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.0/po/gl/libpimcommon.po 
new/pimcommon-18.04.1/po/gl/libpimcommon.po
--- old/pimcommon-18.04.0/po/gl/libpimcommon.po 2018-04-13 02:17:23.0 
+0200
+++ new/pimcommon-18.04.1/po/gl/libpimcommon.po 2018-05-08 02:24:56.0 
+0200
@@ -4,14 +4,14 @@
 # Adrian Chaves Fernandez , 2013, 2015, 2016, 2017.
 # Marce Villarino , 2013, 2014.
 # Xosé , 2014.
-# Adrián Chaves (Gallaecio) , 2017.
+# Adrián Chaves (Gallaecio) , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-05 06:18+0200\n"
-"PO-Revision-Date: 2017-11-16 20:57+0100\n"
-"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"PO-Revision-Date: 2018-04-29 16:29+0100\n"
+"Last-Translator: Adrian Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -90,7 +90,7 @@
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:643
 #, kde-format
 msgid "Please save changes before exporting settings."
-msgstr ""
+msgstr "Garde os cambios antes de exportar a configuración."
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:643
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:646
@@ -369,10 +369,9 @@
 msgstr "Importar…"
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:140
-#, fuzzy, kde-format
-#| msgid "Add..."
+#, kde-format
 msgid "..."
-msgstr "Engadir…"
+msgstr "…"
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:142
 #, kde-format
@@ -382,13 +381,13 @@
 #: pimcommon/configureplugins/configurepluginswidget.cpp:56
 #, kde-format
 msgid "Restart is necessary for applying the changes."
-msgstr ""
+msgstr "Necesítase reiniciar para aplicar os cambios."
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:36
 #: pimcommon/logactivities/logactivitiesdialog.cpp:44
 #, kde-format
 msgid "Log activities"
-msgstr ""

commit pimcommon for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-04-25 09:55:08

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Apr 25 09:55:08 2018 rev:25 rq:599153 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-03-20 
21:42:26.168401884 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-04-25 
09:55:33.303601532 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:50:08 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:10:17 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:

  pimcommon-17.12.3.tar.xz

New:

  pimcommon-18.04.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.k3YX0T/_old  2018-04-25 09:55:33.803583193 +0200
+++ /var/tmp/diff_new_pack.k3YX0T/_new  2018-04-25 09:55:33.803583193 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.12.3.tar.xz -> pimcommon-18.04.0.tar.xz ++
 21422 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-03-20 21:42:18

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Tue Mar 20 21:42:18 2018 rev:24 rq:585667 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-02-12 
10:05:50.241782624 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-03-20 
21:42:26.168401884 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:32 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:
+  * None
+
+---

Old:

  pimcommon-17.12.2.tar.xz

New:

  pimcommon-17.12.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.Sqf62A/_old  2018-03-20 21:42:26.744381153 +0100
+++ /var/tmp/diff_new_pack.Sqf62A/_new  2018-03-20 21:42:26.752380865 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -71,7 +71,7 @@
 
 %package devel
 Summary:Development package for pimcommon
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   akonadi-contacts-devel
 Requires:   akonadi-server-devel
@@ -86,7 +86,7 @@
 
 %package -n libKF5PimCommon5
 Summary:The PimCommon Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 
@@ -95,7 +95,7 @@
 
 %package -n libKF5PimCommonAkonadi5
 Summary:The PimCommon Akonadi Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 

++ pimcommon-17.12.2.tar.xz -> pimcommon-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.2/CMakeLists.txt 
new/pimcommon-17.12.3/CMakeLists.txt
--- old/pimcommon-17.12.2/CMakeLists.txt2018-02-06 01:44:41.0 
+0100
+++ new/pimcommon-17.12.3/CMakeLists.txt2018-03-06 01:33:03.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION "5.7.2")
+set(AKONADICONTACT_LIB_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.2")
-set(KIMAP_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(KIMAP_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.2/po/nb/libpimcommon.po 
new/pimcommon-17.12.3/po/nb/libpimcommon.po
--- old/pimcommon-17.12.2/po/nb/libpimcommon.po 2018-02-06 01:44:41.0 
+0100
+++ new/pimcommon-17.12.3/po/nb/libpimcommon.po 2018-03-06 01:33:03.0 
+0100
@@ -1,11 +1,11 @@
-# Translation of libpimcommon to Norwegian Bokmål
+# Translation of storageservices to Norwegian Bokmål
 #
 # Bjørn Steensrud , 2012, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-08-29 03:10+0200\n"
+"POT-Creation-Date: 2017-11-17 05:47+0100\n"
 "PO-Revision-Date: 2014-04-26 13:13+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -83,7 +83,13 @@
 msgid "Save config"
 msgstr "Lagre oppsett"
 
-#: 

commit pimcommon for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-02-12 10:05:50

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Feb 12 10:05:50 2018 rev:23 rq:575136 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-01-17 
21:54:50.948938694 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-02-12 
10:05:50.241782624 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:15 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:

  pimcommon-17.12.1.tar.xz

New:

  pimcommon-17.12.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.CV9e0a/_old  2018-02-12 10:05:50.949757107 +0100
+++ /var/tmp/diff_new_pack.CV9e0a/_new  2018-02-12 10:05:50.953756963 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.12.1.tar.xz -> pimcommon-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.1/CMakeLists.txt 
new/pimcommon-17.12.2/CMakeLists.txt
--- old/pimcommon-17.12.1/CMakeLists.txt2018-01-09 02:20:51.0 
+0100
+++ new/pimcommon-17.12.2/CMakeLists.txt2018-02-06 01:44:41.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.7.1")
-set(LIBKDEPIM_LIB_VERSION "5.7.1")
+set(AKONADICONTACT_LIB_VERSION "5.7.2")
+set(LIBKDEPIM_LIB_VERSION "5.7.2")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.1")
-set(KIMAP_LIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
-set(AKONADI_VERSION "5.7.1")
+set(KMIME_LIB_VERSION "5.7.2")
+set(KIMAP_LIB_VERSION "5.7.2")
+set(KCONTACTS_LIB_VERSION "5.7.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.1/po/ca/libpimcommon.po 
new/pimcommon-17.12.2/po/ca/libpimcommon.po
--- old/pimcommon-17.12.1/po/ca/libpimcommon.po 2018-01-09 02:20:50.0 
+0100
+++ new/pimcommon-17.12.2/po/ca/libpimcommon.po 2018-02-06 01:44:41.0 
+0100
@@ -1439,653 +1439,3 @@
 msgctxt "@title:window"
 msgid "Delete Note?"
 msgstr "Suprimeixo la nota?"
-
-#~ msgid "Change the visibility of the password"
-#~ msgstr "Canvia la visibilitat de la contrasenya"
-
-#~ msgid "Authorize"
-#~ msgstr "Autoritza"
-
-#~ msgid "Username:"
-#~ msgstr "Nom d'usuari:"
-
-#~ msgid "Password:"
-#~ msgstr "Contrasenya:"
-
-#~ msgid "Authorization canceled."
-#~ msgstr "Autorització cancel·lada."
-
-#~ msgid "Unknown Error \"%1\""
-#~ msgstr "Error desconegut «%1»"
-
-#~ msgid "Box"
-#~ msgstr "Box"
-
-#~ msgid ""
-#~ "Box.com is a file hosting that offers cloud storage, file "
-#~ "synchronization, and client software."
-#~ msgstr ""
-#~ "Box.com és un servei d'allotjament de fitxers que ofereix emmagatzematge "
-#~ "en el núvol, sincronització de fitxers i programari client."
-
-#~ msgid "Folder"
-#~ msgstr "Carpeta"
-
-#~ msgid "New name"
-#~ msgstr "Nom nou"
-
-#~ msgid "Some characters are not allowed."
-#~ msgstr "Alguns caràcters no estan permesos."
-
-#~ msgid "New name:"
-#~ msgstr "Nom nou:"
-
-#~ msgid "Some characters (%1) are not allowed."
-#~ msgstr "Alguns caràcters (%1) no estan permesos."
-
-#~ msgid "Delete"
-#~ msgstr "Suprimeix"
-
-#~ msgid "Delete File"
-#~ msgstr "Suprimeix el fitxer"
-
-#~ msgid "Delete Folder"
-#~ msgstr "Suprimeix la carpeta"
-
-#~ msgid "Delete Files"
-#~ msgstr "Suprimeix els fitxers"
-
-#~ msgid "Delete Folders"
-#~ msgstr "Suprimeix les carpetes"
-
-#~ msgid "Select file/folder to delete:"
-#~ msgstr "Seleccioneu el fitxer/carpeta per a suprimir:"
-
-#~ msgid "Download File"
-#~ msgstr "Descarrega un fitxer"
-
-#~ msgid "Download"
-#~ msgstr "Descarrega"
-
-#~ msgid "Select file to download:"
-#~ msgstr "Seleccioneu un fitxer a descarregar:"
-
-#~ msgid ""
-#~ "A 

commit pimcommon for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-01-17 21:54:23

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Jan 17 21:54:23 2018 rev:22 rq:564413 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-12-18 
08:55:43.929735237 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-01-17 
21:54:50.948938694 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:41:28 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:

  pimcommon-17.12.0.tar.xz

New:

  pimcommon-17.12.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.LiJfAJ/_old  2018-01-17 21:54:51.456914933 +0100
+++ /var/tmp/diff_new_pack.LiJfAJ/_new  2018-01-17 21:54:51.456914933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.12.0.tar.xz -> pimcommon-17.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.0/CMakeLists.txt 
new/pimcommon-17.12.1/CMakeLists.txt
--- old/pimcommon-17.12.0/CMakeLists.txt2017-12-08 02:04:46.0 
+0100
+++ new/pimcommon-17.12.1/CMakeLists.txt2018-01-09 02:20:51.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.0")
+set(PIM_VERSION "5.7.1")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.7.0")
-set(LIBKDEPIM_LIB_VERSION "5.7.0")
+set(AKONADICONTACT_LIB_VERSION "5.7.1")
+set(LIBKDEPIM_LIB_VERSION "5.7.1")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.0")
-set(KIMAP_LIB_VERSION "5.7.0")
-set(KCONTACTS_LIB_VERSION "5.7.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.0")
-set(AKONADI_VERSION "5.7.0")
+set(KMIME_LIB_VERSION "5.7.1")
+set(KIMAP_LIB_VERSION "5.7.1")
+set(KCONTACTS_LIB_VERSION "5.7.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
+set(AKONADI_VERSION "5.7.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.0/po/cs/libpimcommon.po 
new/pimcommon-17.12.1/po/cs/libpimcommon.po
--- old/pimcommon-17.12.0/po/cs/libpimcommon.po 2017-12-08 02:04:45.0 
+0100
+++ new/pimcommon-17.12.1/po/cs/libpimcommon.po 2018-01-09 02:20:50.0 
+0100
@@ -1112,13 +1112,10 @@
 msgstr "Přejete si si skutečně odejmout tato přístupová práva k této složce?"
 
 #: pimcommonakonadi/acl/aclmodifyjob.cpp:181
-#, fuzzy, kde-format
-#| msgid ""
-#| "Do you really want to apply this folders permissions on the "
-#| "subdirectories:"
+#, kde-format
 msgid ""
 "Do you really want to apply the folder's permissions to these subfolders?"
-msgstr "Opravdu si přejete aplikovat oprávnění této složky na podadresáře:"
+msgstr ""
 
 #: pimcommonakonadi/acl/aclmodifyjob.cpp:183
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.12.0/po/es/libpimcommon.po 
new/pimcommon-17.12.1/po/es/libpimcommon.po
--- old/pimcommon-17.12.0/po/es/libpimcommon.po 2017-12-08 02:04:45.0 
+0100
+++ new/pimcommon-17.12.1/po/es/libpimcommon.po 2018-01-09 02:20:50.0 
+0100
@@ -2,14 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Javier Viñal , 2012, 2013, 2014, 2015, 2016, 2017.
-# Javier Vinal , 2017.
+# Javier Vinal , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-17 05:47+0100\n"
-"PO-Revision-Date: 2017-11-13 16:31+0100\n"
-"Last-Translator: Javier Vinal \n"
+"PO-Revision-Date: 2018-01-05 23:34+0100\n"
+"Last-Translator: 

commit pimcommon for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-12-18 08:55:42

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Dec 18 08:55:42 2017 rev:21 rq:556292 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-11-16 
14:33:55.934076326 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-12-18 
08:55:43.929735237 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:12 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:
+  * Adapt to Qt 5.10 rc2 API changes
+  * Define kf5_version
+  * Fix generate list of languages
+
+---
+Sat Dec 02 10:12:39 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:59:42 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:

  pimcommon-17.08.3.tar.xz

New:

  pimcommon-17.12.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FEDbIJ/_old  2017-12-18 08:55:44.501707625 +0100
+++ /var/tmp/diff_new_pack.FEDbIJ/_new  2017-12-18 08:55:44.505707432 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.08.3.tar.xz -> pimcommon-17.12.0.tar.xz ++
 58916 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-11-16 14:33:53

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Thu Nov 16 14:33:53 2017 rev:20 rq:540976 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-10-23 
16:35:06.591742073 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-11-16 
14:33:55.934076326 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:13:12 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:
+  * None
+
+---

Old:

  pimcommon-17.08.2.tar.xz

New:

  pimcommon-17.08.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.QyVzcM/_old  2017-11-16 14:33:56.578052983 +0100
+++ /var/tmp/diff_new_pack.QyVzcM/_new  2017-11-16 14:33:56.578052983 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.08.2.tar.xz -> pimcommon-17.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.2/CMakeLists.txt 
new/pimcommon-17.08.3/CMakeLists.txt
--- old/pimcommon-17.08.2/CMakeLists.txt2017-10-10 02:19:05.0 
+0200
+++ new/pimcommon-17.08.3/CMakeLists.txt2017-11-07 02:30:19.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.2")
+set(PIM_VERSION "5.6.3")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -26,15 +26,15 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.6.2")
-set(AKONADICONTACT_LIB_VERSION "5.6.2")
-set(LIBKDEPIM_LIB_VERSION "5.6.2")
+set(AKONADIMIME_LIB_VERSION "5.6.3")
+set(AKONADICONTACT_LIB_VERSION "5.6.3")
+set(LIBKDEPIM_LIB_VERSION "5.6.3")
 set(QT_REQUIRED_VERSION "5.7.0")
-set(KMIME_LIB_VERSION "5.6.2")
-set(KIMAP_LIB_VERSION "5.6.2")
-set(KCONTACTS_LIB_VERSION "5.6.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.2")
-set(AKONADI_VERSION "5.6.2")
+set(KMIME_LIB_VERSION "5.6.3")
+set(KIMAP_LIB_VERSION "5.6.3")
+set(KCONTACTS_LIB_VERSION "5.6.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.3")
+set(AKONADI_VERSION "5.6.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.2/po/tr/libpimcommon.po 
new/pimcommon-17.08.3/po/tr/libpimcommon.po
--- old/pimcommon-17.08.2/po/tr/libpimcommon.po 2017-10-10 02:19:05.0 
+0200
+++ new/pimcommon-17.08.3/po/tr/libpimcommon.po 2017-11-07 02:30:19.0 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-14 03:13+0200\n"
-"PO-Revision-Date: 2017-08-17 08:32+\n"
+"PO-Revision-Date: 2017-10-03 14:28+\n"
 "Last-Translator: Kaan \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.2/po/zh_CN/libpimcommon.po 
new/pimcommon-17.08.3/po/zh_CN/libpimcommon.po
--- old/pimcommon-17.08.2/po/zh_CN/libpimcommon.po  2017-10-10 
02:19:05.0 +0200
+++ new/pimcommon-17.08.3/po/zh_CN/libpimcommon.po  2017-11-07 
02:30:19.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-14 03:13+0200\n"
-"PO-Revision-Date: 2017-09-30 17:48-0400\n"
+"PO-Revision-Date: 2017-10-19 10:50-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit pimcommon for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-10-23 16:35:04

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Oct 23 16:35:04 2017 rev:19 rq:534841 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-09-12 
19:51:53.796589903 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-10-23 
16:35:06.591742073 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:06 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:
+  * Make sure that we show last text
+
+---

Old:

  pimcommon-17.08.1.tar.xz

New:

  pimcommon-17.08.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.74dekV/_old  2017-10-23 16:35:07.123717168 +0200
+++ /var/tmp/diff_new_pack.74dekV/_new  2017-10-23 16:35:07.127716980 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.08.1.tar.xz -> pimcommon-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.1/CMakeLists.txt 
new/pimcommon-17.08.2/CMakeLists.txt
--- old/pimcommon-17.08.1/CMakeLists.txt2017-09-05 02:42:14.0 
+0200
+++ new/pimcommon-17.08.2/CMakeLists.txt2017-10-10 02:19:05.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -26,15 +26,15 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.6.1")
-set(AKONADICONTACT_LIB_VERSION "5.6.1")
-set(LIBKDEPIM_LIB_VERSION "5.6.1")
+set(AKONADIMIME_LIB_VERSION "5.6.2")
+set(AKONADICONTACT_LIB_VERSION "5.6.2")
+set(LIBKDEPIM_LIB_VERSION "5.6.2")
 set(QT_REQUIRED_VERSION "5.7.0")
-set(KMIME_LIB_VERSION "5.6.1")
-set(KIMAP_LIB_VERSION "5.6.1")
-set(KCONTACTS_LIB_VERSION "5.6.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.1")
-set(AKONADI_VERSION "5.6.1")
+set(KMIME_LIB_VERSION "5.6.2")
+set(KIMAP_LIB_VERSION "5.6.2")
+set(KCONTACTS_LIB_VERSION "5.6.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.2")
+set(AKONADI_VERSION "5.6.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.1/po/fi/libpimcommon.po 
new/pimcommon-17.08.2/po/fi/libpimcommon.po
--- old/pimcommon-17.08.1/po/fi/libpimcommon.po 2017-09-05 02:42:13.0 
+0200
+++ new/pimcommon-17.08.2/po/fi/libpimcommon.po 2017-10-10 02:19:04.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-14 03:13+0200\n"
-"PO-Revision-Date: 2016-11-19 15:16+0200\n"
+"PO-Revision-Date: 2017-09-08 10:54+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -376,7 +376,7 @@
 #: pimcommon/logactivities/logactivitiesdialog.cpp:43
 #, kde-format
 msgid "Log activities"
-msgstr ""
+msgstr "Vie toimenpiteet lokiin"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:51
 #: pimcommon/translator/translatorwidget.cpp:259
@@ -392,11 +392,10 @@
 msgstr "Kaikki tiedostot (*)"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:79
-#, fuzzy, kde-format
-#| msgid "Save config"
+#, kde-format
 msgctxt "@title:window"
 msgid "Save Log"
-msgstr "Tallenna asetukset"
+msgstr "Tallenna loki"
 
 #: pimcommon/shareserviceurl/shareserviceurlmanager.cpp:47
 #, kde-format
@@ -951,7 +950,7 @@
 #: pimcommon/widgets/lineeditpassword.cpp:59
 #, kde-format
 msgid "Change the visibility of the password"
-msgstr ""
+msgstr "Vaihda salasanan näkyvyyttä"
 
 #: pimcommon/widgets/lineeditwithcompleter.cpp:40
 #, kde-format
@@ -1171,11 +1170,10 @@
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:54
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:159
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:217
-#, fuzzy, kde-format
-#| msgid "Mail"
+#, kde-format
 msgctxt "type of folder content"
 msgid "Mail"
-msgstr "Sähköposti|/|$[aseta jakomuoto Sähköpostissa]"
+msgstr "Sähköposti"
 
 #: 

commit pimcommon for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-09-12 19:51:51

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Tue Sep 12 19:51:51 2017 rev:18 rq:522665 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-08-24 
17:49:48.506317186 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-09-12 
19:51:53.796589903 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:41 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:
+  * Make sure that we show last text
+
+---

Old:

  pimcommon-17.08.0.tar.xz

New:

  pimcommon-17.08.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.1uAmUf/_old  2017-09-12 19:51:54.384507240 +0200
+++ /var/tmp/diff_new_pack.1uAmUf/_new  2017-09-12 19:51:54.388506677 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.08.0.tar.xz -> pimcommon-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.0/CMakeLists.txt 
new/pimcommon-17.08.1/CMakeLists.txt
--- old/pimcommon-17.08.0/CMakeLists.txt2017-08-11 02:56:34.0 
+0200
+++ new/pimcommon-17.08.1/CMakeLists.txt2017-09-05 02:42:14.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -26,15 +26,15 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.6.0")
-set(AKONADICONTACT_LIB_VERSION "5.6.0")
-set(LIBKDEPIM_LIB_VERSION "5.6.0")
+set(AKONADIMIME_LIB_VERSION "5.6.1")
+set(AKONADICONTACT_LIB_VERSION "5.6.1")
+set(LIBKDEPIM_LIB_VERSION "5.6.1")
 set(QT_REQUIRED_VERSION "5.7.0")
-set(KMIME_LIB_VERSION "5.6.0")
-set(KIMAP_LIB_VERSION "5.6.0")
-set(KCONTACTS_LIB_VERSION "5.6.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.0")
-set(AKONADI_VERSION "5.6.0")
+set(KMIME_LIB_VERSION "5.6.1")
+set(KIMAP_LIB_VERSION "5.6.1")
+set(KCONTACTS_LIB_VERSION "5.6.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.1")
+set(AKONADI_VERSION "5.6.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.0/po/pl/libpimcommon.po 
new/pimcommon-17.08.1/po/pl/libpimcommon.po
--- old/pimcommon-17.08.0/po/pl/libpimcommon.po 2017-08-11 02:56:34.0 
+0200
+++ new/pimcommon-17.08.1/po/pl/libpimcommon.po 2017-09-05 02:42:14.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-14 03:13+0200\n"
-"PO-Revision-Date: 2017-03-25 06:54+0100\n"
+"PO-Revision-Date: 2017-08-12 07:56+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -951,7 +951,7 @@
 #: pimcommon/widgets/lineeditpassword.cpp:59
 #, kde-format
 msgid "Change the visibility of the password"
-msgstr ""
+msgstr "Zmień widoczność hasła"
 
 #: pimcommon/widgets/lineeditwithcompleter.cpp:40
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.0/po/tr/libpimcommon.po 
new/pimcommon-17.08.1/po/tr/libpimcommon.po
--- old/pimcommon-17.08.0/po/tr/libpimcommon.po 2017-08-11 02:56:34.0 
+0200
+++ new/pimcommon-17.08.1/po/tr/libpimcommon.po 2017-09-05 02:42:14.0 
+0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-14 03:13+0200\n"
-"PO-Revision-Date: 2017-06-05 13:38+\n"
-"Last-Translator: Mesutcan \n"
+"PO-Revision-Date: 2017-08-17 08:32+\n"
+"Last-Translator: Kaan \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.08.0/po/zh_CN/libpimcommon.po 
new/pimcommon-17.08.1/po/zh_CN/libpimcommon.po
--- old/pimcommon-17.08.0/po/zh_CN/libpimcommon.po  2017-08-11 
02:56:34.0 +0200
+++ 

commit pimcommon for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-08-24 17:49:44

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Thu Aug 24 17:49:44 2017 rev:17 rq:516485 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-07-25 
11:34:43.668371183 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-08-24 
17:49:48.506317186 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:46:33 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:19:43 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:

  pimcommon-17.04.3.tar.xz

New:

  pimcommon-17.08.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.UenfnV/_old  2017-08-24 17:49:49.486179172 +0200
+++ /var/tmp/diff_new_pack.UenfnV/_new  2017-08-24 17:49:49.506176355 +0200
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+
@@ -58,15 +58,50 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+%if %{with lang}
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the pimcommon library, used by several KDE PIM
 applications.
 
+%package devel
+Summary:Development package for pimcommon
+License:LGPL-2.1+
+Group:  Development/Libraries/KDE
+Requires:   akonadi-contacts-devel
+Requires:   akonadi-server-devel
+Requires:   kconfig-devel
+Requires:   kcontacts-devel
+Requires:   kimap-devel
+Requires:   libKF5PimCommon5 = %{version}
+Requires:   libKF5PimCommonAkonadi5 = %{version}
+
+%description devel
+The development package for the pimcommon libraries
+
+%package -n libKF5PimCommon5
+Summary:The PimCommon Library
+License:LGPL-2.1+
+Group:  System/Libraries
+Requires:   %{name} >= %{version}
+
+%description -n libKF5PimCommon5
+The PimCommon library
+
+%package -n libKF5PimCommonAkonadi5
+Summary:The PimCommon Akonadi Library
+License:LGPL-2.1+
+Group:  System/Libraries
+Requires:   %{name} >= %{version}
+
+%description -n libKF5PimCommonAkonadi5
+The PimCommon Akonadi library
+
 %if %{with lang}
 %lang_package
 %endif
@@ -85,45 +120,12 @@
   %find_lang %{name} --with-man --all-name
 %endif
 
-%package -n libKF5PimCommon5
-Summary:The PimCommon Library
-License:LGPL-2.1+
-Group:  System/Libraries
-Requires:   %{name} >= %{version}
-
-%description -n libKF5PimCommon5
-The PimCommon library
-
 %post -n libKF5PimCommon5  -p /sbin/ldconfig
 %postun -n libKF5PimCommon5 -p /sbin/ldconfig
 
-%package -n libKF5PimCommonAkonadi5
-Summary:The PimCommon Akonadi Library
-License:LGPL-2.1+
-Group:  System/Libraries
-Requires:   %{name} >= %{version}
-
-%description -n libKF5PimCommonAkonadi5
-The PimCommon Akonadi library
-
 %post -n libKF5PimCommonAkonadi5  -p /sbin/ldconfig
 %postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
 
-%package devel
-Summary:Development package for pimcommon
-License:LGPL-2.1+
-Group:  Development/Libraries/KDE
-Requires:   akonadi-contacts-devel
-Requires:   akonadi-server-devel
-Requires:   kconfig-devel
-Requires:   kcontacts-devel
-Requires:   kimap-devel
-Requires:   libKF5PimCommon5 = %{version}
-Requires:   libKF5PimCommonAkonadi5 = %{version}
-
-%description devel
-The development 

commit pimcommon for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-07-25 11:34:42

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Tue Jul 25 11:34:42 2017 rev:16 rq:510817 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-06-12 
15:25:17.176838040 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-07-25 
11:34:43.668371183 +0200
@@ -1,0 +2,10 @@
+Sun Jul 16 08:49:51 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:
+  * None
+
+---

Old:

  pimcommon-17.04.2.tar.xz

New:

  pimcommon-17.04.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.5gvWQi/_old  2017-07-25 11:34:44.188297758 +0200
+++ /var/tmp/diff_new_pack.5gvWQi/_new  2017-07-25 11:34:44.188297758 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.04.2.tar.xz -> pimcommon-17.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.04.2/CMakeLists.txt 
new/pimcommon-17.04.3/CMakeLists.txt
--- old/pimcommon-17.04.2/CMakeLists.txt2017-06-06 02:27:53.0 
+0200
+++ new/pimcommon-17.04.3/CMakeLists.txt2017-07-11 02:29:25.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.2")
+set(PIM_VERSION "5.5.3")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -26,15 +26,15 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.5.2")
-set(AKONADICONTACT_LIB_VERSION "5.5.2")
-set(LIBKDEPIM_LIB_VERSION "5.5.2")
+set(AKONADIMIME_LIB_VERSION "5.5.3")
+set(AKONADICONTACT_LIB_VERSION "5.5.3")
+set(LIBKDEPIM_LIB_VERSION "5.5.3")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.5.2")
-set(KIMAP_LIB_VERSION "5.5.2")
-set(KCONTACTS_LIB_VERSION "5.5.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.5.2")
-set(AKONADI_VERSION "5.5.2")
+set(KMIME_LIB_VERSION "5.5.3")
+set(KIMAP_LIB_VERSION "5.5.3")
+set(KCONTACTS_LIB_VERSION "5.5.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.5.3")
+set(AKONADI_VERSION "5.5.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.04.2/po/fr/libpimcommon.po 
new/pimcommon-17.04.3/po/fr/libpimcommon.po
--- old/pimcommon-17.04.2/po/fr/libpimcommon.po 2017-06-06 02:27:53.0 
+0200
+++ new/pimcommon-17.04.3/po/fr/libpimcommon.po 2017-07-11 02:29:24.0 
+0200
@@ -62,10 +62,9 @@
 msgstr "Importer l'auto-correction LibreOffice"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:562
-#, fuzzy, kde-format
-#| msgid "Import LibreOffice Autocorrection File"
+#, kde-format
 msgid "LibreOffice Autocorrection File (*.data)"
-msgstr "Importer le fichier d'auto-correction LibreOffice"
+msgstr "Fichier d'auto-correction LibreOffice (*.data)"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:565
 #, kde-format
@@ -73,10 +72,9 @@
 msgstr "Importer l'auto-correction KMail"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:566
-#, fuzzy, kde-format
-#| msgid "Export Autocorrection File"
+#, kde-format
 msgid "KMail Autocorrection File (*.xml)"
-msgstr "Exporter le fichier d'auto-correction"
+msgstr "Fichier d'auto-correction KMail (*.xml)"
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:615
 #, kde-format
@@ -365,10 +363,9 @@
 msgstr "Importer..."
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:143
-#, fuzzy, kde-format
-#| msgid "Add..."
+#, kde-format
 msgid "..."
-msgstr "Ajouter..."
+msgstr "…"
 
 #: pimcommon/configureplugins/configurepluginslistwidget.cpp:145
 #, kde-format
@@ -378,13 +375,13 @@
 #: pimcommon/configureplugins/configurepluginswidget.cpp:55
 #, kde-format
 msgid "Restart is necessary for applying the changes."
-msgstr ""
+msgstr "Un redémarrage est nécessaire pour appliquer les changements."
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:35
 #: pimcommon/logactivities/logactivitiesdialog.cpp:43
 #, kde-format
 msgid "Log activities"
-msgstr ""
+msgstr "Journaliser les activités"
 
 #: pimcommon/logactivities/logactivitiesdialog.cpp:51
 #: 

commit pimcommon for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-06-12 15:25:17

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon Jun 12 15:25:17 2017 rev:15 rq:502134 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-05-22 
10:45:10.620419087 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-06-12 
15:25:17.176838040 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:02 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:
+  * Add missing "break"
+
+---

Old:

  pimcommon-17.04.1.tar.xz

New:

  pimcommon-17.04.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.qulRRt/_old  2017-06-12 15:25:17.820747176 +0200
+++ /var/tmp/diff_new_pack.qulRRt/_new  2017-06-12 15:25:17.820747176 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.04.1.tar.xz -> pimcommon-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.04.1/CMakeLists.txt 
new/pimcommon-17.04.2/CMakeLists.txt
--- old/pimcommon-17.04.1/CMakeLists.txt2017-05-09 02:30:36.0 
+0200
+++ new/pimcommon-17.04.2/CMakeLists.txt2017-06-06 02:27:53.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(pimcommon VERSION ${PIM_VERSION})
 
@@ -26,15 +26,15 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.5.1")
-set(AKONADICONTACT_LIB_VERSION "5.5.1")
-set(LIBKDEPIM_LIB_VERSION "5.5.1")
+set(AKONADIMIME_LIB_VERSION "5.5.2")
+set(AKONADICONTACT_LIB_VERSION "5.5.2")
+set(LIBKDEPIM_LIB_VERSION "5.5.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.5.1")
-set(KIMAP_LIB_VERSION "5.5.1")
-set(KCONTACTS_LIB_VERSION "5.5.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.5.1")
-set(AKONADI_VERSION "5.5.1")
+set(KMIME_LIB_VERSION "5.5.2")
+set(KIMAP_LIB_VERSION "5.5.2")
+set(KCONTACTS_LIB_VERSION "5.5.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.5.2")
+set(AKONADI_VERSION "5.5.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-17.04.1/po/en_GB/libpimcommon.po 
new/pimcommon-17.04.2/po/en_GB/libpimcommon.po
--- old/pimcommon-17.04.1/po/en_GB/libpimcommon.po  2017-05-09 
02:30:36.0 +0200
+++ new/pimcommon-17.04.2/po/en_GB/libpimcommon.po  2017-06-06 
02:27:53.0 +0200
@@ -7,9 +7,9 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-22 02:52+0100\n"
-"PO-Revision-Date: 2017-02-26 14:48+\n"
+"PO-Revision-Date: 2017-05-21 17:32+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: English \n"
+"Language-Team: English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1161,8 +1161,7 @@
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:54
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:159
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:217
-#, fuzzy, kde-format
-#| msgid "Mail"
+#, kde-format
 msgctxt "type of folder content"
 msgid "Mail"
 msgstr "Mail"
@@ -1173,7 +1172,7 @@
 #, kde-format
 msgctxt "type of folder content"
 msgid "Calendar"
-msgstr ""
+msgstr "Calendar"
 
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:58
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:165
@@ -1181,17 +1180,15 @@
 #, kde-format
 msgctxt "type of folder content"
 msgid "Contacts"
-msgstr ""
+msgstr "Contacts"
 
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:60
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:168
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:202
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "Add Note"
+#, kde-format
 msgctxt "type of folder content"
 msgid "Notes"
-msgstr "Add Note"
+msgstr "Notes"
 
 #: pimcommonakonadi/collectionpage/collectiontypeutil.cpp:62
 #: 

commit pimcommon for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-05-22 10:45:09

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon May 22 10:45:09 2017 rev:14 rq:496056 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-05-08 
18:59:27.774243478 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-05-22 
10:45:10.620419087 +0200
@@ -1,0 +2,10 @@
+Wed May 17 20:37:43 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:
+  * None
+
+---

Old:

  pimcommon-17.04.0.tar.xz

New:

  pimcommon-17.04.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.DycL9y/_old  2017-05-22 10:45:11.420306349 +0200
+++ /var/tmp/diff_new_pack.DycL9y/_new  2017-05-22 10:45:11.424305785 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-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)

++ pimcommon-17.04.0.tar.xz -> pimcommon-17.04.1.tar.xz ++
 2722 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-05-08 18:59:26

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Mon May  8 18:59:26 2017 rev:13 rq:490525 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-03-15 
01:59:25.547706381 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-05-08 
18:59:27.774243478 +0200
@@ -1,0 +2,37 @@
+Sun Apr 16 10:45:33 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:
+  * Use QFileInfo::exist
+  * USe QFileInfo::exists() static method
+  * Use QByteArrayLiteral
+
+---
+Wed Apr 12 20:26:11 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:
+  * None
+
+---
+Fri Mar 31 18:30:29 UTC 2017 - fab...@ritter-vogt.de
+
+- Build only for architectures compatible with Qt WebEngine
+
+---
+Sat Mar 25 23:10:54 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:

  pimcommon-16.12.3.tar.xz

New:

  pimcommon-17.04.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.N7ctUS/_old  2017-05-08 18:59:28.894085285 +0200
+++ /var/tmp/diff_new_pack.N7ctUS/_new  2017-05-08 18:59:28.898084720 +0200
@@ -16,20 +16,19 @@
 #
 
 
+%bcond_without lang
+
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-server-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
 BuildRequires:  karchive-devel
@@ -52,22 +51,26 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  pkgconfig
 BuildRequires:  sonnet-devel
+BuildRequires:  cmake(KF5AkonadiMime)
 BuildRequires:  cmake(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the pimcommon library, used by several KDE PIM
 applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -78,12 +81,15 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %package -n libKF5PimCommon5
 Summary:The PimCommon Library
 License:LGPL-2.1+
 Group:  System/Libraries
-Requires:   %{name}
+Requires:   %{name} >= %{version}
 
 %description -n libKF5PimCommon5
 The PimCommon library
@@ -91,6 +97,18 @@
 %post -n libKF5PimCommon5  -p /sbin/ldconfig
 %postun -n libKF5PimCommon5 -p /sbin/ldconfig
 
+%package -n libKF5PimCommonAkonadi5
+Summary:The PimCommon Akonadi Library
+License:LGPL-2.1+
+Group:  System/Libraries
+Requires:   %{name} >= %{version}
+
+%description -n libKF5PimCommonAkonadi5
+The PimCommon Akonadi library
+
+%post -n libKF5PimCommonAkonadi5  -p /sbin/ldconfig
+%postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
+
 

commit pimcommon for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-03-15 01:01:04

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Wed Mar 15 01:01:04 2017 rev:12 rq:478281 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-02-13 
07:40:58.412420302 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-03-15 
01:59:25.547706381 +0100
@@ -1,0 +2,11 @@
+Thu Mar  9 12:44:28 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:
+  * Fix regexp
+
+
+---

Old:

  pimcommon-16.12.2.tar.xz

New:

  pimcommon-16.12.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.lLr7wf/_old  2017-03-15 01:59:26.091629483 +0100
+++ /var/tmp/diff_new_pack.lLr7wf/_new  2017-03-15 01:59:26.091629483 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.12.2.tar.xz -> pimcommon-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.12.2/CMakeLists.txt 
new/pimcommon-16.12.3/CMakeLists.txt
--- old/pimcommon-16.12.2/CMakeLists.txt2017-01-16 06:52:16.0 
+0100
+++ new/pimcommon-16.12.3/CMakeLists.txt2017-03-01 22:37:23.0 
+0100
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.4.2")
+set(PIM_VERSION "5.4.3")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.4.2")
-set(AKONADICONTACT_LIB_VERSION "5.4.2")
-set(LIBKDEPIM_LIB_VERSION "5.4.2")
+set(AKONADIMIME_LIB_VERSION "5.4.3")
+set(AKONADICONTACT_LIB_VERSION "5.4.3")
+set(LIBKDEPIM_LIB_VERSION "5.4.3")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.4.2")
-set(KIMAP_LIB_VERSION "5.4.2")
-set(KCONTACTS_LIB_VERSION "5.4.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.2")
-set(AKONADI_VERSION "5.4.2")
+set(KMIME_LIB_VERSION "5.4.3")
+set(KIMAP_LIB_VERSION "5.4.3")
+set(KCONTACTS_LIB_VERSION "5.4.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.3")
+set(AKONADI_VERSION "5.4.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pimcommon-16.12.2/src/sievehighlighter/sievesyntaxhighlighterrules.cpp 
new/pimcommon-16.12.3/src/sievehighlighter/sievesyntaxhighlighterrules.cpp
--- old/pimcommon-16.12.2/src/sievehighlighter/sievesyntaxhighlighterrules.cpp  
2017-01-16 06:52:16.0 +0100
+++ new/pimcommon-16.12.3/src/sievehighlighter/sievesyntaxhighlighterrules.cpp  
2017-03-01 22:37:23.0 +0100
@@ -162,7 +162,7 @@
<< QStringLiteral("\\bsetflag\\b")
<< QStringLiteral("\\baddflag\\b")
<< QStringLiteral("\\bremoveflag\\b")
-   << QStringLiteral("\\hasflag\\b")
+   << QStringLiteral("\\bhasflag\\b")
<< QStringLiteral("\\bdeleteheader\\b")
<< QStringLiteral("\\baddheader\\b")
<< QStringLiteral("\\bnotify\\b")




commit pimcommon for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-02-13 07:40:57

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-01-25 
23:12:42.350953218 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-02-13 
07:40:58.412420302 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 07:23:50 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:

  pimcommon-16.12.1.tar.xz

New:

  pimcommon-16.12.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.jTgrnf/_old  2017-02-13 07:41:00.172166699 +0100
+++ /var/tmp/diff_new_pack.jTgrnf/_new  2017-02-13 07:41:00.172166699 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.12.1.tar.xz -> pimcommon-16.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.12.1/CMakeLists.txt 
new/pimcommon-16.12.2/CMakeLists.txt
--- old/pimcommon-16.12.1/CMakeLists.txt2016-12-27 08:19:52.0 
+0100
+++ new/pimcommon-16.12.2/CMakeLists.txt2017-01-16 06:52:16.0 
+0100
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.4.1")
+set(PIM_VERSION "5.4.2")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.4.1")
-set(AKONADICONTACT_LIB_VERSION "5.4.1")
-set(LIBKDEPIM_LIB_VERSION "5.4.1")
+set(AKONADIMIME_LIB_VERSION "5.4.2")
+set(AKONADICONTACT_LIB_VERSION "5.4.2")
+set(LIBKDEPIM_LIB_VERSION "5.4.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.4.1")
-set(KIMAP_LIB_VERSION "5.4.1")
-set(KCONTACTS_LIB_VERSION "5.4.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
-set(AKONADI_VERSION "5.4.1")
+set(KMIME_LIB_VERSION "5.4.2")
+set(KIMAP_LIB_VERSION "5.4.2")
+set(KCONTACTS_LIB_VERSION "5.4.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.2")
+set(AKONADI_VERSION "5.4.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml PrintSupport)
 




commit pimcommon for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-01-25 23:12:41

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-12-17 
10:57:18.034934460 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-01-25 
23:12:42.350953218 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 09:08:19 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:

  pimcommon-16.12.0.tar.xz

New:

  pimcommon-16.12.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.dYIBmm/_old  2017-01-25 23:12:42.822882032 +0100
+++ /var/tmp/diff_new_pack.dYIBmm/_new  2017-01-25 23:12:42.822882032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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
@@ -17,10 +17,10 @@
 
 
 Name:   pimcommon
-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:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.12.0.tar.xz -> pimcommon-16.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.12.0/CMakeLists.txt 
new/pimcommon-16.12.1/CMakeLists.txt
--- old/pimcommon-16.12.0/CMakeLists.txt2016-12-08 07:02:30.0 
+0100
+++ new/pimcommon-16.12.1/CMakeLists.txt2016-12-27 08:19:52.0 
+0100
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.4.0")
+set(PIM_VERSION "5.4.1")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.4.0")
-set(AKONADICONTACT_LIB_VERSION "5.4.0")
-set(LIBKDEPIM_LIB_VERSION "5.4.0")
+set(AKONADIMIME_LIB_VERSION "5.4.1")
+set(AKONADICONTACT_LIB_VERSION "5.4.1")
+set(LIBKDEPIM_LIB_VERSION "5.4.1")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.4.0")
-set(KIMAP_LIB_VERSION "5.4.0")
-set(KCONTACTS_LIB_VERSION "5.4.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.0")
-set(AKONADI_VERSION "5.4.0")
+set(KMIME_LIB_VERSION "5.4.1")
+set(KIMAP_LIB_VERSION "5.4.1")
+set(KCONTACTS_LIB_VERSION "5.4.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
+set(AKONADI_VERSION "5.4.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml PrintSupport)
 




commit pimcommon for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-11-12 13:33:22

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-10-18 
10:14:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-11-12 
13:33:25.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:12:22 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:

  pimcommon-16.08.2.tar.xz

New:

  pimcommon-16.08.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.WxoOfn/_old  2016-11-12 13:33:26.0 +0100
+++ /var/tmp/diff_new_pack.WxoOfn/_new  2016-11-12 13:33:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.08.2
+Version:16.08.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.08.2.tar.xz -> pimcommon-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.08.2/CMakeLists.txt 
new/pimcommon-16.08.3/CMakeLists.txt
--- old/pimcommon-16.08.2/CMakeLists.txt2016-09-09 17:10:36.0 
+0200
+++ new/pimcommon-16.08.3/CMakeLists.txt2016-10-14 08:54:47.0 
+0200
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.3.2")
+set(PIM_VERSION "5.3.3")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.3.2")
-set(AKONADICONTACT_LIB_VERSION "5.3.2")
-set(LIBKDEPIM_LIB_VERSION "5.3.2")
+set(AKONADIMIME_LIB_VERSION "5.3.3")
+set(AKONADICONTACT_LIB_VERSION "5.3.3")
+set(LIBKDEPIM_LIB_VERSION "5.3.3")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.3.2")
-set(KIMAP_LIB_VERSION "5.3.2")
-set(KCONTACTS_LIB_VERSION "5.3.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.3.2")
-set(AKONADI_VERSION "5.3.2")
+set(KMIME_LIB_VERSION "5.3.3")
+set(KIMAP_LIB_VERSION "5.3.3")
+set(KCONTACTS_LIB_VERSION "5.3.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.3.3")
+set(AKONADI_VERSION "5.3.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml)
 




commit pimcommon for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-10-18 10:14:33

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-09-14 
23:05:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-10-18 
10:14:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:49:08 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  pimcommon-16.08.1.tar.xz

New:

  pimcommon-16.08.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.0gDq5s/_old  2016-10-18 10:14:34.0 +0200
+++ /var/tmp/diff_new_pack.0gDq5s/_new  2016-10-18 10:14:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.08.1.tar.xz -> pimcommon-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.08.1/CMakeLists.txt 
new/pimcommon-16.08.2/CMakeLists.txt
--- old/pimcommon-16.08.1/CMakeLists.txt2016-08-26 08:24:36.0 
+0200
+++ new/pimcommon-16.08.2/CMakeLists.txt2016-09-09 17:10:36.0 
+0200
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.3.1")
+set(PIM_VERSION "5.3.2")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.3.1")
-set(AKONADICONTACT_LIB_VERSION "5.3.1")
-set(LIBKDEPIM_LIB_VERSION "5.3.1")
+set(AKONADIMIME_LIB_VERSION "5.3.2")
+set(AKONADICONTACT_LIB_VERSION "5.3.2")
+set(LIBKDEPIM_LIB_VERSION "5.3.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.3.1")
-set(KIMAP_LIB_VERSION "5.3.1")
-set(KCONTACTS_LIB_VERSION "5.3.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.3.1")
-set(AKONADI_VERSION "5.3.1")
+set(KMIME_LIB_VERSION "5.3.2")
+set(KIMAP_LIB_VERSION "5.3.2")
+set(KCONTACTS_LIB_VERSION "5.3.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.3.2")
+set(AKONADI_VERSION "5.3.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml)
 




commit pimcommon for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-09-14 23:05:30

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-08-29 
15:22:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-09-14 
23:05:32.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:10:05 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:

  pimcommon-16.08.0.tar.xz

New:

  pimcommon-16.08.1.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.GHDqTN/_old  2016-09-14 23:05:33.0 +0200
+++ /var/tmp/diff_new_pack.GHDqTN/_new  2016-09-14 23:05:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.08.0
+Version:16.08.1
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+
@@ -56,7 +56,7 @@
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kwindowsystem-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  libkdepim-devel
+BuildRequires:  libkdepim-devel >= %{version}
 BuildRequires:  libxslt-devel
 BuildRequires:  cmake(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.6.0

++ pimcommon-16.08.0.tar.xz -> pimcommon-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.08.0/CMakeLists.txt 
new/pimcommon-16.08.1/CMakeLists.txt
--- old/pimcommon-16.08.0/CMakeLists.txt2016-08-11 22:49:27.0 
+0200
+++ new/pimcommon-16.08.1/CMakeLists.txt2016-08-26 08:24:36.0 
+0200
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.3.0")
+set(PIM_VERSION "5.3.1")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.3.0")
-set(AKONADICONTACT_LIB_VERSION "5.3.0")
-set(LIBKDEPIM_LIB_VERSION "5.3.0")
+set(AKONADIMIME_LIB_VERSION "5.3.1")
+set(AKONADICONTACT_LIB_VERSION "5.3.1")
+set(LIBKDEPIM_LIB_VERSION "5.3.1")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.3.0")
-set(KIMAP_LIB_VERSION "5.3.0")
-set(KCONTACTS_LIB_VERSION "5.3.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.3.0")
-set(AKONADI_VERSION "5.3.0")
+set(KMIME_LIB_VERSION "5.3.1")
+set(KIMAP_LIB_VERSION "5.3.1")
+set(KCONTACTS_LIB_VERSION "5.3.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.3.1")
+set(AKONADI_VERSION "5.3.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.08.0/src/acl/aclmodifyjob.cpp 
new/pimcommon-16.08.1/src/acl/aclmodifyjob.cpp
--- old/pimcommon-16.08.0/src/acl/aclmodifyjob.cpp  2016-08-11 
22:49:27.0 +0200
+++ new/pimcommon-16.08.1/src/acl/aclmodifyjob.cpp  2016-08-26 
08:24:36.0 +0200
@@ -81,7 +81,7 @@
 }
 }
 OrgKdeAkonadiImapSettingsInterface *imapSettingsInterface =
-PimCommon::Util::createImapSettingsInterface(resource);
+PimCommon::Util::createImapSettingsInterface(resource);
 
 QString loginName;
 QString serverName;
@@ -176,10 +176,10 @@
 }
 }
 folderNames.sort();
-if ( KMessageBox::Continue != KMessageBox::warningContinueCancelList(0,
- i18n( 
"Do you really want to apply this folders permissions on the subdirectories:" ),
- 
folderNames,
- i18n( 
"Apply Permissions" ) ) ) {
+if (KMessageBox::Continue != KMessageBox::warningContinueCancelList(0,
+i18n("Do you really want to apply this folders permissions on the 
subdirectories:"),
+folderNames,
+i18n("Apply Permissions"))) {
 deleteLater();
 qCDebug(PIMCOMMON_LOG) << "AclModifyJob: User canceled .";
 return;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pimcommon-16.08.0/src/autocorrection/autocorrection.cpp 
new/pimcommon-16.08.1/src/autocorrection/autocorrection.cpp
--- old/pimcommon-16.08.0/src/autocorrection/autocorrection.cpp 2016-08-11 
22:49:27.0 +0200
+++ new/pimcommon-16.08.1/src/autocorrection/autocorrection.cpp 

commit pimcommon for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-08-29 15:21:51

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-08-08 
13:49:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-08-29 
15:22:03.0 +0200
@@ -1,0 +2,21 @@
+Tue Aug 23 13:49:10 UTC 2016 - fab...@ritter-vogt.de
+
+- Build only on architectures supported by libqt5-qtwebengine
+
+---
+Fri Aug 12 10:07:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+---
+Mon Aug  8 14:42:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+---

Old:

  pimcommon-16.04.3.tar.xz

New:

  pimcommon-16.08.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.nmkypB/_old  2016-08-29 15:22:05.0 +0200
+++ /var/tmp/diff_new_pack.nmkypB/_new  2016-08-29 15:22:05.0 +0200
@@ -17,43 +17,54 @@
 
 
 Name:   pimcommon
-Version:16.04.3
+Version:16.08.0
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+BuildRequires:  akonadi-contact-devel = %{version}
+BuildRequires:  akonadi-mime-devel = %{version}
 BuildRequires:  akonadi-server-devel
-BuildRequires:  extra-cmake-modules >= 5.19.0
+BuildRequires:  extra-cmake-modules >= 5.23.0
 BuildRequires:  grantlee5-devel
 BuildRequires:  karchive-devel
 BuildRequires:  kcodecs-devel
+BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
 BuildRequires:  kcontacts-devel
+BuildRequires:  kcoreaddons-devel
 BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kdesignerplugin-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kimap-devel
+BuildRequires:  kio-devel
+BuildRequires:  kitemmodels-devel
+BuildRequires:  kitemviews-devel
+BuildRequires:  kjobwidgets-devel
 BuildRequires:  kmime-devel
 BuildRequires:  knewstuff-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  ktextwidgets-devel
+BuildRequires:  kservice-devel
 BuildRequires:  kwallet-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kwindowsystem-devel
 BuildRequires:  kxmlgui-devel
 BuildRequires:  libkdepim-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  sonnet-devel
 BuildRequires:  cmake(Qt5Designer)
-BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.6.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ pimcommon-16.04.3.tar.xz -> pimcommon-16.08.0.tar.xz ++
 4150 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-08-08 13:49:45

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-07-21 
07:44:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-08-08 
13:49:51.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 21 14:30:10 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requires
+- Add necessary requirements to the devel package so that other
+  packages building against this don't have to specify them even
+  if they don't use them
+
+---



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FwAObO/_old  2016-08-08 13:49:53.0 +0200
+++ /var/tmp/diff_new_pack.FwAObO/_new  2016-08-08 13:49:53.0 +0200
@@ -24,71 +24,36 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
+BuildRequires:  akonadi-server-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcontacts-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
 BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
+BuildRequires:  ktextwidgets-devel
 BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  sonnet-devel
+BuildRequires:  cmake(Qt5Designer)
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -123,6 +88,11 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Requires:   libKF5PimCommon5 = %{version}
+Requires:   akonadi-server-devel
+Requires:   kcontacts-devel
+Requires:   akonadi-contact-devel
+Requires:   kconfig-devel
+Requires:   kimap-devel
 
 %description devel
 The development package for the pimcommon libraries




commit pimcommon for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-07-21 07:44:17

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-06-20 
10:57:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-07-21 
07:44:18.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul  7 23:30:11 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.3
+   * KDE Applications 16.04.3
+   * https://www.kde.org/announcements/announce-applications-16.04.3.php
+
+
+---

Old:

  pimcommon-16.04.2.tar.xz

New:

  pimcommon-16.04.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.AlX7u7/_old  2016-07-21 07:44:19.0 +0200
+++ /var/tmp/diff_new_pack.AlX7u7/_new  2016-07-21 07:44:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.04.2
+Version:16.04.3
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.04.2.tar.xz -> pimcommon-16.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.04.2/CMakeLists.txt 
new/pimcommon-16.04.3/CMakeLists.txt
--- old/pimcommon-16.04.2/CMakeLists.txt2016-05-11 07:12:50.0 
+0200
+++ new/pimcommon-16.04.3/CMakeLists.txt2016-06-29 09:00:40.0 
+0200
@@ -20,7 +20,7 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIMCOMMON_LIB_VERSION "5.2.2")
+set(PIMCOMMON_LIB_VERSION "5.2.3")
 set(KF5_VERSION "5.19.0")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(LIBKDEPIM_LIB_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pimcommon-16.04.2/src/folderdialog/selectmulticollectionwidget.cpp 
new/pimcommon-16.04.3/src/folderdialog/selectmulticollectionwidget.cpp
--- old/pimcommon-16.04.2/src/folderdialog/selectmulticollectionwidget.cpp  
2016-05-11 07:12:50.0 +0200
+++ new/pimcommon-16.04.3/src/folderdialog/selectmulticollectionwidget.cpp  
2016-06-29 09:00:40.0 +0200
@@ -51,6 +51,7 @@
 void SelectMultiCollectionWidget::initialize(const QString )
 {
 QVBoxLayout *vbox = new QVBoxLayout;
+vbox->setMargin(0);
 setLayout(vbox);
 
 mCheckedCollectionWidget = new 
PimCommon::CheckedCollectionWidget(mimetype);




commit pimcommon for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-06-20 10:57:43

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-05-31 
12:23:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-06-20 
10:57:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:50:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  pimcommon-16.04.1.tar.xz

New:

  pimcommon-16.04.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.I7QWKu/_old  2016-06-20 10:57:45.0 +0200
+++ /var/tmp/diff_new_pack.I7QWKu/_new  2016-06-20 10:57:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.04.1.tar.xz -> pimcommon-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.04.1/CMakeLists.txt 
new/pimcommon-16.04.2/CMakeLists.txt
--- old/pimcommon-16.04.1/CMakeLists.txt2016-04-29 19:29:30.0 
+0200
+++ new/pimcommon-16.04.2/CMakeLists.txt2016-05-11 07:12:50.0 
+0200
@@ -20,7 +20,7 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIMCOMMON_LIB_VERSION "5.2.1")
+set(PIMCOMMON_LIB_VERSION "5.2.2")
 set(KF5_VERSION "5.19.0")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(LIBKDEPIM_LIB_VERSION "5.2.0")