commit kcontacts for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-10-12 13:53:56

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


Package is "kcontacts"

Mon Oct 12 13:53:56 2020 rev:61 rq:840804 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-09-18 
14:39:16.579888597 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3486/kcontacts.changes
2020-10-12 13:55:37.562124014 +0200
@@ -1,0 +2,12 @@
+Mon Oct  5 08:33:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Compile without deprecated method against qt5.15.
+  * Remove obsolete license file for LGPL-2.0-only
+  * Relicense file to LGPL-2.0-or-later
+
+---

Old:

  kcontacts-5.74.0.tar.xz
  kcontacts-5.74.0.tar.xz.sig

New:

  kcontacts-5.75.0.tar.xz
  kcontacts-5.75.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.YScO2w/_old  2020-10-12 13:55:38.098124231 +0200
+++ /var/tmp/diff_new_pack.YScO2w/_new  2020-10-12 13:55:38.098124231 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.74.0.tar.xz -> kcontacts-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.74.0/CMakeLists.txt 
new/kcontacts-5.75.0/CMakeLists.txt
--- old/kcontacts-5.74.0/CMakeLists.txt 2020-09-06 12:18:11.0 +0200
+++ new/kcontacts-5.75.0/CMakeLists.txt 2020-10-04 20:40:40.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0 NO_MODULE)
+find_package(ECM 5.75.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.74.0/LICENSES/LGPL-2.0-only.txt 
new/kcontacts-5.75.0/LICENSES/LGPL-2.0-only.txt
--- old/kcontacts-5.74.0/LICENSES/LGPL-2.0-only.txt 2020-09-06 
12:18:11.0 +0200
+++ new/kcontacts-5.75.0/LICENSES/LGPL-2.0-only.txt 1970-01-01 
01:00:00.0 +0100
@@ -1,446 +0,0 @@
-GNU LIBRARY GENERAL PUBLIC LICENSE
-
-Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
-
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-
-Everyone is permitted to copy and distribute verbatim copies of this license
-document, but changing it is not allowed.
-
-[This is the first released version of the library GPL. It is numbered 2 
because
-it goes with version 2 of the ordinary GPL.]
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public Licenses are intended to
-guarantee your freedom to share and change free software--to make sure the
-software is free for all its users.
-
-This license, the Library General Public License, applies to some specially
-designated Free Software Foundation software, and to any other libraries whose
-authors decide to use it. You can use it for your libraries, too.
-
-When we speak of free software, we are referring to freedom, not price. Our
-General Public Licenses are designed to make sure that you have the freedom
-to distribute copies of free software (and charge for this service if you
-wish), that you receive source code or can get it if you want it, that you
-can change the software or use pieces of it in new free programs; and that
-you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone to
-deny you these 

commit kcontacts for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-09-18 14:38:05

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


Package is "kcontacts"

Fri Sep 18 14:38:05 2020 rev:60 rq:834389 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-08-12 
12:25:07.372159143 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.4249/kcontacts.changes
2020-09-18 14:39:16.579888597 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:48:54 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Remove obsolete COPYING files
+  * Addressee::parseEmailAddress(): Check length of full name before trimming
+
+---

Old:

  kcontacts-5.73.0.tar.xz
  kcontacts-5.73.0.tar.xz.sig

New:

  kcontacts-5.74.0.tar.xz
  kcontacts-5.74.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.aNWJxm/_old  2020-09-18 14:39:17.319889257 +0200
+++ /var/tmp/diff_new_pack.aNWJxm/_new  2020-09-18 14:39:17.319889257 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.73.0.tar.xz -> kcontacts-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.73.0/CMakeLists.txt 
new/kcontacts-5.74.0/CMakeLists.txt
--- old/kcontacts-5.73.0/CMakeLists.txt 2020-08-01 21:42:26.0 +0200
+++ new/kcontacts-5.74.0/CMakeLists.txt 2020-09-06 12:18:11.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.73.0 NO_MODULE)
+find_package(ECM 5.74.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,7 +53,7 @@
 endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
 
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.73.0/COPYING.LIB 
new/kcontacts-5.74.0/COPYING.LIB
--- old/kcontacts-5.73.0/COPYING.LIB2020-08-01 21:42:26.0 +0200
+++ new/kcontacts-5.74.0/COPYING.LIB1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
-
- 

commit kcontacts for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-08-12 12:23:28

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


Package is "kcontacts"

Wed Aug 12 12:23:28 2020 rev:59 rq:825062 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-07-14 
07:52:52.420543180 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3399/kcontacts.changes
2020-08-12 12:25:07.372159143 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:11 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+---

Old:

  kcontacts-5.72.0.tar.xz
  kcontacts-5.72.0.tar.xz.sig

New:

  kcontacts-5.73.0.tar.xz
  kcontacts-5.73.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.igrPKw/_old  2020-08-12 12:25:07.900159490 +0200
+++ /var/tmp/diff_new_pack.igrPKw/_new  2020-08-12 12:25:07.904159493 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.72.0.tar.xz -> kcontacts-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.72.0/CMakeLists.txt 
new/kcontacts-5.73.0/CMakeLists.txt
--- old/kcontacts-5.72.0/CMakeLists.txt 2020-07-04 15:07:45.0 +0200
+++ new/kcontacts-5.73.0/CMakeLists.txt 2020-08-01 21:42:26.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.72.0 NO_MODULE)
+find_package(ECM 5.73.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.72.0/autotests/addresstest.cpp 
new/kcontacts-5.73.0/autotests/addresstest.cpp
--- old/kcontacts-5.72.0/autotests/addresstest.cpp  2020-07-04 
15:07:45.0 +0200
+++ new/kcontacts-5.73.0/autotests/addresstest.cpp  2020-08-01 
21:42:26.0 +0200
@@ -9,8 +9,8 @@
 #include "addresseelist.h"
 #include "vcardtool_p.h"
 #include "kcontacts/address.h"
-#include 
-#include 
+#include 
+#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.72.0/po/zh_CN/kcontacts5.po 
new/kcontacts-5.73.0/po/zh_CN/kcontacts5.po
--- old/kcontacts-5.72.0/po/zh_CN/kcontacts5.po 2020-07-04 15:07:45.0 
+0200
+++ new/kcontacts-5.73.0/po/zh_CN/kcontacts5.po 2020-08-01 21:42:26.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-06-26 02:00+0200\n"
-"PO-Revision-Date: 2020-06-24 08:00\n"
+"PO-Revision-Date: 2020-07-31 15:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.72.0/src/CMakeLists.txt 
new/kcontacts-5.73.0/src/CMakeLists.txt
--- old/kcontacts-5.72.0/src/CMakeLists.txt 2020-07-04 15:07:45.0 
+0200
+++ new/kcontacts-5.73.0/src/CMakeLists.txt 2020-08-01 21:42:26.0 
+0200
@@ -49,9 +49,9 @@
 ecm_qt_declare_logging_category(kcontacts_converter_SRCS
 HEADER kcontacts_debug.h
 IDENTIFIER KCONTACTS_LOG
-CATEGORY_NAME org.kde.pim.kcontacts
-OLD_CATEGORY_NAMES log_kcontacts
-DESCRIPTION "kcontacts (pim lib)"
+CATEGORY_NAME kf.contacts
+OLD_CATEGORY_NAMES log_kcontacts org.kde.pim.kcontacts
+DESCRIPTION 

commit kcontacts for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-07-14 07:51:59

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


Package is "kcontacts"

Tue Jul 14 07:51:59 2020 rev:58 rq:820350 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-06-16 
13:42:08.960963525 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3060/kcontacts.changes
2020-07-14 07:52:52.420543180 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:11 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Add license texts as required by REUSE specification
+  * Convert license statements to SPDX expressions
+
+---

Old:

  kcontacts-5.71.0.tar.xz
  kcontacts-5.71.0.tar.xz.sig

New:

  kcontacts-5.72.0.tar.xz
  kcontacts-5.72.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.bZglEs/_old  2020-07-14 07:52:53.904547985 +0200
+++ /var/tmp/diff_new_pack.bZglEs/_new  2020-07-14 07:52:53.908547998 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
@@ -95,13 +95,13 @@
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
 
 %files -n libKF5Contacts5
-%license COPYING*
-%{_kf5_libdir}/libKF5Contacts.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
+%{_kf5_libdir}/libKF5Contacts.so.*
 
 %files devel
-%license COPYING*
+%license LICENSES/*
 %{_kf5_cmakedir}/KF5Contacts/
 %{_kf5_includedir}/KContacts/
 %{_kf5_includedir}/kcontacts_version.h
@@ -110,7 +110,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog


++ kcontacts-5.71.0.tar.xz -> kcontacts-5.72.0.tar.xz ++
 45843 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-06-16 13:41:28

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


Package is "kcontacts"

Tue Jun 16 13:41:28 2020 rev:57 rq:814345 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-05-11 
13:28:39.183520145 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3606/kcontacts.changes
2020-06-16 13:42:08.960963525 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:06:26 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- No code change since 5.70.0
+
+---

Old:

  kcontacts-5.70.0.tar.xz
  kcontacts-5.70.0.tar.xz.sig

New:

  kcontacts-5.71.0.tar.xz
  kcontacts-5.71.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.SgUDsR/_old  2020-06-16 13:42:09.532965610 +0200
+++ /var/tmp/diff_new_pack.SgUDsR/_new  2020-06-16 13:42:09.536965625 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.70
+%define _tar_path 5.71
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.70.0.tar.xz -> kcontacts-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.70.0/CMakeLists.txt 
new/kcontacts-5.71.0/CMakeLists.txt
--- old/kcontacts-5.70.0/CMakeLists.txt 2020-05-03 00:16:07.0 +0200
+++ new/kcontacts-5.71.0/CMakeLists.txt 2020-06-07 20:24:21.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.70.0 NO_MODULE)
+find_package(ECM 5.71.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,7 +53,7 @@
 endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
 
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.70.0/po/az/kcontacts5.po 
new/kcontacts-5.71.0/po/az/kcontacts5.po
--- old/kcontacts-5.70.0/po/az/kcontacts5.po1970-01-01 01:00:00.0 
+0100
+++ new/kcontacts-5.71.0/po/az/kcontacts5.po2020-06-07 20:24:21.0 
+0200
@@ -0,0 +1,585 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kcontacts package.
+#
+# Xəyyam , 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: kcontacts\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-12-03 02:53+0100\n"
+"PO-Revision-Date: 2020-04-10 22:11+0400\n"
+"Last-Translator: Xəyyam \n"
+"Language-Team: Azerbaijani\n"
+"Language: az\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: address.cpp:397
+#, kde-format
+msgid "Post Office Box"
+msgstr "Poçt Abunəçi Qutusu"
+
+#: address.cpp:413
+#, kde-format
+msgid "Extended Address Information"
+msgstr "Ünvan Haqqında ətraflı Məlumat"
+
+#: address.cpp:429
+#, kde-format
+msgid "Street"
+msgstr "Küçə"
+
+#: address.cpp:445
+#, kde-format
+msgid "Locality"
+msgstr "Yaşayış Məskəni"
+
+#: address.cpp:461
+#, kde-format
+msgid "Region"
+msgstr "Bölgə"
+
+#: address.cpp:477
+#, kde-format
+msgid "Postal Code"
+msgstr "Poçt Kodu"
+
+#: address.cpp:493
+#, kde-format
+msgid "Country"
+msgstr "Ölkə"
+
+#: address.cpp:509
+#, kde-format
+msgid "Delivery Label"
+msgstr "Çatdırılma Etiketi"
+
+#: address.cpp:527
+#, kde-format
+msgctxt "Address is in home 

commit kcontacts for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-05-11 13:27:28

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


Package is "kcontacts"

Mon May 11 13:27:28 2020 rev:56 rq:802071 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-04-15 
20:02:24.477929623 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2738/kcontacts.changes
2020-05-11 13:28:39.183520145 +0200
@@ -1,0 +2,10 @@
+Sun May  3 09:39:48 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Align description in metainfo.yaml with the one of README.md
+
+---

Old:

  kcontacts-5.69.0.tar.xz
  kcontacts-5.69.0.tar.xz.sig

New:

  kcontacts-5.70.0.tar.xz
  kcontacts-5.70.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XLb3qS/_old  2020-05-11 13:28:39.739521310 +0200
+++ /var/tmp/diff_new_pack.XLb3qS/_new  2020-05-11 13:28:39.739521310 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.69.0.tar.xz -> kcontacts-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.69.0/CMakeLists.txt 
new/kcontacts-5.70.0/CMakeLists.txt
--- old/kcontacts-5.69.0/CMakeLists.txt 2020-04-05 00:56:17.0 +0200
+++ new/kcontacts-5.70.0/CMakeLists.txt 2020-05-03 00:16:07.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.69.0 NO_MODULE)
+find_package(ECM 5.70.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.69.0/metainfo.yaml 
new/kcontacts-5.70.0/metainfo.yaml
--- old/kcontacts-5.69.0/metainfo.yaml  2020-04-05 00:56:17.0 +0200
+++ new/kcontacts-5.70.0/metainfo.yaml  2020-05-03 00:16:07.0 +0200
@@ -1,5 +1,5 @@
 maintainer: mlaurent
-description: Address book API for KDE 
+description: Support for vCard contacts
 tier: 2
 type: functional
 public_lib: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.69.0/po/es/kcontacts5.po 
new/kcontacts-5.70.0/po/es/kcontacts5.po
--- old/kcontacts-5.69.0/po/es/kcontacts5.po2020-04-05 00:56:17.0 
+0200
+++ new/kcontacts-5.70.0/po/es/kcontacts5.po2020-05-03 00:16:07.0 
+0200
@@ -8,19 +8,20 @@
 # Adrián Martínez , 2010.
 # Javier Vinal , 2011, 2012, 2013, 2015.
 # Cristina Yenyxe González García , 2011.
+# Eloy Cuadra , 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-12-03 02:53+0100\n"
-"PO-Revision-Date: 2015-12-29 12:08+0100\n"
-"Last-Translator: Javier Vinal \n"
-"Language-Team: Spanish \n"
+"PO-Revision-Date: 2020-04-21 02:05+0200\n"
+"Last-Translator: Eloy Cuadra \n"
+"Language-Team: Spanish \n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.90\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: address.cpp:397
@@ -85,7 +86,7 @@
 #, kde-format
 msgctxt "Address for delivering packages"
 msgid "Parcel"
-msgstr "Parcela"
+msgstr "Paquetería"
 
 #: address.cpp:535
 #, kde-format
@@ -108,7 +109,7 @@
 #, kde-format
 msgctxt "another type of address"
 msgid "Other"
-msgstr "Otro"
+msgstr "Otra"
 
 #: addressee.cpp:433
 #, kde-format
@@ 

commit kcontacts for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-04-15 20:01:07

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


Package is "kcontacts"

Wed Apr 15 20:01:07 2020 rev:55 rq:793138 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-03-19 
19:43:49.563970674 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2738/kcontacts.changes
2020-04-15 20:02:24.477929623 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:24 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kcontacts-5.68.0.tar.xz
  kcontacts-5.68.0.tar.xz.sig

New:

  kcontacts-5.69.0.tar.xz
  kcontacts-5.69.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.Cfz12j/_old  2020-04-15 20:02:25.413930325 +0200
+++ /var/tmp/diff_new_pack.Cfz12j/_new  2020-04-15 20:02:25.417930328 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.68
+%define _tar_path 5.69
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.68.0.tar.xz -> kcontacts-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.68.0/CMakeLists.txt 
new/kcontacts-5.69.0/CMakeLists.txt
--- old/kcontacts-5.68.0/CMakeLists.txt 2020-03-07 10:37:45.0 +0100
+++ new/kcontacts-5.69.0/CMakeLists.txt 2020-04-05 00:56:17.0 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0 NO_MODULE)
+find_package(ECM 5.69.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,7 +53,7 @@
 endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.68.0/po/nb/kcontacts5.po 
new/kcontacts-5.69.0/po/nb/kcontacts5.po
--- old/kcontacts-5.68.0/po/nb/kcontacts5.po2020-03-07 10:37:45.0 
+0100
+++ new/kcontacts-5.69.0/po/nb/kcontacts5.po2020-04-05 00:56:17.0 
+0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-12-03 02:53+0100\n"
 "PO-Revision-Date: 2009-11-22 10:26+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
-"Language-Team: Norwegian Bokmål \n"
+"Language-Team: Norwegian Bokmål \n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.68.0/po/nn/kcontacts5.po 
new/kcontacts-5.69.0/po/nn/kcontacts5.po
--- old/kcontacts-5.68.0/po/nn/kcontacts5.po2020-03-07 10:37:45.0 
+0100
+++ new/kcontacts-5.69.0/po/nn/kcontacts5.po2020-04-05 00:56:17.0 
+0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-12-03 02:53+0100\n"
 "PO-Revision-Date: 2019-08-04 09:48+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
-"Language-Team: Norwegian Nynorsk \n"
+"Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.68.0/po/pt_BR/kcontacts5.po 
new/kcontacts-5.69.0/po/pt_BR/kcontacts5.po
--- old/kcontacts-5.68.0/po/pt_BR/kcontacts5.po 2020-03-07 10:37:45.0 
+0100
+++ new/kcontacts-5.69.0/po/pt_BR/kcontacts5.po 2020-04-05 00:56:17.0 
+0200
@@ -3,20 +3,21 @@
 # This file is distributed 

commit kcontacts for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-03-19 19:42:00

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


Package is "kcontacts"

Thu Mar 19 19:42:00 2020 rev:54 rq:785307 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-02-14 
16:32:55.363436879 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3160/kcontacts.changes
2020-03-19 19:43:49.563970674 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 09:17:39 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Use ecm_qt_install_logging_categories over manual categories files
+
+---

Old:

  kcontacts-5.67.0.tar.xz
  kcontacts-5.67.0.tar.xz.sig

New:

  kcontacts-5.68.0.tar.xz
  kcontacts-5.68.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.0lkAgp/_old  2020-03-19 19:43:50.043970953 +0100
+++ /var/tmp/diff_new_pack.0lkAgp/_new  2020-03-19 19:43:50.047970955 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.67.0.tar.xz -> kcontacts-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.67.0/.gitignore 
new/kcontacts-5.68.0/.gitignore
--- old/kcontacts-5.67.0/.gitignore 2020-02-02 13:45:30.0 +0100
+++ new/kcontacts-5.68.0/.gitignore 2020-03-07 10:37:45.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.67.0/CMakeLists.txt 
new/kcontacts-5.68.0/CMakeLists.txt
--- old/kcontacts-5.67.0/CMakeLists.txt 2020-02-02 13:45:30.0 +0100
+++ new/kcontacts-5.68.0/CMakeLists.txt 2020-03-07 10:37:45.0 +0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0 NO_MODULE)
+find_package(ECM 5.68.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,7 +53,7 @@
 endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
@@ -96,6 +96,4 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-install( FILES kcontacts.renamecategories kcontacts.categories DESTINATION 
${KDE_INSTALL_LOGGINGCATEGORIESDIR} )
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.67.0/kcontacts.categories 
new/kcontacts-5.68.0/kcontacts.categories
--- old/kcontacts-5.67.0/kcontacts.categories   2020-02-02 13:45:30.0 
+0100
+++ new/kcontacts-5.68.0/kcontacts.categories   1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-org.kde.pim.kcontacts kcontacts (pim lib) IDENTIFIER [KCONTACTS_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.67.0/kcontacts.renamecategories 
new/kcontacts-5.68.0/kcontacts.renamecategories
--- old/kcontacts-5.67.0/kcontacts.renamecategories 2020-02-02 
13:45:30.0 +0100
+++ new/kcontacts-5.68.0/kcontacts.renamecategories 1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-log_kcontacts org.kde.pim.kcontacts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kcontacts for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-02-14 16:31:49

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


Package is "kcontacts"

Fri Feb 14 16:31:49 2020 rev:53 rq:773245 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-12-18 
14:42:13.969771605 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.26092/kcontacts.changes   
2020-02-14 16:32:55.363436879 +0100
@@ -1,0 +2,26 @@
+Sun Feb  2 18:06:48 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:34 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- No code change since 5.66.0
+
+---
+Sun Jan  5 09:02:03 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Port QRegExp to QRegularExpression
+  * Align ECM and Qt setup with Frameworks conventions
+  * Specify ECM dependency version as in any other framework
+
+---

Old:

  kcontacts-5.65.0.tar.xz
  kcontacts-5.65.0.tar.xz.sig

New:

  kcontacts-5.67.0.tar.xz
  kcontacts-5.67.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.YmoAKK/_old  2020-02-14 16:32:55.907437182 +0100
+++ /var/tmp/diff_new_pack.YmoAKK/_new  2020-02-14 16:32:55.907437182 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcontacts
 #
-# 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
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.65
+%define _tar_path 5.67
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.65.0
+Version:5.67.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
@@ -83,7 +83,7 @@
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kcontacts-5.65.0.tar.xz -> kcontacts-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.65.0/CMakeLists.txt 
new/kcontacts-5.67.0/CMakeLists.txt
--- old/kcontacts-5.65.0/CMakeLists.txt 2019-12-07 22:40:52.0 +0100
+++ new/kcontacts-5.67.0/CMakeLists.txt 2020-02-02 13:45:30.0 +0100
@@ -1,17 +1,21 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 
 project(KContacts VERSION ${KF5_VERSION})
 
 # ECM setup
-set(QT_REQUIRED_VERSION "5.11.0")
+include(FeatureSummary)
+find_package(ECM 5.67.0 NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 set(CMAKE_AUTORCC ON)
 
+set(REQUIRED_QT_VERSION 5.12.0)
+
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -21,7 +25,6 @@
 include(ECMGeneratePriFile)
 
 include(ECMSetupVersion)
-include(FeatureSummary)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddQch)
 
@@ -37,7 +40,7 @@
 )
 
 ### Find packages ###
-find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS Gui)
+find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Gui)
 find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Codecs)
 find_package(IsoCodes MODULE)
 set_package_properties("IsoCodes" PROPERTIES PURPOSE "Needed for country name 
translations." TYPE RUNTIME)
@@ -50,7 +53,7 @@
 endif()
 
 

commit kcontacts for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-12-18 14:40:18

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


Package is "kcontacts"

Wed Dec 18 14:40:18 2019 rev:52 rq:757019 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-11-12 
11:43:41.282616837 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.4691/kcontacts.changes
2019-12-18 14:42:13.969771605 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:25 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Fix compile against qt5.15. a flags can't be nullptr
+
+---

Old:

  kcontacts-5.64.0.tar.xz
  kcontacts-5.64.0.tar.xz.sig

New:

  kcontacts-5.65.0.tar.xz
  kcontacts-5.65.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.IAf0cy/_old  2019-12-18 14:42:14.929772044 +0100
+++ /var/tmp/diff_new_pack.IAf0cy/_new  2019-12-18 14:42:14.937772048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcontacts
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-5.64.0.tar.xz -> kcontacts-5.65.0.tar.xz ++
 7694 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-11-12 11:43:34

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


Package is "kcontacts"

Tue Nov 12 11:43:34 2019 rev:51 rq:747096 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-10-22 
16:42:03.465639979 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2990/kcontacts.changes
2019-11-12 11:43:41.282616837 +0100
@@ -1,0 +2,11 @@
+Sun Nov  3 15:46:53 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Fix typo
+  * Install translations
+
+---

Old:

  kcontacts-5.63.0.tar.xz
  kcontacts-5.63.0.tar.xz.sig

New:

  kcontacts-5.64.0.tar.xz
  kcontacts-5.64.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.u2F9Vy/_old  2019-11-12 11:43:42.106617704 +0100
+++ /var/tmp/diff_new_pack.u2F9Vy/_new  2019-11-12 11:43:42.110617709 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.63
+%define _tar_path 5.64
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
@@ -64,11 +64,11 @@
 %package devel
 Summary:Development files for kcontacts
 Group:  Development/Libraries/KDE
+Requires:   libKF5Contacts5 = %{version}
 Requires:   cmake(KF5Codecs) >= %{_kf5_version}
 Requires:   cmake(KF5Config) >= %{_kf5_version}
 Requires:   cmake(KF5CoreAddons) >= %{_kf5_version}
 Requires:   cmake(KF5I18n) >= %{_kf5_version}
-Requires:   libKF5Contacts5 = %{version}
 Provides:   kcontacts5-devel = %{version}
 Obsoletes:  kcontacts5-devel < %{version}
 


++ kcontacts-5.63.0.tar.xz -> kcontacts-5.64.0.tar.xz ++
 2012 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-10-22 16:41:59

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


Package is "kcontacts"

Tue Oct 22 16:41:59 2019 rev:50 rq:739043 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-10-14 
13:34:38.650469874 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2352/kcontacts.changes
2019-10-22 16:42:03.465639979 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 08:10:54 UTC 2019 - Wolfgang Bauer 
+
+- Add missing Requires to devel package, fix dependencies' versions
+
+---



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.4atCQ1/_old  2019-10-22 16:42:04.133640692 +0200
+++ /var/tmp/diff_new_pack.4atCQ1/_new  2019-10-22 16:42:04.137640696 +0200
@@ -35,14 +35,14 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
-BuildRequires:  cmake(KF5Config) >= %{kf5_version}
-BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
-BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(KF5Codecs) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Test)
 
 %description
 kcontacts is a Qt5 based library which provides an API
@@ -64,7 +64,10 @@
 %package devel
 Summary:Development files for kcontacts
 Group:  Development/Libraries/KDE
-Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
+Requires:   cmake(KF5Codecs) >= %{_kf5_version}
+Requires:   cmake(KF5Config) >= %{_kf5_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_version}
+Requires:   cmake(KF5I18n) >= %{_kf5_version}
 Requires:   libKF5Contacts5 = %{version}
 Provides:   kcontacts5-devel = %{version}
 Obsoletes:  kcontacts5-devel < %{version}






commit kcontacts for openSUSE:Factory

2019-10-14 Thread root
Hello community,

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

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


Package is "kcontacts"

Mon Oct 14 13:34:09 2019 rev:49 rq:738014 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-09-09 
12:23:46.161878380 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2352/kcontacts.changes
2019-10-14 13:34:38.650469874 +0200
@@ -1,0 +2,6 @@
+Sun Oct  6 14:21:37 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * kcontacts is now a KDE framework.
+
+---

Old:

  applications.keyring
  kcontacts-19.08.1.tar.xz
  kcontacts-19.08.1.tar.xz.sig

New:

  frameworks.keyring
  kcontacts-5.63.0.tar.xz
  kcontacts-5.63.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.Uz0LHi/_old  2019-10-14 13:34:39.062468800 +0200
+++ /var/tmp/diff_new_pack.Uz0LHi/_new  2019-10-14 13:34:39.066468790 +0200
@@ -16,40 +16,39 @@
 #
 
 
-%define kf5_version 5.26.0
-%define lname libKF5Contacts5
-# 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}')}
+%define _tar_path 5.63
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
-
 Name:   kcontacts
-Version:19.08.1
+Version:5.63.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.3.0
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 
 %description
 kcontacts is a Qt5 based library which provides an API
 to access address book data stored in different formats.
 
-%package -n %{lname}
+%package -n libKF5Contacts5
 Summary:KDE Frameworks based address book API
 Group:  System/Libraries
 Provides:   %{name} = %{version}
@@ -65,7 +64,7 @@
 %package devel
 Summary:Development files for kcontacts
 Group:  Development/Libraries/KDE
-Requires:   kcoreaddons-devel >= %{kf5_version}
+Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
 Requires:   libKF5Contacts5 = %{version}
 Provides:   kcontacts5-devel = %{version}
 Obsoletes:  kcontacts5-devel < %{version}
@@ -77,7 +76,7 @@
 %lang_package
 
 %prep
-%setup -q -n kcontacts-%{version}
+%setup -q
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON
@@ -92,7 +91,7 @@
 %post -n libKF5Contacts5 -p /sbin/ldconfig
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n libKF5Contacts5
 %license COPYING*
 %{_kf5_libdir}/libKF5Contacts.so.*
 %{_kf5_debugdir}/*.categories

++ kcontacts-19.08.1.tar.xz -> kcontacts-5.63.0.tar.xz ++
 12710 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-09-09 12:23:42

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


Package is "kcontacts"

Mon Sep  9 12:23:42 2019 rev:48 rq:728797 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-08-16 
15:36:36.697856971 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.7948/kcontacts.changes
2019-09-09 12:23:46.161878380 +0200
@@ -1,0 +2,10 @@
+Thu Sep  5 14:00:19 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:

  kcontacts-19.08.0.tar.xz
  kcontacts-19.08.0.tar.xz.sig

New:

  kcontacts-19.08.1.tar.xz
  kcontacts-19.08.1.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.dS5JJX/_old  2019-09-09 12:23:46.665878306 +0200
+++ /var/tmp/diff_new_pack.dS5JJX/_new  2019-09-09 12:23:46.665878306 +0200
@@ -23,7 +23,7 @@
 %bcond_without lang
 
 Name:   kcontacts
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later


++ kcontacts-19.08.0.tar.xz -> kcontacts-19.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.08.0/CMakeLists.txt 
new/kcontacts-19.08.1/CMakeLists.txt
--- old/kcontacts-19.08.0/CMakeLists.txt2019-08-09 02:49:34.0 
+0200
+++ new/kcontacts-19.08.1/CMakeLists.txt2019-09-03 03:46:50.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(KContacts VERSION ${PIM_VERSION})
 
@@ -11,15 +11,16 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 set(CMAKE_AUTORCC ON)
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 include(ECMGeneratePriFile)
 
 include(ECMSetupVersion)
 include(FeatureSummary)
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddQch)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.08.0/po/ar/kcontacts5.po 
new/kcontacts-19.08.1/po/ar/kcontacts5.po
--- old/kcontacts-19.08.0/po/ar/kcontacts5.po   2019-08-09 02:49:32.0 
+0200
+++ new/kcontacts-19.08.1/po/ar/kcontacts5.po   2019-09-03 03:46:49.0 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-06-19 03:19+0200\n"
+"POT-Creation-Date: 2019-08-30 07:48+0200\n"
 "PO-Revision-Date: 2018-01-31 19:03+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.08.0/po/bs/kcontacts5.po 
new/kcontacts-19.08.1/po/bs/kcontacts5.po
--- old/kcontacts-19.08.0/po/bs/kcontacts5.po   2019-08-09 02:49:32.0 
+0200
+++ new/kcontacts-19.08.1/po/bs/kcontacts5.po   2019-09-03 03:46:49.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-06-19 03:19+0200\n"
+"POT-Creation-Date: 2019-08-30 07:48+0200\n"
 "PO-Revision-Date: 2013-10-18 20:19+\n"
 "Last-Translator: Vedran Ljubovic \n"
 "Language-Team: Bosnian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.08.0/po/ca/kcontacts5.po 
new/kcontacts-19.08.1/po/ca/kcontacts5.po
--- old/kcontacts-19.08.0/po/ca/kcontacts5.po   2019-08-09 02:49:32.0 
+0200
+++ new/kcontacts-19.08.1/po/ca/kcontacts5.po   2019-09-03 03:46:49.0 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-06-19 03:19+0200\n"
+"POT-Creation-Date: 2019-08-30 07:48+0200\n"
 "PO-Revision-Date: 2017-12-29 18:45+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.08.0/po/ca@valencia/kcontacts5.po 
new/kcontacts-19.08.1/po/ca@valencia/kcontacts5.po
--- 

commit kcontacts for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-08-16 15:36:34

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


Package is "kcontacts"

Fri Aug 16 15:36:34 2019 rev:47 rq:723621 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-07-16 
08:31:40.795412246 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.22127/kcontacts.changes   
2019-08-16 15:36:36.697856971 +0200
@@ -1,0 +2,28 @@
+Fri Aug  9 08:30:37 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:48 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+---
+Tue Jul 23 11:58:58 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Too many changes to list here
+
+---

Old:

  kcontacts-19.04.3.tar.xz

New:

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



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.aFCWsz/_old  2019-08-16 15:36:37.185856829 +0200
+++ /var/tmp/diff_new_pack.aFCWsz/_new  2019-08-16 15:36:37.189856828 +0200
@@ -16,20 +16,25 @@
 #
 
 
-%define kf5_version 5.5.0
 %define kf5_version 5.26.0
+%define lname libKF5Contacts5
 # 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:   kcontacts
-Version:19.04.3
+Version:19.08.0
 Release:0
-Summary:Address book API for KDE
+Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
-Source: kcontacts-%{version}.tar.xz
-Source1:baselibs.conf
+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
+Source99:   baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -41,34 +46,35 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
 
 %description
-Libkcontacts provides an API for address book data.
+kcontacts is a Qt5 based library which provides an API
+to access address book data stored in different formats.
 
-%package -n libKF5Contacts5
-Summary:Address book API for KDE
+%package -n %{lname}
+Summary:KDE Frameworks based address book API
 Group:  System/Libraries
 Provides:   %{name} = %{version}
-%if %{with lang}
+# package existed in KDE:Unstable:Applications for a short while
+Provides:   %{name}-data = %{version}
+Obsoletes:  %{name}-data < %{version}
 Recommends: %{name}-lang
-%endif
 
 %description  -n libKF5Contacts5
-Libkcontacts provides an API for address book data.
+kcontacts is a Qt5 based library which provides an API
+to access address book data stored in different formats.
 
 %package devel
-Summary:Address book API for KDE: Build Environment
+Summary:Development files for kcontacts
 Group:  Development/Libraries/KDE
 Requires:   kcoreaddons-devel >= %{kf5_version}
 Requires:   libKF5Contacts5 = %{version}
 Provides:   kcontacts5-devel = %{version}
-Obsoletes:  kcontacts5-devel <= %{version}
+Obsoletes:  kcontacts5-devel < %{version}
 
 %description devel
-Libkcontacts provides an API for address book data.
-Development files.
+Development files for kcontacts, a Qt5 library to access
+address books.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kcontacts-%{version}
@@ -86,7 +92,7 @@
 %post -n libKF5Contacts5 -p /sbin/ldconfig
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
 
-%files -n libKF5Contacts5
+%files -n %{lname}
 %license COPYING*
 

commit kcontacts for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-07-16 08:31:39

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


Package is "kcontacts"

Tue Jul 16 08:31:39 2019 rev:46 rq:715087 version:19.04.3

Changes:

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

Old:

  kcontacts-19.04.2.tar.xz

New:

  kcontacts-19.04.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XUmg2r/_old  2019-07-16 08:31:41.347412166 +0200
+++ /var/tmp/diff_new_pack.XUmg2r/_new  2019-07-16 08:31:41.347412166 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-19.04.2.tar.xz -> kcontacts-19.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.2/CMakeLists.txt 
new/kcontacts-19.04.3/CMakeLists.txt
--- old/kcontacts-19.04.2/CMakeLists.txt2019-06-04 02:15:27.0 
+0200
+++ new/kcontacts-19.04.3/CMakeLists.txt2019-07-09 02:18:39.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.11.2")
+set(PIM_VERSION "5.11.3")
 
 project(KContacts VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2019-06-13 Thread root
Hello community,

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

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


Package is "kcontacts"

Thu Jun 13 22:45:30 2019 rev:45 rq:708577 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-05-14 
13:18:48.381635988 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.4811/kcontacts.changes
2019-06-13 22:45:31.884138428 +0200
@@ -1,0 +2,9 @@
+Fri Jun 07 12:51:53 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:

  kcontacts-19.04.1.tar.xz

New:

  kcontacts-19.04.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.ymzEX1/_old  2019-06-13 22:45:32.896138086 +0200
+++ /var/tmp/diff_new_pack.ymzEX1/_new  2019-06-13 22:45:32.916138080 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-19.04.1.tar.xz -> kcontacts-19.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.1/CMakeLists.txt 
new/kcontacts-19.04.2/CMakeLists.txt
--- old/kcontacts-19.04.1/CMakeLists.txt2019-05-07 02:30:16.0 
+0200
+++ new/kcontacts-19.04.2/CMakeLists.txt2019-06-04 02:15:27.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.1/po/ar/kcontacts5.po 
new/kcontacts-19.04.2/po/ar/kcontacts5.po
--- old/kcontacts-19.04.1/po/ar/kcontacts5.po   2019-05-07 02:30:14.0 
+0200
+++ new/kcontacts-19.04.2/po/ar/kcontacts5.po   2019-06-04 02:15:26.0 
+0200
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-09-15 03:59+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
 "PO-Revision-Date: 2018-01-31 19:03+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.1/po/bs/kcontacts5.po 
new/kcontacts-19.04.2/po/bs/kcontacts5.po
--- old/kcontacts-19.04.1/po/bs/kcontacts5.po   2019-05-07 02:30:14.0 
+0200
+++ new/kcontacts-19.04.2/po/bs/kcontacts5.po   2019-06-04 02:15:26.0 
+0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-09-15 03:59+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
 "PO-Revision-Date: 2013-10-18 20:19+\n"
 "Last-Translator: Vedran Ljubovic \n"
 "Language-Team: Bosnian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.1/po/ca/kcontacts5.po 
new/kcontacts-19.04.2/po/ca/kcontacts5.po
--- old/kcontacts-19.04.1/po/ca/kcontacts5.po   2019-05-07 02:30:14.0 
+0200
+++ new/kcontacts-19.04.2/po/ca/kcontacts5.po   2019-06-04 02:15:26.0 
+0200
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-09-15 03:59+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
 "PO-Revision-Date: 2017-12-29 18:45+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.1/po/ca@valencia/kcontacts5.po 
new/kcontacts-19.04.2/po/ca@valencia/kcontacts5.po
--- old/kcontacts-19.04.1/po/ca@valencia/kcontacts5.po  2019-05-07 
02:30:15.0 +0200
+++ new/kcontacts-19.04.2/po/ca@valencia/kcontacts5.po  2019-06-04 
02:15:27.0 +0200
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-09-15 03:59+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;

commit kcontacts for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-05-14 13:18:46

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


Package is "kcontacts"

Tue May 14 13:18:46 2019 rev:44 rq:702201 version:19.04.1

Changes:

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

Old:

  kcontacts-19.04.0.tar.xz

New:

  kcontacts-19.04.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.NZd7jF/_old  2019-05-14 13:18:48.873637283 +0200
+++ /var/tmp/diff_new_pack.NZd7jF/_new  2019-05-14 13:18:48.877637294 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-19.04.0.tar.xz -> kcontacts-19.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.0/CMakeLists.txt 
new/kcontacts-19.04.1/CMakeLists.txt
--- old/kcontacts-19.04.0/CMakeLists.txt2019-04-12 02:13:59.0 
+0200
+++ new/kcontacts-19.04.1/CMakeLists.txt2019-05-07 02:30:16.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-19.04.0/po/zh_CN/kcontacts5.po 
new/kcontacts-19.04.1/po/zh_CN/kcontacts5.po
--- old/kcontacts-19.04.0/po/zh_CN/kcontacts5.po2019-04-12 
02:13:59.0 +0200
+++ new/kcontacts-19.04.1/po/zh_CN/kcontacts5.po2019-05-07 
02:30:16.0 +0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-15 03:59+0200\n"
-"PO-Revision-Date: 2019-04-09 18:52\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2019-05-05 22:30\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"




commit kcontacts for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-04-26 22:47:55

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


Package is "kcontacts"

Fri Apr 26 22:47:55 2019 rev:43 rq:696229 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-03-11 
11:09:44.361438012 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.5536/kcontacts.changes
2019-04-26 22:47:56.637536286 +0200
@@ -1,0 +2,37 @@
+Sat Apr 20 06:51:54 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 kf5 lib with old CMake version
+
+---
+Tue Apr 09 20:54:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * Convert to camelcase include
+  * Make compile: kcontacts doesn't include widgets, so use Qt5Gui_VERSION
+  * Workaround qt5.13 bug
+
+---
+Wed Mar 27 06:40:59 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:
+  * Compile without foreach
+  * Don't include newlines in address if only country is available
+  * Remove Q_REQUIRED_RESULT from assignment operator
+  * Increase version
+  * Use int here
+  * Fix minor typos and EBN issues
+
+---

Old:

  kcontacts-18.12.3.tar.xz

New:

  kcontacts-19.04.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.FItBQG/_old  2019-04-26 22:47:57.169536014 +0200
+++ /var/tmp/diff_new_pack.FItBQG/_new  2019-04-26 22:47:57.173536012 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-18.12.3.tar.xz -> kcontacts-19.04.0.tar.xz ++
 2314 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-03-11 11:09:43

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


Package is "kcontacts"

Mon Mar 11 11:09:43 2019 rev:42 rq:683164 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-02-14 
14:16:26.404130712 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.28833/kcontacts.changes   
2019-03-11 11:09:44.361438012 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:14 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:

  kcontacts-18.12.2.tar.xz

New:

  kcontacts-18.12.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.Zu0mQY/_old  2019-03-11 11:09:44.829437913 +0100
+++ /var/tmp/diff_new_pack.Zu0mQY/_new  2019-03-11 11:09:44.829437913 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-18.12.2.tar.xz -> kcontacts-18.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.2/CMakeLists.txt 
new/kcontacts-18.12.3/CMakeLists.txt
--- old/kcontacts-18.12.2/CMakeLists.txt2019-02-05 01:45:05.0 
+0100
+++ new/kcontacts-18.12.3/CMakeLists.txt2019-03-05 01:22:31.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.2/po/zh_CN/kcontacts5.po 
new/kcontacts-18.12.3/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.12.2/po/zh_CN/kcontacts5.po2019-02-05 
01:45:05.0 +0100
+++ new/kcontacts-18.12.3/po/zh_CN/kcontacts5.po2019-03-05 
01:22:31.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-02-14 14:16:23

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


Package is "kcontacts"

Thu Feb 14 14:16:23 2019 rev:41 rq:673732 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2019-01-21 
10:12:14.698564708 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.28833/kcontacts.changes   
2019-02-14 14:16:26.404130712 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:58 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:

  kcontacts-18.12.1.tar.xz

New:

  kcontacts-18.12.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.edkFMv/_old  2019-02-14 14:16:27.692130084 +0100
+++ /var/tmp/diff_new_pack.edkFMv/_new  2019-02-14 14:16:27.692130084 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcontacts
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later

++ kcontacts-18.12.1.tar.xz -> kcontacts-18.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/CMakeLists.txt 
new/kcontacts-18.12.2/CMakeLists.txt
--- old/kcontacts-18.12.1/CMakeLists.txt2019-01-08 01:17:55.0 
+0100
+++ new/kcontacts-18.12.2/CMakeLists.txt2019-02-05 01:45:05.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/po/ru/kcontacts5.po 
new/kcontacts-18.12.2/po/ru/kcontacts5.po
--- old/kcontacts-18.12.1/po/ru/kcontacts5.po   2019-01-08 01:17:55.0 
+0100
+++ new/kcontacts-18.12.2/po/ru/kcontacts5.po   2019-02-05 01:45:05.0 
+0100
@@ -5,19 +5,20 @@
 # Nick Shaforostoff , 2007, 2008.
 # Andrey Cherepanov , 2009.
 # Alexander Potashev , 2010, 2011, 2016.
+# Alexander Yavorsky , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2016-01-10 02:27+0300\n"
-"Last-Translator: Alexander Potashev \n"
+"PO-Revision-Date: 2019-01-19 15:09+0300\n"
+"Last-Translator: Alexander Yavorsky \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -68,25 +69,25 @@
 #, kde-format
 msgctxt "Address is in home country"
 msgid "Domestic"
-msgstr "Внутренний"
+msgstr "Адрес внутри страны"
 
 #: address.cpp:534
 #, kde-format
 msgctxt "Address is not in home country"
 msgid "International"
-msgstr "Международный"
+msgstr "Международный адрес"
 
 #: address.cpp:536
 #, kde-format
 msgctxt "Address for delivering letters"
 msgid "Postal"
-msgstr "Почтовый"
+msgstr "Адрес для корреспонденции"
 
 #: address.cpp:538
 #, kde-format
 msgctxt "Address for delivering packages"
 msgid "Parcel"
-msgstr "Для посылок"
+msgstr "Адрес для посылок"
 
 #: address.cpp:540
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/po/zh_CN/kcontacts5.po 
new/kcontacts-18.12.2/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.12.1/po/zh_CN/kcontacts5.po2019-01-08 
01:17:55.0 +0100
+++ new/kcontacts-18.12.2/po/zh_CN/kcontacts5.po2019-02-05 
01:45:05.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:57+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"




commit kcontacts for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-01-21 10:12:11

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


Package is "kcontacts"

Mon Jan 21 10:12:11 2019 rev:40 rq:665116 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-12-19 
13:33:26.024617308 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.28833/kcontacts.changes   
2019-01-21 10:12:14.698564708 +0100
@@ -1,0 +2,10 @@
+Fri Jan 11 05:42:06 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:

  kcontacts-18.12.0.tar.xz

New:

  kcontacts-18.12.1.tar.xz



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

++ kcontacts-18.12.0.tar.xz -> kcontacts-18.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.0/CMakeLists.txt 
new/kcontacts-18.12.1/CMakeLists.txt
--- old/kcontacts-18.12.0/CMakeLists.txt2018-12-07 01:42:16.0 
+0100
+++ new/kcontacts-18.12.1/CMakeLists.txt2019-01-08 01:17:55.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.0/po/ca/kcontacts5.po 
new/kcontacts-18.12.1/po/ca/kcontacts5.po
--- old/kcontacts-18.12.0/po/ca/kcontacts5.po   2018-12-07 01:42:15.0 
+0100
+++ new/kcontacts-18.12.1/po/ca/kcontacts5.po   2019-01-08 01:17:55.0 
+0100
@@ -1,5 +1,5 @@
 # Translation of kcontacts5.po to Catalan
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2007-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.0/po/ca@valencia/kcontacts5.po 
new/kcontacts-18.12.1/po/ca@valencia/kcontacts5.po
--- old/kcontacts-18.12.0/po/ca@valencia/kcontacts5.po  2018-12-07 
01:42:15.0 +0100
+++ new/kcontacts-18.12.1/po/ca@valencia/kcontacts5.po  2019-01-08 
01:17:55.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kcontacts5.po to Catalan (Valencian)
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2007-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.0/po/zh_CN/kcontacts5.po 
new/kcontacts-18.12.1/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.12.0/po/zh_CN/kcontacts5.po2018-12-07 
01:42:16.0 +0100
+++ new/kcontacts-18.12.1/po/zh_CN/kcontacts5.po2019-01-08 
01:17:55.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-11-12 06:57+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"




commit kcontacts for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-12-19 13:33:24

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


Package is "kcontacts"

Wed Dec 19 13:33:24 2018 rev:39 rq:658370 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-11-12 
09:27:16.346306457 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.28833/kcontacts.changes   
2018-12-19 13:33:26.024617308 +0100
@@ -1,0 +2,44 @@
+Fri Dec 14 06:09:05 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+---
+Mon Dec 03 20:55:53 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:
+  * No code changes since 18.11.80
+
+---
+Tue Nov 20 06:22:09 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:56:55 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
+  * Complete the dependency list, matters for static builds
+  * Make KContacts work in static builds
+  * Add a new ISO 3166 code to country name mapping table
+  * Unbreak the char encoding for Android
+  * Attempt to fix the Windows build
+  * Restore Qt 5.9 compatibility
+  * Add CLDR-based country to ISO code mapping
+  * Fix translation of country names
+  * Use new syntax
+
+---
@@ -47 +91 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -104 +148 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -238 +282 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -302 +346 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -389 +433 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -505 +549 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:

  kcontacts-18.08.3.tar.xz

New:

  kcontacts-18.12.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.OobB9b/_old  2018-12-19 13:33:26.452616752 +0100
+++ /var/tmp/diff_new_pack.OobB9b/_new  2018-12-19 13:33:26.452616752 +0100
@@ -16,19 +16,18 @@
 #
 
 
-%bcond_without lang
-
 %define kf5_version 5.5.0
-Name:   kcontacts
-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:   kcontacts
+Version:18.12.0
+Release:0
 Summary:Address book API for KDE
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: kcontacts-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.3.0
@@ -40,7 +39,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libkcontacts provides an API for address book data.
@@ -48,10 +46,10 @@
 %package -n libKF5Contacts5
 Summary:Address book API for KDE
 Group:  System/Libraries
+Provides:   %{name} = %{version}
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
-Provides:   %{name} = %{version}
 
 %description  -n libKF5Contacts5
 Libkcontacts provides an API for address book data.
@@ -89,15 

commit kcontacts for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-11-12 09:27:13

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


Package is "kcontacts"

Mon Nov 12 09:27:13 2018 rev:38 rq:648007 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-10-15 
09:24:34.248420048 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-11-12 
09:27:16.346306457 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:43:33 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:

  kcontacts-18.08.2.tar.xz

New:

  kcontacts-18.08.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.wWCTCA/_old  2018-11-12 09:27:16.746305958 +0100
+++ /var/tmp/diff_new_pack.wWCTCA/_new  2018-11-12 09:27:16.754305948 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.08.2.tar.xz -> kcontacts-18.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.2/CMakeLists.txt 
new/kcontacts-18.08.3/CMakeLists.txt
--- old/kcontacts-18.08.2/CMakeLists.txt2018-10-09 02:30:14.0 
+0200
+++ new/kcontacts-18.08.3/CMakeLists.txt2018-11-06 01:19:35.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.2/po/zh_CN/kcontacts5.po 
new/kcontacts-18.08.3/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.08.2/po/zh_CN/kcontacts5.po2018-10-09 
02:30:14.0 +0200
+++ new/kcontacts-18.08.3/po/zh_CN/kcontacts5.po2018-11-06 
01:19:35.0 +0100
@@ -8,8 +8,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\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 kcontacts for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-10-15 09:24:17

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


Package is "kcontacts"

Mon Oct 15 09:24:17 2018 rev:37 rq:641480 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-09-13 
23:55:28.658224935 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-10-15 
09:24:34.248420048 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:06:49 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:

  kcontacts-18.08.1.tar.xz

New:

  kcontacts-18.08.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XAwXTW/_old  2018-10-15 09:24:34.896419443 +0200
+++ /var/tmp/diff_new_pack.XAwXTW/_new  2018-10-15 09:24:34.900419439 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.08.1.tar.xz -> kcontacts-18.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.1/CMakeLists.txt 
new/kcontacts-18.08.2/CMakeLists.txt
--- old/kcontacts-18.08.1/CMakeLists.txt2018-09-04 02:53:57.0 
+0200
+++ new/kcontacts-18.08.2/CMakeLists.txt2018-10-09 02:30:14.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.1/po/zh_CN/kcontacts5.po 
new/kcontacts-18.08.2/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.08.1/po/zh_CN/kcontacts5.po2018-09-04 
02:53:57.0 +0200
+++ new/kcontacts-18.08.2/po/zh_CN/kcontacts5.po2018-10-09 
02:30:14.0 +0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\n"
-"PO-Revision-Date: 2018-08-30 13:16\n"
-"Last-Translator: guoyunhebrave \n"
+"PO-Revision-Date: 2018-09-28 19:52\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"




commit kcontacts for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-09-13 23:55:28

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


Package is "kcontacts"

Thu Sep 13 23:55:28 2018 rev:36 rq:633910 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-08-22 
14:12:36.205249875 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-09-13 
23:55:28.658224935 +0200
@@ -1,0 +2,10 @@
+Thu Sep 06 18:42:58 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:

  kcontacts-18.08.0.tar.xz

New:

  kcontacts-18.08.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.G1txAo/_old  2018-09-13 23:55:29.238224492 +0200
+++ /var/tmp/diff_new_pack.G1txAo/_new  2018-09-13 23:55:29.242224488 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.08.0.tar.xz -> kcontacts-18.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.0/CMakeLists.txt 
new/kcontacts-18.08.1/CMakeLists.txt
--- old/kcontacts-18.08.0/CMakeLists.txt2018-08-10 02:13:11.0 
+0200
+++ new/kcontacts-18.08.1/CMakeLists.txt2018-09-04 02:53:57.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.08.0/po/zh_CN/kcontacts5.po 
new/kcontacts-18.08.1/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.08.0/po/zh_CN/kcontacts5.po2018-08-10 
02:13:11.0 +0200
+++ new/kcontacts-18.08.1/po/zh_CN/kcontacts5.po2018-09-04 
02:53:57.0 +0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\n"
-"PO-Revision-Date: 2018-07-24 08:46\n"
-"Last-Translator: guoyunhebrave \n"
+"PO-Revision-Date: 2018-08-30 13:16\n"
+"Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"




commit kcontacts for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-08-22 14:12:34

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


Package is "kcontacts"

Wed Aug 22 14:12:34 2018 rev:35 rq:630125 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-07-18 
22:42:02.481327637 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-08-22 
14:12:36.205249875 +0200
@@ -1,0 +2,27 @@
+Thu Aug 16 22:03:00 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:00:36 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:
+  * Cache country <-> ISO code mapping in both directions
+  * Load the address formatting rules only once
+  * Fix country detection from QLocale
+  * Don't rely on address formatting data from kdelibs4support
+  * Put the countrytransl.map file into a Qt resource
+  * Use Q_REQUIRED_RESULT
+  * Fix countryToISO() returning the local country for unknown country names
+  * Remove unused D-Bus dependency
+
+---

Old:

  kcontacts-18.04.3.tar.xz

New:

  kcontacts-18.08.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.fkubRh/_old  2018-08-22 14:12:36.601250814 +0200
+++ /var/tmp/diff_new_pack.fkubRh/_new  2018-08-22 14:12:36.601250814 +0200
@@ -20,11 +20,11 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:Address book API for KDE
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
@@ -38,7 +38,6 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,7 +57,7 @@
 Libkcontacts provides an API for address book data.
 
 %package devel
-Summary:New address book API for KDE: Build Environment
+Summary:Address book API for KDE: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   kcoreaddons-devel >= %{kf5_version}
 Requires:   libKF5Contacts5 = %{version}
@@ -93,7 +92,6 @@
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_libdir}/libKF5Contacts.so.*
-%{_kf5_datadir}/kcontacts/
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 

++ kcontacts-18.04.3.tar.xz -> kcontacts-18.08.0.tar.xz ++
 2281 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-07-18 22:41:09

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


Package is "kcontacts"

Wed Jul 18 22:41:09 2018 rev:34 rq:622642 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-06-13 
15:21:06.980901287 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-07-18 
22:41:12.481493338 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:49:53 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:

  kcontacts-18.04.2.tar.xz

New:

  kcontacts-18.04.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.TRWJf3/_old  2018-07-18 22:41:13.081491350 +0200
+++ /var/tmp/diff_new_pack.TRWJf3/_new  2018-07-18 22:41:13.101491284 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.04.2.tar.xz -> kcontacts-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.2/CMakeLists.txt 
new/kcontacts-18.04.3/CMakeLists.txt
--- old/kcontacts-18.04.2/CMakeLists.txt2018-06-05 03:15:02.0 
+0200
+++ new/kcontacts-18.04.3/CMakeLists.txt2018-07-10 02:13:41.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.2/po/zh_CN/kcontacts5.po 
new/kcontacts-18.04.3/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.04.2/po/zh_CN/kcontacts5.po2018-06-05 
03:15:02.0 +0200
+++ new/kcontacts-18.04.3/po/zh_CN/kcontacts5.po2018-07-10 
02:13:41.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-06-13 15:21:05

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


Package is "kcontacts"

Wed Jun 13 15:21:05 2018 rev:33 rq:615507 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-05-16 
11:29:00.299769782 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-06-13 
15:21:06.980901287 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:06:42 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:

  kcontacts-18.04.1.tar.xz

New:

  kcontacts-18.04.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.VHSmhU/_old  2018-06-13 15:21:07.564879978 +0200
+++ /var/tmp/diff_new_pack.VHSmhU/_new  2018-06-13 15:21:07.568879832 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.04.1.tar.xz -> kcontacts-18.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.1/CMakeLists.txt 
new/kcontacts-18.04.2/CMakeLists.txt
--- old/kcontacts-18.04.1/CMakeLists.txt2018-05-08 02:20:57.0 
+0200
+++ new/kcontacts-18.04.2/CMakeLists.txt2018-06-05 03:15:02.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.1/po/zh_CN/kcontacts5.po 
new/kcontacts-18.04.2/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.04.1/po/zh_CN/kcontacts5.po2018-05-08 
02:20:57.0 +0200
+++ new/kcontacts-18.04.2/po/zh_CN/kcontacts5.po2018-06-05 
03:15:02.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\n"
-"PO-Revision-Date: 2018-04-26 06:08-0400\n"
+"PO-Revision-Date: 2018-05-18 06:29-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2018-05-16 Thread root
Hello community,

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

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


Package is "kcontacts"

Wed May 16 11:28:58 2018 rev:32 rq:607148 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-04-25 
09:48:52.142313962 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-05-16 
11:29:00.299769782 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:17:49 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:

  kcontacts-18.04.0.tar.xz

New:

  kcontacts-18.04.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.pDJ6EV/_old  2018-05-16 11:29:00.879748702 +0200
+++ /var/tmp/diff_new_pack.pDJ6EV/_new  2018-05-16 11:29:00.879748702 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-18.04.0.tar.xz -> kcontacts-18.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.0/CMakeLists.txt 
new/kcontacts-18.04.1/CMakeLists.txt
--- old/kcontacts-18.04.0/CMakeLists.txt2018-04-13 02:13:51.0 
+0200
+++ new/kcontacts-18.04.1/CMakeLists.txt2018-05-08 02:20:57.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.04.0/po/zh_CN/kcontacts5.po 
new/kcontacts-18.04.1/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.04.0/po/zh_CN/kcontacts5.po2018-04-13 
02:13:51.0 +0200
+++ new/kcontacts-18.04.1/po/zh_CN/kcontacts5.po2018-05-08 
02:20:57.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-12 03:21+0100\n"
-"PO-Revision-Date: 2018-04-05 09:39-0400\n"
+"PO-Revision-Date: 2018-04-26 06:08-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2018-04-25 Thread root
Hello community,

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

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


Package is "kcontacts"

Wed Apr 25 09:48:48 2018 rev:31 rq:599020 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-03-20 
21:37:38.262764570 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-04-25 
09:48:52.142313962 +0200
@@ -1,0 +2,26 @@
+Wed Apr 18 07:48:58 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:09:11 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:
+  * Fix warning
+  * Move categories file here
+  * Fix warnings
+  * Use qputenv
+  * Use QLatin1String
+  * Use QLatin1String
+  * Use QLAtin1Char
+
+---

Old:

  kcontacts-17.12.3.tar.xz

New:

  kcontacts-18.04.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.1DMhuK/_old  2018-04-25 09:48:54.114241653 +0200
+++ /var/tmp/diff_new_pack.1DMhuK/_new  2018-04-25 09:48:54.114241653 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)
@@ -94,6 +94,8 @@
 %doc COPYING*
 %{_kf5_libdir}/libKF5Contacts.so.*
 %{_kf5_datadir}/kcontacts/
+%{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 
 %files devel
 %defattr(-,root,root)

++ kcontacts-17.12.3.tar.xz -> kcontacts-18.04.0.tar.xz ++
 22657 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-03-20 21:37:36

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


Package is "kcontacts"

Tue Mar 20 21:37:36 2018 rev:30 rq:585541 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-02-12 
10:00:28.229388918 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-03-20 
21:37:38.262764570 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:23 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:

  kcontacts-17.12.2.tar.xz

New:

  kcontacts-17.12.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.aIMvHw/_old  2018-03-20 21:37:39.142732896 +0100
+++ /var/tmp/diff_new_pack.aIMvHw/_new  2018-03-20 21:37:39.146732752 +0100
@@ -20,13 +20,13 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:Address book API for KDE
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kcontacts-%{version}.tar.xz

++ kcontacts-17.12.2.tar.xz -> kcontacts-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.2/CMakeLists.txt 
new/kcontacts-17.12.3/CMakeLists.txt
--- old/kcontacts-17.12.2/CMakeLists.txt2018-02-06 01:38:36.0 
+0100
+++ new/kcontacts-17.12.3/CMakeLists.txt2018-03-06 01:27:25.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.2/po/zh_CN/kcontacts5.po 
new/kcontacts-17.12.3/po/zh_CN/kcontacts5.po
--- old/kcontacts-17.12.2/po/zh_CN/kcontacts5.po2018-02-06 
01:38:36.0 +0100
+++ new/kcontacts-17.12.3/po/zh_CN/kcontacts5.po2018-03-06 
01:27:25.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:27-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-02-12 10:00:25

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


Package is "kcontacts"

Mon Feb 12 10:00:25 2018 rev:29 rq:575010 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-01-17 
21:48:51.833735657 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-02-12 
10:00:28.229388918 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:44 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:

  kcontacts-17.12.1.tar.xz

New:

  kcontacts-17.12.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.aXJzC9/_old  2018-02-12 10:00:29.353348405 +0100
+++ /var/tmp/diff_new_pack.aXJzC9/_new  2018-02-12 10:00:29.353348405 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.12.1.tar.xz -> kcontacts-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.1/CMakeLists.txt 
new/kcontacts-17.12.2/CMakeLists.txt
--- old/kcontacts-17.12.1/CMakeLists.txt2018-01-09 02:17:37.0 
+0100
+++ new/kcontacts-17.12.2/CMakeLists.txt2018-02-06 01:38:36.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.1/po/ar/kcontacts5.po 
new/kcontacts-17.12.2/po/ar/kcontacts5.po
--- old/kcontacts-17.12.1/po/ar/kcontacts5.po   2018-01-09 02:17:36.0 
+0100
+++ new/kcontacts-17.12.2/po/ar/kcontacts5.po   2018-02-06 01:38:35.0 
+0100
@@ -4,13 +4,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Youssef Chahibi , 2007.
 # zayed , 2009.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2009-01-11 13:09+0400\n"
-"Last-Translator: zayed \n"
+"PO-Revision-Date: 2018-01-31 19:03+0300\n"
+"Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
@@ -18,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: address.cpp:402
 #, kde-format
@@ -28,12 +29,12 @@
 #: address.cpp:418
 #, kde-format
 msgid "Extended Address Information"
-msgstr "معلومات العنوان الموسعة"
+msgstr "معلومات العنوان الموسّعة"
 
 #: address.cpp:434
 #, kde-format
 msgid "Street"
-msgstr "الشارع"
+msgstr "الشّارع"
 
 #: address.cpp:450
 #, kde-format
@@ -43,46 +44,46 @@
 #: address.cpp:466
 #, kde-format
 msgid "Region"
-msgstr "منطقة"
+msgstr "المنطقة"
 
 #: address.cpp:482
 #, kde-format
 msgid "Postal Code"
-msgstr "الرمز البريدي"
+msgstr "الرّمز البريديّ"
 
 #: address.cpp:498
 #, kde-format
 msgid "Country"
-msgstr "البلد"
+msgstr "الدّولة"
 
 #: address.cpp:514
-#, kde-format
+#, fuzzy, kde-format
 msgid "Delivery Label"
-msgstr "عنوان التسليم"
+msgstr "عنوان التّسليم"
 
 #: address.cpp:532
 #, kde-format
 msgctxt "Address is in home country"
 msgid "Domestic"
-msgstr "محلي"
+msgstr "محليّ"
 
 #: address.cpp:534
 #, kde-format
 msgctxt "Address is not in home country"
 msgid "International"
-msgstr "عالمي"
+msgstr "عالميّ"
 
 #: address.cpp:536
 #, kde-format
 msgctxt "Address for delivering letters"
 msgid "Postal"
-msgstr "بريدي"
+msgstr "بريديّ"
 
 #: address.cpp:538
 #, kde-format
 msgctxt "Address for delivering packages"
 msgid "Parcel"
-msgstr "طردالحزمة"
+msgstr "للطّرود"
 
 #: address.cpp:540
 #, kde-format
@@ -99,18 +100,18 @@
 #: address.cpp:544
 #, kde-format
 msgid "Preferred Address"
-msgstr "العنوان المفضل"
+msgstr "العنوان المفضّل"
 
 #: address.cpp:546
 #, kde-format
 msgctxt "another type of address"

commit kcontacts for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2018-01-17 21:48:50

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


Package is "kcontacts"

Wed Jan 17 21:48:50 2018 rev:28 rq:564283 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-12-18 
08:49:05.576965409 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-01-17 
21:48:51.833735657 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:41:02 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:

  kcontacts-17.12.0.tar.xz

New:

  kcontacts-17.12.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.L30F0x/_old  2018-01-17 21:48:52.437707408 +0100
+++ /var/tmp/diff_new_pack.L30F0x/_new  2018-01-17 21:48:52.441707221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcontacts
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.12.0.tar.xz -> kcontacts-17.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.0/CMakeLists.txt 
new/kcontacts-17.12.1/CMakeLists.txt
--- old/kcontacts-17.12.0/CMakeLists.txt2017-12-08 02:01:29.0 
+0100
+++ new/kcontacts-17.12.1/CMakeLists.txt2018-01-09 02:17:37.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.0/po/ca/kcontacts5.po 
new/kcontacts-17.12.1/po/ca/kcontacts5.po
--- old/kcontacts-17.12.0/po/ca/kcontacts5.po   2017-12-08 02:01:29.0 
+0100
+++ new/kcontacts-17.12.1/po/ca/kcontacts5.po   2018-01-09 02:17:37.0 
+0100
@@ -1,9 +1,9 @@
 # Translation of kcontacts5.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2015.
+# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2015, 2017.
 # Albert Astals Cid , 2009.
 # Manuel Tortosa Moreno , 2009.
 # Antoni Bella Pérez , 2014, 2015.
@@ -12,8 +12,8 @@
 "Project-Id-Version: kcontacts5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2015-12-25 16:13+0100\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2017-12-29 18:45+0100\n"
+"Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -365,7 +365,7 @@
 #: addresseehelper.cpp:76
 #, kde-format
 msgid "Miss"
-msgstr "Srta."
+msgstr "Sra."
 
 #: addresseehelper.cpp:77
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.12.0/po/ca@valencia/kcontacts5.po 
new/kcontacts-17.12.1/po/ca@valencia/kcontacts5.po
--- old/kcontacts-17.12.0/po/ca@valencia/kcontacts5.po  2017-12-08 
02:01:29.0 +0100
+++ new/kcontacts-17.12.1/po/ca@valencia/kcontacts5.po  2018-01-09 
02:17:37.0 +0100
@@ -1,9 +1,9 @@
 # Translation of kcontacts5.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2015.
+# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2015, 2017.
 # Albert Astals Cid , 2009.
 # Manuel Tortosa Moreno , 

commit kcontacts for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-12-18 08:49:03

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


Package is "kcontacts"

Mon Dec 18 08:49:03 2017 rev:27 rq:556163 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-11-16 
14:21:22.229382033 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-12-18 
08:49:05.576965409 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:03 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:
+  * None
+
+---
+Sat Dec 02 10:12:36 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:04 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:
+  * Fix warning found by cppcheck
+  * Remove kaboutdata in test apps
+  * Make sure to initialize pointer
+  * Minor optimization
+  * Allow to run test without install it
+  * Remove qt check
+  * Minor optimization
+
+---

Old:

  kcontacts-17.08.3.tar.xz

New:

  kcontacts-17.12.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XTYDHb/_old  2017-12-18 08:49:06.524919647 +0100
+++ /var/tmp/diff_new_pack.XTYDHb/_new  2017-12-18 08:49:06.528919454 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.08.3.tar.xz -> kcontacts-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/.reviewboardrc 
new/kcontacts-17.12.0/.reviewboardrc
--- old/kcontacts-17.08.3/.reviewboardrc2017-10-13 07:10:42.0 
+0200
+++ new/kcontacts-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-#REPOSITORY = "git://anongit.kde.org/kcontacts"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/CMakeLists.txt 
new/kcontacts-17.12.0/CMakeLists.txt
--- old/kcontacts-17.08.3/CMakeLists.txt2017-11-07 02:25:32.0 
+0100
+++ new/kcontacts-17.12.0/CMakeLists.txt2017-12-08 02:01:29.0 
+0100
@@ -1,11 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KContacts VERSION ${PIM_VERSION})
 
 # ECM setup
-set(QT_REQUIRED_VERSION "5.7.0")
-set(KF5_VERSION "5.35.0")
+set(QT_REQUIRED_VERSION "5.8.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/autotests/CMakeLists.txt 
new/kcontacts-17.12.0/autotests/CMakeLists.txt
--- old/kcontacts-17.08.3/autotests/CMakeLists.txt  2017-10-13 
07:10:42.0 +0200
+++ new/kcontacts-17.12.0/autotests/CMakeLists.txt  2017-12-02 
08:20:32.0 +0100
@@ -1,6 +1,6 @@
 include(ECMAddTests)
 
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
 
 ### next target ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/autotests/testlock.h 
new/kcontacts-17.12.0/autotests/testlock.h
--- old/kcontacts-17.08.3/autotests/testlock.h  2017-10-13 07:10:42.0 
+0200
+++ new/kcontacts-17.12.0/autotests/testlock.h  2017-12-02 08:20:32.0 
+0100
@@ -43,10 +43,10 @@
 void updateLockView();
 
 private:
-KContacts::Lock *mLock;
+KContacts::Lock *mLock = nullptr;
 
-QLabel *mStatus;
-QTreeWidget *mLockView;
+QLabel *mStatus = nullptr;
+QTreeWidget *mLockView = 

commit kcontacts for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-11-16 14:21:20

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


Package is "kcontacts"

Thu Nov 16 14:21:20 2017 rev:26 rq:540856 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-10-23 
16:29:11.428369566 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-11-16 
14:21:22.229382033 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:11:08 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:

  kcontacts-17.08.2.tar.xz

New:

  kcontacts-17.08.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.eCuPWZ/_old  2017-11-16 14:21:22.841359872 +0100
+++ /var/tmp/diff_new_pack.eCuPWZ/_new  2017-11-16 14:21:22.845359727 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.08.2.tar.xz -> kcontacts-17.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.2/CMakeLists.txt 
new/kcontacts-17.08.3/CMakeLists.txt
--- old/kcontacts-17.08.2/CMakeLists.txt2017-10-10 02:15:38.0 
+0200
+++ new/kcontacts-17.08.3/CMakeLists.txt2017-11-07 02:25:32.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.2/po/zh_CN/kcontacts5.po 
new/kcontacts-17.08.3/po/zh_CN/kcontacts5.po
--- old/kcontacts-17.08.2/po/zh_CN/kcontacts5.po2017-10-10 
02:15:38.0 +0200
+++ new/kcontacts-17.08.3/po/zh_CN/kcontacts5.po2017-11-07 
02:25:32.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\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 kcontacts for openSUSE:Factory

2017-10-23 Thread root
Hello community,

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

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


Package is "kcontacts"

Mon Oct 23 16:29:10 2017 rev:25 rq:534685 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-09-12 
19:44:40.629493170 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-10-23 
16:29:11.428369566 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:39 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:
+  * None
+
+---

Old:

  kcontacts-17.08.1.tar.xz

New:

  kcontacts-17.08.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.1ktFhG/_old  2017-10-23 16:29:12.092338482 +0200
+++ /var/tmp/diff_new_pack.1ktFhG/_new  2017-10-23 16:29:12.092338482 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.08.1.tar.xz -> kcontacts-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.1/CMakeLists.txt 
new/kcontacts-17.08.2/CMakeLists.txt
--- old/kcontacts-17.08.1/CMakeLists.txt2017-09-05 02:38:14.0 
+0200
+++ new/kcontacts-17.08.2/CMakeLists.txt2017-10-10 02:15:38.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.1/po/sr/kcontacts5.po 
new/kcontacts-17.08.2/po/sr/kcontacts5.po
--- old/kcontacts-17.08.1/po/sr/kcontacts5.po   2017-09-05 02:38:14.0 
+0200
+++ new/kcontacts-17.08.2/po/sr/kcontacts5.po   2017-10-10 02:15:38.0 
+0200
@@ -1,5 +1,5 @@
 # Translation of kcontacts5.po into Serbian.
-# Chusslove Illich , 2007, 2009, 2015.
+# Chusslove Illich , 2007, 2009, 2015, 2017.
 # Dalibor Djuric , 2009.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.1/po/zh_CN/kcontacts5.po 
new/kcontacts-17.08.2/po/zh_CN/kcontacts5.po
--- old/kcontacts-17.08.1/po/zh_CN/kcontacts5.po2017-09-05 
02:38:14.0 +0200
+++ new/kcontacts-17.08.2/po/zh_CN/kcontacts5.po2017-10-10 
02:15:38.0 +0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Xuetian Weng , 2014.
+# Weng Xuetian , 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2017-08-31 05:16-0400\n"
+"PO-Revision-Date: 2017-09-30 17:48-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2017-09-12 Thread root
Hello community,

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

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


Package is "kcontacts"

Tue Sep 12 19:44:39 2017 rev:24 rq:522517 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-08-24 
17:52:00.895670055 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-09-12 
19:44:40.629493170 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01: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:
+  * None
+
+---

Old:

  kcontacts-17.08.0.tar.xz

New:

  kcontacts-17.08.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.69CjeU/_old  2017-09-12 19:44:41.325395329 +0200
+++ /var/tmp/diff_new_pack.69CjeU/_new  2017-09-12 19:44:41.329394766 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.08.0.tar.xz -> kcontacts-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.0/CMakeLists.txt 
new/kcontacts-17.08.1/CMakeLists.txt
--- old/kcontacts-17.08.0/CMakeLists.txt2017-08-11 02:49:37.0 
+0200
+++ new/kcontacts-17.08.1/CMakeLists.txt2017-09-05 02:38: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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.0/po/zh_CN/kcontacts5.po 
new/kcontacts-17.08.1/po/zh_CN/kcontacts5.po
--- old/kcontacts-17.08.0/po/zh_CN/kcontacts5.po2017-08-11 
02:49:37.0 +0200
+++ new/kcontacts-17.08.1/po/zh_CN/kcontacts5.po2017-09-05 
02:38:14.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2017-08-05 09:34-0400\n"
+"PO-Revision-Date: 2017-08-31 05:16-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-08-24 17:51:58

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


Package is "kcontacts"

Thu Aug 24 17:51:58 2017 rev:23 rq:516593 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-07-25 
11:28:09.983967932 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-08-24 
17:52:00.895670055 +0200
@@ -1,0 +2,31 @@
+Sat Aug 12 10:28:30 UTC 2017 - jeng...@inai.de
+
+- Remove time-sensitive wording from summaries
+
+---
+Fri Aug 11 22:45:15 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 :
+  * Apply patch from McPain 
+  * Try to implement vcard4 support for logo not success yet 
+  * Use DQT_NO_URL_CAST_FROM_STRING 
+  * Use contains here 
+  * Remove module name 
+  * USe Q_FALLTHROUGH 
+  * Remove deprecated method 
+  * Add .gitignore 
+  * Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
+  * Minor optimization 
+
+---
+Sat Aug  5 18:17:20 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:

  kcontacts-17.04.3.tar.xz

New:

  kcontacts-17.08.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.y1hMZj/_old  2017-08-24 17:52:02.135495425 +0200
+++ /var/tmp/diff_new_pack.y1hMZj/_new  2017-08-24 17:52:02.143494298 +0200
@@ -20,12 +20,12 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:New address book API for KDE
+Summary:Address book API for KDE
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
@@ -47,9 +47,11 @@
 Libkcontacts provides an API for address book data.
 
 %package -n libKF5Contacts5
-Summary:New address book API for KDE
-Group:  Development/Libraries/KDE
+Summary:Address book API for KDE
+Group:  System/Libraries
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 Provides:   %{name} = %{version}
 
 %description  -n libKF5Contacts5
@@ -96,10 +98,10 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_libdir}/cmake/KF5Contacts/
-%{_kf5_libdir}/libKF5Contacts.so
+%{_kf5_cmakedir}/KF5Contacts/
 %{_kf5_includedir}/KContacts/
 %{_kf5_includedir}/kcontacts_version.h
+%{_kf5_libdir}/libKF5Contacts.so
 %{_kf5_mkspecsdir}/qt_KContacts.pri
 
 %if %{with lang}

++ kcontacts-17.04.3.tar.xz -> kcontacts-17.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.3/.gitignore 
new/kcontacts-17.08.0/.gitignore
--- old/kcontacts-17.04.3/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/kcontacts-17.08.0/.gitignore2017-08-04 20:45:05.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.3/CMakeLists.txt 
new/kcontacts-17.08.0/CMakeLists.txt
--- old/kcontacts-17.04.3/CMakeLists.txt2017-07-11 02:26:01.0 
+0200
+++ new/kcontacts-17.08.0/CMakeLists.txt2017-08-11 02:49:37.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.3")
+set(PIM_VERSION "5.6.0")
 
 project(KContacts VERSION ${PIM_VERSION})
 
 # ECM setup
-set(QT_REQUIRED_VERSION "5.6.0")
-set(KF5_VERSION "5.32.0")
+set(QT_REQUIRED_VERSION "5.7.0")
+set(KF5_VERSION "5.35.0")
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 
@@ -39,6 +39,9 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kcontacts5\")
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")

commit kcontacts for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-07-25 11:28:08

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


Package is "kcontacts"

Tue Jul 25 11:28:08 2017 rev:22 rq:510684 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-06-12 
15:17:47.256325906 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-07-25 
11:28:09.983967932 +0200
@@ -1,0 +2,10 @@
+Sat Jul 15 22:59:27 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:

  kcontacts-17.04.2.tar.xz

New:

  kcontacts-17.04.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.X6y2sL/_old  2017-07-25 11:28:10.459900719 +0200
+++ /var/tmp/diff_new_pack.X6y2sL/_new  2017-07-25 11:28:10.459900719 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.04.2.tar.xz -> kcontacts-17.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.2/CMakeLists.txt 
new/kcontacts-17.04.3/CMakeLists.txt
--- old/kcontacts-17.04.2/CMakeLists.txt2017-06-06 02:23:41.0 
+0200
+++ new/kcontacts-17.04.3/CMakeLists.txt2017-07-11 02:26:01.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.2/po/fr/kcontacts5.po 
new/kcontacts-17.04.3/po/fr/kcontacts5.po
--- old/kcontacts-17.04.2/po/fr/kcontacts5.po   2017-06-06 02:23:40.0 
+0200
+++ new/kcontacts-17.04.3/po/fr/kcontacts5.po   2017-07-11 02:26:01.0 
+0200
@@ -7,21 +7,22 @@
 # Mickael Sibelle , 2008.
 # Sebastien Renard , 2010, 2013.
 # xavier , 2013.
+# Vincent Pinon , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-17 04:01+0100\n"
-"PO-Revision-Date: 2013-07-18 12:09+0200\n"
-"Last-Translator: Sebastien Renard \n"
+"PO-Revision-Date: 2017-06-07 23:52+0100\n"
+"Last-Translator: Vincent Pinon \n"
 "Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -484,7 +485,7 @@
 #, kde-format
 msgctxt "Undefined phone type"
 msgid "Telephone number"
-msgstr ""
+msgstr "Numéro de téléphone"
 
 #: phonenumber.cpp:171
 #, kde-format




commit kcontacts for openSUSE:Factory

2017-06-12 Thread root
Hello community,

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

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


Package is "kcontacts"

Mon Jun 12 15:17:47 2017 rev:21 rq:501982 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-05-22 
10:39:41.810780238 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-06-12 
15:17:47.256325906 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:46 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:
+  * Fix potential crash
+
+---

Old:

  kcontacts-17.04.1.tar.xz

New:

  kcontacts-17.04.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.tN3Mri/_old  2017-06-12 15:17:47.796249720 +0200
+++ /var/tmp/diff_new_pack.tN3Mri/_new  2017-06-12 15:17:47.800249155 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.04.1.tar.xz -> kcontacts-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/CMakeLists.txt 
new/kcontacts-17.04.2/CMakeLists.txt
--- old/kcontacts-17.04.1/CMakeLists.txt2017-05-09 02:26:31.0 
+0200
+++ new/kcontacts-17.04.2/CMakeLists.txt2017-06-06 02:23:41.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/po/tr/kcontacts5.po 
new/kcontacts-17.04.2/po/tr/kcontacts5.po
--- old/kcontacts-17.04.1/po/tr/kcontacts5.po   2017-05-09 02:26:31.0 
+0200
+++ new/kcontacts-17.04.2/po/tr/kcontacts5.po   2017-06-06 02:23:41.0 
+0200
@@ -18,7 +18,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"language/tr/)\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/src/vcarddrag.cpp 
new/kcontacts-17.04.2/src/vcarddrag.cpp
--- old/kcontacts-17.04.1/src/vcarddrag.cpp 2017-04-26 06:55:00.0 
+0200
+++ new/kcontacts-17.04.2/src/vcarddrag.cpp 2017-05-13 08:21:08.0 
+0200
@@ -30,6 +30,9 @@
 
 static QString findCompatibleMimeType(const QMimeData *md)
 {
+if (!md) {
+return {};
+}
 // check the canonical MIME type first
 if (md->hasFormat(KContacts::Addressee::mimeType())) {
 return KContacts::Addressee::mimeType();




commit kcontacts for openSUSE:Factory

2017-05-22 Thread root
Hello community,

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

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


Package is "kcontacts"

Mon May 22 10:39:39 2017 rev:20 rq:495919 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-05-08 
18:49:15.552726797 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-05-22 
10:39:41.810780238 +0200
@@ -1,0 +2,14 @@
+Wed May 17 20:36:00 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:
+  * VCardParser: gain 1% of performance by using indexOf+mid instead of 
split('\n')
+  * Add missing include (make it happy jenkins)
+  * VCardParser: rewrite parser to use a state machine instead of split()
+  * VCardParser: extract class for parsing the current line
+  * Revert 1760aca (which commented out some unittests...).
+
+---

Old:

  kcontacts-17.04.0.tar.xz

New:

  kcontacts-17.04.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.IyEDR7/_old  2017-05-22 10:39:43.458547905 +0200
+++ /var/tmp/diff_new_pack.IyEDR7/_new  2017-05-22 10:39:43.458547905 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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)

++ kcontacts-17.04.0.tar.xz -> kcontacts-17.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.0/CMakeLists.txt 
new/kcontacts-17.04.1/CMakeLists.txt
--- old/kcontacts-17.04.0/CMakeLists.txt2017-04-14 02:21:53.0 
+0200
+++ new/kcontacts-17.04.1/CMakeLists.txt2017-05-09 02:26:31.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.0")
+set(PIM_VERSION "5.5.1")
 
 project(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.0/autotests/data/vcard10.vcf.ref 
new/kcontacts-17.04.1/autotests/data/vcard10.vcf.ref
--- old/kcontacts-17.04.0/autotests/data/vcard10.vcf.ref2017-04-08 
06:47:01.0 +0200
+++ new/kcontacts-17.04.1/autotests/data/vcard10.vcf.ref2017-04-26 
06:55:00.0 +0200
@@ -35,7 +35,8 @@
 N:Name;Surname;;Dr. med.;
 NOTE:Sprechzeiten:\nMo   8–12\, 15–18\nDi 8–12\nMi8–12\, 14
  –15\nDo 14–19\nFr 8–12
-TITLE:Facharzt für Allgemeinmedizin
+TITLE;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=46acharzt f=C3=BCr Allgemein
+ medizin
 UID:b4fc4930-043f-446a-9a76-cf0b548368d8
 END:VCARD
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcontacts-17.04.0/autotests/importexportvcardtest.cpp 
new/kcontacts-17.04.1/autotests/importexportvcardtest.cpp
--- old/kcontacts-17.04.0/autotests/importexportvcardtest.cpp   2017-04-08 
06:47:01.0 +0200
+++ new/kcontacts-17.04.1/autotests/importexportvcardtest.cpp   2017-04-26 
06:55:00.0 +0200
@@ -21,6 +21,7 @@
 #include "importexportvcardtest.h"
 #include 
 #include "vcardtool.h"
+#include 
 
 ImportExportVCardTest::ImportExportVCardTest(QObject *parent)
 : QObject(parent)
@@ -33,6 +34,27 @@
 
 }
 
+static void compareBuffers(const QByteArray , const QByteArray 
)
+{
+if (outputData != expected) {
+qDebug() << " outputData " << outputData;
+qDebug() << " expected " << expected;
+}
+const QList outputLines = outputData.split('\n');
+const QList outputRefLines = expected.split('\n');
+for (int i = 0; i < qMin(outputLines.count(), outputRefLines.count()); 
++i) {
+const QByteArray actual = outputLines.at(i);
+const QByteArray expect = outputRefLines.at(i);
+if (actual != expect) {
+qCritical() << "Mismatch at output line" << (i + 1);
+QCOMPARE(actual, expect);
+QCOMPARE(actual.count(), expect.count());
+}
+}
+QCOMPARE(outputLines.count(), outputRefLines.count());
+QCOMPARE(outputData.size(), expected.size());
+}
+
 void ImportExportVCardTest::shouldExportFullTestVcard4()
 {
 QByteArray vcarddata("BEGIN:VCARD\r\n"
@@ -71,8 +93,9 @@
  "END:VCARD\r\n\r\n");
 QByteArray vcardexpected("BEGIN:VCARD\r\n"
  "VERSION:4.0\r\n"
- 

commit kcontacts for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-05-08 18:49:14

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


Package is "kcontacts"

Mon May  8 18:49:14 2017 rev:19 rq:490390 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-03-15 
00:53:02.467371031 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-05-08 
18:49:15.552726797 +0200
@@ -1,0 +2,31 @@
+Sun Apr 16 10:44:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+---
+Wed Apr 12 20:25:26 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:
+  * Minor optmization
+  * More work on VCardParser performance
+
+---
+Sat Mar 25 23:10:20 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:

  kcontacts-16.12.3.tar.xz

New:

  kcontacts-17.04.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.D2Njax/_old  2017-05-08 18:49:16.336616066 +0200
+++ /var/tmp/diff_new_pack.D2Njax/_new  2017-05-08 18:49:16.336616066 +0200
@@ -16,12 +16,14 @@
 #
 
 
+%bcond_without lang
+
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:New address book API for KDE
 License:LGPL-2.1+
@@ -47,6 +49,8 @@
 %package -n libKF5Contacts5
 Summary:New address book API for KDE
 Group:  Development/Libraries/KDE
+Recommends: %{name}-lang
+Provides:   %{name} = %{version}
 
 %description  -n libKF5Contacts5
 Libkcontacts provides an API for address book data.
@@ -63,6 +67,10 @@
 Libkcontacts provides an API for address book data.
 Development files.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n kcontacts-%{version}
 
@@ -72,6 +80,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+%find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5Contacts5 -p /sbin/ldconfig
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
@@ -91,4 +102,9 @@
 %{_kf5_includedir}/kcontacts_version.h
 %{_kf5_mkspecsdir}/qt_KContacts.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++ kcontacts-16.12.3.tar.xz -> kcontacts-17.04.0.tar.xz ++
 35147 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-03-15 00:53:02

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


Package is "kcontacts"

Wed Mar 15 00:53:02 2017 rev:18 rq:478149 version:16.12.3

Changes:

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

Old:

  kcontacts-16.12.2.tar.xz

New:

  kcontacts-16.12.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.NJdPZq/_old  2017-03-15 00:53:03.143275394 +0100
+++ /var/tmp/diff_new_pack.NJdPZq/_new  2017-03-15 00:53:03.147274828 +0100
@@ -18,10 +18,10 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.12.2.tar.xz -> kcontacts-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.12.2/CMakeLists.txt 
new/kcontacts-16.12.3/CMakeLists.txt
--- old/kcontacts-16.12.2/CMakeLists.txt2017-01-13 07:43:29.0 
+0100
+++ new/kcontacts-16.12.3/CMakeLists.txt2017-02-10 06:52:45.0 
+0100
@@ -19,7 +19,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.2")
+set(PIM_VERSION "5.4.3")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-02-13 07:15:04

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-01-25 
22:52:50.303098452 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-02-13 
07:15:04.911155906 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 06:49:52 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:

  kcontacts-16.12.1.tar.xz

New:

  kcontacts-16.12.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.hat7Cc/_old  2017-02-13 07:15:06.006999627 +0100
+++ /var/tmp/diff_new_pack.hat7Cc/_new  2017-02-13 07:15:06.010999057 +0100
@@ -18,10 +18,10 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.12.1.tar.xz -> kcontacts-16.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.12.1/CMakeLists.txt 
new/kcontacts-16.12.2/CMakeLists.txt
--- old/kcontacts-16.12.1/CMakeLists.txt2016-12-16 14:46:03.0 
+0100
+++ new/kcontacts-16.12.2/CMakeLists.txt2017-01-13 07:43:29.0 
+0100
@@ -19,7 +19,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.1")
+set(PIM_VERSION "5.4.2")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-01-25 22:52:49

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-12-17 
10:36:19.613595834 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-01-25 
22:52:50.303098452 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:53:38 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:

  kcontacts-16.12.0.tar.xz

New:

  kcontacts-16.12.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.ZUZun8/_old  2017-01-25 22:52:50.771027578 +0100
+++ /var/tmp/diff_new_pack.ZUZun8/_new  2017-01-25 22:52:50.775026972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcontacts
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-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:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.12.0.tar.xz -> kcontacts-16.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.12.0/CMakeLists.txt 
new/kcontacts-16.12.1/CMakeLists.txt
--- old/kcontacts-16.12.0/CMakeLists.txt2016-12-03 07:57:07.0 
+0100
+++ new/kcontacts-16.12.1/CMakeLists.txt2016-12-16 14:46:03.0 
+0100
@@ -19,7 +19,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.4.0")
+set(PIM_VERSION "5.4.1")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-11-12 13:35:40

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-10-18 
10:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-11-12 
13:35:41.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:15:17 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:

  kcontacts-16.08.2.tar.xz

New:

  kcontacts-16.08.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.t6C0Sr/_old  2016-11-12 13:35:42.0 +0100
+++ /var/tmp/diff_new_pack.t6C0Sr/_new  2016-11-12 13:35:42.0 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.08.2
+Version:16.08.3
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.08.2.tar.xz -> kcontacts-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.08.2/CMakeLists.txt 
new/kcontacts-16.08.3/CMakeLists.txt
--- old/kcontacts-16.08.2/CMakeLists.txt2016-09-09 12:29:17.0 
+0200
+++ new/kcontacts-16.08.3/CMakeLists.txt2016-10-14 07:25:39.0 
+0200
@@ -18,7 +18,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.2")
+set(PIM_VERSION "5.3.3")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-10-18 10:16:35

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


Package is "kcontacts"

Changes:

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

Old:

  kcontacts-16.08.1.tar.xz

New:

  kcontacts-16.08.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.N5bHMD/_old  2016-10-18 10:16:37.0 +0200
+++ /var/tmp/diff_new_pack.N5bHMD/_new  2016-10-18 10:16:37.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.08.1.tar.xz -> kcontacts-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.08.1/CMakeLists.txt 
new/kcontacts-16.08.2/CMakeLists.txt
--- old/kcontacts-16.08.1/CMakeLists.txt2016-08-22 22:51:27.0 
+0200
+++ new/kcontacts-16.08.2/CMakeLists.txt2016-09-09 12:29:17.0 
+0200
@@ -18,7 +18,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.1")
+set(PIM_VERSION "5.3.2")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 




commit kcontacts for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

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

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-08-29 
14:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-09-14 
23:09:15.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:18:10 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:

  kcontacts-16.08.0.tar.xz

New:

  kcontacts-16.08.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.Pq3n0B/_old  2016-09-14 23:09:16.0 +0200
+++ /var/tmp/diff_new_pack.Pq3n0B/_new  2016-09-14 23:09:16.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.08.0
+Version:16.08.1
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.08.0.tar.xz -> kcontacts-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.08.0/CMakeLists.txt 
new/kcontacts-16.08.1/CMakeLists.txt
--- old/kcontacts-16.08.0/CMakeLists.txt2016-08-11 22:51:14.0 
+0200
+++ new/kcontacts-16.08.1/CMakeLists.txt2016-08-22 22:51:27.0 
+0200
@@ -18,7 +18,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(PIM_VERSION "5.3.0")
+set(PIM_VERSION "5.3.1")
 
 set(KCONTACTS_LIB_VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.08.0/src/addressee.cpp 
new/kcontacts-16.08.1/src/addressee.cpp
--- old/kcontacts-16.08.0/src/addressee.cpp 2016-08-11 22:51:14.0 
+0200
+++ new/kcontacts-16.08.1/src/addressee.cpp 2016-08-22 22:51:27.0 
+0200
@@ -1773,7 +1773,8 @@
 d->mEmpty = false;
 
 Key::List::Iterator it;
-for (it = d->mKeys.begin(); it != d->mKeys.end(); ++it) {
+Key::List::Iterator end(d->mKeys.end());
+for (it = d->mKeys.begin(); it != end; ++it) {
 if ((*it).id() == key.id()) {
 *it = key;
 return;
@@ -1792,8 +1793,7 @@
 Key::List::Iterator it;
 for (it = d->mKeys.begin(); it != d->mKeys.end(); ++it) {
 if ((*it).id() == key.id()) {
-//Just use d->mKeys.removeAll(key) when depending on Qt 5.4
-vectorRemoveAll(d->mKeys, key);
+d->mKeys.removeAll(key);
 return;
 }
 }




commit kcontacts for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-08-29 14:37:50

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-07-21 
07:45:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-08-29 
14:37:57.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:12: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:50:42 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:

  kcontacts-16.04.3.tar.xz

New:

  kcontacts-16.08.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.cVjnvj/_old  2016-08-29 14:37:59.0 +0200
+++ /var/tmp/diff_new_pack.cVjnvj/_new  2016-08-29 14:37:59.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.04.3
+Version:16.08.0
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.04.3.tar.xz -> kcontacts-16.08.0.tar.xz ++
 6734 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-07-21 07:45:12

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-06-20 
10:59:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-07-21 
07:45:13.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul  7 23:41:53 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:

  kcontacts-16.04.2.tar.xz

New:

  kcontacts-16.04.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.AgOWJx/_old  2016-07-21 07:45:14.0 +0200
+++ /var/tmp/diff_new_pack.AgOWJx/_new  2016-07-21 07:45:14.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.04.2
+Version:16.04.3
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.04.2.tar.xz -> kcontacts-16.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.04.2/CMakeLists.txt 
new/kcontacts-16.04.3/CMakeLists.txt
--- old/kcontacts-16.04.2/CMakeLists.txt2016-05-11 07:06:41.0 
+0200
+++ new/kcontacts-16.04.3/CMakeLists.txt2016-06-15 06:37:07.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KCONTACTS_LIB_VERSION "5.2.2")
+set(KCONTACTS_LIB_VERSION "5.2.3")
 
 ecm_setup_version(${KCONTACTS_LIB_VERSION} VARIABLE_PREFIX KContacts
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcontacts_version.h"




commit kcontacts for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-06-20 10:59:01

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-05-31 
12:13:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-06-20 
10:59:03.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:46 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:

  kcontacts-16.04.1.tar.xz

New:

  kcontacts-16.04.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.wTFHfl/_old  2016-06-20 10:59:04.0 +0200
+++ /var/tmp/diff_new_pack.wTFHfl/_new  2016-06-20 10:59:04.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.04.1.tar.xz -> kcontacts-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.04.1/CMakeLists.txt 
new/kcontacts-16.04.2/CMakeLists.txt
--- old/kcontacts-16.04.1/CMakeLists.txt2016-04-26 22:16:55.0 
+0200
+++ new/kcontacts-16.04.2/CMakeLists.txt2016-05-11 07:06:41.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KCONTACTS_LIB_VERSION "5.2.1")
+set(KCONTACTS_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${KCONTACTS_LIB_VERSION} VARIABLE_PREFIX KContacts
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcontacts_version.h"




commit kcontacts for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-05-31 12:13:14

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-03-26 
15:14:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-05-31 
12:13:15.0 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:20:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+---
+Sun Apr 17 05:58:50 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+---
+Mon Apr 11 06:36:04 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+---

Old:

  kcontacts-15.12.3.tar.xz

New:

  kcontacts-16.04.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.Uwkyaq/_old  2016-05-31 12:13:16.0 +0200
+++ /var/tmp/diff_new_pack.Uwkyaq/_new  2016-05-31 12:13:16.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.12.3
+Version:16.04.1
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.12.3.tar.xz -> kcontacts-16.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.3/CMakeLists.txt 
new/kcontacts-16.04.1/CMakeLists.txt
--- old/kcontacts-15.12.3/CMakeLists.txt2015-12-24 16:30:34.0 
+0100
+++ new/kcontacts-16.04.1/CMakeLists.txt2016-04-26 22:16:55.0 
+0200
@@ -3,7 +3,7 @@
 project(KContacts)
 
 # ECM setup
-find_package(ECM 5.14.0 CONFIG REQUIRED)
+find_package(ECM 5.19.0 CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 
 include(GenerateExportHeader)
@@ -14,11 +14,11 @@
 include(FeatureSummary)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF5_VERSION "5.14.0")
-set(KCONTACTS_LIB_VERSION "4.92.0")
+set(KF5_VERSION "5.19.0")
+set(KCONTACTS_LIB_VERSION "5.2.1")
 
 ecm_setup_version(${KCONTACTS_LIB_VERSION} VARIABLE_PREFIX KContacts
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcontacts_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.3/autotests/addresstest.cpp 
new/kcontacts-16.04.1/autotests/addresstest.cpp
--- old/kcontacts-15.12.3/autotests/addresstest.cpp 2015-12-24 
16:30:34.0 +0100
+++ new/kcontacts-16.04.1/autotests/addresstest.cpp 2016-04-26 
22:16:55.0 +0200
@@ -28,6 +28,11 @@
 
 QTEST_MAIN(AddressTest)
 
+void AddressTest::initTestCase()
+{
+ setenv("LANG", "C", 1);
+}
+
 void AddressTest::emptyTest()
 {
 KContacts::Address address;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.3/autotests/addresstest.h 
new/kcontacts-16.04.1/autotests/addresstest.h
--- old/kcontacts-15.12.3/autotests/addresstest.h   2015-12-24 
16:30:34.0 +0100
+++ new/kcontacts-16.04.1/autotests/addresstest.h   2016-04-26 
22:16:55.0 +0200
@@ -28,6 +28,7 @@
 Q_OBJECT
 
 private Q_SLOTS:
+void initTestCase();
 void emptyTest();
 void storeTest();
 void equalsTest();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.3/autotests/data/vcard1.vcf.ref 
new/kcontacts-16.04.1/autotests/data/vcard1.vcf.ref
--- old/kcontacts-15.12.3/autotests/data/vcard1.vcf.ref 2015-12-24 
16:30:34.0 +0100
+++ new/kcontacts-16.04.1/autotests/data/vcard1.vcf.ref 2016-04-26 
22:16:55.0 +0200
@@ -1,14 +1,14 @@
 BEGIN:VCARD
 VERSION:3.0
-ADR;TYPE=parcel;TYPE=postal;TYPE=work:;;6544 Battleford Drive;Raleigh;NC;27
- 613-3502;U.S.A.
+ADR;TYPE=parcel,postal,work:;;6544 Battleford Drive;Raleigh;NC;27613-3502;U
+ .S.A.
 EMAIL;TYPE=INTERNET,PREF:frank_daw...@lotus.com
 EMAIL;TYPE=INTERNET:fdaw...@earthlink.net
 

commit kcontacts for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-03-26 15:14:28

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-02-22 
10:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-03-26 
15:14:29.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 13 15:38:50 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.3
+   * KDE Applications 15.12.3 
+   * https://www.kde.org/announcements/announce-applications-15.12.3.php
+   * boo#970855
+
+
+---

Old:

  kcontacts-15.12.2.tar.xz

New:

  kcontacts-15.12.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XyuZZY/_old  2016-03-26 15:14:30.0 +0100
+++ /var/tmp/diff_new_pack.XyuZZY/_new  2016-03-26 15:14:30.0 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.12.2
+Version:15.12.3
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.12.2.tar.xz -> kcontacts-15.12.3.tar.xz ++




commit kcontacts for openSUSE:Factory

2016-02-22 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-02-22 10:15:36

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-01-23 
01:06:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-02-22 
10:15:38.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:06:18 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+---

Old:

  kcontacts-15.12.1.tar.xz

New:

  kcontacts-15.12.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.3ZGLBc/_old  2016-02-22 10:15:38.0 +0100
+++ /var/tmp/diff_new_pack.3ZGLBc/_new  2016-02-22 10:15:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcontacts
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.12.1
+Version:15.12.2
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.12.1.tar.xz -> kcontacts-15.12.2.tar.xz ++




commit kcontacts for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-01-23 01:06:37

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-01-10 
13:04:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-01-23 
01:06:39.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:15:05 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kcontacts-15.12.0.tar.xz

New:

  kcontacts-15.12.1.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.WIygK6/_old  2016-01-23 01:06:39.0 +0100
+++ /var/tmp/diff_new_pack.WIygK6/_new  2016-01-23 01:06:39.0 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.12.0.tar.xz -> kcontacts-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.0/src/phonenumber.cpp 
new/kcontacts-15.12.1/src/phonenumber.cpp
--- old/kcontacts-15.12.0/src/phonenumber.cpp   2015-11-14 11:27:59.0 
+0100
+++ new/kcontacts-15.12.1/src/phonenumber.cpp   2015-12-24 16:30:34.0 
+0100
@@ -151,7 +151,7 @@
 
 if (list.isEmpty()) {
 list << Home << Work << Msg << Pref << Voice << Fax << Cell << Video
- << Bbs << Modem << Car << Isdn << Pcs << Pager;
+ << Bbs << Modem << Car << Isdn << Pcs << Pager << Undefined;
 }
 
 return list;
@@ -160,48 +160,36 @@
 QString PhoneNumber::typeFlagLabel(TypeFlag type)
 {
 switch (type) {
+case Undefined:
+return i18nc("Undefined phone type", "Telephone number");
 case Home:
 return i18nc("Home phone", "Home");
-break;
 case Work:
 return i18nc("Work phone", "Work");
-break;
 case Msg:
 return i18n("Messenger");
-break;
 case Pref:
 return i18nc("Preferred phone", "Preferred");
-break;
 case Voice:
 return i18n("Voice");
-break;
 case Fax:
 return i18n("Fax");
-break;
 case Cell:
 return i18nc("Mobile Phone", "Mobile");
-break;
 case Video:
 return i18nc("Video phone", "Video");
-break;
 case Bbs:
 return i18n("Mailbox");
-break;
 case Modem:
 return i18n("Modem");
-break;
 case Car:
 return i18nc("Car Phone", "Car");
-break;
 case Isdn:
 return i18n("ISDN");
-break;
 case Pcs:
 return i18n("PCS");
-break;
 case Pager:
 return i18n("Pager");
-break;
 default:
 return i18nc("another type of phone", "Other");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.0/src/phonenumber.h 
new/kcontacts-15.12.1/src/phonenumber.h
--- old/kcontacts-15.12.0/src/phonenumber.h 2015-11-14 11:27:59.0 
+0100
+++ new/kcontacts-15.12.1/src/phonenumber.h 2015-12-24 16:30:34.0 
+0100
@@ -60,7 +60,8 @@
 Car = 1024,   /**< Car phone */
 Isdn = 2048,  /**< ISDN connection */
 Pcs = 4096,   /**< Personal Communication Service*/
-Pager = 8192  /**< Pager */
+Pager = 8192,  /**< Pager */
+Undefined = 16384 /** Undefined number type */
 };
 
 Q_DECLARE_FLAGS(Type, TypeFlag)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-15.12.0/src/vcardtool.cpp 
new/kcontacts-15.12.1/src/vcardtool.cpp
--- old/kcontacts-15.12.0/src/vcardtool.cpp 2015-11-14 11:27:59.0 
+0100
+++ new/kcontacts-15.12.1/src/vcardtool.cpp 2015-12-24 16:30:34.0 
+0100
@@ -993,14 +993,14 @@
 phone.setNumber((*lineIt).value().toString());
 
 PhoneNumber::Type type;
-
+bool foundType = false;
 const QStringList types = 
(*lineIt).parameters(QStringLiteral("type"));
 QStringList::ConstIterator typeEnd(types.end());
 for (QStringList::ConstIterator it = types.begin(); it != 
typeEnd; ++it) {
 type |= 

commit kcontacts for openSUSE:Factory

2016-01-10 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-01-10 13:04:40

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2015-11-15 
12:32:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-01-10 
13:04:44.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:12:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+---

Old:

  kcontacts-15.08.3.tar.xz

New:

  kcontacts-15.12.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.oOtElZ/_old  2016-01-10 13:04:45.0 +0100
+++ /var/tmp/diff_new_pack.oOtElZ/_new  2016-01-10 13:04:45.0 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.08.3
+Version:15.12.0
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.08.3.tar.xz -> kcontacts-15.12.0.tar.xz ++
 2494 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2015-11-15 12:32:22

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2015-10-14 
16:46:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2015-11-15 
12:32:23.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 19:58:06 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.3
+   * KDE Applications 15.08.3 
+   * https://www.kde.org/announcements/announce-applications-15.08.3.php
+   * boo#954531
+
+
+---

Old:

  kcontacts-15.08.2.tar.xz

New:

  kcontacts-15.08.3.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.ViDVq7/_old  2015-11-15 12:32:24.0 +0100
+++ /var/tmp/diff_new_pack.ViDVq7/_new  2015-11-15 12:32:24.0 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.08.2
+Version:15.08.3
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.08.2.tar.xz -> kcontacts-15.08.3.tar.xz ++




commit kcontacts for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2015-10-14 16:45:54

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2015-10-03 
20:14:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2015-10-14 
16:46:00.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:20:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---
+Sun Sep 13 19:03:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---

Old:

  kcontacts-15.08.0.tar.xz

New:

  kcontacts-15.08.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.LS8jZQ/_old  2015-10-14 16:46:01.0 +0200
+++ /var/tmp/diff_new_pack.LS8jZQ/_new  2015-10-14 16:46:01.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:15.08.0
+Version:15.08.2
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-15.08.0.tar.xz -> kcontacts-15.08.2.tar.xz ++