commit qalculate for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package qalculate for openSUSE:Factory 
checked in at 2018-03-20 21:34:51

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


Package is "qalculate"

Tue Mar 20 21:34:51 2018 rev:18 rq:585322 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes  2017-12-23 
12:18:50.837453017 +0100
+++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2018-03-20 
21:34:53.716687423 +0100
@@ -1,0 +2,14 @@
+Sat Mar 10 16:53:35 UTC 2018 - fab...@ritter-vogt.de
+
+- Use %license
+- Clean .spec file
+- Update to 2.2.1:
+  * Fix electric constant, magnetic constant, and characteristic impedance of 
vacuum.
+  * Fix handling of Unicode symbols in expressions with quotation marks.
+  * Fix segfault in solve() function.
+  * sinc() function.
+  * Add vacuum_permeability and vacuum_permittivity as alternative names for 
magnetic and electric constants.
+  * Add completion only names to enable completion of Greek letters from the 
Roman letter names.
+  * Suppress gnuplot output in terminal.
+
+---

Old:

  libqalculate-2.2.0.tar.gz

New:

  libqalculate-2.2.1.tar.gz



Other differences:
--
++ qalculate.spec ++
--- /var/tmp/diff_new_pack.5iOxsq/_old  2018-03-20 21:34:54.540657763 +0100
+++ /var/tmp/diff_new_pack.5iOxsq/_new  2018-03-20 21:34:54.544657619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qalculate
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%define major   13
+%define major   14
 %define libname libqalculate
 Name:   qalculate
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Multi-purpose desktop calulator application
 License:GPL-2.0+
@@ -36,7 +36,6 @@
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(libcurl)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Qalculate is a multi-purpose desktop calculator. Features include
@@ -87,21 +86,19 @@
 %postun -n %{libname}%{major} -p /sbin/ldconfig
 
 %files -f libqalculate.lang
-%defattr(-,root,root)
-%doc README ChangeLog INSTALL COPYING AUTHORS TODO
+%license COPYING
+%doc README ChangeLog INSTALL AUTHORS TODO
 %{_bindir}/qalc
 %{_datadir}/%{name}
 %{_datadir}/doc/%{libname}
 
 %files -n %{libname}%{major}
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/%{libname}.so.%{major}
 %{_libdir}/%{libname}.so.%{major}.*
 
 %files -n %{libname}-devel
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_includedir}/%{libname}
 %{_libdir}/%{libname}.so
 %{_libdir}/pkgconfig/%{libname}.pc

++ libqalculate-2.2.0.tar.gz -> libqalculate-2.2.1.tar.gz ++
 29013 lines of diff (skipped)




commit akonadi-calendar for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-calendar"

Tue Mar 20 21:35:02 2018 rev:32 rq:585482 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes
2018-02-12 09:57:31.827747439 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-calendar.new/akonadi-calendar.changes   
2018-03-20 21:35:04.560297099 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:50 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:

  akonadi-calendar-17.12.2.tar.xz

New:

  akonadi-calendar-17.12.3.tar.xz



Other differences:
--
++ akonadi-calendar.spec ++
--- /var/tmp/diff_new_pack.a76yIT/_old  2018-03-20 21:35:05.280271183 +0100
+++ /var/tmp/diff_new_pack.a76yIT/_new  2018-03-20 21:35:05.284271039 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   akonadi-calendar
-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:Akonadi calendar integration
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: akonadi-calendar-%{version}.tar.xz

++ akonadi-calendar-17.12.2.tar.xz -> akonadi-calendar-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-17.12.2/CMakeLists.txt 
new/akonadi-calendar-17.12.3/CMakeLists.txt
--- old/akonadi-calendar-17.12.2/CMakeLists.txt 2018-02-06 01:40:38.0 
+0100
+++ new/akonadi-calendar-17.12.3/CMakeLists.txt 2018-03-06 01:28:25.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 project(Akonadi-Calendar  VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -22,13 +22,13 @@
 
 
 set(AKONADICALENDAR_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.7.2")
-set(AKONADICONTACT_LIB_VERSION "5.7.2")
-set(AKONADI_LIB_VERSION "5.7.2")
-set(MAILTRANSPORT_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
+set(CALENDARCORE_LIB_VERSION "5.7.3")
+set(AKONADICONTACT_LIB_VERSION "5.7.3")
+set(AKONADI_LIB_VERSION "5.7.3")
+set(MAILTRANSPORT_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADICALENDAR
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/akonadi-calendar_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5AkonadiCalendarConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-17.12.2/po/nb/libakonadi-calendar5.po 
new/akonadi-calendar-17.12.3/po/nb/libakonadi-calendar5.po
--- old/akonadi-calendar-17.12.2/po/nb/libakonadi-calendar5.po  2018-02-06 
01:40:38.0 +0100
+++ new/akonadi-calendar-17.12.3/po/nb/libakonadi-calendar5.po  2018-03-06 
01:28:25.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-30 06:20+0200\n"
+"POT-Creation-Date: 2018-01-11 05:27+0100\n"
 "PO-Revision-Date: 2013-12-02 20:08+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: calendarbase.cpp:296
+#: calendarbase.cpp:297
 #, kde-format
 msgid "Could not find incidence to update, it probably was deleted recently."
 msgstr ""
@@ -287,7 +287,7 @@
 "For eksempel. hvis dette er slått på, så virker det ikke å lete etter ledig/"
 "opptatt-informasjon for p...@mittdomene.no på tjeneren  www.dittdomene.no."
 
-#: freebusymanager.cpp:401
+#: freebusymanager.cpp:400
 #, kde-format
 msgid ""
 "Failed to download free/busy data from: %1\n"
@@ -296,18 +296,18 @@
 "Klarte ikke laste ned ledig/opptatt-data fra: %1\n"
 "Årsak: %2"
 
-#: freebusymanager.cpp:403 freebusymanager.cpp:427
+#: freebusymanager.cpp:402 freebusymanager.cpp:426
 #, kde-for

commit akonadi-calendar-tools for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-calendar-tools"

Tue Mar 20 21:35:07 2018 rev:16 rq:585483 version:17.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2018-02-12 09:57:40.151447398 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new/akonadi-calendar-tools.changes
   2018-03-20 21:35:09.548117560 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:50 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:

  akonadi-calendar-tools-17.12.2.tar.xz

New:

  akonadi-calendar-tools-17.12.3.tar.xz



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.YrE5X4/_old  2018-03-20 21:35:10.344088908 +0100
+++ /var/tmp/diff_new_pack.YrE5X4/_new  2018-03-20 21:35:10.348088764 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   akonadi-calendar-tools
-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:Console applications and utilities for managing calendars
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ akonadi-calendar-tools-17.12.2.tar.xz -> 
akonadi-calendar-tools-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-17.12.2/CMakeLists.txt 
new/akonadi-calendar-tools-17.12.3/CMakeLists.txt
--- old/akonadi-calendar-tools-17.12.2/CMakeLists.txt   2018-02-06 
01:41:15.0 +0100
+++ new/akonadi-calendar-tools-17.12.3/CMakeLists.txt   2018-03-06 
01:28:43.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.2")
+set(KDEPIM_VERSION_NUMBER "5.7.3")
 project(akonadi-calendar-tools VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.39.0")
@@ -37,11 +37,11 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(CALENDARSUPPORT_LIB_VERSION_LIB "5.7.2")
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
+set(AKONADICALENDAR_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(CALENDARSUPPORT_LIB_VERSION_LIB "5.7.3")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-17.12.2/po/ca/docs/konsolekalendar/index.docbook 
new/akonadi-calendar-tools-17.12.3/po/ca/docs/konsolekalendar/index.docbook
--- old/akonadi-calendar-tools-17.12.2/po/ca/docs/konsolekalendar/index.docbook 
2018-02-06 01:41:14.0 +0100
+++ new/akonadi-calendar-tools-17.12.3/po/ca/docs/konsolekalendar/index.docbook 
2018-03-06 01:28:43.0 +0100
@@ -154,7 +154,7 @@
 &konsolekalendar; no és una altre interfície gràfica d'usuari per a un calendari &kde; (&ead;, 
&korganizer;). &konsolekalendar; està destinat exclusivament per a usos en què 
una interfície gràfica d'usuari no és pràctica ni possible.
+> és una altra interfície gràfica d'usuari per a un calendari &kde; (&ead;, 
&korganizer;). &konsolekalendar; està destinat exclusivament per a usos en què 
una interfície gràfica d'usuari no és pràctica ni possible.
 
 &konsolekalendar; 
 El següent mostra el/s esdeveniment/s en el calendari des d'ara en 
endavant:
+>El següent mostra el/s esdeveniment/s en el calendari des d'ara 
endavant:
 
 
 
 
 &konsolekalendar; rebutjarà les hores especificades en la línia d'ordres a 
menys que s'especifiquin d'acord a l'estàndard ISO 8601, com: HH: MM: SS. On HH 
representa una hora amb dos dígits (01, 02...), MM representa els minuts amb 
dos dígits (01, 02...), i SS representa els segon amb dos dígits (01, 
02...).
+>&konsolekalendar; rebutjarà les hores especificades en la línia d'ordres a 
menys que s'especifiquin d'acord a l'estànda

commit akonadi-contact for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-contact"

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

Changes:

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

Old:

  akonadi-contacts-17.12.2.tar.xz

New:

  akonadi-contacts-17.12.3.tar.xz



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

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

commit akonadi-mime for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-mime"

Tue Mar 20 21:35:24 2018 rev:20 rq:585487 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-mime/akonadi-mime.changes
2018-02-12 09:57:57.154834485 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-mime.new/akonadi-mime.changes   
2018-03-20 21:35:25.727535172 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:52 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:

  akonadi-mime-17.12.2.tar.xz

New:

  akonadi-mime-17.12.3.tar.xz



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

++ akonadi-mime-17.12.2.tar.xz -> akonadi-mime-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-mime-17.12.2/CMakeLists.txt 
new/akonadi-mime-17.12.3/CMakeLists.txt
--- old/akonadi-mime-17.12.2/CMakeLists.txt 2018-02-06 01:41:07.0 
+0100
+++ new/akonadi-mime-17.12.3/CMakeLists.txt 2018-03-06 01:28:39.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 project(Akonadi-Mime VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -23,8 +23,8 @@
 
 
 set(AKONADI_MIME_VERSION ${PIM_VERSION})
-set(AKONADI_VERSION "5.7.2")
-set(KF5_MIME_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.3")
+set(KF5_MIME_VERSION "5.7.3")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADIMIME
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-mime_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-mime-17.12.2/po/nb/libakonadi-kmime5.po 
new/akonadi-mime-17.12.3/po/nb/libakonadi-kmime5.po
--- old/akonadi-mime-17.12.2/po/nb/libakonadi-kmime5.po 2018-02-06 
01:41:07.0 +0100
+++ new/akonadi-mime-17.12.3/po/nb/libakonadi-kmime5.po 2018-03-06 
01:28:39.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-11 03:33+0200\n"
+"POT-Creation-Date: 2017-11-05 03:11+0100\n"
 "PO-Revision-Date: 2014-09-23 21:53+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -29,14 +29,14 @@
 msgid "Are you sure you want to empty the trash folders of all accounts?"
 msgstr "Er du sikker på at du vil tømme papirkurvmappene for alle kontoene?"
 
-#: markascommand.cpp:142
+#: markascommand.cpp:141
 #, kde-format
 msgid ""
 "Are you sure you want to mark all messages in this folder and all its "
 "subfolders?"
 msgstr ""
 
-#: markascommand.cpp:143
+#: markascommand.cpp:142
 #, kde-format
 msgid "Mark All Recursively"
 msgstr ""
@@ -57,47 +57,47 @@
 msgid "-"
 msgstr "-"
 
-#: messagemodel.cpp:155
+#: messagemodel.cpp:154
 #, kde-format
 msgctxt "@title:column, message (e.g. email) subject"
 msgid "Subject"
 msgstr "Emne"
 
-#: messagemodel.cpp:157
+#: messagemodel.cpp:156
 #, kde-format
 msgctxt "@title:column, sender of message (e.g. email)"
 msgid "Sender"
 msgstr "Avsender"
 
-#: messagemodel.cpp:159
+#: messagemodel.cpp:158
 #, kde-format
 msgctxt "@title:column, receiver of message (e.g. email)"
 msgid "Receiver"
 msgstr "Mottaker"
 
-#: messagemodel.cpp:161
+#: messagemodel.cpp:160
 #, kde-format
 msgctxt "@title:column, message (e.g. email) timestamp"
 msgid "Date"
 msgstr "Dato"
 
-#: messagemodel.cpp:163
+#: messagemodel.cpp:162
 #, kde-format
 msgctxt "@title:column, message (e.g. email) size"
 msgid "Size"
 msgstr "Størrelse"
 
-#: removeduplicatesjob.cpp:54
+#: removeduplicatesjob.cpp:56
 #, kde-format
 msgid "Retrieving items..."
 msgstr "Henter ele

commit akonadi-notes for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-notes"

Tue Mar 20 21:35:29 2018 rev:20 rq:585488 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes  
2018-02-12 09:58:01.374682374 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-notes.new/akonadi-notes.changes 
2018-03-20 21:35:31.391331300 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:52 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:

  akonadi-notes-17.12.2.tar.xz

New:

  akonadi-notes-17.12.3.tar.xz



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

++ akonadi-notes-17.12.2.tar.xz -> akonadi-notes-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.12.2/CMakeLists.txt 
new/akonadi-notes-17.12.3/CMakeLists.txt
--- old/akonadi-notes-17.12.2/CMakeLists.txt2018-02-06 01:40:57.0 
+0100
+++ new/akonadi-notes-17.12.3/CMakeLists.txt2018-03-06 01:28:35.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 
 project(Akonadi-Notes VERSION ${PIM_VERSION})
 
@@ -25,8 +25,8 @@
 set(QT_REQUIRED_VERSION "5.8.0")
 set(AKONADI_NOTES_VERSION ${PIM_VERSION})
 
-set(KMIMELIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KMIMELIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.12.2/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-17.12.3/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-17.12.2/po/zh_CN/akonadinotes5.po 2018-02-06 
01:40:57.0 +0100
+++ new/akonadi-notes-17.12.3/po/zh_CN/akonadinotes5.po 2018-03-06 
01:28:35.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-25 03:22+0200\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 akonadi-import-wizard for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-import-wizard"

Tue Mar 20 21:35:16 2018 rev:16 rq:585486 version:17.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-import-wizard/akonadi-import-wizard.changes  
2018-02-12 09:57:49.539109005 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-import-wizard.new/akonadi-import-wizard.changes
 2018-03-20 21:35:21.659681597 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:52 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:

  akonadi-import-wizard-17.12.2.tar.xz

New:

  akonadi-import-wizard-17.12.3.tar.xz



Other differences:
--
++ akonadi-import-wizard.spec ++
--- /var/tmp/diff_new_pack.KID79g/_old  2018-03-20 21:35:22.367656113 +0100
+++ /var/tmp/diff_new_pack.KID79g/_new  2018-03-20 21:35:22.367656113 +0100
@@ -20,13 +20,13 @@
 %define lname libKPimImportWizard5
 
 Name:   akonadi-import-wizard
-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:Assistant to import PIM data
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ akonadi-import-wizard-17.12.2.tar.xz -> 
akonadi-import-wizard-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-import-wizard-17.12.2/CMakeLists.txt 
new/akonadi-import-wizard-17.12.3/CMakeLists.txt
--- old/akonadi-import-wizard-17.12.2/CMakeLists.txt2018-02-06 
01:41:30.0 +0100
+++ new/akonadi-import-wizard-17.12.3/CMakeLists.txt2018-03-06 
01:28:52.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 project(AkonadiImportWizard VERSION ${PIM_VERSION})
 
 
@@ -40,21 +40,21 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Gui)
-set(MAILIMPORTER_VERSION_LIB "5.7.2")
-set(MAILCOMMON_LIB_VERSION_LIB "5.7.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.7.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
+set(MAILIMPORTER_VERSION_LIB "5.7.3")
+set(MAILCOMMON_LIB_VERSION_LIB "5.7.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.7.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-import-wizard-17.12.2/po/fi/akonadiimportwizard.po 
new/akonadi-import-wizard-17.12.3/po/fi/akonadiimportwizard.po
--- old/akonadi-import-wizard-17.12.2/po/fi/akonadiimportwizard.po  
2018-02-06 01:41:29.0 +0100
+++ new/akonadi-import-wizard-17.12.3/po/fi/akonadiimportwizard.po  
2018-03-06 01:28:51.0 +0100
@@ -1,6 +1,6 @@
 # KDE Finnish translation sprint participants:
 # Author: Artnay
-# Tommi Nieminen , 2012, 2013, 2017.
+# Tommi Nieminen , 2012, 2013, 2017, 2018.
 # Lasse Liehu , 2012, 2013, 2014, 2015, 2016.
 # Jiri Grönroos , 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-import-wizard-17.12.2/po/nb/akonadiimportwizard.po 
new/akonadi-import-wizard-17.12.3/po/nb/akonadiimportwizard.po
--- old/akonadi-import-wizard-17.12.2/po/nb/akonadiimportwizard.po  
2018-02-06 01:41:29.0 +0100
+++ new/akonadi-import-wizard-17.12.3/po/nb/akonadiimportwizard.po  
2018-03-06 01:28:51.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "R

commit akonadi-search for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-search"

Tue Mar 20 21:35:34 2018 rev:32 rq:585489 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes
2018-02-12 09:58:09.854376712 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes   
2018-03-20 21:35:37.163123542 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:52 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:

  akonadi-search-17.12.2.tar.xz

New:

  akonadi-search-17.12.3.tar.xz



Other differences:
--
++ akonadi-search.spec ++
--- /var/tmp/diff_new_pack.nCKHhR/_old  2018-03-20 21:35:37.847098923 +0100
+++ /var/tmp/diff_new_pack.nCKHhR/_new  2018-03-20 21:35:37.847098923 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   akonadi-search
-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:Framework for searching and managing PIM metadata
-License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
+License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ akonadi-search-17.12.2.tar.xz -> akonadi-search-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.12.2/CMakeLists.txt 
new/akonadi-search-17.12.3/CMakeLists.txt
--- old/akonadi-search-17.12.2/CMakeLists.txt   2018-02-06 01:37:43.0 
+0100
+++ new/akonadi-search-17.12.3/CMakeLists.txt   2018-03-06 01:27:02.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 project(AkonadiSearch VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -27,11 +27,11 @@
 
 set(AKONADISEARCH_VERSION ${PIM_VERSION})
 
-set(AKONADI_VERSION "5.7.2")
-set(AKONADI_MIMELIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
-set(KMIME_LIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.3")
+set(AKONADI_MIMELIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
+set(KMIME_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.12.2/po/nb/akonadi_search.po 
new/akonadi-search-17.12.3/po/nb/akonadi_search.po
--- old/akonadi-search-17.12.2/po/nb/akonadi_search.po  2018-02-06 
01:37:43.0 +0100
+++ new/akonadi-search-17.12.3/po/nb/akonadi_search.po  2018-03-06 
01:27:02.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-22 02:53+0200\n"
+"POT-Creation-Date: 2017-09-15 03:36+0200\n"
 "PO-Revision-Date: 2014-09-02 21:20+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: agent/agent.cpp:83
+#: agent/agent.cpp:82
 #, kde-format
 msgctxt "@info:status"
 msgid "No indexers available"
@@ -40,19 +40,19 @@
 msgid "Collection \"%1\" indexed"
 msgstr ""
 
-#: debug/akonadisearchdebugdialog.cpp:108
+#: debug/akonadisearchdebugdialog.cpp:107
 #, kde-format
 msgid "Text Files (*.txt);;All Files (*)"
 msgstr ""
 
-#: debug/akonadisearchdebugdialog.cpp:120
+#: debug/akonadisearchdebugdialog.cpp:119
 #, kde-format
 msgid ""
 "Could not write the file %1:\n"
 "\"%2\" is the detailed error description."
 msgstr ""
 
-#: debug/akonadisearchdebugdialog.cpp:124
+#: debug/akonadisearchdebugdialog.cpp:123
 #, kde-format
 msgid "Save File Error"
 msgstr "Feil ved fil-lagring"
@@ -74,7 +74,7 @@
 msgid "Autocompleted from received and sent emails"
 msgstr ""
 
-#: runner/pimcontactsrunnerconfig.cpp:38
+#: runner/pimcontactsrunnerconfig.cpp:37
 #, kde-format
 msgid "Search in contacts indexed from sent and received emails too"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'-

commit akonadi-server for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akonadi-server"

Tue Mar 20 21:35:43 2018 rev:41 rq:585490 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes
2018-02-12 09:58:14.962192595 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes   
2018-03-20 21:35:47.706744021 +0100
@@ -1,0 +2,12 @@
+Thu Mar 08 23:50:55 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:
+  * Properly workaround xsltproc not handling spaces in filepaths on Windows
+  * Add warning in case an invalid mimetype is requested here.
+  * Restart DataStore's keep-alive query when opening connection
+
+---

Old:

  akonadi-17.12.2.tar.xz

New:

  akonadi-17.12.3.tar.xz



Other differences:
--
++ akonadi-server.spec ++
--- /var/tmp/diff_new_pack.d5sfHg/_old  2018-03-20 21:35:48.634710618 +0100
+++ /var/tmp/diff_new_pack.d5sfHg/_new  2018-03-20 21:35:48.634710618 +0100
@@ -20,13 +20,13 @@
 
 %define rname   akonadi
 Name:   akonadi-server
-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:PIM Storage Service
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://akonadi-project.org
 Source: %{rname}-%{version}.tar.xz

++ akonadi-17.12.2.tar.xz -> akonadi-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.12.2/CMakeLists.txt 
new/akonadi-17.12.3/CMakeLists.txt
--- old/akonadi-17.12.2/CMakeLists.txt  2018-02-06 01:37:37.0 +0100
+++ new/akonadi-17.12.3/CMakeLists.txt  2018-03-06 01:26:54.0 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 project(Akonadi VERSION ${PIM_VERSION})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.12.2/KF5AkonadiMacros.cmake 
new/akonadi-17.12.3/KF5AkonadiMacros.cmake
--- old/akonadi-17.12.2/KF5AkonadiMacros.cmake  2018-01-24 17:42:44.0 
+0100
+++ new/akonadi-17.12.3/KF5AkonadiMacros.cmake  2018-03-05 11:14:26.0 
+0100
@@ -95,3 +95,34 @@
   LINK_LIBRARIES "${link_libraries}"
 )
 endfunction()
+
+function(kcfg_generate_dbus_interface _kcfg _name)
+if (NOT XSLTPROC_EXECUTABLE)
+message(FATAL_ERROR "xsltproc executable not found but needed by 
KCFG_GENERATE_DBUS_INTERFACE()")
+endif()
+
+# When using this macro inside Akonadi, we need to refer to the file in the
+# repo
+if (Akonadi_SOURCE_DIR)
+set(xsl_path ${Akonadi_SOURCE_DIR}/src/core/kcfg2dbus.xsl)
+else()
+set(xsl_path ${KF5Akonadi_DATA_DIR}/kcfg2dbus.xsl)
+endif()
+file(RELATIVE_PATH xsl_relpath ${CMAKE_CURRENT_BINARY_DIR} ${xsl_path})
+if (IS_ABSOLUTE ${_kcfg})
+file(RELATIVE_PATH kcfg_relpath ${CMAKE_CURRENT_BINARY_DIR} ${_kcfg})
+else()
+file(RELATIVE_PATH kcfg_relpath ${CMAKE_CURRENT_BINARY_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/${_kcfg})
+endif()
+add_custom_command(
+OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml
+COMMAND ${XSLTPROC_EXECUTABLE}
+--output ${_name}.xml
+--stringparam interfaceName ${_name}
+${xsl_relpath}
+${kcfg_relpath}
+DEPENDS
+${xsl_path}
+${_kcfg}
+)
+endfunction()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-17.12.2/autotests/libs/testresource/CMakeLists.txt 
new/akonadi-17.12.3/autotests/libs/testresource/CMakeLists.txt
--- old/akonadi-17.12.2/autotests/libs/testresource/CMakeLists.txt  
2018-01-24 17:42:44.0 +0100
+++ new/akonadi-17.12.3/autotests/libs/testresource/CMakeLists.txt  
2018-03-05 11:14:26.0 +0100
@@ -2,29 +2,13 @@
   ${Boost_INCLUDE_DIR}
 )
 
+include(${CMAKE_SOURCE_DIR}/KF5AkonadiMacros.cmake)
+
 kde_enable_exceptions()
 
 remove_definitions(-DTRANSLATION_DOMAIN=\"libakonadi5\")
 add_definitions(-DTRANSLATION_DOMAIN=\"akonadi_knut_

commit baloo5-widgets for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package baloo5-widgets for openSUSE:Factory 
checked in at 2018-03-20 21:35:58

Comparing /work/SRC/openSUSE:Factory/baloo5-widgets (Old)
 and  /work/SRC/openSUSE:Factory/.baloo5-widgets.new (New)


Package is "baloo5-widgets"

Tue Mar 20 21:35:58 2018 rev:31 rq:585495 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/baloo5-widgets/baloo5-widgets.changes
2018-02-12 09:58:34.025505437 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5-widgets.new/baloo5-widgets.changes   
2018-03-20 21:36:00.610279555 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:50:58 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:

  baloo-widgets-17.12.2.tar.xz

New:

  baloo-widgets-17.12.3.tar.xz



Other differences:
--
++ baloo5-widgets.spec ++
--- /var/tmp/diff_new_pack.xgEotJ/_old  2018-03-20 21:36:01.278255511 +0100
+++ /var/tmp/diff_new_pack.xgEotJ/_new  2018-03-20 21:36:01.282255367 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   baloo5-widgets
-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:Framework for searching and managing metadata
-License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
+License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: baloo-widgets-%{version}.tar.xz

++ baloo-widgets-17.12.2.tar.xz -> baloo-widgets-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-17.12.2/po/fi/baloowidgets5.po 
new/baloo-widgets-17.12.3/po/fi/baloowidgets5.po
--- old/baloo-widgets-17.12.2/po/fi/baloowidgets5.po2018-02-06 
01:36:21.0 +0100
+++ new/baloo-widgets-17.12.3/po/fi/baloowidgets5.po2018-03-06 
01:26:48.0 +0100
@@ -1,6 +1,7 @@
 # KDE Finnish translation sprint participants:
 # Author: Lliehu
 # Lasse Liehu , 2013, 2014, 2015, 2016, 2017.
+# Tommi Nieminen , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: nepomukwidgets\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-17.12.2/po/fr/baloowidgets5.po 
new/baloo-widgets-17.12.3/po/fr/baloowidgets5.po
--- old/baloo-widgets-17.12.2/po/fr/baloowidgets5.po2018-02-06 
01:36:21.0 +0100
+++ new/baloo-widgets-17.12.3/po/fr/baloowidgets5.po2018-03-06 
01:26:48.0 +0100
@@ -6,6 +6,7 @@
 # Vincent Pinon , 2014, 2017.
 # Geoffray Levasseur , 2014, 2015.
 # Sophie ABBAD , 2015.
+# Simon Depiets , 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-17.12.2/po/ko/baloowidgets5.po 
new/baloo-widgets-17.12.3/po/ko/baloowidgets5.po
--- old/baloo-widgets-17.12.2/po/ko/baloowidgets5.po2018-02-06 
01:36:21.0 +0100
+++ new/baloo-widgets-17.12.3/po/ko/baloowidgets5.po2018-03-06 
01:26:48.0 +0100
@@ -1,6 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2013, 2014, 2015, 2016, 2017.
+# Shinjo Park , 2013, 2014, 2015, 2016, 2017, 2018.
+# Minori Hiraoka , 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-widgets-17.12.2/po/zh_CN/baloo_naturalqueryparser.po 
new/baloo-widgets-17.12.3/po/zh_CN/baloo_naturalqueryparser.po
--- old/baloo-widgets-17.12.2/po/zh_CN/baloo_naturalqueryparser.po  
2018-02-06 01:36:22.0 +0100
+++ new/baloo-widgets-17.12.3/po/zh_CN/baloo_naturalqueryparser.po  
2018-03-06 01:26:48.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:34-0500\n"
+"PO-Revision-Date: 2018-02-28 02:29-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-17.12.2/po/zh_CN/baloowidgets5.po 
new/baloo-widgets-17.12.3/po/zh_CN/baloowidgets5.po
--- old/baloo-widgets-17.12.2/po/zh_CN/baloowidgets5.po 2018-02-06 
01:36:22.0 +0100
+++

commit akregator for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "akregator"

Tue Mar 20 21:35:51 2018 rev:18 rq:585491 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-02-12 
09:58:23.653879293 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-03-20 
21:35:58.62235 +0100
@@ -1,0 +2,11 @@
+Thu Mar 08 23:50:56 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:
+  * Apply patch from mgannon (kde#381929)
+  * Don't call it twice
+
+---

Old:

  akregator-17.12.2.tar.xz

New:

  akregator-17.12.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.iYzbDm/_old  2018-03-20 21:35:59.370324187 +0100
+++ /var/tmp/diff_new_pack.iYzbDm/_new  2018-03-20 21:35:59.370324187 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   akregator
-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:RSS Feed Reader
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ akregator-17.12.2.tar.xz -> akregator-17.12.3.tar.xz ++
 5897 lines of diff (skipped)




commit dolphin for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "dolphin"

Tue Mar 20 21:36:08 2018 rev:38 rq:585502 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2018-02-12 
09:58:46.861042769 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2018-03-20 
21:36:14.965762827 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:01 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:
+  * Fix resetting "View Modes" preferences to defaults
+
+---

Old:

  dolphin-17.12.2.tar.xz

New:

  dolphin-17.12.3.tar.xz



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.8xtQTv/_old  2018-03-20 21:36:16.241716899 +0100
+++ /var/tmp/diff_new_pack.8xtQTv/_new  2018-03-20 21:36:16.245716755 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   dolphin
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE File Manager
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/File utilities
 Url:http://www.kde.org
 Source: dolphin-%{version}.tar.xz

++ dolphin-17.12.2.tar.xz -> dolphin-17.12.3.tar.xz ++
 8407 lines of diff (skipped)




commit calendarsupport for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "calendarsupport"

Tue Mar 20 21:36:03 2018 rev:24 rq:585499 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2018-02-12 09:58:38.79576 +0100
+++ /work/SRC/openSUSE:Factory/.calendarsupport.new/calendarsupport.changes 
2018-03-20 21:36:05.578100737 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:00 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:

  calendarsupport-17.12.2.tar.xz

New:

  calendarsupport-17.12.3.tar.xz



Other differences:
--
++ calendarsupport.spec ++
--- /var/tmp/diff_new_pack.cwgwjq/_old  2018-03-20 21:36:06.350072950 +0100
+++ /var/tmp/diff_new_pack.cwgwjq/_new  2018-03-20 21:36:06.354072806 +0100
@@ -20,13 +20,13 @@
 
 %define lname libKF5CalendarSupport5
 Name:   calendarsupport
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM calendaring support library
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -66,7 +66,7 @@
 
 %package -n %{lname}
 Summary:Library for handling calendaring in PIM applications
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name}
 
@@ -75,7 +75,7 @@
 
 %package devel
 Summary:Development package for the KDEPIM Calendarsupport library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   akonadi-calendar-devel >= %{_kapp_version}

++ calendarsupport-17.12.2.tar.xz -> calendarsupport-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-17.12.2/CMakeLists.txt 
new/calendarsupport-17.12.3/CMakeLists.txt
--- old/calendarsupport-17.12.2/CMakeLists.txt  2018-02-06 01:43:27.0 
+0100
+++ new/calendarsupport-17.12.3/CMakeLists.txt  2018-03-06 01:31:28.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(calendarsupport VERSION ${PIM_VERSION})
 
@@ -26,18 +26,18 @@
 
 
 set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.7.2")
-set(KDEPIM_LIB_VERSION "5.7.2")
+set(AKONADI_MIMELIB_VERSION "5.7.3")
+set(KDEPIM_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.2")
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
-set(KHOLIDAYS_LIB_VERSION "5.7.2")
-set(AKONADICALENDAR_LIB_VERSION "5.7.2")
-set(PIMCOMMON_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(KIMAP_LIB_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.3")
+set(KHOLIDAYS_LIB_VERSION "5.7.3")
+set(AKONADICALENDAR_LIB_VERSION "5.7.3")
+set(PIMCOMMON_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(KIMAP_LIB_VERSION "5.7.3")
 find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test UiTools 
PrintSupport)
 find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-17.12.2/po/nb/calendarsupport.po 
new/calendarsupport-17.12.3/po/nb/calendarsupport.po
--- old/calendarsupport-17.12.2/po/nb/calendarsupport.po2018-02-06 
01:43:26.0 +0100
+++ new/calendarsupport-17.12.3/po/nb/calendarsupport.po2018-03-06 
01:31:27.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-31 03:04+0200\n"
+"POT-Creation-Date: 2017-10-07 03:34+0200\n"
 "PO-Revision-Date: 2015-02-07 19:03+0100

commit dragonplayer for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "dragonplayer"

Tue Mar 20 21:36:14 2018 rev:73 rq:585504 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/dragonplayer/dragonplayer.changes
2018-02-12 09:58:51.112889507 +0100
+++ /work/SRC/openSUSE:Factory/.dragonplayer.new/dragonplayer.changes   
2018-03-20 21:36:18.497635697 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:02 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:

  dragon-17.12.2.tar.xz

New:

  dragon-17.12.3.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.TUv0Gw/_old  2018-03-20 21:36:19.465600855 +0100
+++ /var/tmp/diff_new_pack.TUv0Gw/_new  2018-03-20 21:36:19.477600423 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   dragonplayer
-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)

++ dragon-17.12.2.tar.xz -> dragon-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.2/CMakeLists.txt 
new/dragon-17.12.3/CMakeLists.txt
--- old/dragon-17.12.2/CMakeLists.txt   2018-02-06 01:12:35.0 +0100
+++ new/dragon-17.12.3/CMakeLists.txt   2018-03-06 01:16:53.0 +0100
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.2/po/nb/dragonplayer.po 
new/dragon-17.12.3/po/nb/dragonplayer.po
--- old/dragon-17.12.2/po/nb/dragonplayer.po2018-02-06 01:12:34.0 
+0100
+++ new/dragon-17.12.3/po/nb/dragonplayer.po2018-03-06 01:16:52.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: videoplayer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-01-03 09:11+0100\n"
+"POT-Creation-Date: 2017-11-11 03:14+0100\n"
 "PO-Revision-Date: 2015-04-26 22:26+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -169,54 +169,54 @@
 "Tilbakemelding:\n"
 "imon...@kde.org"
 
-#: src/app/main.cpp:54
+#: src/app/main.cpp:55
 #, kde-format
 msgid "Improvements and polish"
 msgstr "Forbedringer og finpussing"
 
-#: src/app/main.cpp:55
+#: src/app/main.cpp:56
 #, kde-format
 msgid "Creator of Phonon"
 msgstr "Utviklet Phonon"
 
-#: src/app/main.cpp:56
+#: src/app/main.cpp:57
 #, kde-format
 msgid "Dragon Player icon"
 msgstr "Dragon Player-ikon"
 
-#: src/app/main.cpp:57
+#: src/app/main.cpp:58
 #, kde-format
 msgid "Handbook"
 msgstr "Håndbok"
 
-#: src/app/main.cpp:58
+#: src/app/main.cpp:59
 #, kde-format
 msgid "Great reference code"
 msgstr "Super referansekode"
 
-#: src/app/main.cpp:59
+#: src/app/main.cpp:60
 #, kde-format
 msgid "Yatta happened to be the only video on my laptop to test with. :)"
 msgstr ""
 "Yatta var tilfeldigvis den eneste vidoen på min bærbare maskinen som jeg "
 "kunne teste med. :)"
 
-#: src/app/main.cpp:60
+#: src/app/main.cpp:61
 #, kde-format
 msgid "MPRIS v2 support"
 msgstr "Støtte for MPRIS v2"
 
-#: src/app/main.cpp:61
+#: src/app/main.cpp:62
 #, kde-format
 msgid "Port to KF5/Plasma 5"
 msgstr "Porting til KF5/Plasma 5"
 
-#: src/app/main.cpp:70
+#: src/app/main.cpp:71
 #, kde-format
 msgid "Play DVD Video"
 msgstr "Spill DVD-film"
 
-#: src/app/main.cpp:71
+#: src/app/main.cpp:72
 #, kde-format
 msgid "Play 'URL'"
 msgstr "Spill «adresse»"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.2/po/zh_CN/dragonplayer.po 
new/dragon-17.12.3/po/zh_CN/dragonplayer.po
--- old/dragon-17.12.2/po/zh_CN/dragonplayer.po 2018-02-06 01:12:34.0 
+0100
+++ new/dragon-17.12.3/po/zh_CN/dragonplayer.po 2018-03-06 01:16:53.0 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-11 03:14+0100\n"
-

commit grantleetheme for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "grantleetheme"

Tue Mar 20 21:36:25 2018 rev:23 rq:585510 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2018-02-12 09:59:03.036459714 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new/grantleetheme.changes 
2018-03-20 21:36:27.345317224 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:04 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:

  grantleetheme-17.12.2.tar.xz

New:

  grantleetheme-17.12.3.tar.xz



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.o2TikD/_old  2018-03-20 21:36:27.937295915 +0100
+++ /var/tmp/diff_new_pack.o2TikD/_new  2018-03-20 21:36:27.941295772 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   grantleetheme
-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:Grantlee theme support
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -67,7 +67,7 @@
 
 %package -n libKF5GrantleeTheme5
 Summary:GrantleeTheme library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   grantleetheme = %{version}
 
@@ -79,7 +79,7 @@
 
 %package devel
 Summary:Development package for grantleetheme
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   libKF5GrantleeTheme5 = %{version}
 

++ grantleetheme-17.12.2.tar.xz -> grantleetheme-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-17.12.2/CMakeLists.txt 
new/grantleetheme-17.12.3/CMakeLists.txt
--- old/grantleetheme-17.12.2/CMakeLists.txt2018-02-06 01:43:35.0 
+0100
+++ new/grantleetheme-17.12.3/CMakeLists.txt2018-03-06 01:31:40.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 set(KF5_VERSION "5.39.0")
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-17.12.2/po/nb/libgrantleetheme.po 
new/grantleetheme-17.12.3/po/nb/libgrantleetheme.po
--- old/grantleetheme-17.12.2/po/nb/libgrantleetheme.po 2018-02-06 
01:43:34.0 +0100
+++ new/grantleetheme-17.12.3/po/nb/libgrantleetheme.po 2018-03-06 
01:31:39.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-18 03:23+0200\n"
+"POT-Creation-Date: 2017-09-12 03:26+0200\n"
 "PO-Revision-Date: 2013-10-01 23:22+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -44,7 +44,7 @@
 msgid "Template rendering error"
 msgstr ""
 
-#: grantleethememanager.cpp:55
+#: grantleethememanager.cpp:54
 #, kde-format
 msgid "Download New Themes..."
 msgstr "Last ned nye temaer …"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-17.12.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-17.12.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-17.12.2/po/zh_CN/libgrantleetheme.po  2018-02-06 
01:43:35.0 +0100
+++ new/grantleetheme-17.12.3/po/zh_CN/libgrantleetheme.po  2018-03-06 
01:31:40.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-12 03:26+0200\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 gwenview5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "gwenview5"

Tue Mar 20 21:36:30 2018 rev:33 rq:585511 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/gwenview5/gwenview5.changes  2018-02-12 
09:59:16.211984794 +0100
+++ /work/SRC/openSUSE:Factory/.gwenview5.new/gwenview5.changes 2018-03-20 
21:36:32.493131929 +0100
@@ -1,0 +2,19 @@
+Thu Mar 08 23:51:05 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:
+  * Enlarge small SVGs too (kde#364822)
+  * Fix URL Navigator margins
+  * Hide fullscreen thumbnailbar when on-canvas image tools are in use
+  * Remove symbolic icons in favor of standard icons
+  * Fix thumbnail bar in View resetting to OFF when quitting in fullscreen
+  * Fix background color for image view toolbar (crop/red-eye)
+  * Update filename in fullscreen view on rename (kde#390332)
+  * Add icons for context and sidebar menu
+  * Improve thumbnail tooltip animation (kde#245091)
+  * Save config when opening the config dialog (kde#390331)
+
+---

Old:

  gwenview-17.12.2.tar.xz

New:

  gwenview-17.12.3.tar.xz



Other differences:
--
++ gwenview5.spec ++
--- /var/tmp/diff_new_pack.HzWZ6a/_old  2018-03-20 21:36:33.321102126 +0100
+++ /var/tmp/diff_new_pack.HzWZ6a/_new  2018-03-20 21:36:33.325101982 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   gwenview5
-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:Image Viewer for KDE
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 Url:http://www.kde.org
 Source: gwenview-%{version}.tar.xz

++ gwenview-17.12.2.tar.xz -> gwenview-17.12.3.tar.xz ++
 22025 lines of diff (skipped)




commit incidenceeditor for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "incidenceeditor"

Tue Mar 20 21:36:35 2018 rev:24 rq:585512 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2018-02-12 09:59:22.323764492 +0100
+++ /work/SRC/openSUSE:Factory/.incidenceeditor.new/incidenceeditor.changes 
2018-03-20 21:36:37.632946921 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:05 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:

  incidenceeditor-17.12.2.tar.xz

New:

  incidenceeditor-17.12.3.tar.xz



Other differences:
--
++ incidenceeditor.spec ++
--- /var/tmp/diff_new_pack.ZcQUUy/_old  2018-03-20 21:36:38.224925613 +0100
+++ /var/tmp/diff_new_pack.ZcQUUy/_new  2018-03-20 21:36:38.228925469 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   incidenceeditor
-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:Incidenceeditor library
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -81,7 +81,7 @@
 
 %package -n libKF5IncidenceEditor5
 Summary:Incidenceeditor Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 Obsoletes:  libKF5IncidenceEditorsng5 < %{version}
@@ -95,7 +95,7 @@
 
 %package devel
 Summary:Development package for incidenceeditor
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   calendarsupport-devel
 Requires:   eventviews-devel

++ incidenceeditor-17.12.2.tar.xz -> incidenceeditor-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-17.12.2/CMakeLists.txt 
new/incidenceeditor-17.12.3/CMakeLists.txt
--- old/incidenceeditor-17.12.2/CMakeLists.txt  2018-02-06 01:43:37.0 
+0100
+++ new/incidenceeditor-17.12.3/CMakeLists.txt  2018-03-06 01:31:43.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(incidenceeditor VERSION ${PIM_VERSION})
 
@@ -28,18 +28,18 @@
 
 
 set(INCIDENCEEDITOR_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.7.2")
-set(KDEPIM_LIB_VERSION "5.7.2")
+set(AKONADI_MIMELIB_VERSION "5.7.3")
+set(KDEPIM_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
-set(KLDAP_LIB_VERSION "5.7.2")
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION "5.7.2")
-set(EVENTVIEW_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.3")
+set(KLDAP_LIB_VERSION "5.7.3")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION "5.7.3")
+set(EVENTVIEW_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 
 set(KDIAGRAM_LIB_VERSION "1.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-17.12.2/po/fi/libincidenceeditors.po 
new/incidenceeditor-17.12.3/po/fi/libincidenceeditors.po
--- old/incidenceeditor-17.12.2/po/fi/libincidenceeditors.po2018-02-06 
01:43:37.0 +0100
+++ new/incidenceeditor-17.12.3/po/fi/libincidenceeditors.po2018-03-06 
01:31:43.0 +0100
@@ -1,6 +1,6 @@
 # Copyright © 2011, 2012 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdepim package.
-# Tommi Nieminen , 2011, 2012, 2013, 2015, 2017.
+# Tommi Nieminen , 2011, 2012, 2013, 2015, 2017, 2018.
 # Lasse Liehu , 2012, 2013, 2014, 2015.
 # Jiri Grönroos , 2012.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-17.12.2/po/nb/libincidenceeditor

commit kaccounts-providers for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and  /work/SRC/openSUSE:Factory/.kaccounts-providers.new (New)


Package is "kaccounts-providers"

Tue Mar 20 21:36:44 2018 rev:34 rq:585516 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2018-02-12 09:59:31.355438941 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
2018-03-20 21:36:45.744654941 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:08 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:

  kaccounts-providers-17.12.2.tar.xz

New:

  kaccounts-providers-17.12.3.tar.xz



Other differences:
--
++ kaccounts-providers.spec ++
--- /var/tmp/diff_new_pack.phkbEY/_old  2018-03-20 21:36:46.408631041 +0100
+++ /var/tmp/diff_new_pack.phkbEY/_new  2018-03-20 21:36:46.412630897 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kaccounts-providers
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Accounts Providers
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  cmake

++ kaccounts-providers-17.12.2.tar.xz -> kaccounts-providers-17.12.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-17.12.2/CMakeLists.txt 
new/kaccounts-providers-17.12.3/CMakeLists.txt
--- old/kaccounts-providers-17.12.2/CMakeLists.txt  2018-02-06 
01:36:10.0 +0100
+++ new/kaccounts-providers-17.12.3/CMakeLists.txt  2018-03-06 
01:26:39.0 +0100
@@ -4,7 +4,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KACCOUNTS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(REQUIRED_QT_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-17.12.2/po/zh_CN/kaccounts-providers.po 
new/kaccounts-providers-17.12.3/po/zh_CN/kaccounts-providers.po
--- old/kaccounts-providers-17.12.2/po/zh_CN/kaccounts-providers.po 
2018-02-06 01:36:10.0 +0100
+++ new/kaccounts-providers-17.12.3/po/zh_CN/kaccounts-providers.po 
2018-03-06 01:26:39.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-24 04:08+0100\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kamera for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kamera"

Tue Mar 20 21:36:58 2018 rev:90 rq:585523 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2018-02-12 
09:59:47.330863103 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2018-03-20 
21:36:59.928144409 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:13 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:

  kamera-17.12.2.tar.xz

New:

  kamera-17.12.3.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.EvL9Ls/_old  2018-03-20 21:37:00.672117630 +0100
+++ /var/tmp/diff_new_pack.EvL9Ls/_new  2018-03-20 21:37:00.676117486 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kamera
-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)

++ kamera-17.12.2.tar.xz -> kamera-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.12.2/CMakeLists.txt 
new/kamera-17.12.3/CMakeLists.txt
--- old/kamera-17.12.2/CMakeLists.txt   2018-02-06 01:09:53.0 +0100
+++ new/kamera-17.12.3/CMakeLists.txt   2018-03-06 01:14:29.0 +0100
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.12.2/po/zh_CN/kcmkamera.po 
new/kamera-17.12.3/po/zh_CN/kcmkamera.po
--- old/kamera-17.12.2/po/zh_CN/kcmkamera.po2018-02-06 01:09:53.0 
+0100
+++ new/kamera-17.12.3/po/zh_CN/kcmkamera.po2018-03-06 01:14:29.0 
+0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2018-02-04 20:34-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kalarmcal for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kalarmcal"

Tue Mar 20 21:36:53 2018 rev:32 rq:585520 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kalarmcal/kalarmcal.changes  2018-02-16 
21:36:57.263793528 +0100
+++ /work/SRC/openSUSE:Factory/.kalarmcal.new/kalarmcal.changes 2018-03-20 
21:36:54.896325528 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:10 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:

  kalarmcal-17.12.2.tar.xz

New:

  kalarmcal-17.12.3.tar.xz



Other differences:
--
++ kalarmcal.spec ++
--- /var/tmp/diff_new_pack.qxhNR7/_old  2018-03-20 21:36:55.492304076 +0100
+++ /var/tmp/diff_new_pack.qxhNR7/_new  2018-03-20 21:36:55.492304076 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kalarmcal
-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:Library for handling kalarm calendar data
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kalarmcal-%{version}.tar.xz

++ kalarmcal-17.12.2.tar.xz -> kalarmcal-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-17.12.2/CMakeLists.txt 
new/kalarmcal-17.12.3/CMakeLists.txt
--- old/kalarmcal-17.12.2/CMakeLists.txt2018-02-06 01:37:47.0 
+0100
+++ new/kalarmcal-17.12.3/CMakeLists.txt2018-03-06 01:27:06.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(KAlarmCal VERSION ${PIM_VERSION})
 
@@ -25,10 +25,10 @@
 
 set(KALARM_LIB_VERSION ${PIM_VERSION})
 
-set(CALENDARCORE_LIB_VERSION "5.7.2")
-set(HOLIDAY_LIB_VERSION "5.7.2")
-set(IDENTITYMANAGER_LIB_VERSION "5.7.2")
-set(AKONADI_LIB_VERSION "5.7.2")
+set(CALENDARCORE_LIB_VERSION "5.7.3")
+set(HOLIDAY_LIB_VERSION "5.7.3")
+set(IDENTITYMANAGER_LIB_VERSION "5.7.3")
+set(AKONADI_LIB_VERSION "5.7.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KALARMCAL
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kalarmcal_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5AlarmCalendarConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-17.12.2/po/nb/libkalarmcal5.po 
new/kalarmcal-17.12.3/po/nb/libkalarmcal5.po
--- old/kalarmcal-17.12.2/po/nb/libkalarmcal5.po2018-02-06 
01:37:47.0 +0100
+++ new/kalarmcal-17.12.3/po/nb/libkalarmcal5.po2018-03-06 
01:27:06.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-15 03:41+0200\n"
+"POT-Creation-Date: 2017-09-14 03:26+0200\n"
 "PO-Revision-Date: 2014-09-23 21:57+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -72,19 +72,19 @@
 msgid "KAlarm"
 msgstr "KAlarm"
 
-#: kaevent.cpp:3012
+#: kaevent.cpp:3015
 #, kde-format
 msgctxt "@info Brief form of 'At Login'"
 msgid "Login"
 msgstr "Logg inn"
 
-#: kaevent.cpp:3012
+#: kaevent.cpp:3015
 #, kde-format
 msgctxt "@info"
 msgid "At login"
 msgstr "Ved innlogging"
 
-#: kaevent.cpp:3019 kaevent.cpp:3100
+#: kaevent.cpp:3022 kaevent.cpp:3103
 #, kde-format
 msgctxt "@info"
 msgid "1 Minute"
@@ -92,7 +92,7 @@
 msgstr[0] "1 minutt"
 msgstr[1] "%1 minutter"
 
-#: kaevent.cpp:3021 kaevent.cpp:3103
+#: kaevent.cpp:3024 kaevent.cpp:3106
 #, kde-format
 msgctxt "@info"
 msgid "1 Hour"
@@ -100,13 +100,13 @@
 msgstr[0] "1 time"
 msgstr[1] "%1 timer"
 
-#: kaevent.cpp:3024 kaevent.cpp:3106
+#: kaevent.cpp:3027 kaevent.cpp:3109
 #, kde-format
 msgctxt "@info Hours and minutes"
 msgid "%1h %2m"
 msgstr "%1t %2m"
 
-#: kaevent.cpp:3027 kaevent.cpp:3110
+#: kaevent.cpp:3030 kaevent.cpp:3113
 #, kde-format
 msgctxt "@info"
 msgid "1 Day"
@@ -114,7 +114,7 @@
 msgstr[0] "1 dag"
 msgstr[1] "%1 dager"
 
-#: kaevent.cpp:3029 kaevent.cpp:3112
+#: kaevent.cpp:3032 kaevent.cpp:3115
 #, kde-format
 msgctxt "@info"
 msgid "1 Week"
@@ -122,7 +122,7 @@
 msgstr[0] 

commit kaddressbook for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kaddressbook"

Tue Mar 20 21:36:49 2018 rev:17 rq:585517 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes
2018-02-12 09:59:37.503217343 +0100
+++ /work/SRC/openSUSE:Factory/.kaddressbook.new/kaddressbook.changes   
2018-03-20 21:36:49.732511399 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:08 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:

  kaddressbook-17.12.2.tar.xz

New:

  kaddressbook-17.12.3.tar.xz



Other differences:
--
++ kaddressbook.spec ++
--- /var/tmp/diff_new_pack.hCMCjS/_old  2018-03-20 21:36:50.564481452 +0100
+++ /var/tmp/diff_new_pack.hCMCjS/_new  2018-03-20 21:36:50.568481308 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaddressbook
-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)
@@ -27,7 +27,7 @@
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 Summary:Address Manager
-License:LGPL-2.1+ and GPL-2.0+
+License:LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ kaddressbook-17.12.2.tar.xz -> kaddressbook-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-17.12.2/CMakeLists.txt 
new/kaddressbook-17.12.3/CMakeLists.txt
--- old/kaddressbook-17.12.2/CMakeLists.txt 2018-02-06 01:41:43.0 
+0100
+++ new/kaddressbook-17.12.3/CMakeLists.txt 2018-03-06 01:29:09.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.2")
+set(KDEPIM_VERSION_NUMBER "5.7.3")
 project(kaddressbook VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.39.0")
@@ -37,9 +37,9 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.7.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.7.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -47,11 +47,11 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus 
PrintSupport)
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
-set(LIBKLEO_LIB_VERSION "5.7.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.3")
+set(LIBKLEO_LIB_VERSION "5.7.3")
 # Find KF5 package
 find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
@@ -79,7 +79,7 @@
 set(GPGMEPP_LIB_VERSION "1.8.0")
 find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED)
 
-find_package(KF5AkonadiSearch "5.7.2" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.7.3" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org"; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 include_directories(${kaddressbook_SOURCE_DIR} ${kaddressbook_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-17.12.2/po/fi/kaddressbook.po 
new/kaddressbook-17.12.3/po/fi/kaddressbook.po
--- old/kaddressbook-17.12.2/po/fi/kaddressbook.po  2018-02-06 
01:41:43.0 +0100
+++ new/kaddressbook-17.12.3/po/fi/kaddressbook.po  2018-03-06 
01:29:09.0 +0100
@@ -10,7 +10,7 @@
 # Tapio Kautto , 2004.
 # Ilpo Kantonen , 2004, 2005, 2006.
 # Mikko Piippo , 2007, 2008.
-# Tommi Nieminen , 2009, 2010, 2011, 2012, 2013, 
2016, 2017.
+# Tommi Nieminen , 2009, 2010, 2011, 2012, 2013, 
2016, 2017, 2018.
 # Lasse Liehu , 2010, 2013, 2014, 2015, 2016.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsigno

commit eventviews for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "eventviews"

Tue Mar 20 21:36:20 2018 rev:25 rq:585505 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes2018-02-12 
09:58:57.340665022 +0100
+++ /work/SRC/openSUSE:Factory/.eventviews.new/eventviews.changes   
2018-03-20 21:36:22.193502664 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:02 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:

  eventviews-17.12.2.tar.xz

New:

  eventviews-17.12.3.tar.xz



Other differences:
--
++ eventviews.spec ++
--- /var/tmp/diff_new_pack.Vyk2uk/_old  2018-03-20 21:36:22.789481211 +0100
+++ /var/tmp/diff_new_pack.Vyk2uk/_new  2018-03-20 21:36:22.793481067 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   eventviews
-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:Eventviews Library
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -80,7 +80,7 @@
 
 %package -n libKF5EventViews5
 Summary:Eventviews Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name}
 
@@ -93,7 +93,7 @@
 
 %package devel
 Summary:Library for messages
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   akonadi-calendar-devel
 Requires:   akonadi-server-devel

++ eventviews-17.12.2.tar.xz -> eventviews-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventviews-17.12.2/CMakeLists.txt 
new/eventviews-17.12.3/CMakeLists.txt
--- old/eventviews-17.12.2/CMakeLists.txt   2018-02-06 01:43:31.0 
+0100
+++ new/eventviews-17.12.3/CMakeLists.txt   2018-03-06 01:31:34.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(eventviews VERSION ${PIM_VERSION})
 
@@ -30,14 +30,14 @@
 
 
 set(EVENTVIEW_LIB_VERSION ${PIM_VERSION})
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(AKONADI_LIB_VERSION "5.7.2")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(AKONADI_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
-set(AKONADICALENDAR_LIB_VERSION "5.7.2")
-set(KMIME_LIB_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION "5.7.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.7.2")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
+set(AKONADICALENDAR_LIB_VERSION "5.7.3")
+set(KMIME_LIB_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION "5.7.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.7.3")
 
 find_package(KF5Akonadi ${AKONADI_LIB_VERSION} CONFIG REQUIRED)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets UiTools)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventviews-17.12.2/po/en_GB/libeventviews.po 
new/eventviews-17.12.3/po/en_GB/libeventviews.po
--- old/eventviews-17.12.2/po/en_GB/libeventviews.po2018-02-06 
01:43:31.0 +0100
+++ new/eventviews-17.12.3/po/en_GB/libeventviews.po2018-03-06 
01:31:34.0 +0100
@@ -2,15 +2,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Andrew Coles , 2010.
-# Steve Allewell , 2014, 2015, 2016, 2017.
+# Steve Allewell , 2014, 2015, 2016, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-14 05:31+0100\n"
-"PO-Revision-Date: 2017-12-29 15:04+\n"
+"PO-Revision-Date: 2018-01-01 16:28+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -91,7 +91,7 @@
 #: agenda/agendaview.cpp:1991
 #, kde-format
 msgid "Unable to modify this to-do, because it cannot be locked."
-msgstr "Unable to modify this to-do, because it ca

commit kaccounts-integration for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kaccounts-integration.new (New)


Package is "kaccounts-integration"

Tue Mar 20 21:36:39 2018 rev:35 rq:585515 version:17.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
2018-02-12 09:59:27.263586434 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
 2018-03-20 21:36:40.868830446 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:08 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:

  kaccounts-integration-17.12.2.tar.xz

New:

  kaccounts-integration-17.12.3.tar.xz



Other differences:
--
++ kaccounts-integration.spec ++
--- /var/tmp/diff_new_pack.3BSR0F/_old  2018-03-20 21:36:41.756798483 +0100
+++ /var/tmp/diff_new_pack.3BSR0F/_new  2018-03-20 21:36:41.760798339 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kaccounts-integration
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Accounts Providers
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Source: %{name}-%{version}.tar.xz
 Source99:   baselibs.conf

++ kaccounts-integration-17.12.2.tar.xz -> 
kaccounts-integration-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-17.12.2/CMakeLists.txt 
new/kaccounts-integration-17.12.3/CMakeLists.txt
--- old/kaccounts-integration-17.12.2/CMakeLists.txt2018-02-06 
01:36:08.0 +0100
+++ new/kaccounts-integration-17.12.3/CMakeLists.txt2018-03-06 
01:26:36.0 +0100
@@ -10,7 +10,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KACCOUNTS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(KACCOUNTS_SOVERSION "1")
 set(REQUIRED_QT_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-17.12.2/po/zh_CN/kaccounts-integration.po 
new/kaccounts-integration-17.12.3/po/zh_CN/kaccounts-integration.po
--- old/kaccounts-integration-17.12.2/po/zh_CN/kaccounts-integration.po 
2018-02-06 01:36:08.0 +0100
+++ new/kaccounts-integration-17.12.3/po/zh_CN/kaccounts-integration.po 
2018-03-06 01:26:36.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-22 03:06+0200\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kate for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kate"

Tue Mar 20 21:37:03 2018 rev:93 rq:585527 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2018-02-12 
09:59:52.146689516 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2018-03-20 
21:37:05.599940254 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:16 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:

  kate-17.12.2.tar.xz

New:

  kate-17.12.3.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.cdnPLb/_old  2018-03-20 21:37:06.575905125 +0100
+++ /var/tmp/diff_new_pack.cdnPLb/_new  2018-03-20 21:37:06.579904981 +0100
@@ -20,7 +20,7 @@
 
 %define _appstreamkpackage 0%(cat 
%{_kf5_cmakedir}/KF5Package/KF5PackageMacros.cmake | grep -q 
'appstream-metainfo' && echo 1)
 Name:   kate
-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)

++ kate-17.12.2.tar.xz -> kate-17.12.3.tar.xz ++
 2249 lines of diff (skipped)




commit kcalc for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcalc"

Tue Mar 20 21:37:09 2018 rev:82 rq:585536 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2018-02-12 
09:59:54.866591477 +0100
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2018-03-20 
21:37:12.503691756 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:18 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:

  kcalc-17.12.2.tar.xz

New:

  kcalc-17.12.3.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.2JfBma/_old  2018-03-20 21:37:13.155668288 +0100
+++ /var/tmp/diff_new_pack.2JfBma/_new  2018-03-20 21:37:13.163668000 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcalc
-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)

++ kcalc-17.12.2.tar.xz -> kcalc-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.12.2/CMakeLists.txt 
new/kcalc-17.12.3/CMakeLists.txt
--- old/kcalc-17.12.2/CMakeLists.txt2018-02-06 01:10:49.0 +0100
+++ new/kcalc-17.12.3/CMakeLists.txt2018-03-06 01:15:46.0 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.12.2/po/fi/kcalc.po 
new/kcalc-17.12.3/po/fi/kcalc.po
--- old/kcalc-17.12.2/po/fi/kcalc.po2018-02-06 01:10:48.0 +0100
+++ new/kcalc-17.12.3/po/fi/kcalc.po2018-03-06 01:15:45.0 +0100
@@ -5,7 +5,7 @@
 # Teemu Rytilahti , 2003.
 # Tapio Kautto , 2004.
 # Ilpo Kantonen , 2004, 2005, 2006.
-# Tommi Nieminen , 2010.
+# Tommi Nieminen , 2010, 2018.
 # Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2015.
 # Niklas Laxström , 2012.
 # Tomi Mäkelä , 2013.
@@ -14,9 +14,9 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
-"PO-Revision-Date: 2015-02-07 18:31+0200\n"
-"Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"PO-Revision-Date: 2018-03-01 16:40+0200\n"
+"Last-Translator: Tommi Nieminen \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -143,7 +143,7 @@
 #: general.ui:14 kcalc.cpp:1587
 #, kde-format
 msgid "General"
-msgstr "Yleistä"
+msgstr "Perusasetukset"
 
 #. i18n: ectx: property (title), widget (QGroupBox, precisionGroupBox)
 #: general.ui:20
@@ -744,7 +744,7 @@
 #: kcalc.cpp:1587
 #, kde-format
 msgid "General Settings"
-msgstr "Yleisasetukset"
+msgstr "Perusasetukset"
 
 #: kcalc.cpp:1591
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.12.2/po/id/kcalc.po 
new/kcalc-17.12.3/po/id/kcalc.po
--- old/kcalc-17.12.2/po/id/kcalc.po2018-02-06 01:10:49.0 +0100
+++ new/kcalc-17.12.3/po/id/kcalc.po2018-03-06 01:15:45.0 +0100
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Dirgita , 2010.
-# Wantoyo , 2017.
+# Wantoyo , 2017, 2018.
 #
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
 "PO-Revision-Date: 2017-12-11 19:12+0700\n"
 "Last-Translator: Wantoyo \n"
-"Language-Team: Indonesian \n"
+"Language-Team: Indonesian \n"
 "Language: id\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/kcalc-17.12.2/po/zh_CN/kcalc.po 
new/kcalc-17.12.3/po/zh_CN/kcalc.po
--- old/kcalc-17.12.2/po/zh_CN/kcalc.po 2018-02-06 01:10:49.0 +0100
+++ new/kcalc-17.12.3/po/zh_CN/kcalc.po 2018-03-06 01:15:46.0 +0100
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: ht

commit kcalcore for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcalcore"

Tue Mar 20 21:37:16 2018 rev:30 rq:585537 version:17.12.3

Changes:

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

  kcalcore-17.12.2.tar.xz

New:

  kcalcore-17.12.3.tar.xz



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

++ kcalcore-17.12.2.tar.xz -> kcalcore-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-17.12.2/CMakeLists.txt 
new/kcalcore-17.12.3/CMakeLists.txt
--- old/kcalcore-17.12.2/CMakeLists.txt 2018-01-24 12:46:32.0 +0100
+++ new/kcalcore-17.12.3/CMakeLists.txt 2018-02-09 06:50:44.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(KCalCore VERSION ${PIM_VERSION})
 




commit kcolorchooser for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcolorchooser"

Tue Mar 20 21:37:31 2018 rev:89 rq:585540 version:17.12.3

Changes:

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

  kcolorchooser-17.12.2.tar.xz

New:

  kcolorchooser-17.12.3.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.VpYPWn/_old  2018-03-20 21:37:33.614931866 +0100
+++ /var/tmp/diff_new_pack.VpYPWn/_new  2018-03-20 21:37:33.638931002 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcolorchooser
-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)

++ kcolorchooser-17.12.2.tar.xz -> kcolorchooser-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.12.2/org.kde.kcolorchooser.desktop 
new/kcolorchooser-17.12.3/org.kde.kcolorchooser.desktop
--- old/kcolorchooser-17.12.2/org.kde.kcolorchooser.desktop 2018-01-15 
06:15:33.0 +0100
+++ new/kcolorchooser-17.12.3/org.kde.kcolorchooser.desktop 2018-02-08 
06:59:59.0 +0100
@@ -164,6 +164,7 @@
 Comment[el]=Επιλογέας χρωμάτων και επεξεργαστής παλέτας
 Comment[en_GB]=Colour selector and palette editor
 Comment[es]=Selector de colores y editor de paleta
+Comment[fi]=Värivalitsin ja palettimuokkain
 Comment[fr]=Sélecteur de couleurs et éditeur de palettes
 Comment[gl]=Selector de cores e editor de paletas.
 Comment[ia]=Selector de color e modificator de paletta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.12.2/po/zh_CN/kcolorchooser.po 
new/kcolorchooser-17.12.3/po/zh_CN/kcolorchooser.po
--- old/kcolorchooser-17.12.2/po/zh_CN/kcolorchooser.po 2018-02-06 
01:09:56.0 +0100
+++ new/kcolorchooser-17.12.3/po/zh_CN/kcolorchooser.po 2018-03-06 
01:14:32.0 +0100
@@ -5,7 +5,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-21 03:03+0100\n"
-"PO-Revision-Date: 2018-02-04 20:34-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcalutils for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcalutils"

Tue Mar 20 21:37:22 2018 rev:31 rq:585538 version:17.12.3

Changes:

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

  kcalutils-17.12.2.tar.xz

New:

  kcalutils-17.12.3.tar.xz



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.sxBRZG/_old  2018-03-20 21:37:24.651254509 +0100
+++ /var/tmp/diff_new_pack.sxBRZG/_new  2018-03-20 21:37:24.655254365 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kcalutils
-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:Library with utility functions for handling calendar data
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kcalutils-%{version}.tar.xz

++ kcalutils-17.12.2.tar.xz -> kcalutils-17.12.3.tar.xz ++
 2395 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 kdialog for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kdialog for openSUSE:Factory checked 
in at 2018-03-20 21:38:02

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


Package is "kdialog"

Tue Mar 20 21:38:02 2018 rev:16 rq:585557 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kdialog/kdialog.changes  2018-02-12 
10:01:03.848105058 +0100
+++ /work/SRC/openSUSE:Factory/.kdialog.new/kdialog.changes 2018-03-20 
21:38:03.621851786 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:38 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:

  kdialog-17.12.2.tar.xz

New:

  kdialog-17.12.3.tar.xz



Other differences:
--
++ kdialog.spec ++
--- /var/tmp/diff_new_pack.8gbVMe/_old  2018-03-20 21:38:04.689813345 +0100
+++ /var/tmp/diff_new_pack.8gbVMe/_new  2018-03-20 21:38:04.689813345 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kdialog
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE version of xdialog
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: %{name}-%{version}.tar.xz

++ kdialog-17.12.2.tar.xz -> kdialog-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-17.12.2/po/id/kdialog.po 
new/kdialog-17.12.3/po/id/kdialog.po
--- old/kdialog-17.12.2/po/id/kdialog.po2018-02-06 01:01:42.0 
+0100
+++ new/kdialog-17.12.3/po/id/kdialog.po2018-03-06 01:07:04.0 
+0100
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdialog package.
 # Andhika Padmawan , 2010-2014.
-# Wantoyo , 2017.
+# Wantoyo , 2017, 2018.
 #
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2017-10-11 05:58+0200\n"
 "PO-Revision-Date: 2017-12-27 22:01+0700\n"
 "Last-Translator: Wantoyo \n"
-"Language-Team: Indonesian \n"
+"Language-Team: Indonesian \n"
 "Language: id\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/kdialog-17.12.2/po/nb/kdialog.po 
new/kdialog-17.12.3/po/nb/kdialog.po
--- old/kdialog-17.12.2/po/nb/kdialog.po2018-02-06 01:01:42.0 
+0100
+++ new/kdialog-17.12.3/po/nb/kdialog.po2018-03-06 01:07:04.0 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdialog\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-03 03:08+0200\n"
+"POT-Creation-Date: 2017-10-11 05:58+0200\n"
 "PO-Revision-Date: 2013-11-26 12:44+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -33,255 +33,255 @@
 msgid "Your emails"
 msgstr "knut.yr...@gmail.com,kholl...@responze.net,zerod...@skolelinux.no"
 
-#: kdialog.cpp:266
+#: kdialog.cpp:267
 #, kde-format
 msgid "KDialog"
 msgstr "KDialog"
 
-#: kdialog.cpp:267
+#: kdialog.cpp:268
 #, kde-format
 msgid "KDialog can be used to show nice dialog boxes from shell scripts"
 msgstr "KDialog kan brukes for å vise hyggelige dialogvinduer fra skallskript"
 
-#: kdialog.cpp:269
+#: kdialog.cpp:270
 #, kde-format
 msgid "(C) 2000, Nick Thompson"
 msgstr "© 2000 Nick Thompson"
 
-#: kdialog.cpp:270
+#: kdialog.cpp:271
 #, kde-format
 msgid "David Faure"
 msgstr "David Faure"
 
-#: kdialog.cpp:270
+#: kdialog.cpp:271
 #, kde-format
 msgid "Current maintainer"
 msgstr "Gjeldende vedlikeholder"
 
-#: kdialog.cpp:271
+#: kdialog.cpp:272
 #, kde-format
 msgid "Brad Hards"
 msgstr "Brad Hards"
 
-#: kdialog.cpp:272
+#: kdialog.cpp:273
 #, kde-format
 msgid "Nick Thompson"
 msgstr "Nick Thompson"
 
-#: kdialog.cpp:273
+#: kdialog.cpp:274
 #, kde-format
 msgid "Matthias Hölzer"
 msgstr "Matthias Hölzer"
 
-#: kdialog.cpp:274
+#: kdialog.cpp:275
 #, kde-format
 msgid "David Gümbel"
 msgstr "David Gümbel"
 
-#: kdialog.cpp:275
+#: kdialog.cpp:276
 #, kde-format
 msgid "Richard Moore"
 msgstr "Richard Moore"
 
-#: kdialog.cpp:276
+#: kdialog.cpp:277
 #, kde-format
 msgid "Dawit Alemayehu"
 msgstr "Dawit Alemayehu"
 
-#: kdialog.cpp:277
+#: kdialog.cpp:278
 #, kde-format
 msgid "Kai Uwe Broulik"
 msgstr "Kai Uwe Broulik"
 
-#: kdialog.cpp:2

commit kget for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2018-03-20 21:38:08

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


Package is "kget"

Tue Mar 20 21:38:08 2018 rev:62 rq:585565 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2018-02-12 
10:01:12.115807055 +0100
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2018-03-20 
21:38:10.845591773 +0100
@@ -1,0 +2,14 @@
+Thu Mar 08 23:51:46 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:
+  * Fix porting bug in UrlChecker::destUrl()
+  * Fix wrong path conversions in NewTransferDialogHandler::handleUrls()
+  * Fix importing several links at once
+  * Fix destDir handling in KGet::addTransfer() (kde#390612)
+  * Fix blurry icons in HiDPI
+
+---

Old:

  kget-17.12.2.tar.xz

New:

  kget-17.12.3.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.eC70BQ/_old  2018-03-20 21:38:11.657562547 +0100
+++ /var/tmp/diff_new_pack.eC70BQ/_new  2018-03-20 21:38:11.657562547 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kget
-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)

++ kget-17.12.2.tar.xz -> kget-17.12.3.tar.xz ++
 18317 lines of diff (skipped)




commit kgpg for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kgpg"

Tue Mar 20 21:38:12 2018 rev:83 rq:585567 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2018-02-12 
10:01:16.875635491 +0100
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2018-03-20 
21:38:14.277468245 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:47 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:
+  * ignore empty entries in key groups (kde#387408)
+
+---

Old:

  kgpg-17.12.2.tar.xz

New:

  kgpg-17.12.3.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.rPGyMn/_old  2018-03-20 21:38:15.009441899 +0100
+++ /var/tmp/diff_new_pack.rPGyMn/_new  2018-03-20 21:38:15.013441755 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgpg
-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)

++ kgpg-17.12.2.tar.xz -> kgpg-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-17.12.2/CMakeLists.txt 
new/kgpg-17.12.3/CMakeLists.txt
--- old/kgpg-17.12.2/CMakeLists.txt 2018-02-06 01:11:22.0 +0100
+++ new/kgpg-17.12.3/CMakeLists.txt 2018-03-06 01:16:07.0 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(kgpg VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-17.12.2/core/KGpgRootNode.cpp 
new/kgpg-17.12.3/core/KGpgRootNode.cpp
--- old/kgpg-17.12.2/core/KGpgRootNode.cpp  2018-02-03 00:41:50.0 
+0100
+++ new/kgpg-17.12.3/core/KGpgRootNode.cpp  2018-03-01 23:56:16.0 
+0100
@@ -62,7 +62,7 @@
if (parts.count() < 2)
continue;
const QString groupName = parts.first();
-   new KGpgGroupNode(this, groupName, 
parts.at(1).split(QLatin1Char(';')));
+   new KGpgGroupNode(this, groupName, 
parts.at(1).split(QLatin1Char(';'), QString::SkipEmptyParts));
}
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-17.12.2/po/ca/docs/kgpg/index.docbook 
new/kgpg-17.12.3/po/ca/docs/kgpg/index.docbook
--- old/kgpg-17.12.2/po/ca/docs/kgpg/index.docbook  2018-02-06 
01:11:21.0 +0100
+++ new/kgpg-17.12.3/po/ca/docs/kgpg/index.docbook  2018-03-06 
01:16:07.0 +0100
@@ -109,7 +109,7 @@
 
 
 &kgpg; és una interfície simple de GnuPG, una potent utilitat d'encriptatge. 
GnuPG (també conegut com gpg) està inclòs a la majoria de distribucions i 
hauria d'estar instal·lat al vostre sistema. Podeu obtenir l'última versió a 
http://gnupg.org";
+>&kgpg; és una interfície simple de GnuPG, una potent utilitat d'encriptatge. 
GnuPG (també conegut com a «gpg») està inclòs a la majoria de distribucions i 
hauria d'estar instal·lat al vostre sistema. Podeu obtenir l'última versió a 
http://gnupg.org";
 >http://gnupg.org.
 
@@ -230,12 +230,12 @@
 >
 Encriptar amb clau: Primer haureu de crear la vostra parella de claus (la 
clau secreta i la clau pública) i proporcionar una frase de contrasenya. Deseu 
la vostra clau secreta en un lloc segur, i intercanvieu la vostra clau pública 
amb els vostres amics. Després, si desitgeu enviar un missatge encriptat a 
l'Àlex, haureu d'encriptar el missatge amb la clau pública de l'Àlex. Per a 
desencriptar el missatge, el destinatari necessitarà la clau secreta de l'Àlex 
i la seva frase de contrasenya.Encriptar amb clau: Primer haureu de crear la vostra parella de claus (la 
clau secreta i la clau pública) i proporcionar una frase de pas. Deseu la 
vostra clau secreta en un lloc segur, i intercanvieu la vostra clau pública amb 
els vostres amics. Després, si desitgeu enviar un missatge encriptat a l'Àlex, 
haureu d'encriptar el missatge amb la clau pública de l'Àlex. Per a 
desencriptar el missatge, el destinatari necessitarà la clau

commit kdenetwork4-filesharing for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdenetwork4-filesharing (Old)
 and  /work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new (New)


Package is "kdenetwork4-filesharing"

Tue Mar 20 21:37:48 2018 rev:61 rq:585548 version:17.12.3

Changes:

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

  kdenetwork-filesharing-17.12.2.tar.xz

New:

  kdenetwork-filesharing-17.12.3.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.MSHXu8/_old  2018-03-20 21:37:49.914345178 +0100
+++ /var/tmp/diff_new_pack.MSHXu8/_new  2018-03-20 21:37:49.918345034 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdenetwork4-filesharing
-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)

++ kdenetwork-filesharing-17.12.2.tar.xz -> 
kdenetwork-filesharing-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-17.12.2/po/zh_CN/kfileshare.po 
new/kdenetwork-filesharing-17.12.3/po/zh_CN/kfileshare.po
--- old/kdenetwork-filesharing-17.12.2/po/zh_CN/kfileshare.po   2018-02-06 
01:34:22.0 +0100
+++ new/kdenetwork-filesharing-17.12.3/po/zh_CN/kfileshare.po   2018-03-06 
01:25:02.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdav for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kdav"

Tue Mar 20 21:37:42 2018 rev:12 rq:585543 version:17.12.3

Changes:

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

  kdav-17.12.2.tar.xz

New:

  kdav-17.12.3.tar.xz



Other differences:
--
++ kdav.spec ++
--- /var/tmp/diff_new_pack.2KQ8yB/_old  2018-03-20 21:37:43.090590795 +0100
+++ /var/tmp/diff_new_pack.2KQ8yB/_new  2018-03-20 21:37:43.098590507 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   kdav
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:DAV protocol implementation
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ kdav-17.12.2.tar.xz -> kdav-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-17.12.2/CMakeLists.txt 
new/kdav-17.12.3/CMakeLists.txt
--- old/kdav-17.12.2/CMakeLists.txt 2018-01-12 07:12:02.0 +0100
+++ new/kdav-17.12.3/CMakeLists.txt 2018-02-09 06:51:26.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(libkdav VERSION ${PIM_VERSION})
 




commit kdepim-apps-libs for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kdepim-apps-libs for 
openSUSE:Factory checked in at 2018-03-20 21:37:52

Comparing /work/SRC/openSUSE:Factory/kdepim-apps-libs (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new (New)


Package is "kdepim-apps-libs"

Tue Mar 20 21:37:52 2018 rev:25 rq:585551 version:17.12.3

Changes:

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

  kdepim-apps-libs-17.12.2.tar.xz

New:

  kdepim-apps-libs-17.12.3.tar.xz



Other differences:
--
++ kdepim-apps-libs.spec ++
--- /var/tmp/diff_new_pack.kEk5Gi/_old  2018-03-20 21:37:55.246153263 +0100
+++ /var/tmp/diff_new_pack.kEk5Gi/_new  2018-03-20 21:37:55.250153119 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kdepim-apps-libs
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Base package of kdepim
-License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -84,7 +84,7 @@
 
 %package devel
 Summary:Mail related libraries
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   akonadi-server-devel

++ kdepim-apps-libs-17.12.2.tar.xz -> kdepim-apps-libs-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-apps-libs-17.12.2/CMakeLists.txt 
new/kdepim-apps-libs-17.12.3/CMakeLists.txt
--- old/kdepim-apps-libs-17.12.2/CMakeLists.txt 2018-02-06 01:43:43.0 
+0100
+++ new/kdepim-apps-libs-17.12.3/CMakeLists.txt 2018-03-06 01:31:50.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(kdepim-apps-lib VERSION ${PIM_VERSION})
 
 set(KF5_VERSION "5.39.0")
@@ -29,12 +29,12 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 
-set(AKONADI_VERSION "5.7.2")
-set(GRANTLEETHEME_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
-set(AKONADICONTACT_LIB_VERSION "5.7.2")
-set(LIBKLEO_LIB_VERSION "5.7.2")
-set(PIMCOMMON_LIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.3")
+set(GRANTLEETHEME_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
+set(AKONADICONTACT_LIB_VERSION "5.7.3")
+set(LIBKLEO_LIB_VERSION "5.7.3")
+set(PIMCOMMON_LIB_VERSION "5.7.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Gui)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-apps-libs-17.12.2/po/fi/libsendlater.po 
new/kdepim-apps-libs-17.12.3/po/fi/libsendlater.po
--- old/kdepim-apps-libs-17.12.2/po/fi/libsendlater.po  2018-02-06 
01:43:41.0 +0100
+++ new/kdepim-apps-libs-17.12.3/po/fi/libsendlater.po  2018-03-06 
01:31:49.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu , 2013, 2014, 2015, 2016.
-# Tommi Nieminen , 2017.
+# Tommi Nieminen , 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-apps-libs-17.12.2/po/nb/libkaddressbookgrantlee.po 
new/kdepim-apps-libs-17.12.3/po/nb/libkaddressbookgrantlee.po
--- old/kdepim-apps-libs-17.12.2/po/nb/libkaddressbookgrantlee.po   
2018-02-06 01:43:41.0 +0100
+++ new/kdepim-apps-libs-17.12.3/po/nb/libkaddressbookgrantlee.po   
2018-03-06 01:31:49.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-05-23 03:05+0200\n"
+"POT-Creation-Date: 2017-10-13 03:27+0200\n"
 "PO-Revision-Date: 2014-09-13 18:14+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -33,13 +33,13 @@
 msgstr[0] "(Ett år gammelt)"
 msgstr[1] "(%1 år gammelt)"
 
-#: form

commit kcharselect for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcharselect"

Tue Mar 20 21:37:26 2018 rev:82 rq:585539 version:17.12.3

Changes:

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

  kcharselect-17.12.2.tar.xz

New:

  kcharselect-17.12.3.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.QVb1di/_old  2018-03-20 21:37:28.583112984 +0100
+++ /var/tmp/diff_new_pack.QVb1di/_new  2018-03-20 21:37:28.583112984 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcharselect
-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)

++ kcharselect-17.12.2.tar.xz -> kcharselect-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-17.12.2/po/id/kcharselect.po 
new/kcharselect-17.12.3/po/id/kcharselect.po
--- old/kcharselect-17.12.2/po/id/kcharselect.po2018-02-06 
01:10:52.0 +0100
+++ new/kcharselect-17.12.3/po/id/kcharselect.po2018-03-06 
01:15:50.0 +0100
@@ -8,8 +8,8 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-06 06:52+0200\n"
-"PO-Revision-Date: 2010-06-02 08:18+0700\n"
-"Last-Translator: Dirgita \n"
+"PO-Revision-Date: 2018-02-05 23:15+0700\n"
+"Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -61,7 +61,7 @@
 #: kcharselectdia.cc:161
 #, kde-format
 msgid "&Flip Text"
-msgstr "&Lipat Teks"
+msgstr "&Teks Lipatan"
 
 #: kcharselectdia.cc:164
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-17.12.2/po/nb/kcharselect.po 
new/kcharselect-17.12.3/po/nb/kcharselect.po
--- old/kcharselect-17.12.2/po/nb/kcharselect.po2018-02-06 
01:10:52.0 +0100
+++ new/kcharselect-17.12.3/po/nb/kcharselect.po2018-03-06 
01:15:51.0 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-03-08 04:06+0100\n"
+"POT-Creation-Date: 2017-09-06 06:52+0200\n"
 "PO-Revision-Date: 2009-09-06 19:46+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -88,109 +88,109 @@
 msgid "Main Toolbar"
 msgstr "Hovedverktøylinje"
 
-#: main.cc:44
+#: main.cc:45
 #, kde-format
 msgid "KCharSelect"
 msgstr "KCharSelect"
 
-#: main.cc:45
+#: main.cc:46
 #, kde-format
 msgid "KDE character selection utility"
 msgstr "KDE verktøy for tegnvalg"
 
-#: main.cc:46
+#: main.cc:47
 #, kde-format
 msgid "A wrapper around the KCharSelect widget."
 msgstr "Et grensesnitt til skjermelementet KCharSelect."
 
-#: main.cc:48
+#: main.cc:49
 #, kde-format
 msgid "Christoph Feck"
 msgstr ""
 
-#: main.cc:48
+#: main.cc:49
 #, kde-format
 msgid "KF5 port and current maintainer"
 msgstr ""
 
-#: main.cc:49 main.cc:52
+#: main.cc:50 main.cc:53
 #, kde-format
 msgid "Daniel Laidig"
 msgstr "Daniel Laidig"
 
-#: main.cc:49
+#: main.cc:50
 #, kde-format
 msgid "Author and previous maintainer"
 msgstr ""
 
-#: main.cc:50
+#: main.cc:51
 #, kde-format
 msgid "Reginald Stadlbauer"
 msgstr "Reginald Stadlbauer"
 
-#: main.cc:50
+#: main.cc:51
 #, kde-format
 msgid "Author"
 msgstr "Forfatter"
 
-#: main.cc:52
+#: main.cc:53
 #, kde-format
 msgid ""
 "New GUI, Unicode information, incremental search, and general improvements"
 msgstr ""
 "Nytt GUI, Unicode-informasjon, fortløpende søk og generelle forbedringer"
 
-#: main.cc:54
+#: main.cc:55
 #, kde-format
 msgid "Laurent Montel"
 msgstr "Laurent Montel"
 
-#: main.cc:54
+#: main.cc:55
 #, kde-format
 msgid "Porting help"
 msgstr ""
 
-#: main.cc:55
+#: main.cc:56
 #, kde-format
 msgid "Constantin Berzan"
 msgstr "Constantin Berzan"
 
-#: main.cc:55
+#: main.cc:56
 #, kde-format
 msgid "Previous maintainer"
 msgstr "Forrige vedlikeholder"
 
-#: main.cc:56
+#: main.cc:57
 #, kde-format
 msgid "Nadeem

commit kidentitymanagement for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2018-03-20 21:38:24

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


Package is "kidentitymanagement"

Tue Mar 20 21:38:24 2018 rev:30 rq:585570 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2018-02-12 10:01:40.182795406 +0100
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes 
2018-03-20 21:38:26.097042810 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:49 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:

  kidentitymanagement-17.12.2.tar.xz

New:

  kidentitymanagement-17.12.3.tar.xz



Other differences:
--
++ kidentitymanagement.spec ++
--- /var/tmp/diff_new_pack.A5Myv8/_old  2018-03-20 21:38:26.713020638 +0100
+++ /var/tmp/diff_new_pack.A5Myv8/_new  2018-03-20 21:38:26.717020495 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kidentitymanagement
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries: Identity Management
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kidentitymanagement-%{version}.tar.xz

++ kidentitymanagement-17.12.2.tar.xz -> kidentitymanagement-17.12.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-17.12.2/CMakeLists.txt 
new/kidentitymanagement-17.12.3/CMakeLists.txt
--- old/kidentitymanagement-17.12.2/CMakeLists.txt  2018-02-06 
01:38:53.0 +0100
+++ new/kidentitymanagement-17.12.3/CMakeLists.txt  2018-03-06 
01:27:33.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(KIdentityManagement VERSION ${PIM_VERSION})
 
@@ -24,7 +24,7 @@
 
 
 set(KIDENTITYMANAGEMENT_LIB_VERSION ${PIM_VERSION})
-set(PIMTEXTEDIT_LIB_VERSION "5.7.2")
+set(PIMTEXTEDIT_LIB_VERSION "5.7.3")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIDENTITYMANAGEMENT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kidentitymanagement_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kidentitymanagement-17.12.2/po/nb/libkpimidentities5.po 
new/kidentitymanagement-17.12.3/po/nb/libkpimidentities5.po
--- old/kidentitymanagement-17.12.2/po/nb/libkpimidentities5.po 2018-02-06 
01:38:52.0 +0100
+++ new/kidentitymanagement-17.12.3/po/nb/libkpimidentities5.po 2018-03-06 
01:27:32.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkpimidentities\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-12 03:29+0200\n"
+"POT-Creation-Date: 2017-10-25 05:47+0200\n"
 "PO-Revision-Date: 2008-11-30 19:21+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -44,17 +44,17 @@
 msgid "Unnamed"
 msgstr "Uten navn"
 
-#: signature.cpp:279
+#: signature.cpp:277
 #, kde-format
 msgid "Failed to execute signature script%1:%2"
 msgstr "Kunne ikke kjøre signaturskriptet%1:%2"
 
-#: signatureconfigurator.cpp:120
+#: signatureconfigurator.cpp:112
 #, kde-format
 msgid "&Enable signature"
 msgstr "&Slå på signatur"
 
-#: signatureconfigurator.cpp:122
+#: signatureconfigurator.cpp:114
 #, kde-format
 msgid ""
 "Check this box if you want KMail to append a signature to mails written with "
@@ -63,45 +63,45 @@
 "Kryss av her om du vil at KMail skal legge til en signatur til meldinger "
 "skrevet med denne identiteten."
 
-#: signatureconfigurator.cpp:132
+#: signatureconfigurator.cpp:124
 #, kde-format
 msgid "Click on the widgets below to obtain help on the input methods."
 msgstr "Trykk på skjermelementene nedenfor for å få hjelp om inndata-metoder."
 
-#: signatureconfigurator.cpp:136
+#: signatureconfigurator.cpp:128
 #, kde-format
 msgctxt "continuation of \"obtain signature text from\""
 msgid "Input Field Below"
 msgstr "Inndata-felt nedenfor"
 
-#: signatureconfigurator.cpp:138
+#: signatureconfigurator.cpp:130
 #, kde-format
 msgctxt "continuation of \"obtain signature text fr

commit kdepim-runtime for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-runtime.new (New)


Package is "kdepim-runtime"

Tue Mar 20 21:37:58 2018 rev:34 rq:585552 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes
2018-02-12 10:00:57.652328381 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new/kdepim-runtime.changes   
2018-03-20 21:37:58.806025128 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:37 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:
+  * Fix method name
+
+---

Old:

  kdepim-runtime-17.12.2.tar.xz

New:

  kdepim-runtime-17.12.3.tar.xz



Other differences:
--
++ kdepim-runtime.spec ++
--- /var/tmp/diff_new_pack.aSL56g/_old  2018-03-20 21:37:59.533998925 +0100
+++ /var/tmp/diff_new_pack.aSL56g/_new  2018-03-20 21:37:59.537998781 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kdepim-runtime
-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:Akonadi resources for PIM applications
-License:GPL-2.0+ and GPL-3.0+
+License:GPL-2.0-or-later AND GPL-3.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kdepim-runtime-%{version}.tar.xz

++ kdepim-runtime-17.12.2.tar.xz -> kdepim-runtime-17.12.3.tar.xz ++
 7083 lines of diff (skipped)




commit khelpcenter5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2018-03-20 21:38:17

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


Package is "khelpcenter5"

Tue Mar 20 21:38:17 2018 rev:36 rq:585569 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes
2018-02-12 10:01:22.219442878 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2018-03-20 21:38:21.589205066 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:49 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:

  khelpcenter-17.12.2.tar.xz

New:

  khelpcenter-17.12.3.tar.xz



Other differences:
--
++ khelpcenter5.spec ++
--- /var/tmp/diff_new_pack.M9sbyS/_old  2018-03-20 21:38:22.213182606 +0100
+++ /var/tmp/diff_new_pack.M9sbyS/_new  2018-03-20 21:38:22.213182606 +0100
@@ -22,10 +22,10 @@
 # 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}')}
 Name:   khelpcenter5
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:KDE Documentation Application
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source: khelpcenter-%{version}.tar.xz

++ khelpcenter-17.12.2.tar.xz -> khelpcenter-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.12.2/plugins/info.desktop 
new/khelpcenter-17.12.3/plugins/info.desktop
--- old/khelpcenter-17.12.2/plugins/info.desktop2018-02-04 
07:02:29.0 +0100
+++ new/khelpcenter-17.12.3/plugins/info.desktop2018-02-12 
06:59:45.0 +0100
@@ -36,7 +36,7 @@
 Name[hsb]=Informaciske strony přelistować
 Name[hu]=Információs oldalak böngészése
 Name[ia]=Naviga in le paginas de info
-Name[id]=Ramban Halaman Info
+Name[id]=Telusur Halaman Info
 Name[is]=Flakka um upplýsingasíður
 Name[it]=Sfoglia le pagine «info»
 Name[ja]=Info ページの参照
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-17.12.2/po/ca/docs/fundamentals/tasks.docbook 
new/khelpcenter-17.12.3/po/ca/docs/fundamentals/tasks.docbook
--- old/khelpcenter-17.12.2/po/ca/docs/fundamentals/tasks.docbook   
2018-02-06 01:04:42.0 +0100
+++ new/khelpcenter-17.12.3/po/ca/docs/fundamentals/tasks.docbook   
2018-03-06 01:08:26.0 +0100
@@ -1093,7 +1093,7 @@
 El Diccionari personal és un diccionari diferent del diccionari del sistema, i les addicions fetes 
no seran vistes pels demés.
+> és un diccionari diferent del diccionari del sistema, i les addicions fetes 
no seran vistes pels altres.
 
 La llista desplegable , 1998, 1999, 2000, 2001, 2002, 2004, 
2005, 2006.
 # Antoni Bella Pérez , 2003, 2012, 2013, 2014.
 # Albert Astals Cid , 2005.
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2012, 2014, 
2015, 2016.
+# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2012, 2014, 
2015, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-25 03:09+0200\n"
-"PO-Revision-Date: 2016-03-19 12:04+0100\n"
+"PO-Revision-Date: 2018-03-04 12:49+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -441,7 +441,7 @@
 #, kde-format
 msgctxt "Label for searching documentation using custom (user defined) scope"
 msgid "Custom"
-msgstr "A mida"
+msgstr "Personalitzat"
 
 #: searchwidget.cpp:343
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.12.2/po/id/khelpcenter5.po 
new/khelpcenter-17.12.3/po/id/khelpcenter5.po
--- old/khelpcenter-17.12.2/po/id/khelpcenter5.po   2018-02-06 
01:04:41.0 +0100
+++ new/khelpcenter-17.12.3/po/id/khelpcenter5.po   2018-03-06 
01:08:25.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-25 03:09+0200\n"
-"PO-Revision-Date: 2018-01-09 18:36+0700

commit kimap for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2018-03-20 21:38:29

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


Package is "kimap"

Tue Mar 20 21:38:29 2018 rev:30 rq:585575 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2018-02-12 
10:01:52.690344586 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2018-03-20 
21:38:33.120789997 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:52 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:

  kimap-17.12.2.tar.xz

New:

  kimap-17.12.3.tar.xz



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

++ kimap-17.12.2.tar.xz -> kimap-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-17.12.2/CMakeLists.txt 
new/kimap-17.12.3/CMakeLists.txt
--- old/kimap-17.12.2/CMakeLists.txt2018-02-06 01:39:01.0 +0100
+++ new/kimap-17.12.3/CMakeLists.txt2018-03-06 01:27:37.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(KIMAP VERSION ${PIM_VERSION})
 
@@ -27,7 +27,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.7.2")
+set(KMIME_LIBS_VERSION "5.7.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-17.12.2/po/zh_CN/libkimap5.po 
new/kimap-17.12.3/po/zh_CN/libkimap5.po
--- old/kimap-17.12.2/po/zh_CN/libkimap5.po 2018-02-06 01:39:01.0 
+0100
+++ new/kimap-17.12.3/po/zh_CN/libkimap5.po 2018-03-06 01:27:37.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-15 03:41+0200\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kio_audiocd for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kio_audiocd"

Tue Mar 20 21:38:35 2018 rev:74 rq:585576 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2018-02-12 
10:02:04.513918420 +0100
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2018-03-20 21:38:37.348637820 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:52 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:

  audiocd-kio-17.12.2.tar.xz

New:

  audiocd-kio-17.12.3.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.JqTgwA/_old  2018-03-20 21:38:38.088611185 +0100
+++ /var/tmp/diff_new_pack.JqTgwA/_new  2018-03-20 21:38:38.092611041 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio_audiocd
-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)

++ audiocd-kio-17.12.2.tar.xz -> audiocd-kio-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_flac.po 
new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_flac.po
--- old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_flac.po2018-02-06 
01:12:23.0 +0100
+++ new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_flac.po2018-03-06 
01:16:48.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-12-12 02:39+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_lame.po 
new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_lame.po
--- old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_lame.po2018-02-06 
01:12:23.0 +0100
+++ new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_lame.po2018-03-06 
01:16:48.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_vorbis.po 
new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_vorbis.po
--- old/audiocd-kio-17.12.2/po/zh_CN/audiocd_encoder_vorbis.po  2018-02-06 
01:12:23.0 +0100
+++ new/audiocd-kio-17.12.3/po/zh_CN/audiocd_encoder_vorbis.po  2018-03-06 
01:16:48.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.12.2/po/zh_CN/kcmaudiocd.po 
new/audiocd-kio-17.12.3/po/zh_CN/kcmaudiocd.po
--- old/audiocd-kio-17.12.2/po/zh_CN/kcmaudiocd.po  2018-02-06 
01:12:23.0 +0100
+++ new/audiocd-kio-17.12.3/po/zh_CN/kcmaudiocd.po  2018-03-06 
01:16:48.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.12.2/po/zh_CN/kio_audiocd.po 
new/audiocd-kio-17.12.3/po/zh_CN/kio_audiocd.po
--- old/audiocd-kio-17.12.2/po/zh_CN/kio_audiocd.po 2018-02-06 
01:12:23.0 +0100
+++ new/audiocd-kio-17.12.3/po/zh_CN/kio_audiocd.po 2018-03-06 
01:16:48.0 

commit kio-extras5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2018-03-20 21:38:40

Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old)
 and  /work/SRC/openSUSE:Factory/.kio-extras5.new (New)


Package is "kio-extras5"

Tue Mar 20 21:38:40 2018 rev:54 rq:585577 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2018-02-12 
10:02:09.293746137 +0100
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2018-03-20 21:38:44.648375074 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:53 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:

  kio-extras-17.12.2.tar.xz

New:

  kio-extras-17.12.3.tar.xz



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.BcB72t/_old  2018-03-20 21:38:45.580341528 +0100
+++ /var/tmp/diff_new_pack.BcB72t/_new  2018-03-20 21:38:45.584341384 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio-extras5
-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)

++ kio-extras-17.12.2.tar.xz -> kio-extras-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-17.12.2/CMakeLists.txt 
new/kio-extras-17.12.3/CMakeLists.txt
--- old/kio-extras-17.12.2/CMakeLists.txt   2018-02-06 01:34:44.0 
+0100
+++ new/kio-extras-17.12.3/CMakeLists.txt   2018-03-06 01:25:30.0 
+0100
@@ -3,7 +3,7 @@
 # KDE Applications Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 project(kio-extras VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-17.12.2/po/nb/kio5_smb.po 
new/kio-extras-17.12.3/po/nb/kio5_smb.po
--- old/kio-extras-17.12.2/po/nb/kio5_smb.po2018-02-06 01:34:40.0 
+0100
+++ new/kio-extras-17.12.3/po/nb/kio5_smb.po2018-03-06 01:25:26.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kio_smb\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-19 07:04+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
 "PO-Revision-Date: 2005-09-22 08:32+0200\n"
 "Last-Translator: MagicPO 0.3 (automated)\n"
 "Language-Team: Norwegian Bokmål \n"
@@ -54,7 +54,7 @@
 "%1:\n"
 "Ukjent filtype, verken mappe eller fil."
 
-#: kio_smb_browse.cpp:223
+#: kio_smb_browse.cpp:227
 #, kde-format
 msgid ""
 "Unable to find any workgroups in your local network. This might be caused by "
@@ -63,32 +63,32 @@
 "Klarer ikke å finne noen arbeidsgrupper i lokalnettet. Dette kan skyldes en "
 "brannmur som er slått på."
 
-#: kio_smb_browse.cpp:228
+#: kio_smb_browse.cpp:232
 #, kde-format
 msgid "No media in device for %1"
 msgstr "Ingen media i enheten for %1"
 
-#: kio_smb_browse.cpp:234
+#: kio_smb_browse.cpp:238
 #, kde-format
 msgid "Could not connect to host for %1"
 msgstr "Klarte ikke kople til vert for %1"
 
-#: kio_smb_browse.cpp:247
+#: kio_smb_browse.cpp:251
 #, kde-format
 msgid "Error while connecting to server responsible for %1"
 msgstr "Feil ved tilkopling til tjener som er ansvarlig for %1"
 
-#: kio_smb_browse.cpp:253
+#: kio_smb_browse.cpp:257
 #, kde-format
 msgid "Share could not be found on given server"
 msgstr "Kunne ikke finne ressursen på angitt tjener"
 
-#: kio_smb_browse.cpp:255
+#: kio_smb_browse.cpp:259
 #, kde-format
 msgid "Bad file descriptor"
 msgstr ""
 
-#: kio_smb_browse.cpp:260
+#: kio_smb_browse.cpp:264
 #, kde-format
 msgid ""
 "The given name could not be resolved to a unique server. Make sure your "
@@ -99,7 +99,7 @@
 "nettet er satt opp uten navnekonflikter mellom navn brukt i Windows og i "
 "UNIX navnsystem."
 
-#: kio_smb_browse.cpp:265
+#: kio_smb_browse.cpp:269
 #, kde-format
 msgid ""
 "libsmbclient reported an error, but did not specify what the problem is. "
@@ -118,12 +118,12 @@
 "så ikke oppgi dette på et åpent medium hvis du er usikker – du kan sende det "
 "privat til utviklerne hvis de ber om det)"
 
-#: kio_smb_browse.cpp:275
+#: kio_smb_browse.cpp:279
 #, kde-format
 msgid "Unknown error condition in stat: %1"

commit kleopatra for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kleopatra for openSUSE:Factory 
checked in at 2018-03-20 21:38:52

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


Package is "kleopatra"

Tue Mar 20 21:38:52 2018 rev:17 rq:585582 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kleopatra/kleopatra.changes  2018-02-12 
10:02:21.637301231 +0100
+++ /work/SRC/openSUSE:Factory/.kleopatra.new/kleopatra.changes 2018-03-20 
21:38:56.879934812 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:56 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:

  kleopatra-17.12.2.tar.xz

New:

  kleopatra-17.12.3.tar.xz



Other differences:
--
++ kleopatra.spec ++
--- /var/tmp/diff_new_pack.JLkdYg/_old  2018-03-20 21:38:57.507912209 +0100
+++ /var/tmp/diff_new_pack.JLkdYg/_new  2018-03-20 21:38:57.507912209 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kleopatra
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Key Manager
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kleopatra-%{version}.tar.xz

++ kleopatra-17.12.2.tar.xz -> kleopatra-17.12.3.tar.xz ++
 3218 lines of diff (skipped)




commit kldap for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kldap for openSUSE:Factory checked 
in at 2018-03-20 21:38:46

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


Package is "kldap"

Tue Mar 20 21:38:46 2018 rev:31 rq:585581 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kldap/kldap.changes  2018-02-12 
10:02:13.973577459 +0100
+++ /work/SRC/openSUSE:Factory/.kldap.new/kldap.changes 2018-03-20 
21:38:48.732228080 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:55 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:

  kldap-17.12.2.tar.xz

New:

  kldap-17.12.3.tar.xz



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

++ kldap-17.12.2.tar.xz -> kldap-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.2/CMakeLists.txt 
new/kldap-17.12.3/CMakeLists.txt
--- old/kldap-17.12.2/CMakeLists.txt2018-02-06 01:39:11.0 +0100
+++ new/kldap-17.12.3/CMakeLists.txt2018-03-06 01:27:42.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(KLdap VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kldap-17.12.2/po/ca/docs/kioslave5/ldap/index.docbook 
new/kldap-17.12.3/po/ca/docs/kioslave5/ldap/index.docbook
--- old/kldap-17.12.2/po/ca/docs/kioslave5/ldap/index.docbook   2018-02-06 
01:39:10.0 +0100
+++ new/kldap-17.12.3/po/ca/docs/kioslave5/ldap/index.docbook   2018-03-06 
01:27:42.0 +0100
@@ -30,7 +30,7 @@
 ldap://màquina:port/ou=Gent,o=on,c=de??sub per a una petició sub-arbrada.
+> per a una petició subarbrada.
 
 o http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-01 03:07+0200\n"
+"POT-Creation-Date: 2017-10-04 06:49+0200\n"
 "PO-Revision-Date: 2014-09-23 22:05+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -107,7 +107,7 @@
 msgid "DN:"
 msgstr "DN:"
 
-#: ldapconfigwidget.cpp:241 ldapconfigwidget.cpp:317
+#: ldapconfigwidget.cpp:241 ldapconfigwidget.cpp:316
 #, kde-format
 msgid "Query Server"
 msgstr "Spør tjener"
@@ -168,12 +168,17 @@
 msgid "SASL mechanism:"
 msgstr "SASL-mekanisme:"
 
-#: ldapconfigwidget.cpp:364
+#: ldapconfigwidget.cpp:355
+#, kde-format
+msgid "Check server"
+msgstr ""
+
+#: ldapconfigwidget.cpp:361
 #, kde-format
 msgid "LDAP Query"
 msgstr "LDAP-spørring"
 
-#: ldapconfigwidget.cpp:378
+#: ldapconfigwidget.cpp:375
 #, kde-format
 msgctxt "%1 is a url to ldap server"
 msgid "Unknown error connecting %1"
@@ -241,7 +246,7 @@
 "fra OpenLDAP (eller kompatible), eller klag til den som pakker "
 "distribusjonen."
 
-#: ldapsearch.cpp:239
+#: ldapsearch.cpp:238
 #, kde-format
 msgid "Cannot access to server. Please reconfigure it."
 msgstr "Får ikke tilgang til tjeneren. Endre oppsettet på den."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.2/po/zh_CN/kio_ldap.po 
new/kldap-17.12.3/po/zh_CN/kio_ldap.po
--- old/kldap-17.12.2/po/zh_CN/kio_ldap.po  2018-02-06 01:39:10.0 
+0100
+++ new/kldap-17.12.3/po/zh_CN/kio_ldap.po  2018-03-06 01:27:41.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-24 03:15+0200\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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.2/po/zh_CN/libkldap5.po 
new/kldap-17.12.3/po/zh_CN/libkldap5.po
--- old/kldap-17.12.2/po/zh_CN/libkldap5.po 2018-02-06

commit kmail for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmail for openSUSE:Factory checked 
in at 2018-03-20 21:38:57

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


Package is "kmail"

Tue Mar 20 21:38:57 2018 rev:18 rq:585587 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmail/kmail.changes  2018-02-12 
10:02:28.477054703 +0100
+++ /work/SRC/openSUSE:Factory/.kmail.new/kmail.changes 2018-03-20 
21:39:06.163600658 +0100
@@ -1,0 +2,11 @@
+Thu Mar 08 23:51:59 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:
+  * Rename categories file name + follow kdepim categories name
+  * Fix Bug 390620 Editing an Identity while New Message window is open causes 
the Signature to be updated in the New Message window (kde#390620)
+
+---

Old:

  kmail-17.12.2.tar.xz

New:

  kmail-17.12.3.tar.xz



Other differences:
--
++ kmail.spec ++
--- /var/tmp/diff_new_pack.9MYCB4/_old  2018-03-20 21:39:06.803577623 +0100
+++ /var/tmp/diff_new_pack.9MYCB4/_new  2018-03-20 21:39:06.807577479 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.35.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -27,7 +27,7 @@
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 Summary:Mail Client
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -161,10 +161,11 @@
 %files -n ktnef
 %defattr(-,root,root)
 %doc %lang(en) %{_kf5_htmldir}/en/ktnef/
-%config %{_kf5_configdir}/ktnef.categories
 %{_kf5_applicationsdir}/org.kde.ktnef.desktop
 %{_kf5_bindir}/ktnef
 %{_kf5_iconsdir}/*/*/*/ktnef*.png
+%{_kf5_debugdir}/ktnefapps.categories
+%{_kf5_debugdir}/ktnefapps.renamecategories
 
 %files
 %defattr(-,root,root)

++ kmail-17.12.2.tar.xz -> kmail-17.12.3.tar.xz ++
 45609 lines of diff (skipped)




commit kmailtransport for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2018-03-20 21:39:09

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


Package is "kmailtransport"

Tue Mar 20 21:39:09 2018 rev:31 rq:585589 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2018-02-12 10:02:40.904606772 +0100
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2018-03-20 21:39:11.259417240 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:00 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:
+  * Fix autotest smtpjobtest.
+
+---

Old:

  kmailtransport-17.12.2.tar.xz

New:

  kmailtransport-17.12.3.tar.xz



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

++ kmailtransport-17.12.2.tar.xz -> kmailtransport-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-17.12.2/CMakeLists.txt 
new/kmailtransport-17.12.3/CMakeLists.txt
--- old/kmailtransport-17.12.2/CMakeLists.txt   2018-02-06 01:39:58.0 
+0100
+++ new/kmailtransport-17.12.3/CMakeLists.txt   2018-03-06 01:28:00.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(MailTransport VERSION ${PIM_VERSION})
 
@@ -28,10 +28,10 @@
 
 set(KMAILTRANSPORT_LIB_VERSION ${PIM_VERSION})
 
-set(KMIME_LIB_VERSION "5.7.2")
-set(AKONADI_LIB_VERSION "5.7.2")
-set(AKONADIMIME_LIB_VERSION "5.7.2")
-set(KSMTP_LIB_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(AKONADI_LIB_VERSION "5.7.3")
+set(AKONADIMIME_LIB_VERSION "5.7.3")
+set(KSMTP_LIB_VERSION "5.7.3")
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5MailTransport")
 
 ### Find packages ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-17.12.2/po/nb/libmailtransport5.po 
new/kmailtransport-17.12.3/po/nb/libmailtransport5.po
--- old/kmailtransport-17.12.2/po/nb/libmailtransport5.po   2018-02-06 
01:39:58.0 +0100
+++ new/kmailtransport-17.12.3/po/nb/libmailtransport5.po   2018-03-06 
01:28:00.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libmailtransport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-28 03:07+0200\n"
+"POT-Creation-Date: 2017-11-11 03:18+0100\n"
 "PO-Revision-Date: 2014-09-23 22:07+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -221,7 +221,7 @@
 msgid "The password to send to the server for authorization."
 msgstr "Passordet som skal sendes til tjeneren for autorisering."
 
-#: kmailtransport/plugins/smtp/smtpconfigwidget.cpp:272
+#: kmailtransport/plugins/smtp/smtpconfigwidget.cpp:273
 #, kde-format
 msgid ""
 "Failed to check capabilities. Please verify port and authentication mode."
@@ -229,12 +229,12 @@
 "Klarte ikke kontrollere muligheter. Se til at port og autentiseringsmåte er "
 "riktig."
 
-#: kmailtransport/plugins/smtp/smtpconfigwidget.cpp:272
+#: kmailtransport/plugins/smtp/smtpconfigwidget.cpp:273
 #, kde-format
 msgid "Check Capabilities Failed"
 msgstr "Klarte ikke kontrollere muligheter"
 
-#: kmailtransport/plugins/smtp/smtpjob.cpp:204
+#: kmailtransport/plugins/smtp/smtpjob.cpp:202
 #, kde-format
 msgid "You need to supply a username and a password to use this SMTP server."
 msgstr ""
@@ -289,140 +289,140 @@
 msgstr "P&assord:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_storePassword)
-#: kmailtransport/plugins/smtp/smtpsettings.ui:115
+#: kmailtransport/plugins/smtp/smtpsettings.ui:118
 #, kde-format
 msgid "&Store SMTP password"
 msgstr "Lagre SMTP 

commit kmail-account-wizard for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2018-03-20 21:39:03

Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and  /work/SRC/openSUSE:Factory/.kmail-account-wizard.new (New)


Package is "kmail-account-wizard"

Tue Mar 20 21:39:03 2018 rev:16 rq:585588 version:17.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2018-02-12 10:02:35.056817546 +0100
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new/kmail-account-wizard.changes
   2018-03-20 21:39:08.567514132 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:51:59 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:

  kmail-account-wizard-17.12.2.tar.xz

New:

  kmail-account-wizard-17.12.3.tar.xz



Other differences:
--
++ kmail-account-wizard.spec ++
--- /var/tmp/diff_new_pack.N3xW5z/_old  2018-03-20 21:39:09.095495128 +0100
+++ /var/tmp/diff_new_pack.N3xW5z/_new  2018-03-20 21:39:09.099494984 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kmail-account-wizard
-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:Account wizard for KMail
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ kmail-account-wizard-17.12.2.tar.xz -> 
kmail-account-wizard-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-17.12.2/CMakeLists.txt 
new/kmail-account-wizard-17.12.3/CMakeLists.txt
--- old/kmail-account-wizard-17.12.2/CMakeLists.txt 2018-02-06 
01:42:14.0 +0100
+++ new/kmail-account-wizard-17.12.3/CMakeLists.txt 2018-03-06 
01:29:53.0 +0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.7.2")
+set(KDEPIM_VERSION_NUMBER "5.7.3")
 cmake_minimum_required(VERSION 3.1)
 project(kmail-account-wizard VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -37,22 +37,22 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(AKONADI_MIMELIB_VERSION "5.7.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
-set(KLDAP_LIB_VERSION "5.7.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(KIMAP_LIB_VERSION "5.7.2")
-set(AKONADI_MIMELIB_VERSION "5.7.2")
+set(AKONADI_MIMELIB_VERSION "5.7.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.3")
+set(KLDAP_LIB_VERSION "5.7.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(KIMAP_LIB_VERSION "5.7.3")
+set(AKONADI_MIMELIB_VERSION "5.7.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.7.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.7.3")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-17.12.2/po/fi/accountwizard.po 
new/kmail-account-wizard-17.12.3/po/fi/accountwizard.po
--- old/kmail-account-wizard-17.12.2/po/fi/accountwizard.po 2018-02-06 
01:42:13.0 +0100
+++ new/kmail-account-wizard-17.12.3/po/fi/accountwizard.po 2018-03-06 
01:29:52.0 +0100
@@ -1,6 +1,6 @@
 # Copyright © 2011, 2012 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdepim-runtime 
package.
-# Tommi Nieminen , 2011, 2012, 2013, 2015, 2016, 2017.
+# Tommi Nieminen , 2011, 2012, 2013, 2015, 2016, 
2017, 2018.
 # Lasse Liehu , 2011, 2012, 2013, 2014, 2015, 2016.
 # Jiri Grönroos , 2012.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-17.12.2/po/fr/accountwizard.po 
new/kmail-account-wizard-17.12.3/po/fr/accountwizard.po
--- old/kmail-account-wizard-17.12.2/po/fr/accountwizard.po 2018-02-06 
01:42:13.0 +0100
+++ new/kmail-account-wizard-17.12.3/po/fr/accountwizard.po 2

commit kmbox for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2018-03-20 21:39:15

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


Package is "kmbox"

Tue Mar 20 21:39:15 2018 rev:31 rq:585590 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2018-02-12 
10:02:46.284412866 +0100
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2018-03-20 
21:39:18.391160542 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:00 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:

  kmbox-17.12.2.tar.xz

New:

  kmbox-17.12.3.tar.xz



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.l1S3Qc/_old  2018-03-20 21:39:18.967139811 +0100
+++ /var/tmp/diff_new_pack.l1S3Qc/_new  2018-03-20 21:39:18.971139667 +0100
@@ -18,13 +18,13 @@
 
 %define kf5_version 5.19.0
 Name:   kmbox
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries: Mailbox functionality
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kmbox-%{version}.tar.xz

++ kmbox-17.12.2.tar.xz -> kmbox-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.12.2/CMakeLists.txt 
new/kmbox-17.12.3/CMakeLists.txt
--- old/kmbox-17.12.2/CMakeLists.txt2018-01-23 06:45:27.0 +0100
+++ new/kmbox-17.12.3/CMakeLists.txt2018-02-26 06:43:02.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(KMbox VERSION ${PIM_VERSION})
 
@@ -23,7 +23,7 @@
 
 
 set(KMBOX_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIB_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kmbox_version.h"




commit kmime for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kmime"

Tue Mar 20 21:39:20 2018 rev:31 rq:585591 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2018-02-12 
10:02:50.924245632 +0100
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2018-03-20 
21:39:21.867035433 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:00 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:

  kmime-17.12.2.tar.xz

New:

  kmime-17.12.3.tar.xz



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

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




commit knotes for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2018-03-20 21:39:25

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


Package is "knotes"

Tue Mar 20 21:39:25 2018 rev:17 rq:585599 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/knotes/knotes.changes2018-02-12 
10:02:55.180092237 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new/knotes.changes   2018-03-20 
21:39:28.298803930 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:04 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:

  knotes-17.12.2.tar.xz

New:

  knotes-17.12.3.tar.xz



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.GNZtff/_old  2018-03-20 21:39:28.922781471 +0100
+++ /var/tmp/diff_new_pack.GNZtff/_new  2018-03-20 21:39:28.926781327 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   knotes
-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:Popup Notes
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ knotes-17.12.2.tar.xz -> knotes-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-17.12.2/CMakeLists.txt 
new/knotes-17.12.3/CMakeLists.txt
--- old/knotes-17.12.2/CMakeLists.txt   2018-02-06 01:42:18.0 +0100
+++ new/knotes-17.12.3/CMakeLists.txt   2018-03-06 01:29:59.0 +0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.7.2")
+set(KDEPIM_VERSION_NUMBER "5.7.3")
 cmake_minimum_required(VERSION 3.1)
 project(knotes VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -41,15 +41,15 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.7.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(KMIME_LIB_VERSION "5.7.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
+set(AKONADINOTES_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.7.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(KMIME_LIB_VERSION "5.7.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.3")
 
 
 set(QT_REQUIRED_VERSION "5.8.0")
@@ -93,7 +93,7 @@
 find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED)
 
 
-find_package(KF5AkonadiSearch "5.7.2" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.7.3" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org"; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 if (NOT APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-17.12.2/po/ca/docs/knotes/index.docbook 
new/knotes-17.12.3/po/ca/docs/knotes/index.docbook
--- old/knotes-17.12.2/po/ca/docs/knotes/index.docbook  2018-02-06 
01:42:18.0 +0100
+++ new/knotes-17.12.3/po/ca/docs/knotes/index.docbook  2018-03-06 
01:29:59.0 +0100
@@ -157,9 +157,9 @@
 >Escriure la nota:
 
 Per escriure la vostra nota, simplement escriviu-la a l'espai proporcionat. 
Les funcions d'edició teclat normal i ratolí estan suportades. Feu clic 
Per escriure la vostra nota, simplement escriviu-la a l'espai proporcionat. 
Les funcions d'edició teclat normal i ratolí estan suportades. Fent clic 
dret en l'espai d'edició proporcionarà les següents opcions de menú:
+> a l'espai d'edició proporcionarà les següents opcions de menú:
 
 
 
 
 Documentació actualitzada al 2001 per en Fabian Del Santo 
&Fabian.DalSanto.mail; i al 2003 per en &Lauri.Watts; &Lauri.Watts.mail;.
+>Documentació actualitzada el 2001 per en Fabian Del Santo 
&Fabian.DalSanto.mail; i el 2003 per en &Lauri.Watts; &Lauri.Watts.mail;.
 
 
 , 2013, 2014, 2015, 2016.
-# Tommi Nieminen , 2017.
+# Tommi Nieminen , 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-17.12.2/

commit konqueror for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "konqueror"

Tue Mar 20 21:39:35 2018 rev:20 rq:585604 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes  2018-03-08 
10:41:46.395307441 +0100
+++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2018-03-20 
21:39:38.210447175 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:07 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:

  konqueror-17.12.2.tar.xz

New:

  konqueror-17.12.3.tar.xz



Other differences:
--
++ konqueror.spec ++
--- /var/tmp/diff_new_pack.bzGWDI/_old  2018-03-20 21:39:38.994418957 +0100
+++ /var/tmp/diff_new_pack.bzGWDI/_new  2018-03-20 21:39:38.998418813 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konqueror
-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)
@@ -29,7 +29,7 @@
 Summary:KDE File Manager and Browser
 # Note for legal: 
konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt 
commercial OR GPL-3.0
 # but it is neither built nor installed in our package.
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: %{name}-%{version}.tar.xz

++ konqueror-17.12.2.tar.xz -> konqueror-17.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/konqueror/konqueror-17.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.konqueror.new/konqueror-17.12.3.tar.xz differ: char 
27, line 1




commit kompare for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2018-03-20 21:39:31

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


Package is "kompare"

Tue Mar 20 21:39:31 2018 rev:61 rq:585603 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2018-02-12 
10:03:00.131913759 +0100
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2018-03-20 
21:39:33.202627424 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:05 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:

  kompare-17.12.2.tar.xz

New:

  kompare-17.12.3.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.l2MUr2/_old  2018-03-20 21:39:33.834604677 +0100
+++ /var/tmp/diff_new_pack.l2MUr2/_new  2018-03-20 21:39:33.838604533 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kompare
-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)

++ kompare-17.12.2.tar.xz -> kompare-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-17.12.2/po/ca/docs/kompare/index.docbook 
new/kompare-17.12.3/po/ca/docs/kompare/index.docbook
--- old/kompare-17.12.2/po/ca/docs/kompare/index.docbook2018-02-06 
01:33:36.0 +0100
+++ new/kompare-17.12.3/po/ca/docs/kompare/index.docbook2018-03-06 
01:23:54.0 +0100
@@ -42,7 +42,7 @@
 
 
 &kompare; és un programa de frontal &IGU; que habilita diferències entre 
fitxer font per a que es puguin veure o fusionar. Es pot emprar per a comparar 
diferències sobre fitxers o continguts de carpetes. També suporta una varietat 
de formats de diff i proveeix moltes opcions per a personalitzar el nivell 
d'informació mostrada.
+>&kompare; és un programa de frontal &IGU; que habilita diferències entre 
fitxer font perquè es puguin veure o fusionar. Es pot emprar per a comparar 
diferències sobre fitxers o continguts de carpetes. També suporta una varietat 
de formats de diff i proveeix moltes opcions per a personalitzar el nivell 
d'informació mostrada.
 
 
 
@@ -69,7 +69,7 @@
 > 
 
 Quan dues o més persones treballen sobre un mateix fitxer, van i vénen, es 
torna molt dificultós el veure quins canvis han realitzat a una nova versió o 
còpia del fitxer. El obrir cara-a-cara la nova còpia i l'original en 
l'aplicació usada per a crear la còpia final és una solució però resulta 
laboriós, una gran pèrdua de temps i esdevé un error. Aquí és a on un programa 
per a mostrar diferències, diffs curts, esdevé d'utilitat.
+>Quan dues o més persones treballen sobre un mateix fitxer, van i vénen, es 
torna molt difícil veure quins canvis han realitzat a una nova versió o còpia 
del fitxer. Obrir cara-a-cara la nova còpia i l'original en l'aplicació usada 
per a crear la còpia final és una solució però resulta laboriós, una gran 
pèrdua de temps i esdevé un error. Aquí és a on un programa per a mostrar 
diferències, diffs curts, esdevé d'utilitat.
 
 Tal com s'espera, un nom apropiat per a un programa com aquest seria , el qual és una altra eina de línia d'ordres específicament dissenyada per 
 >al propòsit d'aplicar fitxers diff.
 
 A vegades succeeix que gent edita un fitxer alhora. En aquest situació es pot 
donar el cas que creïn canvis sobre una mateixa línia. Això origina un 
problema, atès a que si no s'apliquen amb cura, la gent pot estar 
sobreescriguen la feina d'altres persones que ja han aplicat els seus fitxers 
de diff. Per sort els desenvolupadors dels programes diff i patch els sembla 
una qüestió a considerar i aquestes eines no permetran dits canvis sense una 
intervenció manual. Quan s'abasti dit estat, el coneixereu com a A vegades succeeix que gent edita un fitxer alhora. En aquesta situació es 
pot donar el cas que creïn canvis sobre una mateixa línia. Això origina un 
problema, atès que si no s'apliquen amb cura, la gent pot estar sobreescrivint 
la feina d'altres persones que ja han aplicat els seus fitxers de diff. Per 
sort els desenvolupadors dels programes diff i patch els sembla una qüestió a 
considerar i aquestes eines no permetran dits canvis sense una intervenció 
manual. Quan s'abasti dit estat, el coneixereu com a conflicte. El &kompare; els mostrarà de manera que els pugueu resoldre, decidint quins 
 >aplicar al fitxer.
 
@@ -131,10 +131

commit kontact for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kontact for openSUSE:Factory checked 
in at 2018-03-20 21:39:46

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


Package is "kontact"

Tue Mar 20 21:39:46 2018 rev:16 rq:585607 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kontact/kontact.changes  2018-02-12 
10:03:17.563285479 +0100
+++ /work/SRC/openSUSE:Factory/.kontact.new/kontact.changes 2018-03-20 
21:39:47.718104961 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:08 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:

  kontact-17.12.2.tar.xz

New:

  kontact-17.12.3.tar.xz



Other differences:
--
++ kontact.spec ++
--- /var/tmp/diff_new_pack.uiJK9S/_old  2018-03-20 21:39:48.466078039 +0100
+++ /var/tmp/diff_new_pack.uiJK9S/_new  2018-03-20 21:39:48.470077895 +0100
@@ -19,14 +19,14 @@
 %bcond_without lang
 
 Name:   kontact
-Version:17.12.2
+Version:17.12.3
 Release: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}')}
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 Summary:Personal Information Manager
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ kontact-17.12.2.tar.xz -> kontact-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-17.12.2/CMakeLists.txt 
new/kontact-17.12.3/CMakeLists.txt
--- old/kontact-17.12.2/CMakeLists.txt  2018-02-06 01:42:22.0 +0100
+++ new/kontact-17.12.3/CMakeLists.txt  2018-03-06 01:30:05.0 +0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.7.2")
+set(KDEPIM_VERSION_NUMBER "5.7.3")
 cmake_minimum_required(VERSION 3.1)
 project(kontact VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -37,9 +37,9 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.7.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.7.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -47,9 +47,9 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Widgets WebEngine 
WebEngineWidgets)
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.3")
 # Find KF5 package
 find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-17.12.2/po/ca/docs/kontact/index.docbook 
new/kontact-17.12.3/po/ca/docs/kontact/index.docbook
--- old/kontact-17.12.2/po/ca/docs/kontact/index.docbook2018-02-06 
01:42:21.0 +0100
+++ new/kontact-17.12.3/po/ca/docs/kontact/index.docbook2018-03-06 
01:30:04.0 +0100
@@ -110,7 +110,7 @@
 >El &kontact; és la solució integrada per a la gestió de la informació 
 >personal. Combina aplicacions ben conegudes del &kde; per al correu 
 >electrònic, planificació, llibreta d'adreces i notes (&kmail;, &korganizer;, 
 >&kaddressbook; i &knode;) en una sola interfície. Basada en un verdader 
 >entorn de components, &kontact; proveeix exactament les mateixes funcions que 
 >les altres aplicacions per separat i afegeix més característiques que fan ús 
 >de la manera integrada en la que &kontact; executa les aplicacions com a 
 >components. Els usuaris podran escollir quines aplicacions executar dins del 
 >&kontact; i quines ho faran a part.
 
 A més de les funcions de les aplicacions individuals, &kontact; proveeix una 
vista de resum i característiques avançades per a l'arrossega i deixa entre 
components. 
+>A més de les funcions de les aplicacions individuals, &kontact; proveeix una 
vista de resum i característiques avançades per a l'arrossegat i deixat entre 
components. 
 
 
 
@@ -215,7 +215,7 @@
 >Les icones de la barra lateral també es poden usar com a o

commit konsole for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "konsole"

Tue Mar 20 21:39:42 2018 rev:92 rq:585606 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-02-12 
10:03:11.667497981 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2018-03-20 
21:39:44.538219417 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:08 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:

  konsole-17.12.2.tar.xz

New:

  konsole-17.12.3.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.rAkZBP/_old  2018-03-20 21:39:45.430187312 +0100
+++ /var/tmp/diff_new_pack.rAkZBP/_new  2018-03-20 21:39:45.434187168 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konsole
-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)

++ konsole-17.12.2.tar.xz -> konsole-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.12.2/CMakeLists.txt 
new/konsole-17.12.3/CMakeLists.txt
--- old/konsole-17.12.2/CMakeLists.txt  2018-02-06 01:05:02.0 +0100
+++ new/konsole-17.12.3/CMakeLists.txt  2018-03-06 01:08:32.0 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 # minimal requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.12.2/desktop/konsole.notifyrc 
new/konsole-17.12.3/desktop/konsole.notifyrc
--- old/konsole-17.12.2/desktop/konsole.notifyrc2018-02-03 
00:38:53.0 +0100
+++ new/konsole-17.12.3/desktop/konsole.notifyrc2018-03-01 
23:54:01.0 +0100
@@ -208,7 +208,7 @@
 Comment[hsb]=Zwónčk, kotryž so we widźomnym posedźenju zwoni
 Comment[hu]=Csengetés egy látható munkafolyamatban
 Comment[ia]=Sono de campana emittite intra un session visibile
-Comment[id]=Bel yang dikeluarkan dalam sesi yang tampak
+Comment[id]=Bel terbunyikan dengan sebuah sesi yang tampak
 Comment[is]=Bjallan hringdi í sýnilegu setunni
 Comment[it]=Campanella suonata all'interno di una sessione visibile
 Comment[ja]=可視セッションでベルが鳴りました
@@ -294,7 +294,7 @@
 Name[hsb]=Zwónčk w njewidźomnym posedźenju
 Name[hu]=Csengetés egy nem látható munkafolyamatban
 Name[ia]=Campana in session non-visibile
-Name[id]=Bel Dalam Sesi Tak Tampak
+Name[id]=Bel dalam Sesi Nontampak
 Name[is]=Bjalla í ósýnilegri setu
 Name[it]=Campanella in sessione non visibile
 Name[ja]=不可視セッションのベル
@@ -375,7 +375,7 @@
 Comment[hsb]=Zwónčk, kotryž so w njewidźomnym posedźenju zwoni
 Comment[hu]=Csengetés egy nem látható munkafolyamatban
 Comment[ia]=Sono de campana emittite intra un session non visibile
-Comment[id]=Bel yang dikeluarkan dalam sesi yang tak tampak
+Comment[id]=Bel terbunyikan dengan sebuah sesi nontampak
 Comment[is]=Bjallan hringdi í ósýnilegu setunni
 Comment[it]=Campanella emessa all'interno di una sessione non visibile
 Comment[ja]=不可視セッションでベルが鳴りました
@@ -444,6 +444,7 @@
 Name[gl]=Actividade na sesión supervisada agochada
 Name[hu]=Aktivitás egy rejtett, figyelt munkamenetben
 Name[ia]=Activitate in session monitorate celate
+Name[id]=Aktivitas dalam Sesi Sembunyi Terpantau
 Name[is]=Virkni í földu setunni sem fylgst er með
 Name[it]=Attività in sessione sorvegliata nascosta
 Name[ko]=숨겨진 관찰하는 세션에서 활동 발생
@@ -481,6 +482,7 @@
 Comment[gl]=Detectouse actividade na sesión supervisada agochada
 Comment[hu]=Aktivitás észlelve egy rejtett, figyelt munkamenetben
 Comment[ia]=Activitate relevate in un session monitorate celate
+Comment[id]=Aktifitas terdeteksi dalam sesi sembunyi terpantau
 Comment[is]=Eitthvað er að gerast í földu setunni sem fylgst er með
 Comment[it]=Attività rilevata in una sessione sorvegliata nascosta
 Comment[ko]=숨겨진 관찰하는 세션에서 활동 감지됨
@@ -539,14 +541,14 @@
 Name[hsb]=Aktiwnosć we wobkedźbowanym posedźenju
 Name[hu]=Aktivitás egy figyelt munkamenetben
 Name[ia]=Activitate in session monitorate
-Name[i

commit kmousetool for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2018-03-20 21:40:14

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


Package is "kmousetool"

Tue Mar 20 21:40:14 2018 rev:82 rq:585623 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2018-02-12 
10:03:45.230288284 +0100
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2018-03-20 21:40:15.949088834 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:14 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:

  kmousetool-17.12.2.tar.xz

New:

  kmousetool-17.12.3.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.jAtu86/_old  2018-03-20 21:40:16.705061624 +0100
+++ /var/tmp/diff_new_pack.jAtu86/_new  2018-03-20 21:40:16.709061480 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmousetool
-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)

++ kmousetool-17.12.2.tar.xz -> kmousetool-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-17.12.2/po/zh_CN/kmousetool.po 
new/kmousetool-17.12.3/po/zh_CN/kmousetool.po
--- old/kmousetool-17.12.2/po/zh_CN/kmousetool.po   2018-02-06 
01:12:03.0 +0100
+++ new/kmousetool-17.12.3/po/zh_CN/kmousetool.po   2018-03-06 
01:16:36.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-07 03:09+0200\n"
-"PO-Revision-Date: 2018-02-04 20:36-0500\n"
+"PO-Revision-Date: 2018-02-28 02:30-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit korganizer for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2018-03-20 21:39:58

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


Package is "korganizer"

Tue Mar 20 21:39:58 2018 rev:18 rq:585609 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes2018-02-12 
10:03:27.478928092 +0100
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes   
2018-03-20 21:39:58.597713367 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:09 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:

  korganizer-17.12.2.tar.xz

New:

  korganizer-17.12.3.tar.xz



Other differences:
--
++ korganizer.spec ++
--- /var/tmp/diff_new_pack.iWAJ6g/_old  2018-03-20 21:39:59.341686589 +0100
+++ /var/tmp/diff_new_pack.iWAJ6g/_new  2018-03-20 21:39:59.345686445 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   korganizer
-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)
@@ -27,7 +27,7 @@
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 Summary:Personal Organizer
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Office/Organizers
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ korganizer-17.12.2.tar.xz -> korganizer-17.12.3.tar.xz ++
 3300 lines of diff (skipped)




commit kpimtextedit for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2018-03-20 21:40:04

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


Package is "kpimtextedit"

Tue Mar 20 21:40:04 2018 rev:32 rq:585611 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2018-02-12 10:03:34.154687479 +0100
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2018-03-20 21:40:05.469466030 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:10 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:

  kpimtextedit-17.12.2.tar.xz

New:

  kpimtextedit-17.12.3.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.p0HvB1/_old  2018-03-20 21:40:06.821417369 +0100
+++ /var/tmp/diff_new_pack.p0HvB1/_new  2018-03-20 21:40:06.825417225 +0100
@@ -20,13 +20,13 @@
 
 %define kf5_version 5.1.0
 Name:   kpimtextedit
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries: Text edit functionality
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kpimtextedit-%{version}.tar.xz

++ kpimtextedit-17.12.2.tar.xz -> kpimtextedit-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-17.12.2/CMakeLists.txt 
new/kpimtextedit-17.12.3/CMakeLists.txt
--- old/kpimtextedit-17.12.2/CMakeLists.txt 2018-02-06 01:40:22.0 
+0100
+++ new/kpimtextedit-17.12.3/CMakeLists.txt 2018-03-06 01:28:14.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(KPimTextEdit VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-17.12.2/po/nb/libkpimtextedit.po 
new/kpimtextedit-17.12.3/po/nb/libkpimtextedit.po
--- old/kpimtextedit-17.12.2/po/nb/libkpimtextedit.po   2018-02-06 
01:40:21.0 +0100
+++ new/kpimtextedit-17.12.3/po/nb/libkpimtextedit.po   2018-03-06 
01:28:14.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-28 03:07+0200\n"
+"POT-Creation-Date: 2017-12-18 05:30+0100\n"
 "PO-Revision-Date: 2013-04-03 18:03+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -19,17 +19,17 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: composer-ng/klinkdialog.cpp:54
+#: composer-ng/klinkdialog.cpp:38
 #, kde-format
 msgid "Manage Link"
 msgstr "Håndter lenke"
 
-#: composer-ng/klinkdialog.cpp:62
+#: composer-ng/klinkdialog.cpp:45
 #, kde-format
 msgid "Link Text:"
 msgstr "Lenketekst:"
 
-#: composer-ng/klinkdialog.cpp:65
+#: composer-ng/klinkdialog.cpp:48
 #, kde-format
 msgid "Link URL:"
 msgstr "Lenke-URL:"
@@ -148,109 +148,109 @@
 msgid "&Font"
 msgstr ""
 
-#: composer-ng/richtextcomposeractions.cpp:311
+#: composer-ng/richtextcomposeractions.cpp:312
 #, kde-format
 msgctxt "@action"
 msgid "Font &Size"
 msgstr ""
 
-#: composer-ng/richtextcomposeractions.cpp:320
+#: composer-ng/richtextcomposeractions.cpp:321
 #, kde-format
 msgctxt "@action"
 msgid "Insert Rule Line"
 msgstr "Sett inn streklinje"
 
-#: composer-ng/richtextcomposeractions.cpp:331
+#: composer-ng/richtextcomposeractions.cpp:332
 #, kde-format
 msgctxt "@action"
 msgid "Text &Color..."
 msgstr "Tekst&farge …"
 
-#: composer-ng/richtextcomposeractions.cpp:332
+#: composer-ng/richtextcomposeractions.cpp:333
 #, kde-format
 msgctxt "@label stroke color"
 msgid "Color"
 msgstr "Farge"
 
-#: composer-ng/richtextcomposeractions.cpp:341
+#: composer-ng/richtextcomposeractions.cpp:342
 #, kde-format
 msgctxt "@action"
 msgid "Text &Highlight..."
 msgstr ""
 
-#: composer-ng/richtextcomposeractions.cpp:350
+#: composer-ng/richtextcomposeractions.cpp:351
 #, kde-format
 msgctxt "@action"
 msgid "Link"
 msgstr "Lenke"
 
-#: composer-ng/richtextcomposeractions.cpp:360
+#: composer-ng/richtextcomposeractions.cpp:361
 #, kde-format
 msgctxt "@action"
 msgid "Increase Indent"
 msgstr "Øk innrykk"
 
-#: compo

commit kontactinterface for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2018-03-20 21:39:51

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


Package is "kontactinterface"

Tue Mar 20 21:39:51 2018 rev:30 rq:585608 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2018-02-12 10:03:21.399147224 +0100
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2018-03-20 21:39:52.489933207 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:08 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:

  kontactinterface-17.12.2.tar.xz

New:

  kontactinterface-17.12.3.tar.xz



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

++ kontactinterface-17.12.2.tar.xz -> kontactinterface-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-17.12.2/CMakeLists.txt 
new/kontactinterface-17.12.3/CMakeLists.txt
--- old/kontactinterface-17.12.2/CMakeLists.txt 2018-02-06 01:40:12.0 
+0100
+++ new/kontactinterface-17.12.3/CMakeLists.txt 2018-03-06 01:28:11.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(KontactInterface VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-17.12.2/po/zh_CN/kontactinterfaces5.po 
new/kontactinterface-17.12.3/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-17.12.2/po/zh_CN/kontactinterfaces5.po 2018-02-06 
01:40:12.0 +0100
+++ new/kontactinterface-17.12.3/po/zh_CN/kontactinterfaces5.po 2018-03-06 
01:28:11.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:19+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 kmag for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2018-03-20 21:40:19

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


Package is "kmag"

Tue Mar 20 21:40:19 2018 rev:77 rq:585624 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmag/kmag.changes2018-02-12 
10:03:49.754125233 +0100
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2018-03-20 
21:40:20.980907723 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:14 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:

  kmag-17.12.2.tar.xz

New:

  kmag-17.12.3.tar.xz



Other differences:
--
++ kmag.spec ++
--- /var/tmp/diff_new_pack.gnuup5/_old  2018-03-20 21:40:21.744880225 +0100
+++ /var/tmp/diff_new_pack.gnuup5/_new  2018-03-20 21:40:21.744880225 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmag
-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)

++ kmag-17.12.2.tar.xz -> kmag-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-17.12.2/po/zh_CN/kmag.po 
new/kmag-17.12.3/po/zh_CN/kmag.po
--- old/kmag-17.12.2/po/zh_CN/kmag.po   2018-02-06 01:11:59.0 +0100
+++ new/kmag-17.12.3/po/zh_CN/kmag.po   2018-03-06 01:16:32.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-17 03:19+0200\n"
-"PO-Revision-Date: 2018-02-04 20:36-0500\n"
+"PO-Revision-Date: 2018-02-28 02:30-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kruler for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2018-03-20 21:40:09

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


Package is "kruler"

Tue Mar 20 21:40:09 2018 rev:88 rq:585617 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2018-02-12 
10:03:39.178506407 +0100
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2018-03-20 
21:40:12.397216678 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:12 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:

  kruler-17.12.2.tar.xz

New:

  kruler-17.12.3.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.7t0bmz/_old  2018-03-20 21:40:13.245186156 +0100
+++ /var/tmp/diff_new_pack.7t0bmz/_new  2018-03-20 21:40:13.269185293 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kruler
-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)

++ kruler-17.12.2.tar.xz -> kruler-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-17.12.2/org.kde.kruler.appdata.xml 
new/kruler-17.12.3/org.kde.kruler.appdata.xml
--- old/kruler-17.12.2/org.kde.kruler.appdata.xml   2017-11-28 
05:47:42.0 +0100
+++ new/kruler-17.12.3/org.kde.kruler.appdata.xml   2018-02-10 
05:43:05.0 +0100
@@ -48,6 +48,7 @@
   Regla para la pantalla
   Ekraani joonlaud
   Näyttöviivain
+  Règle d'écran
   Regra de pantalla
   Regula de schermo
   Penggaris Layar
@@ -81,6 +82,7 @@
 KRuler es una regla para la pantalla que permite medir 
píxeles. Sitúe el 0 en el punto de inicio y mida con precisión la distancia en 
píxeles entre el punto de inicio y el cursor.
 KRuler on ekraani joonlaud pikslite ülemõõtmiseks. 
Paiguta 0 sinna, kust soovid alustada, ja mõõda täpne vahemaa pikslites 
nullpunktist kursorini.
 KRuler on kuvapisteiden mittaamiseen tarkoitettu 
näyttöviivain. Sijoita 0 alkupisteen kohdalle ja mittaa sen ja osoittimen 
välinen etäisyys kuvapisteinä.
+KRuler est une règle d'écran permettant de mesurer des 
pixels. Positionnez le 0 sur le point de départ pour mesurer la distance 
précise entre le point de départ et votre curseur.
 KRuler é unha regra de pantalla para medir píxeles. 
Coloque o 0 no punto inicial e mida a distancia en píxeles precisa do punto 
inicial ao cursor.
 KRuler adalah sebuah penggaris pada layar untuk mengukur 
pixel. Posisi 0 di titik pemulaian dan mengukur jarak presisi pixel antara 
titik pemulaian dan kursor Anda.
 KRuler è un righello a schermo che misura i pixel. 
Posiziona lo 0 nel punto iniziale e misura la distanza precisa in pixel tra il 
punto iniziale e il puntatore del mouse.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-17.12.2/po/fi/kruler.po 
new/kruler-17.12.3/po/fi/kruler.po
--- old/kruler-17.12.2/po/fi/kruler.po  2018-02-06 01:10:08.0 +0100
+++ new/kruler-17.12.3/po/fi/kruler.po  2018-03-06 01:14:46.0 +0100
@@ -7,14 +7,14 @@
 # Mikko Piippo , 2007.
 # Teemu Rytilahti , 2008.
 # Lasse Liehu , 2010, 2012, 2013, 2014, 2016.
-# Tommi Nieminen , 2011.
+# Tommi Nieminen , 2011, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kruler\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-22 03:05+0200\n"
-"PO-Revision-Date: 2016-06-12 18:10+0200\n"
-"Last-Translator: Lasse Liehu \n"
+"PO-Revision-Date: 2018-01-22 16:42+0200\n"
+"Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -79,22 +79,18 @@
 msgstr "KRuler"
 
 #: klineal.cpp:106
-#, fuzzy, kde-format
-#| msgid ""
-#| "This is a tool to measure pixel distances and colors on the screen. It is "
-#| "useful for working on layouts of dialogs, web pages etc."
+#, kde-format
 msgid ""
 "This is a tool to measure pixel distances on the screen. It is useful for "
 "working on layouts of dialogs, web pages etc."
 msgstr ""
-"Tämä työkalu mittaa näyttöruudun pisteiden etäisyyttä ja värejä. Työkalu on "
-"hyödyllinen esimerkiksi suunniteltaessa ikkunoiden rakennetta tai "
-"verkkosivuja."
+"Tällä työkalulla voi mitata näyttöruudun kuvapisteiden etäisyyksiä. Siitä on "
+"hyötyä esimerkiksi suunniteltaessa kyselyikkunoita tai verkkosivuja."
 
 #: klineal.cpp:132

commit ksmtp for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package ksmtp for openSUSE:Factory checked 
in at 2018-03-20 21:40:24

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


Package is "ksmtp"

Tue Mar 20 21:40:24 2018 rev:6 rq:585625 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes  2018-02-12 
10:03:53.305997215 +0100
+++ /work/SRC/openSUSE:Factory/.ksmtp.new/ksmtp.changes 2018-03-20 
21:40:25.780734962 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:15 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:

  ksmtp-17.12.2.tar.xz

New:

  ksmtp-17.12.3.tar.xz



Other differences:
--
++ ksmtp.spec ++
--- /var/tmp/diff_new_pack.NnI8a0/_old  2018-03-20 21:40:26.496709192 +0100
+++ /var/tmp/diff_new_pack.NnI8a0/_new  2018-03-20 21:40:26.500709048 +0100
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:   ksmtp
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:Job-based library to send email through an SMTP server
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ ksmtp-17.12.2.tar.xz -> ksmtp-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-17.12.2/CMakeLists.txt 
new/ksmtp-17.12.3/CMakeLists.txt
--- old/ksmtp-17.12.2/CMakeLists.txt2018-02-06 01:44:46.0 +0100
+++ new/ksmtp-17.12.3/CMakeLists.txt2018-03-06 01:33:07.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(KSMTP VERSION ${PIM_VERSION})
 option(RUN_UNINSTALL "test run uninstalled apps (experimental)" FALSE)
@@ -24,8 +24,8 @@
 
 
 set(KSMTP_LIB_VERSION ${PIM_VERSION})
-set(QT5_REQUIRED_VERSION "5.7.2")
-set(KMIME_LIB_VERSION "5.7.2")
+set(QT5_REQUIRED_VERSION "5.7.3")
+set(KMIME_LIB_VERSION "5.7.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KSMTP
 VERSION_HEADER ${KSMTP_BINARY_DIR}/ksmtp_version.h
 PACKAGE_VERSION_FILE ${KSMTP_BINARY_DIR}/KPimSMTPConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-17.12.2/po/zh_CN/libksmtp5.po 
new/ksmtp-17.12.3/po/zh_CN/libksmtp5.po
--- old/ksmtp-17.12.2/po/zh_CN/libksmtp5.po 2018-02-06 01:44:46.0 
+0100
+++ new/ksmtp-17.12.3/po/zh_CN/libksmtp5.po 2018-03-06 01:33:07.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-30 05:43+0100\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit ktnef for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2018-03-20 21:40:30

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


Package is "ktnef"

Tue Mar 20 21:40:30 2018 rev:30 rq:585629 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes  2018-02-12 
10:03:57.565843680 +0100
+++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2018-03-20 
21:40:31.824517426 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:16 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:

  ktnef-17.12.2.tar.xz

New:

  ktnef-17.12.3.tar.xz



Other differences:
--
++ ktnef.spec ++
--- /var/tmp/diff_new_pack.7fETnN/_old  2018-03-20 21:40:32.504492953 +0100
+++ /var/tmp/diff_new_pack.7fETnN/_new  2018-03-20 21:40:32.508492809 +0100
@@ -20,13 +20,13 @@
 
 %define kf5_version 5.19.0
 Name:   ktnef
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM Libraries: TNEF support
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: ktnef-%{version}.tar.xz

++ ktnef-17.12.2.tar.xz -> ktnef-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.12.2/CMakeLists.txt 
new/ktnef-17.12.3/CMakeLists.txt
--- old/ktnef-17.12.2/CMakeLists.txt2018-02-06 01:40:28.0 +0100
+++ new/ktnef-17.12.3/CMakeLists.txt2018-03-06 01:28:18.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(KTnef VERSION ${PIM_VERSION})
 
@@ -23,9 +23,9 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.7.2")
-set(CALENDARUTILS_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
+set(CALENDARCORE_LIB_VERSION "5.7.3")
+set(CALENDARUTILS_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.12.2/po/nb/libktnef5.po 
new/ktnef-17.12.3/po/nb/libktnef5.po
--- old/ktnef-17.12.2/po/nb/libktnef5.po2018-02-06 01:40:27.0 
+0100
+++ new/ktnef-17.12.3/po/nb/libktnef5.po2018-03-06 01:28:18.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-01-24 09:56+0100\n"
+"POT-Creation-Date: 2017-09-14 03:27+0200\n"
 "PO-Revision-Date: 2010-06-10 09:50+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.12.2/po/zh_CN/libktnef5.po 
new/ktnef-17.12.3/po/zh_CN/libktnef5.po
--- old/ktnef-17.12.2/po/zh_CN/libktnef5.po 2018-02-06 01:40:28.0 
+0100
+++ new/ktnef-17.12.3/po/zh_CN/libktnef5.po 2018-03-06 01:28:18.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-14 03:27+0200\n"
-"PO-Revision-Date: 2018-02-04 20:33-0500\n"
+"PO-Revision-Date: 2018-02-28 02:28-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkdcraw for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2018-03-20 21:40:54

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


Package is "libkdcraw"

Tue Mar 20 21:40:54 2018 rev:91 rq:585640 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2018-02-12 
10:04:26.236810311 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2018-03-20 
21:40:56.643624112 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:19 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:

  libkdcraw-17.12.2.tar.xz

New:

  libkdcraw-17.12.3.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.1f92dN/_old  2018-03-20 21:40:57.371597910 +0100
+++ /var/tmp/diff_new_pack.1f92dN/_new  2018-03-20 21:40:57.375597766 +0100
@@ -19,7 +19,7 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:   libkdcraw
-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)

++ libkdcraw-17.12.2.tar.xz -> libkdcraw-17.12.3.tar.xz ++




commit kwalletmanager5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kwalletmanager5 for openSUSE:Factory 
checked in at 2018-03-20 21:40:34

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


Package is "kwalletmanager5"

Tue Mar 20 21:40:34 2018 rev:30 rq:585634 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager5/kwalletmanager5.changes  
2018-02-12 10:04:05.453559387 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager5.new/kwalletmanager5.changes 
2018-03-20 21:40:35.700377923 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:18 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:

  kwalletmanager-17.12.2.tar.xz

New:

  kwalletmanager-17.12.3.tar.xz



Other differences:
--
++ kwalletmanager5.spec ++
--- /var/tmp/diff_new_pack.mV3LM7/_old  2018-03-20 21:40:36.660343371 +0100
+++ /var/tmp/diff_new_pack.mV3LM7/_new  2018-03-20 21:40:36.664343227 +0100
@@ -23,10 +23,10 @@
 # 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}')}
 Name:   kwalletmanager5
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:Wallet Management Tool
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{rname}-%{version}.tar.xz

++ kwalletmanager-17.12.2.tar.xz -> kwalletmanager-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.12.2/CMakeLists.txt 
new/kwalletmanager-17.12.3/CMakeLists.txt
--- old/kwalletmanager-17.12.2/CMakeLists.txt   2018-02-06 01:11:39.0 
+0100
+++ new/kwalletmanager-17.12.3/CMakeLists.txt   2018-03-06 01:16:20.0 
+0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 project(kwalletmanager5 VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwalletmanager-17.12.2/po/ca/docs/kwallet5/index.docbook 
new/kwalletmanager-17.12.3/po/ca/docs/kwallet5/index.docbook
--- old/kwalletmanager-17.12.2/po/ca/docs/kwallet5/index.docbook
2018-02-06 01:11:38.0 +0100
+++ new/kwalletmanager-17.12.3/po/ca/docs/kwallet5/index.docbook
2018-03-06 01:16:20.0 +0100
@@ -193,7 +193,7 @@
 >Encriptatge GPG
 
 GnuPG ofereix alguns algoritmes d'encriptatge molt forts i utilitza claus 
protegides amb llargues frases de contrasenya.
+>GnuPG ofereix alguns algoritmes d'encriptatge molt forts i utilitza claus 
protegides amb llargues frases de pas.
 
 
 
 
 Les captures de pantalla de a sobre mostren el cas on no s'ha trobat al 
sistema una clau GPG capaç d'encriptar. Utilitzeu aplicacions com &kgpg; o 
&kleopatra; per crear una clau i torneu-ho a provar.
+>Les captures de pantalla anteriors mostren el cas on no s'ha trobat al 
sistema una clau GPG capaç d'encriptar. Utilitzeu aplicacions com &kgpg; o 
&kleopatra; per crear una clau i torneu-ho a provar.
 
 Si no es troba una clau GPG obtindreu el següent diàleg, des d'on podreu 
 >seleccionar una clau a utilitzar per a la vostra nova cartera. 
@@ -226,7 +226,7 @@
 
 
 El &kwallet5; ara farà servir GPG en emmagatzemar carteres i en obrir-les. El 
diàleg de la frase de contrasenya només es mostrarà una vegada. Encara que la 
cartera es tanqui després de l'obertura inicial, les posteriors obertures es 
produiran en silenci durant la mateixa sessió. 
+>El &kwallet5; ara farà servir GPG en emmagatzemar carteres i en obrir-les. El 
diàleg de la frase de pas només es mostrarà una vegada. Encara que la cartera 
es tanqui després de l'obertura inicial, les posteriors obertures es produiran 
en silenci durant la mateixa sessió. 
 
 La mateixa sessió pot gestionar simultàniament els dos formats de fitxer. El 
 >&kwallet5; detectarà de forma transparent el format de fitxer i carregarà el 
 >dorsal correcte per a gestionar-lo.
@@ -330,7 +330,7 @@
 > per a continuar. Si encara no heu creat una cartera, el següent diàleg us 
 > demanarà pel dorsal d'encriptatge i 

commit libkgapi for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2018-03-20 21:41:11

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


Package is "libkgapi"

Tue Mar 20 21:41:11 2018 rev:28 rq:585645 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes2018-02-12 
10:04:46.168091946 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2018-03-20 
21:41:12.855040617 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 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:

  libkgapi-17.12.2.tar.xz

New:

  libkgapi-17.12.3.tar.xz



Other differences:
--
++ libkgapi.spec ++
--- /var/tmp/diff_new_pack.Y7979g/_old  2018-03-20 21:41:13.707009952 +0100
+++ /var/tmp/diff_new_pack.Y7979g/_new  2018-03-20 21:41:13.711009808 +0100
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:   libkgapi
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:Extension for accessing your Google data
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkgapi-17.12.2.tar.xz -> libkgapi-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.12.2/CMakeLists.txt 
new/libkgapi-17.12.3/CMakeLists.txt
--- old/libkgapi-17.12.2/CMakeLists.txt 2018-02-06 01:43:56.0 +0100
+++ new/libkgapi-17.12.3/CMakeLists.txt 2018-03-06 01:32:02.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.2")
+set(PIM_VERSION "5.7.3")
 
 set(KGAPI_LIB_VERSION ${PIM_VERSION})
 
@@ -23,8 +23,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 
 
-set(KCALENDARCORE_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
+set(KCALENDARCORE_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
 
 ecm_setup_version(PROJECT
 VARIABLE_PREFIX KGAPI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.12.2/poqm/fr/libkgapi_qt.po 
new/libkgapi-17.12.3/poqm/fr/libkgapi_qt.po
--- old/libkgapi-17.12.2/poqm/fr/libkgapi_qt.po 2018-02-06 01:43:55.0 
+0100
+++ new/libkgapi-17.12.3/poqm/fr/libkgapi_qt.po 2018-03-06 01:32:02.0 
+0100
@@ -4,7 +4,7 @@
 # Joëlle Cornavin , 2011, 2012, 2013.
 # Geoffray Levasseur , 2012.
 # xavier , 2013.
-# Vincent PINON , 2014, 2016, 2017.
+# Vincent PINON , 2014, 2016, 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.12.2/poqm/nb/libkgapi_qt.po 
new/libkgapi-17.12.3/poqm/nb/libkgapi_qt.po
--- old/libkgapi-17.12.2/poqm/nb/libkgapi_qt.po 2018-02-06 01:43:55.0 
+0100
+++ new/libkgapi-17.12.3/poqm/nb/libkgapi_qt.po 2018-03-06 01:32:02.0 
+0100
@@ -120,12 +120,12 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/freebusyqueryjob.cpp:126
+#: src/calendar/freebusyqueryjob.cpp:125
 msgctxt "KGAPI2::FreeBusyQueryJob|"
 msgid "FreeBusy information is not available"
 msgstr ""
 
-#: src/calendar/freebusyqueryjob.cpp:139
+#: src/calendar/freebusyqueryjob.cpp:138
 msgctxt "KGAPI2::FreeBusyQueryJob|"
 msgid "Invalid response content type"
 msgstr ""
@@ -160,12 +160,12 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/core/authjob.cpp:183
+#: src/core/authjob.cpp:184
 msgctxt "KGAPI2::AuthJob|"
 msgid "Failed to parse newly fetched tokens"
 msgstr ""
 
-#: src/core/authjob.cpp:230
+#: src/core/authjob.cpp:231
 msgctxt "KGAPI2::AuthJob|"
 msgid "Account name is empty"
 msgstr ""
@@ -243,31 +243,26 @@
 "Google replied '%1'"
 msgstr ""
 
-#: src/core/private/newtokensfetchjob.cpp:129
+#: src/core/private/newtokensfetchjob.cpp:131
 msgctxt "KGAPI2::NewTokensFetchJob|"
 msgid "Failed to parse server response."
 msgstr ""
 
-#: src/core/ui/authwidget.cpp:88
+#: src/core/ui/authwidget.cpp:90
 msgctxt "KGAPI2::AuthWidget|"
 msgid "Invalid account"
 msgstr ""
 
-#: src/core/ui/authwidget.cpp:92
+#: src/core/ui/authwidget.cpp:94
 msgctxt "KGAPI2::AuthWidget|"
 msgid "No scopes to authenticate for"
 msgstr ""
 
-#: src/core/ui/authwidget_p.cpp:129
+#: src/core/ui/authwidget_p.cpp:130
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Authorizing token. This should take just a moment..."
 msgstr ""
 
-#: src/core/ui/authwidget_p.cpp:292
-msg

commit libkdepim for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2018-03-20 21:40:59

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


Package is "libkdepim"

Tue Mar 20 21:40:59 2018 rev:24 rq:585642 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes  2018-02-12 
10:04:34.256521263 +0100
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2018-03-20 
21:41:01.367454088 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:21 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:

  libkdepim-17.12.2.tar.xz

New:

  libkdepim-17.12.3.tar.xz



Other differences:
--
++ libkdepim.spec ++
--- /var/tmp/diff_new_pack.ClDtcN/_old  2018-03-20 21:41:02.151425870 +0100
+++ /var/tmp/diff_new_pack.ClDtcN/_new  2018-03-20 21:41:02.155425726 +0100
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:   libkdepim
-Version:17.12.2
+Version:17.12.3
 Release:0
 Summary:Base package of kdepim
-License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -82,7 +82,7 @@
 
 %package -n libKF5Libkdepim5
 Summary:libkdepim library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 
@@ -91,7 +91,7 @@
 
 %package -n libKF5LibkdepimAkonadi5
 Summary:libkdepim Akonadi library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 
@@ -107,7 +107,7 @@
 
 %package devel
 Summary:Development package for libkdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   akonadi-contacts-devel
 Requires:   akonadi-server-devel

++ libkdepim-17.12.2.tar.xz -> libkdepim-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdepim-17.12.2/CMakeLists.txt 
new/libkdepim-17.12.3/CMakeLists.txt
--- old/libkdepim-17.12.2/CMakeLists.txt2018-02-06 01:43:52.0 
+0100
+++ new/libkdepim-17.12.3/CMakeLists.txt2018-03-06 01:31:57.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(libkdepim VERSION ${PIM_VERSION})
 
@@ -24,12 +24,12 @@
 
 
 set(LIBKDEPIM_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.7.2")
+set(AKONADICONTACT_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KLDAP_LIB_VERSION "5.7.2")
-set(KCONTACTS_LIB_VERSION "5.7.2")
-set(AKONADISEARCH_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KLDAP_LIB_VERSION "5.7.3")
+set(KCONTACTS_LIB_VERSION "5.7.3")
+set(AKONADISEARCH_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus 
Network)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdepim-17.12.2/po/de/libkdepim.po 
new/libkdepim-17.12.3/po/de/libkdepim.po
--- old/libkdepim-17.12.2/po/de/libkdepim.po2018-02-06 01:43:51.0 
+0100
+++ new/libkdepim-17.12.3/po/de/libkdepim.po2018-03-06 01:31:56.0 
+0100
@@ -729,7 +729,7 @@
 "A contact for %1 was successfully added to your address "
 "book.Do you want to edit this new contact now?"
 msgstr ""
-"Ein Kontakt für %1 Wurde erfolgreich zu Ihrem "
+"Ein Kontakt für %1 wurde erfolgreich zu Ihrem "
 "Adressbuch hinzugefügt.Möchten Sie diesen neuen Kontakt jetzt "
 "bearbeiten?"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdepim-17.12.2/po/nb/libkdepim.po 
new/libkdepim-17.12.3/po/nb/libkdepim.po
--- old/libkdepim-17.12.2/po/nb/libkdepim.po2018-02-06 01:43:52.0 
+0100
+++ new/libkdepim-17.12.3/po/nb/libkdepim.po2018-03-06 01:31:56.0 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkdepim\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-31 03:05+0200\n"
+"POT-Creation-Date: 2017-11-11 03:18+0100\n"
 "PO-Revision-Date: 2014-09-13 18:14+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -34,18 +34,18 @@
 "knut.y

commit libkipi for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-03-20 21:41:16

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


Package is "libkipi"

Tue Mar 20 21:41:16 2018 rev:92 rq:585647 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-03-08 
10:41:42.159459960 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-03-20 
21:41:17.074888733 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 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:

  libkipi-17.12.2.tar.xz

New:

  libkipi-17.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.1L05El/_old  2018-03-20 21:41:17.902858932 +0100
+++ /var/tmp/diff_new_pack.1L05El/_new  2018-03-20 21:41:17.926858068 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-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)

++ libkipi-17.12.2.tar.xz -> libkipi-17.12.3.tar.xz ++




commit libkexiv2 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2018-03-20 21:41:05

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


Package is "libkexiv2"

Tue Mar 20 21:41:05 2018 rev:92 rq:585644 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2018-02-12 
10:04:39.996314389 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2018-03-20 
21:41:07.787223022 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:21 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:

  libkexiv2-17.12.2.tar.xz

New:

  libkexiv2-17.12.3.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.Wu7be7/_old  2018-03-20 21:41:08.667191350 +0100
+++ /var/tmp/diff_new_pack.Wu7be7/_new  2018-03-20 21:41:08.667191350 +0100
@@ -19,7 +19,7 @@
 %define _so 15_0_0
 %define lname   libKF5KExiv2
 Name:   libkexiv2
-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)

++ libkexiv2-17.12.2.tar.xz -> libkexiv2-17.12.3.tar.xz ++




commit libkcompactdisc for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkcompactdisc for openSUSE:Factory 
checked in at 2018-03-20 21:40:50

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


Package is "libkcompactdisc"

Tue Mar 20 21:40:50 2018 rev:17 rq:585639 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc/libkcompactdisc.changes  
2018-02-12 10:04:22.680938473 +0100
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc.new/libkcompactdisc.changes 
2018-03-20 21:40:52.663767359 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:19 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:

  libkcompactdisc-17.12.2.tar.xz

New:

  libkcompactdisc-17.12.3.tar.xz



Other differences:
--
++ libkcompactdisc.spec ++
--- /var/tmp/diff_new_pack.6eTg8s/_old  2018-03-20 21:40:53.251746196 +0100
+++ /var/tmp/diff_new_pack.6eTg8s/_new  2018-03-20 21:40:53.251746196 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   libkcompactdisc
-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:CD drive library for KDE Platform
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source0:%{name}-%{version}.tar.xz

++ libkcompactdisc-17.12.2.tar.xz -> libkcompactdisc-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-17.12.2/po/zh_CN/libkcompactdisc.po 
new/libkcompactdisc-17.12.3/po/zh_CN/libkcompactdisc.po
--- old/libkcompactdisc-17.12.2/po/zh_CN/libkcompactdisc.po 2018-02-06 
01:22:28.0 +0100
+++ new/libkcompactdisc-17.12.3/po/zh_CN/libkcompactdisc.po 2018-03-06 
01:18:36.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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 libkcddb for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkcddb for openSUSE:Factory 
checked in at 2018-03-20 21:40:44

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


Package is "libkcddb"

Tue Mar 20 21:40:44 2018 rev:17 rq:585638 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes2018-02-12 
10:04:17.669119110 +0100
+++ /work/SRC/openSUSE:Factory/.libkcddb.new/libkcddb.changes   2018-03-20 
21:40:45.952008935 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:19 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:

  libkcddb-17.12.2.tar.xz

New:

  libkcddb-17.12.3.tar.xz



Other differences:
--
++ libkcddb.spec ++
--- /var/tmp/diff_new_pack.lnNPuw/_old  2018-03-20 21:40:46.535987916 +0100
+++ /var/tmp/diff_new_pack.lnNPuw/_new  2018-03-20 21:40:46.539987772 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   libkcddb
-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:CDDB library for KDE Applications
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkcddb-17.12.2.tar.xz -> libkcddb-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.12.2/po/zh_CN/kcmcddb.po 
new/libkcddb-17.12.3/po/zh_CN/kcmcddb.po
--- old/libkcddb-17.12.2/po/zh_CN/kcmcddb.po2018-02-06 01:22:21.0 
+0100
+++ new/libkcddb-17.12.3/po/zh_CN/kcmcddb.po2018-03-06 01:18:31.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.12.2/po/zh_CN/libkcddb.po 
new/libkcddb-17.12.3/po/zh_CN/libkcddb.po
--- old/libkcddb-17.12.2/po/zh_CN/libkcddb.po   2018-02-06 01:22:21.0 
+0100
+++ new/libkcddb-17.12.3/po/zh_CN/libkcddb.po   2018-03-06 01:18:31.0 
+0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-21 03:04+0100\n"
-"PO-Revision-Date: 2018-02-04 20:32-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 libkomparediff2 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2018-03-20 21:41:30

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


Package is "libkomparediff2"

Tue Mar 20 21:41:30 2018 rev:55 rq:585650 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2018-02-12 10:04:59.683604821 +0100
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2018-03-20 21:41:33.562295306 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 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:

  libkomparediff2-17.12.2.tar.xz

New:

  libkomparediff2-17.12.3.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.lhELbi/_old  2018-03-20 21:41:34.162273712 +0100
+++ /var/tmp/diff_new_pack.lhELbi/_new  2018-03-20 21:41:34.166273568 +0100
@@ -20,7 +20,7 @@
 
 %define soname 5
 Name:   libkomparediff2
-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)

++ libkomparediff2-17.12.2.tar.xz -> libkomparediff2-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkomparediff2-17.12.2/po/nb/libkomparediff2.po 
new/libkomparediff2-17.12.3/po/nb/libkomparediff2.po
--- old/libkomparediff2-17.12.2/po/nb/libkomparediff2.po2018-02-06 
01:33:39.0 +0100
+++ new/libkomparediff2-17.12.3/po/nb/libkomparediff2.po2018-03-06 
01:23:59.0 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kompare\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-10-17 03:39+0200\n"
 "PO-Revision-Date: 2013-04-08 21:44+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -22,22 +22,22 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: komparemodellist.cpp:74
+#: komparemodellist.cpp:68
 #, kde-format
 msgid "&Apply Difference"
 msgstr "&Legg på forskjellen"
 
-#: komparemodellist.cpp:78
+#: komparemodellist.cpp:72
 #, kde-format
 msgid "Un&apply Difference"
 msgstr "T&a vekk forskjellen"
 
-#: komparemodellist.cpp:82
+#: komparemodellist.cpp:76
 #, kde-format
 msgid "App&ly All"
 msgstr "Le&gg på alle"
 
-#: komparemodellist.cpp:86
+#: komparemodellist.cpp:80
 #, kde-format
 msgid "&Unapply All"
 msgstr "&Ta vekk alle"
@@ -62,7 +62,7 @@
 msgid "&Next Difference"
 msgstr "&Neste forskjell"
 
-#: komparemodellist.cpp:262 komparemodellist.cpp:287
+#: komparemodellist.cpp:266 komparemodellist.cpp:291
 #, kde-format
 msgid ""
 "No models or no differences, this file: %1, is not a valid diff "
@@ -71,7 +71,7 @@
 "Ingen modeller eller ingen forskjeller, denne fila: %1, er ikke "
 "en gyldig diff-fil."
 
-#: komparemodellist.cpp:271
+#: komparemodellist.cpp:275
 #, kde-format
 msgid ""
 "There were problems applying the diff %1 to the file %2.Det var problemer med å legge på diff %1 på fila %2."
 
-#: komparemodellist.cpp:298
+#: komparemodellist.cpp:302
 #, kde-format
 msgid ""
 "There were problems applying the diff %1 to the folder %2."
@@ -87,18 +87,18 @@
 msgstr ""
 "Det var problemer med å legge på diff %1 på mappa %2."
 
-#: komparemodellist.cpp:330 komparemodellist.cpp:666
+#: komparemodellist.cpp:334 komparemodellist.cpp:684
 #, kde-format
 msgid "Could not open a temporary file."
 msgstr "Klarte ikke åpne en midlertidig fil."
 
-#: komparemodellist.cpp:378 komparemodellist.cpp:385
+#: komparemodellist.cpp:382 komparemodellist.cpp:389
 #, kde-format
 msgid "Could not write to the temporary file %1, deleting it."
 msgstr ""
 "Klarte ikke skrive til den midlertidige fila %1, sletter den."
 
-#: komparemodellist.cpp:416
+#: komparemodellist.cpp:420
 #, kde-format
 msgid ""
 "Could not create destination directory %1.\n"
@@ -107,7 +107,7 @@
 "Kunne ikke opprette målmappa %1.\n"
 "Fila ble ikke lagret."
 
-#: komparemodellist.cpp:435
+#: komparemodellist.cpp:439
 #, kde-format
 msgid ""
 "Could not upload the temporary file to the destination location %1%2. Du kan kopiere den manuelt til det "
 "riktige stedet."
 
-#: komparemodellist.cpp:500 komparemodellist.cpp:613 komparemodellist.cpp:633
+#: komparemodellist.cpp:518 komparemodellist.cpp:631 komparemodellist.cpp:651
 #, kde-format
 msgid "Could not parse diff output.

commit libksane for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "libksane"

Tue Mar 20 21:41:36 2018 rev:91 rq:585651 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2018-02-12 
10:05:06.875345618 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2018-03-20 
21:41:37.814142271 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 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:

  libksane-17.12.2.tar.xz

New:

  libksane-17.12.3.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.s1Qoqn/_old  2018-03-20 21:41:38.706110167 +0100
+++ /var/tmp/diff_new_pack.s1Qoqn/_new  2018-03-20 21:41:38.714109879 +0100
@@ -21,7 +21,7 @@
 %define _so 5
 %define lname libKF5Sane
 Name:   libksane
-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)

++ libksane-17.12.2.tar.xz -> libksane-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.12.2/po/fr/libksane.po 
new/libksane-17.12.3/po/fr/libksane.po
--- old/libksane-17.12.2/po/fr/libksane.po  2018-02-06 01:10:22.0 
+0100
+++ new/libksane-17.12.3/po/fr/libksane.po  2018-03-06 01:15:06.0 
+0100
@@ -4,21 +4,22 @@
 # Mickael Sibelle , 2008, 2010.
 # Mickaël Sibelle , 2009, 2012.
 # xavier , 2013.
+# Yoann Laissus , 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libksane\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-16 05:33+0100\n"
-"PO-Revision-Date: 2013-06-26 15:48+0200\n"
-"Last-Translator: xavier \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2018-02-08 23:14+0100\n"
+"Last-Translator: Yoann Laissus \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"
@@ -316,7 +317,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "General Error"
-msgstr ""
+msgstr "Erreur générale"
 
 #: ksanewidget_p.cpp:1161
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.12.2/po/nb/libksane.po 
new/libksane-17.12.3/po/nb/libksane.po
--- old/libksane-17.12.2/po/nb/libksane.po  2018-02-06 01:10:22.0 
+0100
+++ new/libksane-17.12.3/po/nb/libksane.po  2018-03-06 01:15:07.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libksane\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:15+0100\n"
+"POT-Creation-Date: 2018-01-16 05:33+0100\n"
 "PO-Revision-Date: 2012-09-03 14:26+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -199,79 +199,79 @@
 msgid "Found devices:"
 msgstr "Enheter funnet:"
 
-#: ksaneviewer.cpp:130 ksanewidget.cpp:147
+#: ksaneviewer.cpp:130 ksanewidget.cpp:133
 #, kde-format
 msgid "Zoom In"
 msgstr "Forstørr"
 
-#: ksaneviewer.cpp:133 ksanewidget.cpp:153
+#: ksaneviewer.cpp:133 ksanewidget.cpp:139
 #, kde-format
 msgid "Zoom Out"
 msgstr "Forminsk"
 
-#: ksaneviewer.cpp:136 ksanewidget.cpp:159
+#: ksaneviewer.cpp:136 ksanewidget.cpp:145
 #, kde-format
 msgid "Zoom to Selection"
 msgstr "Forstørr til utvalget"
 
-#: ksaneviewer.cpp:139 ksanewidget.cpp:165
+#: ksaneviewer.cpp:139 ksanewidget.cpp:151
 #, kde-format
 msgid "Zoom to Fit"
 msgstr "Forstørr/forminsk tilpasset"
 
-#: ksaneviewer.cpp:142 ksanewidget.cpp:171
+#: ksaneviewer.cpp:142 ksanewidget.cpp:157
 #, kde-format
 msgid "Clear Selections"
 msgstr "Tøm utvalg"
 
-#: ksanewidget.cpp:122
+#: ksanewidget.cpp:108
 #, kde-format
 msgid "Waiting for the scan to start."
 msgstr "Venter på at skanningen skal begynne"
 
-#: ksanewidget.cpp:134
+#: ksanewidget.cpp:120
 #, kde-format
 msgid "Cancel current scan operation"
 msgstr "Avbryt denne skannerhandlinga"
 
-#: ksanewidget.cpp:176
+#: ksanewidget.cpp:162
 #, kde-format
 msgid "Scan Preview Image"
 msgstr "Skann forhåndsvisningsbilde"
 
-#: ksanewidget.cpp:177
+#: ksanewidget.cpp:163
 #, kde-format
 msgctxt

commit libkleo for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2018-03-20 21:41:22

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


Package is "libkleo"

Tue Mar 20 21:41:22 2018 rev:25 rq:585648 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2018-02-12 
10:04:54.591788340 +0100
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2018-03-20 
21:41:24.746612606 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 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:

  libkleo-17.12.2.tar.xz

New:

  libkleo-17.12.3.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.Wummuf/_old  2018-03-20 21:41:25.478586261 +0100
+++ /var/tmp/diff_new_pack.Wummuf/_new  2018-03-20 21:41:25.478586261 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   libkleo
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Base package of Kleopatra, a KDE key manager
-License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -59,7 +59,7 @@
 
 %package -n libKF5Libkleo5
 Summary:LibKleo library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   libkleo = %{version}
 
@@ -68,7 +68,7 @@
 
 %package devel
 Summary:Development package for libkleo
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   libKF5Libkleo5 = %{version}
 Requires:   libgpgmepp-devel

++ libkleo-17.12.2.tar.xz -> libkleo-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-17.12.2/CMakeLists.txt 
new/libkleo-17.12.3/CMakeLists.txt
--- old/libkleo-17.12.2/CMakeLists.txt  2018-02-06 01:43:59.0 +0100
+++ new/libkleo-17.12.3/CMakeLists.txt  2018-03-06 01:32:06.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(libkleo VERSION ${PIM_VERSION})
 
@@ -25,7 +25,7 @@
 
 set(LIBKLEO_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KDEPIMTEXTEDIT_VERSION "5.7.2")
+set(KDEPIMTEXTEDIT_VERSION "5.7.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets)
 find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-17.12.2/po/nb/libkleopatra.po 
new/libkleo-17.12.3/po/nb/libkleopatra.po
--- old/libkleo-17.12.2/po/nb/libkleopatra.po   2018-02-06 01:43:58.0 
+0100
+++ new/libkleo-17.12.3/po/nb/libkleopatra.po   2018-03-06 01:32:06.0 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: libkleopatra\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-16 07:05+0200\n"
+"POT-Creation-Date: 2017-10-12 03:26+0200\n"
 "PO-Revision-Date: 2010-08-30 22:07+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -180,7 +180,7 @@
 msgid "OpenPGP/MIME"
 msgstr "OpenPGP/MIME"
 
-#: kleo/enum.cpp:67 ui/keyselectioncombo.cpp:198
+#: kleo/enum.cpp:67 ui/keyselectioncombo.cpp:196
 #, kde-format
 msgid "S/MIME"
 msgstr "S/MIME"
@@ -247,47 +247,47 @@
 msgid ""
 msgstr ""
 
-#: kleo/keyfiltermanager.cpp:85
+#: kleo/keyfiltermanager.cpp:84
 #, kde-format
 msgid "All Certificates"
 msgstr "Alle sertifikat"
 
-#: kleo/keyfiltermanager.cpp:100
+#: kleo/keyfiltermanager.cpp:99
 #, kde-format
 msgid "My Certificates"
 msgstr "Mine sertifikat"
 
-#: kleo/keyfiltermanager.cpp:118
+#: kleo/keyfiltermanager.cpp:117
 #, kde-format
 msgid "Trusted Certificates"
 msgstr "Tiltrodde sertifikat"
 
-#: kleo/keyfiltermanager.cpp:135
+#: kleo/keyfiltermanager.cpp:134
 #, kde-format
 msgid "Fully Trusted Certificates"
 msgstr ""
 
-#: kleo/keyfiltermanager.cpp:152
+#: kleo/keyfiltermanager.cpp:151
 #, kde-format
 msgid "Other Certificates"
 msgstr "Andre sertifikat"
 
-#: kleo/keyfiltermanager.cpp:166
+#: kleo/keyfiltermanager.cpp:

commit mailimporter for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2018-03-20 21:41:52

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


Package is "mailimporter"

Tue Mar 20 21:41:52 2018 rev:24 rq:585656 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2018-02-12 10:05:26.782628126 +0100
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2018-03-20 21:41:55.241515015 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52: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:

  mailimporter-17.12.2.tar.xz

New:

  mailimporter-17.12.3.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.Y5sBzW/_old  2018-03-20 21:41:55.773495868 +0100
+++ /var/tmp/diff_new_pack.Y5sBzW/_new  2018-03-20 21:41:55.773495868 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   mailimporter
-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:Mail import functionality for KDE PIM
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -64,7 +64,7 @@
 
 %package devel
 Summary:Development package for mailimporter
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   libKF5MailImporter5 = %{version}
 Requires:   libKF5MailImporterAkonadi5 = %{version}
@@ -74,7 +74,7 @@
 
 %package -n libKF5MailImporter5
 Summary:MailImporter library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 
@@ -84,7 +84,7 @@
 
 %package -n libKF5MailImporterAkonadi5
 Summary:MailImporter Akonadi based library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 

++ mailimporter-17.12.2.tar.xz -> mailimporter-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.12.2/CMakeLists.txt 
new/mailimporter-17.12.3/CMakeLists.txt
--- old/mailimporter-17.12.2/CMakeLists.txt 2018-02-06 01:44:12.0 
+0100
+++ new/mailimporter-17.12.3/CMakeLists.txt 2018-03-06 01:32: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(MailImporter VERSION ${PIM_VERSION})
 
@@ -26,11 +26,11 @@
 set(MAILIMPORTER_LIB ${PIM_VERSION})
 
 
-set(AKONADIMIME_LIB_VERSION "5.7.2")
-set(KDEPIM_LIB_VERSION "5.7.2")
+set(AKONADIMIME_LIB_VERSION "5.7.3")
+set(KDEPIM_LIB_VERSION "5.7.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.2")
-set(AKONADI_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(AKONADI_VERSION "5.7.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.12.2/po/nb/libmailimporter.po 
new/mailimporter-17.12.3/po/nb/libmailimporter.po
--- old/mailimporter-17.12.2/po/nb/libmailimporter.po   2018-02-06 
01:44:11.0 +0100
+++ new/mailimporter-17.12.3/po/nb/libmailimporter.po   2018-03-06 
01:32:25.0 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmailcvt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-08-24 03:22+0200\n"
+"POT-Creation-Date: 2017-11-03 03:13+0100\n"
 "PO-Revision-Date: 2013-09-30 12:12+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -48,15 +48,15 @@
 
 #: mailimporter/filters/filterbalsa.cpp:109
 #: mailimporter/filters/filterevolution.cpp:73
-#: mailimporter/filters/filterevolution_v2.cpp:95
-#: mailimporter/filters/filterevolution_v3.cpp:106
-#: mailimporter/filters/filterkmail_maildir.cpp:94
+#: mailimporter/filters/filterevolution_v2.cpp:94
+#: mailimporter/filters/filterevolution_v3.cpp:104
+#: mailimporter/filters/filterkmail_maildir.cpp:92
 #: mailimporter/filters/filteroe.cpp:66
-#: mailimporter/filte

commit libksieve for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "libksieve"

Tue Mar 20 21:41:41 2018 rev:24 rq:585652 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2018-02-12 
10:05:14.555068827 +0100
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2018-03-20 
21:41:43.581934674 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52: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:
+  * Fix autotest
+
+---

Old:

  libksieve-17.12.2.tar.xz

New:

  libksieve-17.12.3.tar.xz



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.dPsBHm/_old  2018-03-20 21:41:44.137914662 +0100
+++ /var/tmp/diff_new_pack.dPsBHm/_new  2018-03-20 21:41:44.141914518 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   libksieve
-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:Sieve and Managesieve support library for KDE PIM
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -92,7 +92,7 @@
 
 %package devel
 Summary:Development package for libksieve
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   libksieve = %{version}
 

++ libksieve-17.12.2.tar.xz -> libksieve-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.12.2/CMakeLists.txt 
new/libksieve-17.12.3/CMakeLists.txt
--- old/libksieve-17.12.2/CMakeLists.txt2018-02-06 01:44:03.0 
+0100
+++ new/libksieve-17.12.3/CMakeLists.txt2018-03-06 01:32:12.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(libksieve VERSION ${PIM_VERSION})
 
@@ -27,13 +27,13 @@
 
 set(LIBKSIEVE_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
-set(LIBKDEPIM_LIB_VERSION "5.7.2")
-set(PIMCOMMON_LIB_VERSION "5.7.2")
-set(KIMAP_LIB_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.3")
+set(LIBKDEPIM_LIB_VERSION "5.7.3")
+set(PIMCOMMON_LIB_VERSION "5.7.3")
+set(KIMAP_LIB_VERSION "5.7.3")
 
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.12.2/po/fi/libksieve.po 
new/libksieve-17.12.3/po/fi/libksieve.po
--- old/libksieve-17.12.2/po/fi/libksieve.po2018-02-06 01:44:02.0 
+0100
+++ new/libksieve-17.12.3/po/fi/libksieve.po2018-03-06 01:32:11.0 
+0100
@@ -4,7 +4,7 @@
 # Author: Artnay
 # Author: Lliehu
 # Ilpo Kantonen , 2006.
-# Tommi Nieminen , 2011, 2012, 2013, 2015, 2016, 2017.
+# Tommi Nieminen , 2011, 2012, 2013, 2015, 2016, 
2017, 2018.
 # Lasse Liehu , 2012, 2013, 2014, 2015, 2016.
 # Jiri Grönroos , 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.12.2/po/nb/libksieve.po 
new/libksieve-17.12.3/po/nb/libksieve.po
--- old/libksieve-17.12.2/po/nb/libksieve.po2018-02-06 01:44:02.0 
+0100
+++ new/libksieve-17.12.3/po/nb/libksieve.po2018-03-06 01:32:12.0 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libksieve\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-04 03:09+0200\n"
+"POT-Creation-Date: 2017-11-01 02:59+0100\n"
 "PO-Revision-Date: 2014-04-26 10:23+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -20,14 +20,14 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kmanagesieve/sessio

commit libgravatar for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libgravatar for openSUSE:Factory 
checked in at 2018-03-20 21:40:39

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


Package is "libgravatar"

Tue Mar 20 21:40:39 2018 rev:24 rq:585637 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes  2018-02-12 
10:04:12.337311280 +0100
+++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes 
2018-03-20 21:40:41.452170898 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:19 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:

  libgravatar-17.12.2.tar.xz

New:

  libgravatar-17.12.3.tar.xz



Other differences:
--
++ libgravatar.spec ++
--- /var/tmp/diff_new_pack.yPr2jJ/_old  2018-03-20 21:40:42.528132171 +0100
+++ /var/tmp/diff_new_pack.yPr2jJ/_new  2018-03-20 21:40:42.536131883 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   libgravatar
-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:Library to download and display gravatars
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -69,7 +69,7 @@
 
 %package -n libKF5Gravatar5
 Summary:Libgravatar library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name}
 
@@ -82,7 +82,7 @@
 
 %package devel
 Summary:Development package for libgravatar
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   libKF5Gravatar5 = %{version}
 

++ libgravatar-17.12.2.tar.xz -> libgravatar-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.2/CMakeLists.txt 
new/libgravatar-17.12.3/CMakeLists.txt
--- old/libgravatar-17.12.2/CMakeLists.txt  2018-02-06 01:43:49.0 
+0100
+++ new/libgravatar-17.12.3/CMakeLists.txt  2018-03-06 01:31:53.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(gravatar VERSION ${PIM_VERSION})
 
@@ -25,7 +25,7 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 set(LIBGRAVATAR_LIB_VERSION ${PIM_VERSION})
-set(PIMCOMMON_LIB_VERSION "5.7.2")
+set(PIMCOMMON_LIB_VERSION "5.7.3")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Network)
 find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.2/po/zh_CN/libgravatar.po 
new/libgravatar-17.12.3/po/zh_CN/libgravatar.po
--- old/libgravatar-17.12.2/po/zh_CN/libgravatar.po 2018-02-06 
01:43:49.0 +0100
+++ new/libgravatar-17.12.3/po/zh_CN/libgravatar.po 2018-03-06 
01:31:53.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-09 03:08+0200\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 mailcommon for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2018-03-20 21:41:46

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


Package is "mailcommon"

Tue Mar 20 21:41:46 2018 rev:24 rq:585655 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2018-02-12 
10:05:21.694811499 +0100
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2018-03-20 21:41:50.261694252 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52: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:

  mailcommon-17.12.2.tar.xz

New:

  mailcommon-17.12.3.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.0AqaQk/_old  2018-03-20 21:41:51.025666754 +0100
+++ /var/tmp/diff_new_pack.0AqaQk/_new  2018-03-20 21:41:51.02910 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   mailcommon
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Base KDE PIM library for mail-handling applications
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -90,7 +90,7 @@
 
 %package -n libKF5MailCommon5
 Summary:Common Mail library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name}
 
@@ -103,7 +103,7 @@
 
 %package devel
 Summary:Development package for mailcommon
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   akonadi-mime-devel
 Requires:   akonadi-server-devel

++ mailcommon-17.12.2.tar.xz -> mailcommon-17.12.3.tar.xz ++
 1882 lines of diff (skipped)




commit marble for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2018-03-20 21:41:57

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


Package is "marble"

Tue Mar 20 21:41:57 2018 rev:100 rq:585657 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2018-02-12 
10:05:33.010403667 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2018-03-20 
21:42:18.744669080 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:25 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:

  marble-17.12.2.tar.xz

New:

  marble-17.12.3.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.kBicUT/_old  2018-03-20 21:42:20.356611062 +0100
+++ /var/tmp/diff_new_pack.kBicUT/_new  2018-03-20 21:42:20.360610919 +0100
@@ -21,7 +21,7 @@
 %define _so -28
 %define _so_astro 1
 Name:   marble
-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)
@@ -177,7 +177,7 @@
 %find_lang %{name} --with-man --all-name --with-qt
 %kf5_find_htmldocs
   %endif
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post   -n libmarblewidget-qt5%{_so} -p /sbin/ldconfig
 %postun -n libmarblewidget-qt5%{_so} -p /sbin/ldconfig

++ marble-17.12.2.tar.xz -> marble-17.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-17.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-17.12.3.tar.xz differ: char 27, 
line 1




commit messagelib for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "messagelib"

Tue Mar 20 21:42:02 2018 rev:27 rq:585659 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2018-02-18 
11:40:53.032789479 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2018-03-20 21:42:21.240579247 +0100
@@ -1,0 +2,16 @@
+Thu Mar 08 23:52:26 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:
+  * Reactivate code now
+  * Reactivate scroll to
+  * Remove some yellow style
+  * Activate it
+  * Fix add/remove yellow mark
+  * Workaround bug found by David.
+  * Patch from aleksejshilin
+
+---

Old:

  messagelib-17.12.2.tar.xz

New:

  messagelib-17.12.3.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.jh64qO/_old  2018-03-20 21:42:22.044550310 +0100
+++ /var/tmp/diff_new_pack.jh64qO/_new  2018-03-20 21:42:22.052550022 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   messagelib
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE PIM library for e-mail message parsing and display
-License:GPL-2.0 and GPL-3.0 and LGPL-2.1+
+License:GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -93,7 +93,7 @@
 
 %package devel
 Summary:Library for messages
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   akonadi-mime-devel

++ messagelib-17.12.2.tar.xz -> messagelib-17.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/messagelib/messagelib-17.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new/messagelib-17.12.3.tar.xz differ: 
char 27, line 1




commit mobipocket for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "mobipocket"

Tue Mar 20 21:42:09 2018 rev:90 rq:585661 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2018-02-12 
10:05:42.042078152 +0100
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2018-03-20 21:42:22.228543688 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:27 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:

  kdegraphics-mobipocket-17.12.2.tar.xz

New:

  kdegraphics-mobipocket-17.12.3.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.IY4DnO/_old  2018-03-20 21:42:22.844521517 +0100
+++ /var/tmp/diff_new_pack.IY4DnO/_new  2018-03-20 21:42:22.848521373 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-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)

++ kdegraphics-mobipocket-17.12.2.tar.xz -> 
kdegraphics-mobipocket-17.12.3.tar.xz ++




commit spectacle for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "spectacle"

Tue Mar 20 21:42:23 2018 rev:27 rq:585673 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2018-02-12 
10:05:57.689514198 +0100
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2018-03-20 
21:42:27.320360422 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:32 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * None
+
+---

Old:

  spectacle-17.12.2.tar.xz

New:

  spectacle-17.12.3.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.M2zllB/_old  2018-03-20 21:42:27.912339115 +0100
+++ /var/tmp/diff_new_pack.M2zllB/_new  2018-03-20 21:42:27.916338971 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   spectacle
-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:Screen Capture Program
-License:LGPL-2.0+ and GPL-2.0+
+License:LGPL-2.0-or-later AND GPL-2.0-or-later
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ spectacle-17.12.2.tar.xz -> spectacle-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.12.2/CMakeLists.txt 
new/spectacle-17.12.3/CMakeLists.txt
--- old/spectacle-17.12.2/CMakeLists.txt2018-02-06 01:10:12.0 
+0100
+++ new/spectacle-17.12.3/CMakeLists.txt2018-03-06 01:14:51.0 
+0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(SPECTACLE_VERSION ${KDE_APPLICATIONS_VERSION})
 # minimum requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spectacle-17.12.2/desktop/org.kde.spectacle.appdata.xml 
new/spectacle-17.12.3/desktop/org.kde.spectacle.appdata.xml
--- old/spectacle-17.12.2/desktop/org.kde.spectacle.appdata.xml 2018-02-03 
00:40:54.0 +0100
+++ new/spectacle-17.12.3/desktop/org.kde.spectacle.appdata.xml 2018-03-01 
23:55:30.0 +0100
@@ -45,6 +45,7 @@
   Εργαλείο συλληψης στιγμιοτύπων
   Screenshot Capture Utility
   Utilidad para capturar pantallas
+  Ruutukaappaustyökalu
   Utilitaire de capture d'écran
   Utilidade para facer capturas de pantalla.
   Utilitate de captura de instantaneo
@@ -187,7 +188,7 @@
   Capturar o monitor actual
   צילום המסך הנוכחי
   Captura mnitor currente
-  Tangkap Monitor Saat Ini
+  Tangkap Pemantau Saat Ini
   Cattura il monitor attuale
   현재 모니터 찍기
   Opname van de huidige monitor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.12.2/desktop/org.kde.spectacle.desktop 
new/spectacle-17.12.3/desktop/org.kde.spectacle.desktop
--- old/spectacle-17.12.2/desktop/org.kde.spectacle.desktop 2018-02-03 
00:40:54.0 +0100
+++ new/spectacle-17.12.3/desktop/org.kde.spectacle.desktop 2018-03-01 
23:55:30.0 +0100
@@ -144,7 +144,7 @@
 Name[gl]=Capturar o monitor actual
 Name[he]=צילום המסך הנוכחי
 Name[ia]=Captura mnitor currente
-Name[id]=Tangkap Monitor Saat Ini
+Name[id]=Tangkap Pemantau Saat Ini
 Name[it]=Cattura il monitor attuale
 Name[ko]=현재 모니터 찍기
 Name[lt]=Paveiksluoti šio monitoriaus vaizdą
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.12.2/po/fi/spectacle.po 
new/spectacle-17.12.3/po/fi/spectacle.po
--- old/spectacle-17.12.2/po/fi/spectacle.po2018-02-06 01:10:11.0 
+0100
+++ new/spectacle-17.12.3/po/fi/spectacle.po2018-03-06 01:14:50.0 
+0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu , 2015, 2016.
-# Tommi Nieminen , 2016.
+# T

commit pimcommon for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "pimcommon"

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

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-02-12 
10:05:50.241782624 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-03-20 
21:42:26.168401884 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:32 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * None
+
+---

Old:

  pimcommon-17.12.2.tar.xz

New:

  pimcommon-17.12.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.Sqf62A/_old  2018-03-20 21:42:26.744381153 +0100
+++ /var/tmp/diff_new_pack.Sqf62A/_new  2018-03-20 21:42:26.752380865 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   pimcommon
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Base package of KDE PIM PimCommon library
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
@@ -71,7 +71,7 @@
 
 %package devel
 Summary:Development package for pimcommon
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   akonadi-contacts-devel
 Requires:   akonadi-server-devel
@@ -86,7 +86,7 @@
 
 %package -n libKF5PimCommon5
 Summary:The PimCommon Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 
@@ -95,7 +95,7 @@
 
 %package -n libKF5PimCommonAkonadi5
 Summary:The PimCommon Akonadi Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 

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

commit okular for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "okular"

Tue Mar 20 21:42:14 2018 rev:95 rq:585663 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2018-02-12 
10:05:46.117931253 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2018-03-20 
21:42:23.172509712 +0100
@@ -1,0 +2,18 @@
+Thu Mar 08 23:52:30 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:
+  * Add QVERIFY to QTest::qWaitForWindowExposed
+  * Fix crash due to dangling pointer in MouseAnnotation (kde#388228)
+  * Build++
+  * Add test that produces bug 388288 crash
+  * Make it compile
+  * Make Part::openUrl not discard OpenUrlArguments (kde#386600)
+  * Fix potential crash in document saving
+  * PDF: Fix potential crash
+  * XPS: Fix crash opening some files
+
+---

Old:

  okular-17.12.2.tar.xz

New:

  okular-17.12.3.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.HamA6A/_old  2018-03-20 21:42:24.044478328 +0100
+++ /var/tmp/diff_new_pack.HamA6A/_new  2018-03-20 21:42:24.044478328 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okular
-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)

++ okular-17.12.2.tar.xz -> okular-17.12.3.tar.xz ++
 49013 lines of diff (skipped)




commit kdepim-addons for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-addons.new (New)


Package is "kdepim-addons"

Tue Mar 20 21:42:33 2018 rev:25 rq:585680 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes  
2018-02-12 10:00:44.784792185 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2018-03-20 21:42:35.460067456 +0100
@@ -1,0 +2,18 @@
+Sun Mar 11 11:13:04 UTC 2018 - wba...@tmo.at
+
+- Add Place-events-without-start-date-at-end-date.patch to avoid
+  an infinite loop that would cause Plasma to freeze when there was
+  an agenda item with no start date in the calendar
+  (boo#1084802, kde#367541)
+
+---
+Thu Mar 08 23:51:31 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:
+  * Fix Bug 389820 - spamassassin (kde#389820)
+
+---

Old:

  kdepim-addons-17.12.2.tar.xz

New:

  Place-events-without-start-date-at-end-date.patch
  kdepim-addons-17.12.3.tar.xz



Other differences:
--
++ kdepim-addons.spec ++
--- /var/tmp/diff_new_pack.6wKfIH/_old  2018-03-20 21:42:36.052046149 +0100
+++ /var/tmp/diff_new_pack.6wKfIH/_new  2018-03-20 21:42:36.056046005 +0100
@@ -19,16 +19,18 @@
 %bcond_without lang
 
 Name:   kdepim-addons
-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:Addons for KDEPIM applications
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: Place-events-without-start-date-at-end-date.patch
 BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-import-wizard-devel
 BuildRequires:  akonadi-notes-devel
@@ -93,6 +95,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build -- -DKDEPIMADDONS_BUILD_EXAMPLES=FALSE

++ Place-events-without-start-date-at-end-date.patch ++
>From af23ae70e47d9d7e93c013d107397999df0ecb56 Mon Sep 17 00:00:00 2001
From: Kai Uwe Broulik 
Date: Thu, 11 Jan 2018 13:00:58 +0100
Subject: [EventDataVisitor] Place events without start date at end date

This avoids an infinite loop.
Thanks Dmitry Nezhevenko for investigating.

CHANGELOG: Fixed an issue that would cause Plasma to freeze when there was an 
agenda item with no start date in the calendar

BUG: 367541

Differential Revision: https://phabricator.kde.org/D9811
---
 plugins/plasma/pimeventsplugin/eventdatavisitor.cpp | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp 
b/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp
index 3d24d21..97568ce 100644
--- a/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp
+++ b/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp
@@ -170,6 +170,13 @@ void EventDataVisitor::insertResult(const 
CalendarEvents::EventData &result)
 {
 QDate d = result.startDateTime().date();
 const QDate end = result.endDateTime().date();
+
+// Agenda without start date will be placed at the end (due) date
+if (!d.isValid()) {
+mResults.insert(end, result);
+return;
+}
+
 while (d <= end) {
 mResults.insert(d, result);
 d = d.addDays(1);
-- 
cgit v0.11.2

++ kdepim-addons-17.12.2.tar.xz -> kdepim-addons-17.12.3.tar.xz ++
 1815 lines of diff (skipped)




commit sddm for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "sddm"

Tue Mar 20 21:42:39 2018 rev:30 rq:585771 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2018-03-08 
10:41:31.471844785 +0100
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2018-03-20 
21:42:40.899871665 +0100
@@ -1,0 +2,13 @@
+Fri Mar  9 20:02:50 UTC 2018 - fab...@ritter-vogt.de
+
+- Reorder patches for easier maintainability, needs refresh of:
+  * 0001-Move-Xauthority-to-a-different-location-and-truncate.patch
+  * 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
+  * sddm-relaxed-auth.diff
+- Replace 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
+  with 0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
+- Add patches to fix setting EnableHiDPI in the configuration:
+  * 0001-greeter-Use-Qt-command-line-parser.patch  


   
+  * 0001-Fix-platform-detection-for-EnableHiDPI.patch
+
+---

Old:

  0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch

New:

  0001-Fix-platform-detection-for-EnableHiDPI.patch
  0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
  0001-greeter-Use-Qt-command-line-parser.patch



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.HjtwpZ/_old  2018-03-20 21:42:41.927834666 +0100
+++ /var/tmp/diff_new_pack.HjtwpZ/_new  2018-03-20 21:42:41.931834522 +0100
@@ -27,28 +27,26 @@
 Source1:X11-displaymanagers-%{name}
 Source2:00-general.conf
 Source3:10-theme.conf
-# PATCH-FIX-OPENSUSE 
0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch -- Revert to 
0.13.0 config syntax
-Patch0: 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
-# PATCH-FIX-OPENSUSE proper_pam.diff -- Use openSUSE pam config
-Patch1: proper_pam.diff
-# PATCH-FIX-OPENSUSE
-Patch2: 0001-Write-the-daemon-s-PID-to-a-file-on-startup.patch
-# PATCH-FIX-OPENSUSE sddm-relaxed-auth.diff -- Insert XAUTHLOCALHOSTNAME into 
users enviroment, so the session handles hostname changes with a single X 
instance/run
+# Patch0-100: PATCH-FIX-UPSTREAM
+Patch1: 0001-Don-t-quit-on-SIGHUP.patch
+Patch2: 0001-greeter-Use-Qt-command-line-parser.patch
+Patch3: 0001-Fix-platform-detection-for-EnableHiDPI.patch
+# Patch100-?: PATCH-FIX-OPENSUSE
+# Use openSUSE pam config
+Patch100:   proper_pam.diff
+Patch101:   0001-Write-the-daemon-s-PID-to-a-file-on-startup.patch
+# Insert XAUTHLOCALHOSTNAME into users enviroment, so the session handles 
hostname changes with a single X instance/run
 # related patches: libxcb/bug-262309_xcb-xauthlocalhostname.diff, 
xauth/xauth-tolerant-hostname-changes.diff, 
kdebase4-workspace/kdm-relaxed-auth.diff
-Patch3: sddm-relaxed-auth.diff
-# PATCH-FIX-OPENSUSE
-Patch4: 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
-# PATCH-FIX-OPENSUSE sddm-service-handle-plymouth.patch -- sddm has some 
rudimentary support for plymouth handling, which only works with 
plymouth-quit.service
+Patch102:   sddm-relaxed-auth.diff
+Patch103:   0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
+# sddm has some rudimentary support for plymouth handling, which only works 
with plymouth-quit.service
 # (the servce is not enabled on openSUSE). For users of sddm.service, we need 
to issue plymouth quit command by hand in this case
-Patch5: sddm-service-handle-plymouth.patch
-# PATCH-FIX-UPSTREAM https://github.com/sddm/sddm/pull/987
-Patch6: 0001-Don-t-quit-on-SIGHUP.patch
-# PATCH-FIX-OPENSUSE 0001-Systemd-service-unit-Use-tty7-by-default.patch -- 
Use tty7 by default in the systemd service unit
-Patch8: 0001-Systemd-service-unit-Use-tty7-by-default.patch
-# PATCH-FIX-OPENSUSE
-Patch9: 0001-Move-Xauthority-to-a-different-location-and-truncate.patch
-# PATCH-FIX-OPENSUSE
-Patch18:0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch
+Patch104:   sddm-service-handle-plymouth.patch
+# Use tty7 by default in the systemd service unit
+Patch105:   0001-Systemd-service-unit-Use-tty7-by-default.patch
+Patch106:   0001-Move-Xauthority-to-a-different-location-and-truncate.patch
+Patch107:   0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch
+Patch108:   0

commit syndication for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "syndication"

Tue Mar 20 21:42:27 2018 rev:31 rq:585677 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2018-02-12 
10:06:06.709189118 +0100
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2018-03-20 21:42:30.120259647 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:32 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * None
+
+---

Old:

  syndication-17.12.2.tar.xz

New:

  syndication-17.12.3.tar.xz



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

++ syndication-17.12.2.tar.xz -> syndication-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-17.12.2/CMakeLists.txt 
new/syndication-17.12.3/CMakeLists.txt
--- old/syndication-17.12.2/CMakeLists.txt  2018-01-23 06:45:43.0 
+0100
+++ new/syndication-17.12.3/CMakeLists.txt  2018-02-09 06:51:20.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(SYNDICATION_LIB_VERSION "5.7.2")
+set(SYNDICATION_LIB_VERSION "5.7.3")
 
 project(Syndication VERSION ${SYNDICATION_LIB_VERSION})
 




commit baloo5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "baloo5"

Tue Mar 20 21:42:48 2018 rev:49 rq:586796 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes2018-02-16 
21:27:01.809293336 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes   2018-03-20 
21:42:48.571595543 +0100
@@ -1,0 +2,14 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * balooctl: Remove checkDb option (kde#380465)
+  * indexerconfig: Describe some functions
+  * indexerconfig: Expose canBeSearched function
+  * balooctl monitor: Wait for dbus interface
+  * fileindexerconfig: Introduce canBeSearched()
+
+---

Old:

  baloo-5.43.0.tar.xz

New:

  baloo-5.44.0.tar.xz



Other differences:
--
++ baloo5.spec ++
--- /var/tmp/diff_new_pack.Qf8pgs/_old  2018-03-20 21:42:49.111576108 +0100
+++ /var/tmp/diff_new_pack.Qf8pgs/_new  2018-03-20 21:42:49.111576108 +0100
@@ -17,16 +17,16 @@
 
 
 %bcond_without lang
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   baloo5
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:Framework for searching and managing metadata
-License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
+License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz

++ baloo-5.43.0.tar.xz -> baloo-5.44.0.tar.xz ++
 8012 lines of diff (skipped)




commit attica-qt5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.attica-qt5.new (New)


Package is "attica-qt5"

Tue Mar 20 21:42:43 2018 rev:52 rq:586795 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes2018-02-16 
21:26:54.921541916 +0100
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes   
2018-03-20 21:42:44.723734036 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  attica-5.43.0.tar.xz

New:

  attica-5.44.0.tar.xz



Other differences:
--
++ attica-qt5.spec ++
--- /var/tmp/diff_new_pack.zKe93V/_old  2018-03-20 21:42:45.403709562 +0100
+++ /var/tmp/diff_new_pack.zKe93V/_new  2018-03-20 21:42:45.403709562 +0100
@@ -19,16 +19,16 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   attica-qt5
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:Open Collaboration Service client library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/attica
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz

++ attica-5.43.0.tar.xz -> attica-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.43.0/CMakeLists.txt 
new/attica-5.44.0/CMakeLists.txt
--- old/attica-5.43.0/CMakeLists.txt2018-02-05 09:09:53.0 +0100
+++ new/attica-5.44.0/CMakeLists.txt2018-03-03 10:51:30.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(Attica VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit bluez-qt for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old)
 and  /work/SRC/openSUSE:Factory/.bluez-qt.new (New)


Package is "bluez-qt"

Tue Mar 20 21:42:53 2018 rev:36 rq:586797 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes2018-02-16 
21:27:08.881038117 +0100
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes   2018-03-20 
21:42:54.839369953 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  bluez-qt-5.43.0.tar.xz

New:

  bluez-qt-5.44.0.tar.xz



Other differences:
--
++ bluez-qt.spec ++
--- /var/tmp/diff_new_pack.zAwGQR/_old  2018-03-20 21:42:55.407349511 +0100
+++ /var/tmp/diff_new_pack.zAwGQR/_new  2018-03-20 21:42:55.411349367 +0100
@@ -18,16 +18,16 @@
 
 %define sonum   6
 %define _libname KF5BluezQt
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   bluez-qt
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:Async Bluez wrapper library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/attica
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ bluez-qt-5.43.0.tar.xz -> bluez-qt-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.43.0/CMakeLists.txt 
new/bluez-qt-5.44.0/CMakeLists.txt
--- old/bluez-qt-5.43.0/CMakeLists.txt  2018-02-05 09:09:58.0 +0100
+++ new/bluez-qt-5.44.0/CMakeLists.txt  2018-03-03 10:51:34.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(BluezQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0 NO_MODULE)
+find_package(ECM 5.44.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit karchive for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2018-03-20 21:43:23

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


Package is "karchive"

Tue Mar 20 21:43:23 2018 rev:51 rq:586806 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2018-02-16 
21:29:02.432939235 +0100
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes   2018-03-20 
21:44:47.327321327 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  karchive-5.43.0.tar.xz

New:

  karchive-5.44.0.tar.xz



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.pYYQmH/_old  2018-03-20 21:44:48.039295701 +0100
+++ /var/tmp/diff_new_pack.pYYQmH/_new  2018-03-20 21:44:48.039295701 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Archive5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   karchive
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(zlib)
 Summary:Qt 5 addon providing access to numerous types of archives
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ karchive-5.43.0.tar.xz -> karchive-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.43.0/CMakeLists.txt 
new/karchive-5.44.0/CMakeLists.txt
--- old/karchive-5.43.0/CMakeLists.txt  2018-02-05 09:10:11.0 +0100
+++ new/karchive-5.44.0/CMakeLists.txt  2018-03-03 10:51:46.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KArchive VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit extra-cmake-modules for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-03-20 21:43:02

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new (New)


Package is "extra-cmake-modules"

Tue Mar 20 21:43:02 2018 rev:51 rq:586799 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-02-16 21:28:54.877212085 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-03-20 21:44:40.063582758 +0100
@@ -1,0 +2,16 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Define __ANDROID_API__
+  * Fix readelf command name on x86
+  * Remove obsolete policy settings
+  * Extend search path for NDK dependencies
+  * Set ANDROID in the Android toolchain file
+  * Fix include path for x86 targets
+  * Android toolchain: add ANDROID_COMPILER_PREFIX variable.
+
+---

Old:

  extra-cmake-modules-5.43.0.tar.xz

New:

  extra-cmake-modules-5.44.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.NXreku/_old  2018-03-20 21:44:41.515530500 +0100
+++ /var/tmp/diff_new_pack.NXreku/_new  2018-03-20 21:44:41.519530356 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.43.0.tar.xz -> extra-cmake-modules-5.44.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.43.0/CMakeLists.txt 
new/extra-cmake-modules-5.44.0/CMakeLists.txt
--- old/extra-cmake-modules-5.43.0/CMakeLists.txt   2018-02-03 
13:21:06.0 +0100
+++ new/extra-cmake-modules-5.44.0/CMakeLists.txt   2018-03-03 
10:48:12.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.43.0") # handled by release scripts
+set(VERSION "5.44.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.43.0/toolchain/Android.cmake 
new/extra-cmake-modules-5.44.0/toolchain/Android.cmake
--- old/extra-cmake-modules-5.43.0/toolchain/Android.cmake  2018-02-03 
13:21:06.0 +0100
+++ new/extra-cmake-modules-5.44.0/toolchain/Android.cmake  2018-03-03 
10:48:12.0 +0100
@@ -39,6 +39,9 @@
 # ``ANDROID_TOOLCHAIN``
 # The toolchain to use. See the ``toolchains`` directory of the NDK.
 # Default: ``arm-linux-androideabi``.
+# ``ANDROID_COMPILER_PREFIX``
+# The prefix for the gcc and g++ executables. See the 
``toolchains/$ANDROID_TOOLCHAIN/prebuilt/*/bin/*-gcc`` in the NDK.
+# Default: ``arm-linux-androideabi``.
 # ``ANDROID_ABI``
 # The ABI to use. See the ``sources/cxx-stl/gnu-libstdc++/*/libs``
 # directories in the NDK. Default: ``armeabi-v7a``.
@@ -137,6 +140,7 @@
 set(ANDROID_SDK_ROOT "$ENV{ANDROID_SDK_ROOT}" CACHE path "Android SDK path")
 set(ANDROID_ARCHITECTURE "arm" CACHE string "Used Architecture, related to the 
ABI and TOOLCHAIN")
 set(ANDROID_TOOLCHAIN "arm-linux-androideabi" CACHE string "Used SDK")
+set(ANDROID_COMPILER_PREFIX "arm-linux-androideabi" CACHE string "Prefix for 
gcc/g++/etc")
 set(ANDROID_ABI "armeabi-v7a" CACHE string "Used ABI")
 set(ANDROID_GCC_VERSION "4.9" CACHE string "Used GCC version" )
 set(ANDROID_API_LEVEL "14" CACHE string "Android API Level")
@@ -147,9 +151,6 @@
 
 get_filename_component(_CMAKE_ANDROID_DIR "${CMAKE_TOOLCHAIN_FILE}" PATH)
 
-cmake_policy(SET CMP0011 OLD)
-cmake_policy(SET CMP0017 OLD)
-
 set(CMAKE_SYSROOT
 
"${ANDROID_NDK}/platforms/android-${ANDROID_API_LEVEL}/arch-${ANDROID_ARCHITECTURE}")
 if(NOT EXISTS ${CMAKE_SYSROOT})
@@ -159,11 +160,12 @@
 #actual code
 SET(CMAKE_SYSTEM_NAME Android)
 SET(CMAKE_SYSTEM_VERSION 1)
+SET(ANDROID TRUE)
 
 if (NOT DEFINED ECM_ADDITIONAL_FIND_ROOT_PATH)
 SET(ECM_ADDITIONAL_FIND_ROOT_PATH ${CMAKE_PREFIX_PATH})
 endif()
-SET(CMAKE_FIND_ROOT_PATH ${ANDROID_NDK} ${ECM_ADDITIONAL_FIND_ROOT_PATH})
+SET(CMAKE_FIND_ROOT_PATH ${ANDROID_NDK} ${ANDROID_NDK}/sysroot 
${CMAKE_SYS

commit kbookmarks for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2018-03-20 21:43:32

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


Package is "kbookmarks"

Tue Mar 20 21:43:32 2018 rev:51 rq:586808 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2018-02-16 
21:29:03.588897491 +0100
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes   
2018-03-20 21:44:49.551241285 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kbookmarks-5.43.0.tar.xz

New:

  kbookmarks-5.44.0.tar.xz



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.rOfLhE/_old  2018-03-20 21:44:50.231216811 +0100
+++ /var/tmp/diff_new_pack.rOfLhE/_new  2018-03-20 21:44:50.251216092 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kbookmarks
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -45,7 +45,7 @@
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 Requires:   cmake(Qt5Xml) >= 5.6.0
 Summary:Lets you access and manipulate bookmarks stored using XBEL 
format
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kbookmarks-5.43.0.tar.xz -> kbookmarks-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.43.0/CMakeLists.txt 
new/kbookmarks-5.44.0/CMakeLists.txt
--- old/kbookmarks-5.43.0/CMakeLists.txt2018-02-05 12:57:45.0 
+0100
+++ new/kbookmarks-5.44.0/CMakeLists.txt2018-03-03 11:01:11.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KBookmarks VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.43.0/po/id/kbookmarks5_qt.po 
new/kbookmarks-5.44.0/po/id/kbookmarks5_qt.po
--- old/kbookmarks-5.43.0/po/id/kbookmarks5_qt.po   2018-02-05 
12:57:45.0 +0100
+++ new/kbookmarks-5.44.0/po/id/kbookmarks5_qt.po   2018-03-03 
11:01:11.0 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2018-01-28 19:14+0700\n"
+"PO-Revision-Date: 2018-03-02 22:16+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -167,12 +167,12 @@
 #: kbookmarkimporter_ns.cpp:115
 msgctxt "KNSBookmarkImporterImpl|"
 msgid "HTML Files (*.html)"
-msgstr "File-file HTML (*.html)"
+msgstr "Fail-fail HTML (*.html)"
 
 #: kbookmarkimporter_ns.cpp:119
 msgctxt "KNSBookmarkImporterImpl|"
 msgid "*.html|HTML Files (*.html)"
-msgstr "*.html|File-file HTML (*.html)"
+msgstr "*.html|Fail-fail HTML (*.html)"
 
 #: kbookmarkimporter_ns.cpp:135
 #, qt-format
@@ -191,7 +191,7 @@
 #: kbookmarkimporter_ns.cpp:158
 msgctxt "KNSBookmarkImporterImpl|"
 msgid ""
-msgstr ""
+msgstr ""
 
 #: kbookmarkimporter_ns.cpp:161 kbookmarkimporter_ns.cpp:162
 msgctxt "KNSBookmarkImporterImpl|"
@@ -201,12 +201,12 @@
 #: kbookmarkimporter_opera.cpp:119
 msgctxt "KOperaBookmarkImporterImpl|"
 msgid "Opera Bookmark Files (*.adr)"
-msgstr "File-file Markah Opera (*.adr)"
+msgstr "Fail-fail Markah Opera (*.adr)"
 
 #: kbookmarkimporter_opera.cpp:122
 msgctxt "KOperaBookmarkImporterImpl|"
 msgid "*.adr|Opera Bookmark Files (*.

commit breeze5-icons for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
 and  /work/SRC/openSUSE:Factory/.breeze5-icons.new (New)


Package is "breeze5-icons"

Tue Mar 20 21:42:57 2018 rev:29 rq:586798 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes  
2018-02-16 21:27:16.192774236 +0100
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new/breeze5-icons.changes 
2018-03-20 21:42:58.939222391 +0100
@@ -1,0 +2,15 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Fix inconsistencies in index.theme, detected by scalabletest
+  * remove view-media-playlist from preferences icons
+  * add 24px media-album-cover icon
+  * add Babe QML support (22px)
+  * update handle- icons for kirigami
+  * add 64px media icons for elisa
+
+---

Old:

  breeze-icons-5.43.0.tar.xz

New:

  breeze-icons-5.44.0.tar.xz



Other differences:
--
++ breeze5-icons.spec ++
--- /var/tmp/diff_new_pack.k6YhM3/_old  2018-03-20 21:42:59.483202812 +0100
+++ /var/tmp/diff_new_pack.k6YhM3/_new  2018-03-20 21:42:59.487202668 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   breeze5-icons
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:Breeze icon theme
-License:LGPL-3.0
+License:LGPL-3.0-only
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/breeze-icons-%{version}.tar.xz

++ breeze-icons-5.43.0.tar.xz -> breeze-icons-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.43.0/CMakeLists.txt 
new/breeze-icons-5.44.0/CMakeLists.txt
--- old/breeze-icons-5.43.0/CMakeLists.txt  2018-02-05 09:10:01.0 
+0100
+++ new/breeze-icons-5.44.0/CMakeLists.txt  2018-03-03 10:51:36.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(BreezeIcons VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.43.0/autotests/scalabletest.cpp 
new/breeze-icons-5.44.0/autotests/scalabletest.cpp
--- old/breeze-icons-5.43.0/autotests/scalabletest.cpp  2018-02-05 
09:10:01.0 +0100
+++ new/breeze-icons-5.44.0/autotests/scalabletest.cpp  2018-03-03 
10:51:36.0 +0100
@@ -175,8 +175,8 @@
 QVERIFY(!directoryPaths.isEmpty());
 for (auto directoryPath : directoryPaths) {
 config.beginGroup(directoryPath);
-QVERIFY2(keys.contains(directoryPath+"/Size"),QString("The 
theme's 'Directories' specifies '%1' as directory which appears to"
-   
  " have no associated group entry 
'[%1]'").arg(directoryPath).toLatin1());
+QVERIFY2(keys.contains(directoryPath+"/Size"),QString("The 
theme %1 has an entry 'Directories' which specifies '%2' as directory, but 
there's no"
+   
  " have no associated entry '%2/Size'").arg(themeDir + "/index.theme", 
directoryPath).toLatin1());
 auto dir = QSharedPointer::create(config, themeDir);
 config.endGroup();
 contextHash[dir->context].append(dir);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.43.0/icons/actions/22/handle-left.svg 
new/breeze-icons-5.44.0/icons/actions/22/handle-left.svg
--- old/breeze-icons-5.43.0/icons/actions/22/handle-left.svg2018

commit kcodecs for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcodecs"

Tue Mar 20 21:43:42 2018 rev:51 rq:586810 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2018-02-16 
21:29:06.864779194 +0100
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2018-03-20 
21:44:57.130968481 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kcodecs-5.43.0.tar.xz

New:

  kcodecs-5.44.0.tar.xz



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.GYwiol/_old  2018-03-20 21:44:57.826943432 +0100
+++ /var/tmp/diff_new_pack.GYwiol/_new  2018-03-20 21:44:57.830943288 +0100
@@ -18,16 +18,16 @@
 
 %bcond_without lang
 %define lname   libKF5Codecs5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kcodecs
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:Provides a collection of methods to manipulate strings using 
various encoding
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kcodecs-5.43.0.tar.xz -> kcodecs-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.43.0/CMakeLists.txt 
new/kcodecs-5.44.0/CMakeLists.txt
--- old/kcodecs-5.43.0/CMakeLists.txt   2018-02-05 12:58:02.0 +0100
+++ new/kcodecs-5.44.0/CMakeLists.txt   2018-03-03 11:01:28.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KCodecs VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.43.0/po/id/kcodecs5_qt.po 
new/kcodecs-5.44.0/po/id/kcodecs5_qt.po
--- old/kcodecs-5.43.0/po/id/kcodecs5_qt.po 2018-02-05 12:58:02.0 
+0100
+++ new/kcodecs-5.44.0/po/id/kcodecs5_qt.po 2018-03-03 11:01:28.0 
+0100
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: kcharsets.cpp:169
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.43.0/po/nb/kcodecs5_qt.po 
new/kcodecs-5.44.0/po/nb/kcodecs5_qt.po
--- old/kcodecs-5.43.0/po/nb/kcodecs5_qt.po 2018-02-05 12:58:02.0 
+0100
+++ new/kcodecs-5.44.0/po/nb/kcodecs5_qt.po 2018-03-03 11:01:28.0 
+0100
@@ -26,104 +26,104 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: kcharsets.cpp:168
+#: kcharsets.cpp:169
 msgctxt "KCharsets|@item Text character set"
 msgid "Western European"
 msgstr "Vesteuropeisk"
 
-#: kcharsets.cpp:174
+#: kcharsets.cpp:175
 msgctxt "KCharsets|@item Text character set"
 msgid "Central European"
 msgstr "Sentraleuropeisk"
 
-#: kcharsets.cpp:177
+#: kcharsets.cpp:178
 msgctxt "KCharsets|@item Text character set"
 msgid "Baltic"
 msgstr "Baltisk"
 
-#: kcharsets.cpp:180
+#: kcharsets.cpp:181
 msgctxt "KCharsets|@item Text character set"
 msgid "South-Eastern Europe"
 msgstr "Sørøst-Europa"
 
-#: kcharsets.cpp:183
+#: kcharsets.cpp:184
 msgctxt "KCharsets|@item Text character set"
 msgid "Turkish"
 msgstr "Tyrkisk"
 
-#: kcharsets.cpp:186
+#: kcharsets.cpp:187
 msgctxt "KCharsets|@item Text character set"
 msgid "Cyrillic"
 msgstr "Kyrillisk"
 
-#: kcharsets.cpp:192
+#: kcharsets.cpp:193
 msgctxt "KCharsets|@item Text character set"
 msgid "Chinese Traditional"
 msgstr "Tradisj

commit kcmutils for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcmutils"

Tue Mar 20 21:43:37 2018 rev:50 rq:586809 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2018-02-16 
21:29:05.168840437 +0100
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2018-03-20 
21:44:55.655021602 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kcmutils-5.43.0.tar.xz

New:

  kcmutils-5.44.0.tar.xz



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.Pr5yU8/_old  2018-03-20 21:44:56.382995402 +0100
+++ /var/tmp/diff_new_pack.Pr5yU8/_new  2018-03-20 21:44:56.386995258 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kcmutils
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -46,7 +46,7 @@
 BuildRequires:  cmake(Qt5QuickWidgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:Provides various classes to work with KCModules
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kcmutils-5.43.0.tar.xz -> kcmutils-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.43.0/CMakeLists.txt 
new/kcmutils-5.44.0/CMakeLists.txt
--- old/kcmutils-5.43.0/CMakeLists.txt  2018-02-05 12:57:55.0 +0100
+++ new/kcmutils-5.44.0/CMakeLists.txt  2018-03-03 11:01:20.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KCMUtils VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.43.0/po/de/kcmutils5.po 
new/kcmutils-5.44.0/po/de/kcmutils5.po
--- old/kcmutils-5.43.0/po/de/kcmutils5.po  2018-02-05 12:57:55.0 
+0100
+++ new/kcmutils-5.44.0/po/de/kcmutils5.po  2018-03-03 11:01:20.0 
+0100
@@ -4,7 +4,7 @@
 # Stephan Johach , 2004, 2005, 2006, 2007.
 # Georg Schuster , 2005.
 # Thomas Reitelbach , 2005, 2006, 2007, 2008, 2009.
-# Burkhard Lück , 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Burkhard Lück , 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014, 2018.
 # Frederik Schwarzer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013.
 # Johannes Obermayr , 2010.
 # Panagiotis Papadopoulos , 2010.
@@ -14,14 +14,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-17 03:18+0100\n"
-"PO-Revision-Date: 2014-02-27 08:40+0100\n"
+"PO-Revision-Date: 2018-02-27 13:25+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -513,10 +513,9 @@
 msgstr "Module suchen"
 
 #: kpluginselector.cpp:690
-#, fuzzy, kde-format
-#| msgid "&About"
+#, kde-format
 msgid "About"
-msgstr "Ü&ber"
+msgstr "Über"
 
 #: kpluginselector.cpp:793
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.43.0/po/en_GB/kc

commit kauth for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-03-20 21:43:28

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


Package is "kauth"

Tue Mar 20 21:43:28 2018 rev:55 rq:586807 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-02-16 
21:37:04.547530573 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-03-20 
21:44:48.399282745 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kauth-5.43.0.tar.xz

New:

  kauth-5.44.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.JhQvoj/_old  2018-03-20 21:44:49.075258416 +0100
+++ /var/tmp/diff_new_pack.JhQvoj/_new  2018-03-20 21:44:49.079258272 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kauth
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -38,7 +38,7 @@
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:Framework which lets applications perform actions as a 
privileged user
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kauth-5.43.0.tar.xz -> kauth-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/CMakeLists.txt 
new/kauth-5.44.0/CMakeLists.txt
--- old/kauth-5.43.0/CMakeLists.txt 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/CMakeLists.txt 2018-03-03 11:01:05.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/po/id/kauth5_qt.po 
new/kauth-5.44.0/po/id/kauth5_qt.po
--- old/kauth-5.43.0/po/id/kauth5_qt.po 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/po/id/kauth5_qt.po 2018-03-03 11:01:05.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2018-01-25 21:06+0700\n"
+"PO-Revision-Date: 2018-02-17 19:14+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -67,10 +67,10 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
-"Ujung belakang saat ini hanya memungkinkan otorisasi pembantu, tapi aksi ini "
-"tidak mempunyai pembantu."
+"Backend saat ini hanya memungkinkan otorisasi pembantu, tapi aksi ini tidak "
+"mempunyai pembantu."
 
 #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to authorize"
-msgstr "Ujung belakang tidak menentukan cara otorisasi"
+msgstr "Backend tidak menentukan cara otorisasi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/po/nb/kauth5_qt.po 
new/kauth-5.44.0/po/nb/kauth5_qt.po
--- old/kauth-5.43.0/po/nb/kauth5_qt.po 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/po/nb/kauth5_qt.po 2018-03-03 11:01:05.0 +0100
@@ -26,13 +26,13 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: backends/dbus/DBusHelperProxy.cpp:86
+#: ba

commit kactivities5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kactivities5"

Tue Mar 20 21:43:12 2018 rev:51 rq:586802 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-02-16 21:28:59.545043522 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-03-20 21:44:44.983405687 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kactivities-5.43.0.tar.xz

New:

  kactivities-5.44.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.2B1eVI/_old  2018-03-20 21:44:45.843374736 +0100
+++ /var/tmp/diff_new_pack.2B1eVI/_new  2018-03-20 21:44:45.847374592 +0100
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kactivities5
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:KDE Plasma Activities support
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz

++ kactivities-5.43.0.tar.xz -> kactivities-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.43.0/CMakeLists.txt 
new/kactivities-5.44.0/CMakeLists.txt
--- old/kactivities-5.43.0/CMakeLists.txt   2018-02-05 09:10:06.0 
+0100
+++ new/kactivities-5.44.0/CMakeLists.txt   2018-03-03 10:51:42.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities-stats for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kactivities-stats (Old)
 and  /work/SRC/openSUSE:Factory/.kactivities-stats.new (New)


Package is "kactivities-stats"

Tue Mar 20 21:43:18 2018 rev:23 rq:586804 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes  
2018-02-16 21:29:00.812997734 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities-stats.new/kactivities-stats.changes 
2018-03-20 21:44:46.403354581 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kactivities-stats-5.43.0.tar.xz

New:

  kactivities-stats-5.44.0.tar.xz



Other differences:
--
++ kactivities-stats.spec ++
--- /var/tmp/diff_new_pack.tpIvQQ/_old  2018-03-20 21:44:47.067330684 +0100
+++ /var/tmp/diff_new_pack.tpIvQQ/_new  2018-03-20 21:44:47.067330684 +0100
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5ActivitiesStats1
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kactivities-stats
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:KDE Plasma Activities support
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  System/Libraries
 Url:http://projects.kde.org/kactivities-stats
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-stats-%{version}.tar.xz

++ kactivities-stats-5.43.0.tar.xz -> kactivities-stats-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.43.0/CMakeLists.txt 
new/kactivities-stats-5.44.0/CMakeLists.txt
--- old/kactivities-stats-5.43.0/CMakeLists.txt 2018-02-05 09:10:08.0 
+0100
+++ new/kactivities-stats-5.44.0/CMakeLists.txt 2018-03-03 10:51:44.0 
+0100
@@ -2,8 +2,8 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project (KActivitiesStats VERSION ${KF5_VERSION})
 
 set (REQUIRED_QT_VERSION 5.7.0)
@@ -20,7 +20,7 @@
 
 # Extra CMake stuff
 include (FeatureSummary)
-find_package (ECM 5.43.0  NO_MODULE)
+find_package (ECM 5.44.0  NO_MODULE)
 set_package_properties (ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary (WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit frameworkintegration for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2018-03-20 21:43:07

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


Package is "frameworkintegration"

Tue Mar 20 21:43:07 2018 rev:55 rq:586800 version:5.44.0

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2018-02-16 21:28:58.009098987 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2018-03-20 21:44:43.495459240 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  frameworkintegration-5.43.0.tar.xz

New:

  frameworkintegration-5.44.0.tar.xz



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.Pu20Oc/_old  2018-03-20 21:44:44.167435055 +0100
+++ /var/tmp/diff_new_pack.Pu20Oc/_new  2018-03-20 21:44:44.171434911 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   frameworkintegration
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcursor)
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ frameworkintegration-5.43.0.tar.xz -> frameworkintegration-5.44.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.43.0/CMakeLists.txt 
new/frameworkintegration-5.44.0/CMakeLists.txt
--- old/frameworkintegration-5.43.0/CMakeLists.txt  2018-02-05 
09:10:04.0 +0100
+++ new/frameworkintegration-5.44.0/CMakeLists.txt  2018-03-03 
10:51:39.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.43.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.44.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.43.0/plasma_workspace.notifyrc   2018-02-05 
09:10:04.0 +0100
+++ new/frameworkintegration-5.44.0/plasma_workspace.notifyrc   2018-03-03 
10:51:39.0 +0100
@@ -69,7 +69,7 @@
 Name[he]=אשפה: רוקנה
 Name[hu]=Kuka: kiürítve
 Name[ia]=Corbe: vacuate
-Name[id]=Tempat Sampah: Dikosongkan
+Name[id]=Tong Sampah: Dikosongkan
 Name[it]=Cestino: svuotato
 Name[ko]=휴지통: 비워짐
 Name[lt]=Šiukšlinė: ištuštinta




commit kdesignerplugin for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2018-03-20 21:44:32

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


Package is "kdesignerplugin"

Tue Mar 20 21:44:32 2018 rev:51 rq:586820 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2018-02-16 21:29:48.203286400 +0100
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 
2018-03-20 21:45:19.546161734 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kdesignerplugin-5.43.0.tar.xz

New:

  kdesignerplugin-5.44.0.tar.xz



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.VBQxp7/_old  2018-03-20 21:45:20.738118834 +0100
+++ /var/tmp/diff_new_pack.VBQxp7/_new  2018-03-20 21:45:20.738118834 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.43
+%define _tar_path 5.44
 Name:   kdesignerplugin
-Version:5.43.0
+Version:5.44.0
 Release:0
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
@@ -54,7 +54,7 @@
 Recommends: %{name}-lang = %{version}
 %endif
 Summary:Integrating KDE frameworks widgets with Qt Designer
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kdesignerplugin-5.43.0.tar.xz -> kdesignerplugin-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.43.0/CMakeLists.txt 
new/kdesignerplugin-5.44.0/CMakeLists.txt
--- old/kdesignerplugin-5.43.0/CMakeLists.txt   2018-02-05 12:59:23.0 
+0100
+++ new/kdesignerplugin-5.44.0/CMakeLists.txt   2018-03-03 11:02:55.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.43.0/po/id/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.44.0/po/id/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.43.0/po/id/kdesignerplugin5_qt.po 2018-02-05 
12:59:23.0 +0100
+++ new/kdesignerplugin-5.44.0/po/id/kdesignerplugin5_qt.po 2018-03-03 
11:02:55.0 +0100
@@ -2,37 +2,38 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
-# Wantoyo , 2017.
+# Wantoyo , 2017, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2017-12-11 20:48+0700\n"
+"PO-Revision-Date: 2018-03-03 08:12+0700\n"
 "Last-Translator: Wantoyo \n"
-"Language-Team: Indonesian \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: kgendesignerplugin.cpp:88
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
-msgstr "Bangun plugin widget Qt dari berkas deskripsi gaya ini."
+msgstr "Bangun plugin widget Qt dari fail deskripsi gaya ini."
 
 #: kgendesignerplugin.cpp:95
 msgctxt "main|"
 msgid "Input file."
-msgstr "Berkas masukan."
+msgstr "Fail masukan."
 
 #: kgendesignerplugin.cpp:96
 msgctxt "main|"
 msgid "Output file."
-msgstr "Berkas keluaran."
+msgstr "Fail keluaran."
 
 #: kgendesignerplugin.cpp:97
 msgctxt "main|"
@@ -40,8 +41,8 @@
 "Name of the plugin class to generate (deprecated, use Plugin

  1   2   3   4   >