commit akonadi-calendar for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "akonadi-calendar"

Mon Feb 12 09:57:28 2018 rev:31 rq:574951 version:17.12.2

Changes:

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

Old:

  akonadi-calendar-17.12.1.tar.xz

New:

  akonadi-calendar-17.12.2.tar.xz



Other differences:
--
++ akonadi-calendar.spec ++
--- /var/tmp/diff_new_pack.qo2uaP/_old  2018-02-12 09:57:33.215697408 +0100
+++ /var/tmp/diff_new_pack.qo2uaP/_new  2018-02-12 09:57:33.215697408 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akonadi-calendar
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-calendar-17.12.1.tar.xz -> akonadi-calendar-17.12.2.tar.xz ++
 3277 lines of diff (skipped)




commit akonadi-calendar-tools for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "akonadi-calendar-tools"

Mon Feb 12 09:57:35 2018 rev:15 rq:574952 version:17.12.2

Changes:

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

Old:

  akonadi-calendar-tools-17.12.1.tar.xz

New:

  akonadi-calendar-tools-17.12.2.tar.xz



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.rfLHtk/_old  2018-02-12 09:57:41.959382227 +0100
+++ /var/tmp/diff_new_pack.rfLHtk/_new  2018-02-12 09:57:41.959382227 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akonadi-calendar-tools
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-calendar-tools-17.12.1.tar.xz -> 
akonadi-calendar-tools-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-17.12.1/CMakeLists.txt 
new/akonadi-calendar-tools-17.12.2/CMakeLists.txt
--- old/akonadi-calendar-tools-17.12.1/CMakeLists.txt   2018-01-09 
02:18:17.0 +0100
+++ new/akonadi-calendar-tools-17.12.2/CMakeLists.txt   2018-02-06 
01:41:15.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.1")
+set(KDEPIM_VERSION_NUMBER "5.7.2")
 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.1")
-set(AKONADI_VERSION "5.7.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.1")
-set(CALENDARSUPPORT_LIB_VERSION_LIB "5.7.1")
-set(KCALENDARCORE_LIB_VERSION "5.7.1")
+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(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.1/konsolekalendar/konsolekalendar.desktop 
new/akonadi-calendar-tools-17.12.2/konsolekalendar/konsolekalendar.desktop
--- old/akonadi-calendar-tools-17.12.1/konsolekalendar/konsolekalendar.desktop  
2017-12-31 12:37:40.0 +0100
+++ new/akonadi-calendar-tools-17.12.2/konsolekalendar/konsolekalendar.desktop  
2018-02-02 07:15:26.0 +0100
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=KonsoleKalendar
 Name[af]=Konsole Kalender
-Name[ar]=KonsoleKalendar
+Name[ar]=معراض تقاويمك
 Name[ast]=KonsoleKalendar
 Name[bg]=KonsoleKalendar
 Name[br]=KonsoleKalendar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-17.12.1/po/ar/konsolekalendar.po 
new/akonadi-calendar-tools-17.12.2/po/ar/konsolekalendar.po
--- old/akonadi-calendar-tools-17.12.1/po/ar/konsolekalendar.po 2018-01-09 
02:18:15.0 +0100
+++ new/akonadi-calendar-tools-17.12.2/po/ar/konsolekalendar.po 2018-02-06 
01:41:13.0 +0100
@@ -1,69 +1,70 @@
 # translation of konsolekalendar.po to
+# Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
 # Nuriddin Aminagha , 2003.
 # Hafid BENHADRIA , 2004.
 # Munzir Taha , 2004.
 # Youssef Chahibi , 2007.
-# Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-14 03:26+0200\n"
-"PO-Revision-Date: 2007-10-14 15:55+\n"
-"Last-Translator: Youssef Chahibi \n"
-"Language-Team: \n"
+"PO-Revision-Date: 2018-01-31 11:15+0300\n"
+"Last-Translator: Safa Alfulaij \n"
+"Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n

commit baloo5-widgets for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package baloo5-widgets for openSUSE:Factory 
checked in at 2018-02-12 09:58:30

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


Package is "baloo5-widgets"

Mon Feb 12 09:58:30 2018 rev:30 rq:574964 version:17.12.2

Changes:

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

Old:

  baloo-widgets-17.12.1.tar.xz

New:

  baloo-widgets-17.12.2.tar.xz



Other differences:
--
++ baloo5-widgets.spec ++
--- /var/tmp/diff_new_pack.dIb8D1/_old  2018-02-12 09:58:34.929472853 +0100
+++ /var/tmp/diff_new_pack.dIb8D1/_new  2018-02-12 09:58:34.937472564 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   baloo5-widgets
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ baloo-widgets-17.12.1.tar.xz -> baloo-widgets-17.12.2.tar.xz ++
 1867 lines of diff (skipped)




commit akonadi-import-wizard for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "akonadi-import-wizard"

Mon Feb 12 09:57:48 2018 rev:15 rq:574955 version:17.12.2

Changes:

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

Old:

  akonadi-import-wizard-17.12.1.tar.xz

New:

  akonadi-import-wizard-17.12.2.tar.xz



Other differences:
--
++ akonadi-import-wizard.spec ++
--- /var/tmp/diff_new_pack.p3p1JC/_old  2018-02-12 09:57:50.259083052 +0100
+++ /var/tmp/diff_new_pack.p3p1JC/_new  2018-02-12 09:57:50.267082764 +0100
@@ -20,7 +20,7 @@
 %define lname libKPimImportWizard5
 
 Name:   akonadi-import-wizard
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-import-wizard-17.12.1.tar.xz -> 
akonadi-import-wizard-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-import-wizard-17.12.1/CMakeLists.txt 
new/akonadi-import-wizard-17.12.2/CMakeLists.txt
--- old/akonadi-import-wizard-17.12.1/CMakeLists.txt2018-01-09 
02:18:20.0 +0100
+++ new/akonadi-import-wizard-17.12.2/CMakeLists.txt2018-02-06 
01:41:30.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 project(AkonadiImportWizard VERSION ${PIM_VERSION})
 
 
@@ -40,21 +40,21 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(KMAILTRANSPORT_LIB_VERSION "5.7.1")
-set(AKONADI_VERSION "5.7.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.2")
 
 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.1")
-set(MAILCOMMON_LIB_VERSION_LIB "5.7.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.7.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
+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")
 
 # 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.1/po/ar/akonadiimportwizard.po 
new/akonadi-import-wizard-17.12.2/po/ar/akonadiimportwizard.po
--- old/akonadi-import-wizard-17.12.1/po/ar/akonadiimportwizard.po  
2018-01-09 02:18:19.0 +0100
+++ new/akonadi-import-wizard-17.12.2/po/ar/akonadiimportwizard.po  
2018-02-06 01:41:29.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Safa Alfulaij , 2015.
+# Safa Alfulaij , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:40+0200\n"
-"PO-Revision-Date: 2015-01-10 19:35+0300\n"
+"PO-Revision-Date: 2018-01-30 18:24+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -29,32 +29,31 @@
 msgstr "safa1996alful...@gmail.com"
 
 #: autodetect/widgets/selectprogramlistwidget.cpp:62
-#, fuzzy, kde-format
-#| msgid "No program found"
+#, kde-format
 msgid "No program found."
-msgstr "لم يُعثر على برامج"
+msgstr "لم يُعثر على برامج."
 
 #:

commit akonadi-mime for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "akonadi-mime"

Mon Feb 12 09:57:53 2018 rev:19 rq:574956 version:17.12.2

Changes:

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

Old:

  akonadi-mime-17.12.1.tar.xz

New:

  akonadi-mime-17.12.2.tar.xz



Other differences:
--
++ akonadi-mime.spec ++
--- /var/tmp/diff_new_pack.r4GrSI/_old  2018-02-12 09:57:58.842773641 +0100
+++ /var/tmp/diff_new_pack.r4GrSI/_new  2018-02-12 09:57:58.846773496 +0100
@@ -21,7 +21,7 @@
 %define sonum   5
 %define kf5_version 5.23.0
 Name:   akonadi-mime
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-mime-17.12.1.tar.xz -> akonadi-mime-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-mime-17.12.1/CMakeLists.txt 
new/akonadi-mime-17.12.2/CMakeLists.txt
--- old/akonadi-mime-17.12.1/CMakeLists.txt 2018-01-09 02:18:14.0 
+0100
+++ new/akonadi-mime-17.12.2/CMakeLists.txt 2018-02-06 01:41:07.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 project(Akonadi-Mime VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -23,8 +23,8 @@
 
 
 set(AKONADI_MIME_VERSION ${PIM_VERSION})
-set(AKONADI_VERSION "5.7.1")
-set(KF5_MIME_VERSION "5.7.1")
+set(AKONADI_VERSION "5.7.2")
+set(KF5_MIME_VERSION "5.7.2")
 
 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.1/po/ca/libakonadi-kmime5.po 
new/akonadi-mime-17.12.2/po/ca/libakonadi-kmime5.po
--- old/akonadi-mime-17.12.1/po/ca/libakonadi-kmime5.po 2018-01-09 
02:18:14.0 +0100
+++ new/akonadi-mime-17.12.2/po/ca/libakonadi-kmime5.po 2018-02-06 
01:41:06.0 +0100
@@ -629,107 +629,3 @@
 #, kde-format
 msgid "Permanently delete all messages from the trash folder."
 msgstr "Suprimeix permanentment tots els missatges de la carpeta paperera."
-
-#~ msgid "&Mark Mail as Important"
-#~ msgstr "&Marca el correu com a important"
-
-#~ msgid "&Mark Mail as Action Item"
-#~ msgstr "&Marca el correu com un element d'acció"
-
-#~ msgid "An app that requests LocalFolders"
-#~ msgstr "Una aplicació que demana les carpetes locals"
-
-#~ msgid "Headfetcher"
-#~ msgstr "Obtén les capçaleres"
-
-#~ msgid "header fetching application"
-#~ msgstr "Aplicació que obté les capçaleres"
-
-#~ msgid "Run test on multipart data (default is singlepart)."
-#~ msgstr ""
-#~ "Executa una prova en les dades que consisteixen de múltiples parts (per "
-#~ "omissió és una sola part)."
-
-#~ msgid "IMAP server"
-#~ msgstr "Servidor IMAP"
-
-#~ msgid "Defines the port the IMAP service is running on"
-#~ msgstr "Defineix el port on s'està executant el servei IMAP"
-
-#~ msgid "Username"
-#~ msgstr "Nom d'usuari"
-
-#~ msgid "Defines the encryption type to use"
-#~ msgstr "Defineix el tipus d'encriptatge a usar"
-
-#~ msgid "Defines the authentication type to use"
-#~ msgstr "Defineix el tipus d'autenticació a usar"
-
-#~ msgid "Defines if the server side subscription is enabled"
-#~ msgstr "Defineix si la subscripció de la banda del servidor està habilitada"
-
-#~ msgid "Defines if all the IMAP data should be cached locally all the time"
-#~ msgstr ""
-#~ "Defineix si totes les dades IMAP s'han de desar en la memòria cau local "
-#~ "tot el temps"
-
-#~ msgid "Defines if interval checking is enabled."
-#~ msgstr "Defineix si l'interval de comprovació està habilitat."
-
-#~ msgid "Check interval in minutes"
-#~ msgstr "Interval de comprovació en minuts"
-
-#~ msgid ""
-#~ "Defines if the annotations, ACLs and quota information of mailboxes "
-#~ "should\n"
-#~ " also be retrieved when the mailboxes get listed."
-#~ msgstr ""
-#~ "Defineix si les anotacions, les ACL i la informació de l

commit akregator for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-02-12 09:58:19

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


Package is "akregator"

Mon Feb 12 09:58:19 2018 rev:17 rq:574960 version:17.12.2

Changes:

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

Old:

  akregator-17.12.1.tar.xz

New:

  akregator-17.12.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.S8ps3q/_old  2018-02-12 09:58:24.513848294 +0100
+++ /var/tmp/diff_new_pack.S8ps3q/_new  2018-02-12 09:58:24.513848294 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-17.12.1.tar.xz -> akregator-17.12.2.tar.xz ++
 3033 lines of diff (skipped)




commit akonadi-server for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2018-02-12 09:58:13

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


Package is "akonadi-server"

Mon Feb 12 09:58:13 2018 rev:40 rq:574959 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes
2018-01-17 21:46:32.372263432 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes   
2018-02-12 09:58:14.962192595 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix ItemModifyJob for Item's with only clearPayload flag set
+
+---

Old:

  akonadi-17.12.1.tar.xz

New:

  akonadi-17.12.2.tar.xz



Other differences:
--
++ akonadi-server.spec ++
--- /var/tmp/diff_new_pack.DUz3el/_old  2018-02-12 09:58:15.734164768 +0100
+++ /var/tmp/diff_new_pack.DUz3el/_new  2018-02-12 09:58:15.738164624 +0100
@@ -20,7 +20,7 @@
 
 %define rname   akonadi
 Name:   akonadi-server
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-17.12.1.tar.xz -> akonadi-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.12.1/CMakeLists.txt 
new/akonadi-17.12.2/CMakeLists.txt
--- old/akonadi-17.12.1/CMakeLists.txt  2018-01-09 02:17:22.0 +0100
+++ new/akonadi-17.12.2/CMakeLists.txt  2018-02-06 01:37:37.0 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 project(Akonadi VERSION ${PIM_VERSION})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.12.1/po/ar/akonadi_knut_resource.po 
new/akonadi-17.12.2/po/ar/akonadi_knut_resource.po
--- old/akonadi-17.12.1/po/ar/akonadi_knut_resource.po  2018-01-09 
02:17:21.0 +0100
+++ new/akonadi-17.12.2/po/ar/akonadi_knut_resource.po  2018-02-06 
01:37:36.0 +0100
@@ -3,27 +3,27 @@
 #
 # Seif Abaza , 2009.
 # Zayed Al-Saidi , 2009.
-# Safa Alfulaij , 2015.
+# Safa Alfulaij , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_knut_resource\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-18 03:28+0200\n"
-"PO-Revision-Date: 2015-04-19 19:59+0300\n"
+"PO-Revision-Date: 2018-01-23 14:30+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 
 #: knutresource.cpp:79
 #, kde-format
 msgid "No data file selected."
-msgstr "لا ملفّ بيانات محدّد."
+msgstr "لم يُحدّد ملفّ بيانات."
 
 #: knutresource.cpp:96
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.12.1/po/ca/libakonadi5.po 
new/akonadi-17.12.2/po/ca/libakonadi5.po
--- old/akonadi-17.12.1/po/ca/libakonadi5.po2018-01-09 02:17:21.0 
+0100
+++ new/akonadi-17.12.2/po/ca/libakonadi5.po2018-02-06 01:37:36.0 
+0100
@@ -2491,52 +2491,3 @@
 #, kde-format
 msgid "Unable to find collection %1"
 msgstr "No s'ha pogut trobar la col·lecció %1"
-
-#~ msgctxt "@title:column, number of unread messages"
-#~ msgid "Unread"
-#~ msgstr "Sense llegir"
-
-#~ msgctxt "@title:column, total number of messages"
-#~ msgid "Total"
-#~ msgstr "Total"
-
-#~ msgctxt "@title:column, total size (in bytes) of the collection"
-#~ msgid "Size"
-#~ msgstr "Mida"
-
-#~ msgctxt "@title application description"
-#~ msgid "Akonadi Resource"
-#~ msgstr "Recurs de l'Akonadi"
-
-#~ msgctxt "@label:textbox name of a thing"
-#~ msgid "Name"
-#~ msgstr "Nom"
-
-#~ msgid "Invalid collection specified"
-#~ msgstr "S'ha especificat una col·lecció no vàlida"
-
-#~ msgid "Protocol version %1 found, expected at least %2"
-#~ msgstr "S'ha trobat la versió %1 del protocol, s'esperava com a mínim %2"
-
-#~ msgid "Server protocol version is recent enough."
-#~ msgstr "La versió del protocol del servidor és suficientment recent."
-
-#~ msgid ""
-#~ "The server Protocol version is %1, which equal or newer than the required

commit akonadi-notes for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akonadi-notes for openSUSE:Factory 
checked in at 2018-02-12 09:58:00

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


Package is "akonadi-notes"

Mon Feb 12 09:58:00 2018 rev:19 rq:574957 version:17.12.2

Changes:

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

Old:

  akonadi-notes-17.12.1.tar.xz

New:

  akonadi-notes-17.12.2.tar.xz



Other differences:
--
++ akonadi-notes.spec ++
--- /var/tmp/diff_new_pack.DrEwGa/_old  2018-02-12 09:58:02.366646617 +0100
+++ /var/tmp/diff_new_pack.DrEwGa/_new  2018-02-12 09:58:02.370646473 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-notes
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-notes-17.12.1.tar.xz -> akonadi-notes-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.12.1/CMakeLists.txt 
new/akonadi-notes-17.12.2/CMakeLists.txt
--- old/akonadi-notes-17.12.1/CMakeLists.txt2018-01-09 02:18:13.0 
+0100
+++ new/akonadi-notes-17.12.2/CMakeLists.txt2018-02-06 01:40:57.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(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.1")
-set(AKONADI_VERSION "5.7.1")
+set(KMIMELIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.2")
 
 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.1/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-17.12.2/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-17.12.1/po/zh_CN/akonadinotes5.po 2018-01-09 
02:18:13.0 +0100
+++ new/akonadi-notes-17.12.2/po/zh_CN/akonadinotes5.po 2018-02-06 
01:40:57.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-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit akonadi-contact for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "akonadi-contact"

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

Changes:

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

Old:

  akonadi-contacts-17.12.1.tar.xz

New:

  akonadi-contacts-17.12.2.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.mmMFnL/_old  2018-02-12 09:57:46.387222619 +0100
+++ /var/tmp/diff_new_pack.mmMFnL/_new  2018-02-12 09:57:46.391222475 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-contacts-17.12.1.tar.xz -> akonadi-contacts-17.12.2.tar.xz ++
 5234 lines of diff (skipped)




commit akonadi-search for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akonadi-search for openSUSE:Factory 
checked in at 2018-02-12 09:58:05

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


Package is "akonadi-search"

Mon Feb 12 09:58:05 2018 rev:31 rq:574958 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes
2018-01-17 21:46:26.788524797 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes   
2018-02-12 09:58:09.854376712 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:47:08 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Handle DatabaseModifiedError when querying email contacts (kde#369056)
+  * Handle DatabaseCorruptError exception in ContactCompleter
+
+---

Old:

  akonadi-search-17.12.1.tar.xz

New:

  akonadi-search-17.12.2.tar.xz



Other differences:
--
++ akonadi-search.spec ++
--- /var/tmp/diff_new_pack.qevBsX/_old  2018-02-12 09:58:11.594313995 +0100
+++ /var/tmp/diff_new_pack.qevBsX/_new  2018-02-12 09:58:11.598313850 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akonadi-search
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akonadi-search-17.12.1.tar.xz -> akonadi-search-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.12.1/CMakeLists.txt 
new/akonadi-search-17.12.2/CMakeLists.txt
--- old/akonadi-search-17.12.1/CMakeLists.txt   2018-01-09 02:17:26.0 
+0100
+++ new/akonadi-search-17.12.2/CMakeLists.txt   2018-02-06 01:37:43.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 project(AkonadiSearch VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -27,11 +27,11 @@
 
 set(AKONADISEARCH_VERSION ${PIM_VERSION})
 
-set(AKONADI_VERSION "5.7.1")
-set(AKONADI_MIMELIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
-set(KCALENDARCORE_LIB_VERSION "5.7.1")
-set(KMIME_LIB_VERSION "5.7.1")
+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(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.1/agent/akonadiindexingagent.desktop 
new/akonadi-search-17.12.2/agent/akonadiindexingagent.desktop
--- old/akonadi-search-17.12.1/agent/akonadiindexingagent.desktop   
2017-12-31 12:37:46.0 +0100
+++ new/akonadi-search-17.12.2/agent/akonadiindexingagent.desktop   
2018-02-02 07:15:34.0 +0100
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Akonadi Indexing Agent
-Name[ar]=وسيط أكونادي للفهرسة
+Name[ar]=وسيط «أكونادي» للفهرسة
 Name[ca]=Agent d'indexació de l'Akonadi
 Name[ca@valencia]=Agent d'indexació de l'Akonadi
 Name[cs]=Indexovací agent Akonadi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.12.1/lib/contactcompleter.cpp 
new/akonadi-search-17.12.2/lib/contactcompleter.cpp
--- old/akonadi-search-17.12.1/lib/contactcompleter.cpp 2017-12-31 
12:37:46.0 +0100
+++ new/akonadi-search-17.12.2/lib/contactcompleter.cpp 2018-02-02 
07:15:34.0 +0100
@@ -74,11 +74,20 @@
 QStringList list;
 Xapian::MSetIterator end = mset.end();
 list.reserve(mset.size());
-for (; mit != end; ++mit) {
-std::string str = mit.get_document().get_data();
-const QString entry = QString::fromUtf8(str.c_str(), str.length());
-list << entry;
+Q_FOREVER {
+try {
+for (; mit != end; ++mit) {
+std::string str = mit.get_document().get_data();
+const QString entry = QString::fromUtf8(str.c_str(), 
str.length());
+list << entry;
+}
+return list;
+} catch (const Xapian::DatabaseCorruptError &e) {
+qWarning() << "The emailContacts Xapian database is corrupted:" << 
QString::fromStdString(e.get_description());
+return QStringList();
+} catch (const Xapian::DatabaseModifiedError &e) {
+db.reopen();
+continue; // try again
+}
 }
-
-return list;
 }
diff -urN '

commit ark for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2018-02-12 09:58:26

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


Package is "ark"

Mon Feb 12 09:58:26 2018 rev:86 rq:574962 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2018-01-17 21:46:48.191522961 
+0100
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2018-02-12 
09:58:27.281748523 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:47:13 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * CreateDialog: remove trailing whitespace after last separator
+  * libarchive: check isInterruptionRequested() in copyData()
+
+---

Old:

  ark-17.12.1.tar.xz

New:

  ark-17.12.2.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.x1y8sT/_old  2018-02-12 09:58:28.077719832 +0100
+++ /var/tmp/diff_new_pack.x1y8sT/_new  2018-02-12 09:58:28.081719687 +0100
@@ -21,7 +21,7 @@
 %define SOMAJOR 17
 
 Name:   ark
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ark-17.12.1.tar.xz -> ark-17.12.2.tar.xz ++
 3393 lines of diff (skipped)




commit dolphin for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2018-02-12 09:58:41

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


Package is "dolphin"

Mon Feb 12 09:58:41 2018 rev:37 rq:574971 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2018-01-17 
21:47:06.518665100 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2018-02-12 
09:58:46.861042769 +0100
@@ -1,0 +2,12 @@
+Wed Feb 07 08:47:17 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Let the terminal panel dock to any part of the window (kde#362593)
+  * Folderspanel's context-menu option "Limit to Home Directory" is always 
visible
+  * folderspanel context-menu option "Limit to Home Directory" should be 
always visible
+
+---

Old:

  dolphin-17.12.1.tar.xz

New:

  dolphin-17.12.2.tar.xz



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.vdgv9v/_old  2018-02-12 09:58:47.673013500 +0100
+++ /var/tmp/diff_new_pack.vdgv9v/_new  2018-02-12 09:58:47.677013356 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   dolphin
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ dolphin-17.12.1.tar.xz -> dolphin-17.12.2.tar.xz ++
 7784 lines of diff (skipped)




commit gwenview5 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package gwenview5 for openSUSE:Factory 
checked in at 2018-02-12 09:59:08

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


Package is "gwenview5"

Mon Feb 12 09:59:08 2018 rev:32 rq:574980 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/gwenview5/gwenview5.changes  2018-01-17 
21:47:31.421499442 +0100
+++ /work/SRC/openSUSE:Factory/.gwenview5.new/gwenview5.changes 2018-02-12 
09:59:16.211984794 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:47:23 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Resize top bar in fullscreen view mode on toggling sidebar (kde#387784)
+  * Disable auto saving window size in fullscreen mode
+
+---

Old:

  gwenview-17.12.1.tar.xz

New:

  gwenview-17.12.2.tar.xz



Other differences:
--
++ gwenview5.spec ++
--- /var/tmp/diff_new_pack.aWYqN8/_old  2018-02-12 09:59:17.635933467 +0100
+++ /var/tmp/diff_new_pack.aWYqN8/_new  2018-02-12 09:59:17.639933322 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   gwenview5
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ gwenview-17.12.1.tar.xz -> gwenview-17.12.2.tar.xz ++
 6746 lines of diff (skipped)




commit eventviews for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package eventviews for openSUSE:Factory 
checked in at 2018-02-12 09:58:54

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


Package is "eventviews"

Mon Feb 12 09:58:54 2018 rev:24 rq:574974 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes2018-01-17 
21:47:19.742046136 +0100
+++ /work/SRC/openSUSE:Factory/.eventviews.new/eventviews.changes   
2018-02-12 09:58:57.340665022 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:18 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * timelabels.cpp - fix invalid times when using multiple timezones BUG: 
369365 FIXED-IN: 5.7.2 (kde#369365)
+
+---

Old:

  eventviews-17.12.1.tar.xz

New:

  eventviews-17.12.2.tar.xz



Other differences:
--
++ eventviews.spec ++
--- /var/tmp/diff_new_pack.zCyS6A/_old  2018-02-12 09:58:58.272631429 +0100
+++ /var/tmp/diff_new_pack.zCyS6A/_new  2018-02-12 09:58:58.272631429 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   eventviews
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ eventviews-17.12.1.tar.xz -> eventviews-17.12.2.tar.xz ++
 2307 lines of diff (skipped)




commit incidenceeditor for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package incidenceeditor for openSUSE:Factory 
checked in at 2018-02-12 09:59:20

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


Package is "incidenceeditor"

Mon Feb 12 09:59:20 2018 rev:23 rq:574981 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2018-01-17 21:47:36.885243693 +0100
+++ /work/SRC/openSUSE:Factory/.incidenceeditor.new/incidenceeditor.changes 
2018-02-12 09:59:22.323764492 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:23 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix use-after-free (kde#356053)
+
+---

Old:

  incidenceeditor-17.12.1.tar.xz

New:

  incidenceeditor-17.12.2.tar.xz



Other differences:
--
++ incidenceeditor.spec ++
--- /var/tmp/diff_new_pack.t9U8KS/_old  2018-02-12 09:59:23.003739982 +0100
+++ /var/tmp/diff_new_pack.t9U8KS/_new  2018-02-12 09:59:23.007739838 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   incidenceeditor
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ incidenceeditor-17.12.1.tar.xz -> incidenceeditor-17.12.2.tar.xz ++
 4410 lines of diff (skipped)




commit calendarsupport for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2018-02-12 09:58:36

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


Package is "calendarsupport"

Mon Feb 12 09:58:36 2018 rev:23 rq:574968 version:17.12.2

Changes:

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

Old:

  calendarsupport-17.12.1.tar.xz

New:

  calendarsupport-17.12.2.tar.xz



Other differences:
--
++ calendarsupport.spec ++
--- /var/tmp/diff_new_pack.EEDUeT/_old  2018-02-12 09:58:39.505307913 +0100
+++ /var/tmp/diff_new_pack.EEDUeT/_new  2018-02-12 09:58:39.505307913 +0100
@@ -20,7 +20,7 @@
 
 %define lname libKF5CalendarSupport5
 Name:   calendarsupport
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ calendarsupport-17.12.1.tar.xz -> calendarsupport-17.12.2.tar.xz ++
 4956 lines of diff (skipped)




commit dragonplayer for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Factory 
checked in at 2018-02-12 09:58:49

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


Package is "dragonplayer"

Mon Feb 12 09:58:49 2018 rev:72 rq:574973 version:17.12.2

Changes:

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

Old:

  dragon-17.12.1.tar.xz

New:

  dragon-17.12.2.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.Y6hd46/_old  2018-02-12 09:58:52.108853607 +0100
+++ /var/tmp/diff_new_pack.Y6hd46/_new  2018-02-12 09:58:52.108853607 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   dragonplayer
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ dragon-17.12.1.tar.xz -> dragon-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.1/CMakeLists.txt 
new/dragon-17.12.2/CMakeLists.txt
--- old/dragon-17.12.1/CMakeLists.txt   2018-01-09 01:57:17.0 +0100
+++ new/dragon-17.12.2/CMakeLists.txt   2018-02-06 01:12:35.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 "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/misc/dragonplayer-openaudiocd.desktop 
new/dragon-17.12.2/misc/dragonplayer-openaudiocd.desktop
--- old/dragon-17.12.1/misc/dragonplayer-openaudiocd.desktop2018-01-04 
18:52:15.0 +0100
+++ new/dragon-17.12.2/misc/dragonplayer-openaudiocd.desktop2018-02-03 
00:44:06.0 +0100
@@ -20,6 +20,7 @@
 Name[fr]=Lire le CD audio avec Dragon Player
 Name[gl]=Reproducir un CD de son con Dragon Player
 Name[hu]=Hang CD lejátszása a Dragon Playerrel
+Name[id]=Mainkan Audio CD menggunakan Dragon Player
 Name[it]=Leggi CD Audio con Dragon Player
 Name[ko]=Dragon Player로 오디오 CD 열기
 Name[nb]=Spill lyd-CD med Dragon Player
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.1/misc/dragonplayer-opendvd.desktop 
new/dragon-17.12.2/misc/dragonplayer-opendvd.desktop
--- old/dragon-17.12.1/misc/dragonplayer-opendvd.desktop2018-01-04 
18:52:15.0 +0100
+++ new/dragon-17.12.2/misc/dragonplayer-opendvd.desktop2018-02-03 
00:44:06.0 +0100
@@ -24,6 +24,7 @@
 Name[he]=פתח באמצעות נגן הוידאו (נגן Dragon)
 Name[hu]=Megnyitás videolejátszóval (Dragon Player)
 Name[ia]=Aperi con Video Player (Dragon Player)
+Name[id]=Buka dengan Video Player (Dragon Player)
 Name[is]=Opna með vídeóspilara (Dragon spilarinn)
 Name[it]=Apri con riproduttore video (Dragon Player)
 Name[ja]=動画プレーヤー (Dragon Player) で開く
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.1/misc/dragonplayer_part.desktop 
new/dragon-17.12.2/misc/dragonplayer_part.desktop
--- old/dragon-17.12.1/misc/dragonplayer_part.desktop   2018-01-04 
18:52:15.0 +0100
+++ new/dragon-17.12.2/misc/dragonplayer_part.desktop   2018-02-03 
00:44:06.0 +0100
@@ -21,6 +21,7 @@
 Name[he]=רכיב נגן Dragon
 Name[hu]=Dragon Player objektum
 Name[ia]=Parte de Dragon Player
+Name[id]=Dragon Player Part
 Name[is]=Dragon spilaraeining
 Name[it]=Componente Dragon Player
 Name[ja]=Dragon Player コンポーネント
@@ -72,6 +73,7 @@
 Comment[he]=נגן וידאו מותמע
 Comment[hu]=Beágyazható videolejátszó
 Comment[ia]=Reproductor de Video Insertabile 
+Comment[id]=Pemain Video Dapat Dibenamkan
 Comment[is]=Ígræðanlegur vídeóspilari
 Comment[it]=Lettore video integrabile
 Comment[ja]=埋め込み可能な動画プレーヤー
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-17.12.1/misc/dragonplayer_play_dvd.desktop 
new/dragon

commit grantleetheme for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2018-02-12 09:59:00

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


Package is "grantleetheme"

Mon Feb 12 09:59:00 2018 rev:22 rq:574979 version:17.12.2

Changes:

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

Old:

  grantleetheme-17.12.1.tar.xz

New:

  grantleetheme-17.12.2.tar.xz



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.pmOrWw/_old  2018-02-12 09:59:03.848430446 +0100
+++ /var/tmp/diff_new_pack.pmOrWw/_new  2018-02-12 09:59:03.852430301 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   grantleetheme
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ grantleetheme-17.12.1.tar.xz -> grantleetheme-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-17.12.1/CMakeLists.txt 
new/grantleetheme-17.12.2/CMakeLists.txt
--- old/grantleetheme-17.12.1/CMakeLists.txt2018-01-09 02:20:00.0 
+0100
+++ new/grantleetheme-17.12.2/CMakeLists.txt2018-02-06 01:43:35.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 set(KF5_VERSION "5.39.0")
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-17.12.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-17.12.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-17.12.1/po/zh_CN/libgrantleetheme.po  2018-01-09 
02:20:00.0 +0100
+++ new/grantleetheme-17.12.2/po/zh_CN/libgrantleetheme.po  2018-02-06 
01:43: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-09-12 03:26+0200\n"
-"PO-Revision-Date: 2018-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kaccounts-integration for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2018-02-12 09:59:25

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


Package is "kaccounts-integration"

Mon Feb 12 09:59:25 2018 rev:34 rq:574984 version:17.12.2

Changes:

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

Old:

  kaccounts-integration-17.12.1.tar.xz

New:

  kaccounts-integration-17.12.2.tar.xz



Other differences:
--
++ kaccounts-integration.spec ++
--- /var/tmp/diff_new_pack.42c0BO/_old  2018-02-12 09:59:28.159554138 +0100
+++ /var/tmp/diff_new_pack.42c0BO/_new  2018-02-12 09:59:28.163553994 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaccounts-integration
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kaccounts-integration-17.12.1.tar.xz -> 
kaccounts-integration-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-17.12.1/CMakeLists.txt 
new/kaccounts-integration-17.12.2/CMakeLists.txt
--- old/kaccounts-integration-17.12.1/CMakeLists.txt2018-01-09 
02:17:13.0 +0100
+++ new/kaccounts-integration-17.12.2/CMakeLists.txt2018-02-06 
01:36:08.0 +0100
@@ -10,7 +10,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/ca/kaccounts-integration.po 
new/kaccounts-integration-17.12.2/po/ca/kaccounts-integration.po
--- old/kaccounts-integration-17.12.1/po/ca/kaccounts-integration.po
2018-01-09 02:17:13.0 +0100
+++ new/kaccounts-integration-17.12.2/po/ca/kaccounts-integration.po
2018-02-06 01:36:07.0 +0100
@@ -92,197 +92,3 @@
 #, kde-format
 msgid "Select what services you want to activate"
 msgstr "Seleccioneu els serveis que voleu activar"
-
-#~ msgctxt ""
-#~ "Error message that shows up right after the KCM opens and detects that "
-#~ "the required variables are empty"
-#~ msgid ""
-#~ "It appears your system is not configured properly, please ensure you have "
-#~ "AG_PROVIDERS and/or AG_SERVICES environment variables set correctly, then "
-#~ "restart this configuration module.\n"
-#~ "\n"
-#~ "Please contact your distribution if you're unsure how to proceed."
-#~ msgstr ""
-#~ "Sembla que aquest sistema no està configurat adequadament. Comproveu que "
-#~ "les variables d'entorn AG_PROVIDERS i/o AG_SERVICES estan configurades "
-#~ "correctament, després reinicieu aquests mòdul de configuració.\n"
-#~ "\n"
-#~ "Contacteu amb la distribució si no esteu segur de com fer-ho."
-
-#~ msgid "ownCloud"
-#~ msgstr "ownCloud"
-
-#~ msgid "Password:"
-#~ msgstr "Contrasenya:"
-
-#~ msgid "Username"
-#~ msgstr "Nom d'usuari"
-
-#~ msgid "http://my.owncloudserver.org";
-#~ msgstr "http://my.owncloudserver.org";
-
-#~ msgid "Server"
-#~ msgstr "Servidor"
-
-#~ msgid "JohnDoe"
-#~ msgstr "JoanPruna"
-
-#~ msgid "Unable to authenticate using the provided username and password"
-#~ msgstr ""
-#~ "No s'ha pogut autenticar usant el nom d'usuari i la contrasenya "
-#~ "proporcionats"
-
-#~ msgid "Connecting to:"
-#~ msgstr "S'està connectant a:"
-
-#~ msgid "Contacts"
-#~ msgstr "Contactes"
-
-#~ msgid ""
-#~ "Unable to connect to ownCloud at the given server URL. Please check the "
-#~ "server URL."
-#~ msgstr ""
-#~ "No s'ha pogut connectar amb ownCloud a l'URL del servidor donat. "
-#~ "Verifiqueu l'URL del servidor."
-
-#~ msgid "ownCloud Server"
-#~ msgstr "Servidor ownCloud"
-
-#~ msgid "Everything is Ok"
-#~ msgstr "Tot està bé"
-
-#~ msgid "Information is invalid"
-#~ msgstr "La informació no és vàlida"
-
-#~ msgid "o

commit kaccounts-providers for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2018-02-12 09:59:30

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


Package is "kaccounts-providers"

Mon Feb 12 09:59:30 2018 rev:33 rq:574985 version:17.12.2

Changes:

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

Old:

  kaccounts-providers-17.12.1.tar.xz

New:

  kaccounts-providers-17.12.2.tar.xz



Other differences:
--
++ kaccounts-providers.spec ++
--- /var/tmp/diff_new_pack.SOuPSj/_old  2018-02-12 09:59:31.903419189 +0100
+++ /var/tmp/diff_new_pack.SOuPSj/_new  2018-02-12 09:59:31.907419045 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaccounts-providers
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kaccounts-providers-17.12.1.tar.xz -> kaccounts-providers-17.12.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-17.12.1/CMakeLists.txt 
new/kaccounts-providers-17.12.2/CMakeLists.txt
--- old/kaccounts-providers-17.12.1/CMakeLists.txt  2018-01-09 
02:17:15.0 +0100
+++ new/kaccounts-providers-17.12.2/CMakeLists.txt  2018-02-06 
01:36:10.0 +0100
@@ -4,7 +4,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/plugins/owncloud-ui/package/metadata.desktop 
new/kaccounts-providers-17.12.2/plugins/owncloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-17.12.1/plugins/owncloud-ui/package/metadata.desktop
2018-01-08 06:06:00.0 +0100
+++ 
new/kaccounts-providers-17.12.2/plugins/owncloud-ui/package/metadata.desktop
2018-02-03 00:48:54.0 +0100
@@ -40,6 +40,7 @@
 Comment[ca]=Usa OwnCloud amb KAccounts
 Comment[ca@valencia]=Usa OwnCloud amb KAccounts
 Comment[cs]=Použít ownCloud s KAccounts
+Comment[da]=Brug ownCloud med KAccounts
 Comment[de]=OwnCloud mit KAccounts benutzen
 Comment[el]=Χρήση OwnCloud με KAccounts
 Comment[en_GB]=Use OwnCloud with KAccounts
@@ -55,6 +56,7 @@
 Comment[pt_BR]=Usar OwnCloud com o KAccounts
 Comment[ru]=Доступ к OwnCloud посредством KAccounts
 Comment[sk]=Použiť OwnCloud s KAccounts
+Comment[sl]=Uporabi OwnCloud s KAccounts
 Comment[sr]=Користите Оунклауд са К‑налозима
 Comment[sr@ijekavian]=Користите Оунклауд са К‑налозима
 Comment[sr@ijekavianlatin]=Koristite ownCloud sa K‑nalozima
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-17.12.1/po/ca/kaccounts-providers.po 
new/kaccounts-providers-17.12.2/po/ca/kaccounts-providers.po
--- old/kaccounts-providers-17.12.1/po/ca/kaccounts-providers.po
2018-01-09 02:17:14.0 +0100
+++ new/kaccounts-providers-17.12.2/po/ca/kaccounts-providers.po
2018-02-06 01:36:10.0 +0100
@@ -144,80 +144,3 @@
 #: tmp/twitter-microblog.service.in.h:3 tmp/twitter.provider.in.h:1
 msgid "Twitter"
 msgstr "Twitter"
-
-#~ msgid "org.kde.kaccounts.owncloud"
-#~ msgstr "org.kde.kaccounts.owncloud"
-
-#~ msgid "helper"
-#~ msgstr "ajudant"
-
-#~ msgid "org.kde.kaccounts.UiPlugin"
-#~ msgstr "org.kde.kaccounts.UiPlugin"
-
-#~ msgid "http://";
-#~ msgstr "http://";
-
-#~ msgid "https://";
-#~ msgstr "https://";
-
-#~ msgid "status.php"
-#~ msgstr "status.php"
-
-#~ msgid "Checking for ownCloud instance at"
-#~ msgstr "S'està comprovant la instància d'ownCloud a"
-
-#~ msgid "Received url to figure out:"
-#~ msgstr "S'ha rebut l'URL per descobrir:"
-
-#~ msgid "version"
-#~ msgstr "versió"
-
-#~ msgid "No json"
-#~ msgstr "No json"
-
-#~ msgid "ownCloud appears to be running at the specified URL"
-#~ msgstr "El ownCloud

commit kamera for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2018-02-12 09:59:45

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


Package is "kamera"

Mon Feb 12 09:59:45 2018 rev:89 rq:574992 version:17.12.2

Changes:

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

Old:

  kamera-17.12.1.tar.xz

New:

  kamera-17.12.2.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.pWQcPb/_old  2018-02-12 09:59:48.062836719 +0100
+++ /var/tmp/diff_new_pack.pWQcPb/_new  2018-02-12 09:59:48.066836575 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kamera
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kamera-17.12.1.tar.xz -> kamera-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.12.1/CMakeLists.txt 
new/kamera-17.12.2/CMakeLists.txt
--- old/kamera-17.12.1/CMakeLists.txt   2018-01-09 01:56:19.0 +0100
+++ new/kamera-17.12.2/CMakeLists.txt   2018-02-06 01:09: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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/ca/docs/kcontrol/kamera/index.docbook 
new/kamera-17.12.2/po/ca/docs/kcontrol/kamera/index.docbook
--- old/kamera-17.12.1/po/ca/docs/kcontrol/kamera/index.docbook 2018-01-09 
01:56:19.0 +0100
+++ new/kamera-17.12.2/po/ca/docs/kcontrol/kamera/index.docbook 2018-02-06 
01:09:53.0 +0100
@@ -51,7 +51,7 @@
 >
 
 Feu clic en aquest botó per a seleccionar el model de la càmera i el port al 
que està connectada al vostre ordinador (&pex;, USB, sèrie). Si la càmera no 
figura a la llista de Feu clic en aquest botó per a seleccionar el model de la càmera i el port al 
qual està connectada al vostre ordinador (&pex;, USB, sèrie). Si la càmera no 
figura a la llista de Càmeres reconegudes, aneu al http://www.gphoto.org";
 >lloc web del GPhoto Sayısal Kamera\n"
 "Bu modül sayısal kamera desteğini yapılandırmanızı sağlar.\n"
-"Kamera modelini ve bilgisayara bağlandığı portu seçmeniz gerekmektedir. ("
-"USB, Seri, Firewire).\n"
+"Kamera modelini ve bilgisayara bağlandığı portu seçmeniz gerekmektedir. "
+"(USB, Seri, Firewire).\n"
 "Eğer kameranız Desteklenen Kameralar listesinde görünmüyorsa\n"
 "http://www.gphoto.org\";>GPhoto web sitesini ziyaret edip olası "
 "güncellemere gözatabilirsiniz.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.12.1/po/zh_CN/kcmkamera.po 
new/kamera-17.12.2/po/zh_CN/kcmkamera.po
--- old/kamera-17.12.1/po/zh_CN/kcmkamera.po2018-01-09 01:56:19.0 
+0100
+++ new/kamera-17.12.2/po/zh_CN/kcmkamera.po2018-02-06 01:09:53.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-01-08 18:08-0500\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kaddressbook for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kaddressbook for openSUSE:Factory 
checked in at 2018-02-12 09:59:34

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


Package is "kaddressbook"

Mon Feb 12 09:59:34 2018 rev:16 rq:574986 version:17.12.2

Changes:

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

Old:

  kaddressbook-17.12.1.tar.xz

New:

  kaddressbook-17.12.2.tar.xz



Other differences:
--
++ kaddressbook.spec ++
--- /var/tmp/diff_new_pack.PtIdnm/_old  2018-02-12 09:59:38.923166160 +0100
+++ /var/tmp/diff_new_pack.PtIdnm/_new  2018-02-12 09:59:38.923166160 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaddressbook
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kaddressbook-17.12.1.tar.xz -> kaddressbook-17.12.2.tar.xz ++
 3287 lines of diff (skipped)




commit kcalc for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2018-02-12 09:59:54

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


Package is "kcalc"

Mon Feb 12 09:59:54 2018 rev:81 rq:575005 version:17.12.2

Changes:

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

Old:

  kcalc-17.12.1.tar.xz

New:

  kcalc-17.12.2.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.ngpH3C/_old  2018-02-12 09:59:55.470569707 +0100
+++ /var/tmp/diff_new_pack.ngpH3C/_new  2018-02-12 09:59:55.470569707 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcalc
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalc-17.12.1.tar.xz -> kcalc-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.12.1/CMakeLists.txt 
new/kcalc-17.12.2/CMakeLists.txt
--- old/kcalc-17.12.1/CMakeLists.txt2018-01-09 01:56:49.0 +0100
+++ new/kcalc-17.12.2/CMakeLists.txt2018-02-06 01:10:49.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/ca/kcalc.po 
new/kcalc-17.12.2/po/ca/kcalc.po
--- old/kcalc-17.12.1/po/ca/kcalc.po2018-01-09 01:56:49.0 +0100
+++ new/kcalc-17.12.2/po/ca/kcalc.po2018-02-06 01:10:48.0 +0100
@@ -2047,84 +2047,3 @@
 #, kde-format
 msgid "Avogadro's Number"
 msgstr "Nombre d'Avogadro"
-
-#~ msgid "Numbers"
-#~ msgstr "Números"
-
-#~ msgid "sr"
-#~ msgstr "sr"
-
-#~ msgid "Inverse mode"
-#~ msgstr "Mode invers"
-
-#~ msgid "Inv"
-#~ msgstr "Inv"
-
-#~ msgid "I"
-#~ msgstr "I"
-
-#~ msgid "Science/&Engineering Buttons"
-#~ msgstr "Botons de ciència/&enginyeria"
-
-#~ msgid "&Logic Buttons"
-#~ msgstr "Botons &lògics"
-
-#~ msgid "&Show All"
-#~ msgstr "Mo&stra'ls tots"
-
-#~ msgid "&Hide All"
-#~ msgstr "&Oculta'ls tots"
-
-#~ msgid "Whether to show statistical buttons."
-#~ msgstr "Si mostrar o no els botons d'estadística."
-
-#~ msgid ""
-#~ "Whether to show buttons with functions used in science/engineering,\n"
-#~ "\t like exp, log, sin, etc."
-#~ msgstr ""
-#~ "Si mostrar o no els botons emprats en ciència/enginyeria.\n"
-#~ "\t com exp, log, sin, etc."
-
-#~ msgid "Whether to show logic buttons."
-#~ msgstr "Si mostrar o no els botons de lògica."
-
-#~ msgctxt "Subtract from memory"
-#~ msgid "M-"
-#~ msgstr "M-"
-
-#~ msgid "/"
-#~ msgstr "/"
-
-#~ msgid "X"
-#~ msgstr "×"
-
-#~ msgctxt "- calculator button"
-#~ msgid "-"
-#~ msgstr "-"
-
-#~ msgid "+/-"
-#~ msgstr "+/−"
-
-#~ msgid "Constant of Gravitation"
-#~ msgstr "Constat de la gravitació"
-
-#~ msgid "Fonts"
-#~ msgstr "Tipus de lletra"
-
-#~ msgid "Alt+1"
-#~ msgstr "Alt+1"
-
-#~ msgid "Alt+2"
-#~ msgstr "Alt+2"
-
-#~ msgid "Alt+3"
-#~ msgstr "Alt+3"
-
-#~ msgid "Alt+4"
-#~ msgstr "Alt+4"
-
-#~ msgid "Alt+5"
-#~ msgstr "Alt+5"
-
-#~ msgid "Alt+6"
-#~ msgstr "Alt+6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.12.1/po/ca@valencia/kcalc.po 
new/kcalc-17.12.2/po/ca@valencia/kcalc.po
--- old/kcalc-17.12.1/po/ca@valencia/kcalc.po   2018-01-09 01:56:49.0 
+0100
+++ new/kcalc-17.12.2/po/ca@valencia/kcalc.po   2018-02-06 01:10:48.0 
+0100
@@ -2047,84 +2047,3 @@
 #, kde-format
 msgid "Avogadro's Number"
 msgstr "Nombre d'Avogadro"
-
-#~ msgid "Numbers"
-#~ msgstr "Números"
-
-#~ msgid "sr"
-#~ msgstr "sr"
-
-#~ msgid "Inverse mode"
-#~ msgstr "Mode invers"
-
-#~ msgid "Inv"
-#~ msgstr "Inv"
-
-#~ msgid "I"
-#~ msgstr "I"
-
-#~ msgid "Science/&Engineering Buttons"
-#~ msgstr "Botons de ciència/&enginyeria"
-
-#~ msgid "&Logic Butto

commit kate for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2018-02-12 09:59:49

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


Package is "kate"

Mon Feb 12 09:59:49 2018 rev:92 rq:574996 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2018-01-17 
21:48:15.419439972 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2018-02-12 
09:59:52.146689516 +0100
@@ -1,0 +2,12 @@
+Wed Feb 07 08:47:34 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Revert "Clear konsole command-line before directory change"
+  * Make connection unique to not trigger flood of slot calls.
+  * Fix a couple of regressions in the conversion to modern connect() 
(kde#388752)
+
+---

Old:

  kate-17.12.1.tar.xz

New:

  kate-17.12.2.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.U4LxDe/_old  2018-02-12 09:59:52.998658806 +0100
+++ /var/tmp/diff_new_pack.U4LxDe/_new  2018-02-12 09:59:53.002658662 +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.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kate-17.12.1.tar.xz -> kate-17.12.2.tar.xz ++
 9705 lines of diff (skipped)




commit kalarmcal for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kalarmcal for openSUSE:Factory 
checked in at 2018-02-12 09:59:40

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


Package is "kalarmcal"

Mon Feb 12 09:59:40 2018 rev:30 rq:574989 version:17.12.2

Changes:

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

Old:

  kalarmcal-17.12.1.tar.xz

New:

  kalarmcal-17.12.2.tar.xz



Other differences:
--
++ kalarmcal.spec ++
--- /var/tmp/diff_new_pack.2skge5/_old  2018-02-12 09:59:43.271009441 +0100
+++ /var/tmp/diff_new_pack.2skge5/_new  2018-02-12 09:59:43.275009297 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kalarmcal
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kalarmcal-17.12.1.tar.xz -> kalarmcal-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-17.12.1/CMakeLists.txt 
new/kalarmcal-17.12.2/CMakeLists.txt
--- old/kalarmcal-17.12.1/CMakeLists.txt2018-01-09 02:17:28.0 
+0100
+++ new/kalarmcal-17.12.2/CMakeLists.txt2018-02-06 01:37:47.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KAlarmCal VERSION ${PIM_VERSION})
 
@@ -25,10 +25,10 @@
 
 set(KALARM_LIB_VERSION ${PIM_VERSION})
 
-set(CALENDARCORE_LIB_VERSION "5.7.1")
-set(HOLIDAY_LIB_VERSION "5.7.1")
-set(IDENTITYMANAGER_LIB_VERSION "5.7.1")
-set(AKONADI_LIB_VERSION "5.7.1")
+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")
 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.1/po/ar/libkalarmcal5.po 
new/kalarmcal-17.12.2/po/ar/libkalarmcal5.po
--- old/kalarmcal-17.12.1/po/ar/libkalarmcal5.po2018-01-09 
02:17:27.0 +0100
+++ new/kalarmcal-17.12.2/po/ar/libkalarmcal5.po2018-02-06 
01:37:46.0 +0100
@@ -3,13 +3,13 @@
 # Ahmad M. Zawawi , 2004.
 # Ahmad M. Zawawi , 2004.
 # Youssef Chahibi , 2007.
-# Safa Alfulaij , 2015.
+# Safa Alfulaij , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kalarm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-14 03:26+0200\n"
-"PO-Revision-Date: 2015-01-11 11:47+0300\n"
+"PO-Revision-Date: 2018-01-31 22:51+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -18,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-POOTLE-MTIME: 1381854014.0\n"
 
 #: alarmtext.cpp:519
@@ -55,7 +55,7 @@
 #, kde-format
 msgctxt "@info Todo calendar item's title field"
 msgid "To-do:"
-msgstr ""
+msgstr "المهمّة:"
 
 #: alarmtext.cpp:526
 #, kde-format
@@ -67,7 +67,7 @@
 #, kde-format
 msgctxt "@info Todo calendar item's due date/time"
 msgid "Due:"
-msgstr ""
+msgstr "الاستحقاق:"
 
 #: kacalendar.cpp:166
 #, kde-format
@@ -78,7 +78,7 @@
 #, kde-format
 msgctxt "@info Brief form of 'At Login'"
 msgid "Login"
-msgstr "ولوج"
+msgstr "الولوج"
 
 #: kaevent.cpp:3015
 #, kde-format
@@ -91,11 +91,11 @@
 msgctxt "@info"
 msgid "1 Minute"
 msgid_plural "%1 Minutes"
-msgstr[0] "لا دقائق"
+msgstr[0] "أقلّ من دقيقة"
 msgstr[1] "دقيقة واحدة"
 msgstr[2] "دقيقتان"
 msgstr[3] "%1 دقائق"
-msgstr[4] "%1 دقيقةً"
+msgstr[4] "%1 دقيقة"
 msgstr[5] "%1 دقيقة"
 
 #: kaevent.cpp:3024 kaevent.cpp:3106
@@ -103,25 +103,25 @@
 msgctxt "@info"
 msgid "1 Hour"
 msgid_plural "%1 Hours"
-msgstr[0] "لا ساعات"
+msgstr[0] "أقلّ من ساعة"
 msgstr[1] "ساعة واحدة"
 msgstr[2] "ساعتان"
 msgstr[3] "%1 ساعات"
-msgstr[4] "%1 ساعةً"
+msgstr[4] "%1 ساعة"
 msgstr[5]

commit kcalutils for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kcalutils"

Mon Feb 12 10:00:08 2018 rev:30 rq:575007 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2018-01-17 
21:48:34.806532493 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new/kcalutils.changes 2018-02-12 
10:00:09.898049668 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:43 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kcalutils-17.12.1.tar.xz

New:

  kcalutils-17.12.2.tar.xz



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.lKoKOw/_old  2018-02-12 10:00:11.230001658 +0100
+++ /var/tmp/diff_new_pack.lKoKOw/_new  2018-02-12 10:00:11.230001658 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcalutils
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalutils-17.12.1.tar.xz -> kcalutils-17.12.2.tar.xz ++
 3629 lines of diff (skipped)




commit kcharselect for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kcharselect"

Mon Feb 12 10:00:13 2018 rev:81 rq:575008 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2018-01-17 
21:48:42.514171711 +0100
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2018-02-12 10:00:15.273855897 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:43 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kcharselect-17.12.1.tar.xz

New:

  kcharselect-17.12.2.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.xwsSrv/_old  2018-02-12 10:00:17.093790298 +0100
+++ /var/tmp/diff_new_pack.xwsSrv/_new  2018-02-12 10:00:17.097790154 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcharselect
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcharselect-17.12.1.tar.xz -> kcharselect-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-17.12.1/org.kde.kcharselect.desktop 
new/kcharselect-17.12.2/org.kde.kcharselect.desktop
--- old/kcharselect-17.12.1/org.kde.kcharselect.desktop 2018-01-07 
06:20:10.0 +0100
+++ new/kcharselect-17.12.2/org.kde.kcharselect.desktop 2018-01-23 
06:56:04.0 +0100
@@ -1,7 +1,7 @@
 [Desktop Entry]
 GenericName=Character Selector
 GenericName[af]=Karakter Kiesser
-GenericName[ar]=أداة اختيار الرموز
+GenericName[ar]=منتقي المحارف
 GenericName[ast]=Seleutor de caráuteres
 GenericName[bg]=Избор на знаци
 GenericName[br]=Dibaber arouezenn
@@ -80,7 +80,7 @@
 X-DocPath=kcharselect/index.html
 Name=KCharSelect
 Name[af]=Kcharselect
-Name[ar]=منتقي الحروف ك
+Name[ar]=منتقي محارفك
 Name[ast]=KCharSelect
 Name[bg]=CharSelect
 Name[br]=KCharSelect
@@ -152,6 +152,7 @@
 Name[zh_CN]=KCharSelect
 Name[zh_TW]=KDE 字元選擇
 Comment=Browse all unicode characters
+Comment[ar]=تصفّح كلّ محارف يونيكود
 Comment[ca]=Navega per tots els caràcters Unicode
 Comment[ca@valencia]=Navega per tots els caràcters Unicode
 Comment[cs]=Prohlížení všech znaků unicode
@@ -170,6 +171,7 @@
 Comment[pl]=Przeglądaj wszystkie znaki unikodu
 Comment[pt]=Navegar por todos os caracteres Unicode
 Comment[sk]=Prechádzať všetky unicove znaky
+Comment[sl]=Brskajte po vseh znakih unicode
 Comment[sr]=Прегледање свих уникодских знакова
 Comment[sr@ijekavian]=Прегледање свих уникодских знакова
 Comment[sr@ijekavianlatin]=Pregledanje svih Unicode znakova
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-17.12.1/po/ar/kcharselect.po 
new/kcharselect-17.12.2/po/ar/kcharselect.po
--- old/kcharselect-17.12.1/po/ar/kcharselect.po2018-01-09 
01:56:51.0 +0100
+++ new/kcharselect-17.12.2/po/ar/kcharselect.po2018-02-06 
01:10:52.0 +0100
@@ -7,13 +7,14 @@
 # Youssef Chahibi , 2007.
 # Youness BOUTYOUR , 2008.
 # Zayed Al-Saidi , 2010.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-06 06:52+0200\n"
-"PO-Revision-Date: 2010-07-19 18:45+0400\n"
-"Last-Translator: Zayed Al-Saidi \n"
+"PO-Revision-Date: 2018-01-12 11:32+0300\n"
+"Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
@@ -21,19 +22,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.0\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "محمد جمال, محمد عَصَر, خالد حسنى , فهد السعيدي, يونس بوطيور"
+msgstr "محمد جمال,محمد عَصَر,خالد حسني,فهد السعيدي,يونس بوطيور,صفا الفليج"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
 msgstr ""
-"f2c2...@yahoo.com, a...@arabeyes.org, dr.khaled.ho...@gmail.com, Fahad."
-"alsa...@gmail.com, niceboy...@gmail.com"
+"f2c2...@yahoo.com,a...@arabeyes.org,dr.khaled.ho...@gmail.com,Fahad."
+"alsa...@gmail.com, niceboy...@gmail.com,safa1996alful...@gmail.com"
 
 #: kcharselectdia.cc:127 kcharselectdia.cc:137
 #, kde-f

commit kcalcore for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kcalcore"

Mon Feb 12 10:00:02 2018 rev:29 rq:575006 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes2018-01-17 
21:48:27.646867626 +0100
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2018-02-12 
10:00:04.918229166 +0100
@@ -1,0 +2,13 @@
+Wed Feb 07 08:47:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Remove unused unistd.h include
+  * define strncasecmp and strcasecmp on Windows
+  * Remove strings.h include
+  * icalformat: remove QByteArray->QString->QByteArray roundtrip.
+
+---

Old:

  kcalcore-17.12.1.tar.xz

New:

  kcalcore-17.12.2.tar.xz



Other differences:
--
++ kcalcore.spec ++
--- /var/tmp/diff_new_pack.wPvP7A/_old  2018-02-12 10:00:06.286179857 +0100
+++ /var/tmp/diff_new_pack.wPvP7A/_new  2018-02-12 10:00:06.294179569 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.19.0
 Name:   kcalcore
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalcore-17.12.1.tar.xz -> kcalcore-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-17.12.1/CMakeLists.txt 
new/kcalcore-17.12.2/CMakeLists.txt
--- old/kcalcore-17.12.1/CMakeLists.txt 2017-12-15 10:13:12.0 +0100
+++ new/kcalcore-17.12.2/CMakeLists.txt 2018-01-24 12:46:32.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KCalCore VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-17.12.1/autotests/testfilestorage.cpp 
new/kcalcore-17.12.2/autotests/testfilestorage.cpp
--- old/kcalcore-17.12.1/autotests/testfilestorage.cpp  2017-12-15 
10:13:12.0 +0100
+++ new/kcalcore-17.12.2/autotests/testfilestorage.cpp  2018-01-24 
12:46:32.0 +0100
@@ -22,8 +22,6 @@
 #include "filestorage.h"
 #include "memorycalendar.h"
 
-#include 
-
 #include 
 #include 
 QTEST_MAIN(FileStorageTest)
@@ -68,7 +66,7 @@
 QVERIFY(fs.save());
 QVERIFY(fs.close());
 cal->close();
-unlink("fred.ics");
+QFile::remove(QStringLiteral("fred.ics"));
 }
 
 void FileStorageTest::testSaveLoadSave()
@@ -104,12 +102,12 @@
 Event::Ptr e = 
fs.calendar()->incidence(QStringLiteral("1")).staticCast();
 QVERIFY(e != nullptr);
 QVERIFY(fs.close());
-unlink("fred.ics");
+QFile::remove(QStringLiteral("fred.ics"));
 
 QVERIFY(fs.open());
 QVERIFY(fs.save());
 QVERIFY(fs.close());
-unlink("fred.ics");
+QFile::remove(QStringLiteral("fred.ics"));
 }
 
 void FileStorageTest::testSpecialChars()
@@ -164,5 +162,5 @@
 
 file.close();
 
-unlink("bart.ics");
+file.remove();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-17.12.1/autotests/testicalformat.cpp 
new/kcalcore-17.12.2/autotests/testicalformat.cpp
--- old/kcalcore-17.12.1/autotests/testicalformat.cpp   2017-12-15 
10:13:12.0 +0100
+++ new/kcalcore-17.12.2/autotests/testicalformat.cpp   2018-01-24 
12:46:32.0 +0100
@@ -29,8 +29,6 @@
 #include 
 #include 
 
-#include 
-
 QTEST_MAIN(ICalFormatTest)
 
 using namespace KCalCore;
@@ -101,7 +99,7 @@
 QVERIFY(calendar3->incidences().count() == 1);
 QVERIFY(*calendar3->incidences().at(0) == *event);
 
-unlink("hommer.ics");
+QFile::remove(QStringLiteral("hommer.ics"));
 }
 
 void ICalFormatTest::testVolatileProperties()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-17.12.1/autotests/testmemorycalendar.cpp 
new/kcalcore-17.12.2/autotests/testmemorycalendar.cpp
--- old/kcalcore-17.12.1/autotests/testmemorycalendar.cpp   2017-12-15 
10:13:12.0 +0100
+++ new/kcalcore-17.12.2/autotests/testmemorycalendar.cpp   2018-01-24 
12:46:32.0 +0100
@@ -26,8 +26,6 @@
 
 #include 
 
-#include 
-
 #include 
 #include 
 QTEST_MAIN(MemoryCalendarTest)
@@ -74,7 +72,7 @@
 FileStorage store(cal, QStringLiteral("foo.ics"));
 QVERIFY(store.save());
 cal->close();
-unlink("foo.ics");
+QFile::remove(QStringLiteral("f

commit kcolorchooser for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kcolorchooser"

Mon Feb 12 10:00:19 2018 rev:88 rq:575009 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2018-01-17 21:48:46.897966512 +0100
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2018-02-12 10:00:21.457633004 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:43 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kcolorchooser-17.12.1.tar.xz

New:

  kcolorchooser-17.12.2.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.9NUBdd/_old  2018-02-12 10:00:22.461596817 +0100
+++ /var/tmp/diff_new_pack.9NUBdd/_new  2018-02-12 10:00:22.465596672 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcolorchooser
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcolorchooser-17.12.1.tar.xz -> kcolorchooser-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.12.1/org.kde.kcolorchooser.desktop 
new/kcolorchooser-17.12.2/org.kde.kcolorchooser.desktop
--- old/kcolorchooser-17.12.1/org.kde.kcolorchooser.desktop 2018-01-08 
06:05:44.0 +0100
+++ new/kcolorchooser-17.12.2/org.kde.kcolorchooser.desktop 2018-01-15 
06:15:33.0 +0100
@@ -159,6 +159,7 @@
 Comment[ca]=Selector de colors i editor de la paleta
 Comment[ca@valencia]=Selector de colors i editor de la paleta
 Comment[cs]=Výběr barev a editor palety barev
+Comment[da]=Farvevælger og paletteeditor
 Comment[de]=Farbauswahl und Farbpaletten-Editor
 Comment[el]=Επιλογέας χρωμάτων και επεξεργαστής παλέτας
 Comment[en_GB]=Colour selector and palette editor
@@ -175,6 +176,7 @@
 Comment[pt_BR]=Seletor de cores e editor de paleta
 Comment[ru]=Программа для выбора цвета и редактирования палитры
 Comment[sk]=Výber farby a editor palety
+Comment[sl]=Izbirnik barv in urejevalnik palet
 Comment[sr]=Бирач боја и уређивач палете
 Comment[sr@ijekavian]=Бирач боја и уређивач палете
 Comment[sr@ijekavianlatin]=Birač boja i uređivač palete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.12.1/po/tr/kcolorchooser.po 
new/kcolorchooser-17.12.2/po/tr/kcolorchooser.po
--- old/kcolorchooser-17.12.1/po/tr/kcolorchooser.po2018-01-09 
01:56:20.0 +0100
+++ new/kcolorchooser-17.12.2/po/tr/kcolorchooser.po2018-02-06 
01:09:56.0 +0100
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2016-11-21 03:03+0100\n"
 "PO-Revision-Date: 2017-08-03 12:13+\n"
 "Last-Translator: Mesutcan \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegraphics-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/";
+"language/tr/)\n"
 "Language: tr\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/kcolorchooser-17.12.1/po/zh_CN/kcolorchooser.po 
new/kcolorchooser-17.12.2/po/zh_CN/kcolorchooser.po
--- old/kcolorchooser-17.12.1/po/zh_CN/kcolorchooser.po 2018-01-09 
01:56:20.0 +0100
+++ new/kcolorchooser-17.12.2/po/zh_CN/kcolorchooser.po 2018-02-06 
01:09:56.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-01-08 18:08-0500\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcontacts for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kcontacts"

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

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2018-01-17 
21:48:51.833735657 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2018-02-12 
10:00:28.229388918 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:44 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kcontacts-17.12.1.tar.xz

New:

  kcontacts-17.12.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.aXJzC9/_old  2018-02-12 10:00:29.353348405 +0100
+++ /var/tmp/diff_new_pack.aXJzC9/_new  2018-02-12 10:00:29.353348405 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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

commit kdav for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kdav"

Mon Feb 12 10:00:32 2018 rev:11 rq:575012 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kdav/kdav.changes2018-01-17 
21:48:55.669556250 +0100
+++ /work/SRC/openSUSE:Factory/.kdav.new/kdav.changes   2018-02-12 
10:00:35.673120611 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:44 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kdav-17.12.1.tar.xz

New:

  kdav-17.12.2.tar.xz



Other differences:
--
++ kdav.spec ++
--- /var/tmp/diff_new_pack.TI6RiV/_old  2018-02-12 10:00:36.769081107 +0100
+++ /var/tmp/diff_new_pack.TI6RiV/_new  2018-02-12 10:00:36.773080964 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdav
-Version:17.12.1
+Version:17.12.2
 Release:0
 Summary:DAV protocol implementation
 License:GPL-2.0

++ kdav-17.12.1.tar.xz -> kdav-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-17.12.1/CMakeLists.txt 
new/kdav-17.12.2/CMakeLists.txt
--- old/kdav-17.12.1/CMakeLists.txt 2017-12-15 07:58:55.0 +0100
+++ new/kdav-17.12.2/CMakeLists.txt 2018-01-12 07:12:02.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(libkdav VERSION ${PIM_VERSION})
 




commit kdepim-runtime for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kdepim-runtime"

Mon Feb 12 10:00:53 2018 rev:33 rq:575021 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes
2018-01-17 21:49:19.456443701 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new/kdepim-runtime.changes   
2018-02-12 10:00:57.652328381 +0100
@@ -1,0 +2,12 @@
+Wed Feb 07 08:47:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Maildir: upload empty email bodies as a whitespace
+  * Don't insert invalid google accounts into the access list
+  * Fix duplicated entries in Google Calendar and Tasks resource settings 
dialog
+
+---

Old:

  kdepim-runtime-17.12.1.tar.xz

New:

  kdepim-runtime-17.12.2.tar.xz



Other differences:
--
++ kdepim-runtime.spec ++
--- /var/tmp/diff_new_pack.vi5W30/_old  2018-02-12 10:00:58.424300555 +0100
+++ /var/tmp/diff_new_pack.vi5W30/_new  2018-02-12 10:00:58.428300411 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdepim-runtime
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdepim-runtime-17.12.1.tar.xz -> kdepim-runtime-17.12.2.tar.xz ++
 17669 lines of diff (skipped)




commit kholidays for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2018-02-12 10:01:26

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


Package is "kholidays"

Mon Feb 12 10:01:26 2018 rev:31 rq:575039 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2018-01-17 
21:49:53.982828840 +0100
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2018-02-12 
10:01:27.471253580 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kholidays-17.12.1.tar.xz

New:

  kholidays-17.12.2.tar.xz



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.x0DBta/_old  2018-02-12 10:01:28.475217394 +0100
+++ /var/tmp/diff_new_pack.x0DBta/_new  2018-02-12 10:01:28.479217249 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kholidays
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kholidays-17.12.1.tar.xz -> kholidays-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.12.1/CMakeLists.txt 
new/kholidays-17.12.2/CMakeLists.txt
--- old/kholidays-17.12.1/CMakeLists.txt2018-01-09 02:17:40.0 
+0100
+++ new/kholidays-17.12.2/CMakeLists.txt2018-02-06 01:38:48.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KHolidays VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.12.1/poqm/ca/libkholidays5_qt.po 
new/kholidays-17.12.2/poqm/ca/libkholidays5_qt.po
--- old/kholidays-17.12.1/poqm/ca/libkholidays5_qt.po   2018-01-09 
02:17:38.0 +0100
+++ new/kholidays-17.12.2/poqm/ca/libkholidays5_qt.po   2018-02-06 
01:38:48.0 +0100
@@ -410,74 +410,3 @@
 msgctxt "HolidayRegion|zodiac symbol for Pices"
 msgid "fish"
 msgstr "peix"
-
-#~ msgid "Select to use Holiday Region"
-#~ msgstr "Selecció per utilitzar la regió per als dies festius"
-
-#~ msgid ""
-#~ "Region: %1Language: %2Description: %3"
-#~ msgstr ""
-#~ "Regió: %1Idioma: %2Descripció: %3"
-
-#~ msgid ""
-#~ "You can choose to display the Holiday Region for information only, or "
-#~ "to use the Holiday Region when displaying or calculating days off such as "
-#~ "Public Holidays.  If you choose to use the Holiday Region for Days Off, "
-#~ "then only those Holiday Events marked in the Holiday Region as Days Off "
-#~ "will be used for non-work days, Holiday Events that are not marked in the "
-#~ "Holiday Region as Days Off will continue to be work days."
-#~ msgstr ""
-#~ "Podeu triar entre mostrar la regió per als dies festius només per a la "
-#~ "informació, o utilitzar la regió per als dies festius en mostrar o "
-#~ "calcular els dies no laborables com a festius públics. Si trieu l'ús "
-#~ "d'una regió per als dies festius, només els esdeveniments festius marcats "
-#~ "com a dies festius en la regió de festius s'utilitzaran com a dies no "
-#~ "laborables, els esdeveniments festius que no estiguin marcats en la regió "
-#~ "per als dies festius com a dies festius continuaran sent dies laborables."
-#~ ""
-
-#~ msgctxt "Combobox label, Holiday Region not used"
-#~ msgid "Not Used"
-#~ msgstr "En desús"
-
-#~ msgctxt "Combobox label, use Holiday Region for information only"
-#~ msgid "Information"
-#~ msgstr "Informació"
-
-#~ msgctxt "Combobox label, use Holiday Region for days off"
-#~ msgid "Days Off"
-#~ msgstr "Dies festius"
-
-#~ msgctxt "Header for Select column"
-#~ msgid "Select"
-#~ msgstr "Selecció"
-
-#~ msgid "This column selects to use the Holiday Region"
-#~ msgstr ""
-#~ "Aquesta columna selecciona l'ús de la regió per als dies festius"
-
-#~ msgctxt "Header for Holiday Region column"
-#~ msgid "Region"
-#~ msgstr "Regió"
-
-#~ msgid "This column displays the name of the Holiday Region"
-#~ msgstr ""
-#~ "Aquesta columna mostra el nom de la regió per als dies festius"
-
-#~ msgctxt "Header for Language column"
-#~ msgid "Language"
-#~ msgstr "Idioma"
-
-#~ msgid "This column displays the language of the Holiday Region"
-#~ msgstr ""
-#~ "Aquesta columna mostra l'idioma de la regió per als dies festius"
-
-#~ msgctxt "Header for Description column"
-#~

commit kdialog for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kdialog"

Mon Feb 12 10:00:59 2018 rev:15 rq:575026 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kdialog/kdialog.changes  2018-01-17 
21:49:23.364260926 +0100
+++ /work/SRC/openSUSE:Factory/.kdialog.new/kdialog.changes 2018-02-12 
10:01:03.848105058 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:03 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kdialog-17.12.1.tar.xz

New:

  kdialog-17.12.2.tar.xz



Other differences:
--
++ kdialog.spec ++
--- /var/tmp/diff_new_pack.7jlGmY/_old  2018-02-12 10:01:05.792034990 +0100
+++ /var/tmp/diff_new_pack.7jlGmY/_new  2018-02-12 10:01:05.796034846 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdialog
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdialog-17.12.1.tar.xz -> kdialog-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-17.12.1/po/ca/kdialog.po 
new/kdialog-17.12.2/po/ca/kdialog.po
--- old/kdialog-17.12.1/po/ca/kdialog.po2018-01-09 01:51:56.0 
+0100
+++ new/kdialog-17.12.2/po/ca/kdialog.po2018-02-06 01:01:42.0 
+0100
@@ -401,12 +401,3 @@
 #, kde-format
 msgid "kdialog: could not open file %1"
 msgstr "kdialog: no s'ha pogut obrir el fitxer %1"
-
-#~ msgid "File dialog to open an existing URL"
-#~ msgstr "Diàleg de fitxer per a obrir un URL existent"
-
-#~ msgid "File dialog to save a URL"
-#~ msgstr "Diàleg de fitxer per a desar un URL"
-
-#~ msgid "Icon chooser dialog"
-#~ msgstr "Diàleg per a triar icones"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-17.12.1/po/ca@valencia/kdialog.po 
new/kdialog-17.12.2/po/ca@valencia/kdialog.po
--- old/kdialog-17.12.1/po/ca@valencia/kdialog.po   2018-01-09 
01:51:56.0 +0100
+++ new/kdialog-17.12.2/po/ca@valencia/kdialog.po   2018-02-06 
01:01:42.0 +0100
@@ -402,12 +402,3 @@
 #, kde-format
 msgid "kdialog: could not open file %1"
 msgstr "kdialog: no s'ha pogut obrir el fitxer %1"
-
-#~ msgid "File dialog to open an existing URL"
-#~ msgstr "Diàleg de fitxer per a obrir un URL existent"
-
-#~ msgid "File dialog to save a URL"
-#~ msgstr "Diàleg de fitxer per a desar un URL"
-
-#~ msgid "Icon chooser dialog"
-#~ msgstr "Diàleg per a triar icones"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-17.12.1/po/nn/kdialog.po 
new/kdialog-17.12.2/po/nn/kdialog.po
--- old/kdialog-17.12.1/po/nn/kdialog.po2018-01-09 01:51:57.0 
+0100
+++ new/kdialog-17.12.2/po/nn/kdialog.po2018-02-06 01:01:42.0 
+0100
@@ -8,7 +8,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: 2017-08-13 20:16+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -32,248 +32,248 @@
 msgid "Your emails"
 msgstr "ga...@verdsveven.com,k...@huftis.org"
 
-#: 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 brukast for å visa fine dialogboksar frå skalskript"
 
-#: 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 "Noverande vedlikehaldar"
 
-#: 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.c

commit kgpg for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2018-02-12 10:01:14

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


Package is "kgpg"

Mon Feb 12 10:01:14 2018 rev:82 rq:575036 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2018-01-17 
21:49:41.847396438 +0100
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2018-02-12 
10:01:16.875635491 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:13 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kgpg-17.12.1.tar.xz

New:

  kgpg-17.12.2.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.lnhWlP/_old  2018-02-12 10:01:18.015594401 +0100
+++ /var/tmp/diff_new_pack.lnhWlP/_new  2018-02-12 10:01:18.019594258 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgpg
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kgpg-17.12.1.tar.xz -> kgpg-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-17.12.1/CMakeLists.txt 
new/kgpg-17.12.2/CMakeLists.txt
--- old/kgpg-17.12.1/CMakeLists.txt 2018-01-09 01:56:57.0 +0100
+++ new/kgpg-17.12.2/CMakeLists.txt 2018-02-06 01:11:22.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/ca/kgpg.po 
new/kgpg-17.12.2/po/ca/kgpg.po
--- old/kgpg-17.12.1/po/ca/kgpg.po  2018-01-09 01:56:56.0 +0100
+++ new/kgpg-17.12.2/po/ca/kgpg.po  2018-02-06 01:11:20.0 +0100
@@ -4777,110 +4777,3 @@
 msgctxt "@info"
 msgid "The signature is valid, and the key is ultimately trusted"
 msgstr "La signatura és vàlida i la clau és de confiança absoluta"
-
-#~ msgid "Passphrase for the key was changed"
-#~ msgstr "S'ha canviat la frase de la contrasenya per a la clau"
-
-#~ msgid "Do not Know"
-#~ msgstr "No es coneix"
-
-#~ msgid "Do NOT Trust"
-#~ msgstr "NO és de confiança"
-
-#~ msgid "0"
-#~ msgstr "0"
-
-#~ msgid "Id"
-#~ msgstr "Identificador"
-
-#~ msgctxt "Export a key via email"
-#~ msgid "Email"
-#~ msgstr "Correu electrònic"
-
-#~ msgctxt ""
-#~ "Name of the action that is a search line, shown for example in the "
-#~ "toolbar configuration dialog"
-#~ msgid "Search Line"
-#~ msgstr "Línia de cerca"
-
-#~ msgid ""
-#~ "KGpg - simple gui for gpg\n"
-#~ "\n"
-#~ "KGpg was designed to make gpg very easy to use.\n"
-#~ "I tried to make it as secure as possible.\n"
-#~ "Hope you enjoy it."
-#~ msgstr ""
-#~ "KGpg - un entorn gràfic simple per al gpg\n"
-#~ "\n"
-#~ "El KGpg ha estat dissenyat per a fer que el gpg sigui més senzill "
-#~ "d'usar.\n"
-#~ "Hem intentat fer-lo el més segur possible.\n"
-#~ "Esperem que el gaudiu."
-
-#~ msgid "KGpg"
-#~ msgstr "KGpg"
-
-#~ msgid "(C) 2003 Jean-Baptiste Mardelle"
-#~ msgstr "(C) 2003 Jean-Baptiste Mardelle"
-
-#~ msgctxt "ID: Name "
-#~ msgid "%1: %2 <%3>"
-#~ msgstr "%1: %2 <%3>"
-
-#~ msgctxt "Name : ID"
-#~ msgid "%1 <%2>: %3"
-#~ msgstr "%1 <%2>: %3"
-
-#~ msgid "Keys"
-#~ msgstr "Claus"
-
-#~ msgid "One key imported:"
-#~ msgid_plural "%1 keys imported:"
-#~ msgstr[0] "S'ha importat una clau:"
-#~ msgstr[1] "S'han importat %1 claus:"
-
-#~ msgid "One secret key imported."
-#~ msgid_plural "%1 secret keys imported."
-#~ msgstr[0] "S'ha importat una clau secreta."
-#~ msgstr[1] "S'han importat %1 claus secretes."
-
-#~ msgctxt "Good signature from: NAME , Key ID: HEXID"
-#~ msgid ""
-#~ "Good signature from:%1 <%2>Key ID: %3"
-#~ msgstr ""
-#~ "Signatura correcta de:%1 <%2>Identificador "
-#~ "de la clau: %3"
-
-#~ msgid ""
-#~ "BAD signature from: %1Key id: %2The "
-#~ "file is corrupted"
-#~ msgstr ""
-#~ "Signatura INCORRECTA de: %1Identificador de la "
-#~ "clau: %2El fitxer és corrupte."
-
-#~ msgid "Edit Key Server"
-#~ msgstr "Edició del servidor de claus"
-
-#~ msgctxt "Mark default keyserver in GUI"
-#~ msg

commit khelpcenter5 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2018-02-12 10:01:19

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


Package is "khelpcenter5"

Mon Feb 12 10:01:19 2018 rev:35 rq:575038 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes
2018-01-17 21:49:49.827023216 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2018-02-12 10:01:22.219442878 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  khelpcenter-17.12.1.tar.xz

New:

  khelpcenter-17.12.2.tar.xz



Other differences:
--
++ khelpcenter5.spec ++
--- /var/tmp/diff_new_pack.28f2wb/_old  2018-02-12 10:01:23.331402798 +0100
+++ /var/tmp/diff_new_pack.28f2wb/_new  2018-02-12 10:01:23.335402653 +0100
@@ -22,7 +22,7 @@
 # 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.1
+Version:17.12.2
 Release:0
 Summary:KDE Documentation Application
 License:GPL-2.0+

++ khelpcenter-17.12.1.tar.xz -> khelpcenter-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-17.12.1/plugins/browsercontrolmodules.desktop 
new/khelpcenter-17.12.2/plugins/browsercontrolmodules.desktop
--- old/khelpcenter-17.12.1/plugins/browsercontrolmodules.desktop   
2017-12-20 08:25:23.0 +0100
+++ new/khelpcenter-17.12.2/plugins/browsercontrolmodules.desktop   
2018-02-04 07:02:29.0 +0100
@@ -19,7 +19,7 @@
 Name[hi]=ब्राउज़र विन्यास घटक
 Name[hu]=Böngésző beállítási modulok
 Name[ia]=Modulos pro navigar inter preferentias
-Name[id]=Modul Setelan Peramban
+Name[id]=Modul Setelan Penelusur
 Name[is]=Stillingaeiningar vafra
 Name[it]=Moduli delle impostazioni del browser
 Name[ko]=브라우저 설정 모듈
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-17.12.1/po/ca/docs/fundamentals/ui.docbook 
new/khelpcenter-17.12.2/po/ca/docs/fundamentals/ui.docbook
--- old/khelpcenter-17.12.1/po/ca/docs/fundamentals/ui.docbook  2018-01-09 
01:53:12.0 +0100
+++ new/khelpcenter-17.12.2/po/ca/docs/fundamentals/ui.docbook  2018-02-06 
01:04:42.0 +0100
@@ -110,7 +110,7 @@
 >La barra de menúbarra de menús 
@@ -668,7 +668,7 @@
 >Menú
 Una llista de les seleccions, que usualment realitzen una acció, estableixen 
 >una opció, o obren una finestra. Es poden obrir des de les linkend="visualdict-menubar"
->barres de menúbarres de menús o botons del menú.
@@ -683,7 +683,7 @@
 
 
 Barra de menú
+>Barra de menús
 Es troba a la part superior de gairebé totes les finestres i proporciona 
 >accés a totes les funcions de l'aplicació en execució. Per obtenir més 
 >informació, vegeu .
 
@@ -884,7 +884,7 @@
 >Barra d'eines
 Es troba prop de la part superior de moltes aplicacions, en general 
 >directament sota la barra de menúbarra de menús. Ofereix accés a moltes funcions comunes de l'aplicació en execució, com 
 >Desa o 
 Una barra de menú
+>Una barra de menús
 
 
 Una barra de menúUna barra de menús
 La barra de menú al http://kde.org/applications/graphics/gwenview/";
+>La barra de menús al http://kde.org/applications/graphics/gwenview/";
 >&gwenview;. 
@@ -960,11 +960,11 @@
 
 
 Algunes aplicacions, com el &dolphin;, no mostren una barra de menú per 
omissió. La podeu mostrar prement Algunes aplicacions, com el &dolphin;, no mostren una barra de menús per 
omissió. La podeu mostrar prement &Ctrl;M. També es pot utilitzar per ocultar la barra de menú en les aplicacions que 
admetin fer-ho.
+>. També es pot utilitzar per ocultar la barra de menús en les aplicacions que 
admetin fer-ho.
 
 
  Arranjament Mostra la barra de menúMostra la barra de menús 
 Canvia el mostrar o ocultar la barra de menúCanvia el mostrar o ocultar la barra de menús. Una vegada oculta es pot fer visible utilitzant la drecera action="simul"
 >&Ctrl;M. Si la barra de menú està oculta, el menú contextual s'obrirà fent clic amb 
el &BDR; a qualsevol part de l'àrea de la vista, aquest conté una entrada extra 
Mostra la barra de menú. Si la barra de menús està oculta, el menú contextual s'obrirà fent clic amb 
el &BDR; a qualsevol part de l'àrea de la vista, aque

commit kget for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kget"

Mon Feb 12 10:01:08 2018 rev:61 rq:575034 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2018-01-17 
21:49:36.183661341 +0100
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2018-02-12 
10:01:12.115807055 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:48:08 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * TrayIcon: Explicitly show/hide the main window if requested (kde#389663)
+  * [newTransferDialog] Don't explicitly call checkInput() with KIO 5.42+
+
+---

Old:

  kget-17.12.1.tar.xz

New:

  kget-17.12.2.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.MLK9do/_old  2018-02-12 10:01:13.251766110 +0100
+++ /var/tmp/diff_new_pack.MLK9do/_new  2018-02-12 10:01:13.259765822 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kget
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kget-17.12.1.tar.xz -> kget-17.12.2.tar.xz ++
 24408 lines of diff (skipped)




commit kdepim-apps-libs for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kdepim-apps-libs for 
openSUSE:Factory checked in at 2018-02-12 10:00:48

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


Package is "kdepim-apps-libs"

Mon Feb 12 10:00:48 2018 rev:24 rq:575020 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-apps-libs/kdepim-apps-libs.changes
2018-01-17 21:49:11.748804200 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new/kdepim-apps-libs.changes   
2018-02-12 10:00:49.968605336 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:56 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kdepim-apps-libs-17.12.1.tar.xz

New:

  kdepim-apps-libs-17.12.2.tar.xz



Other differences:
--
++ kdepim-apps-libs.spec ++
--- /var/tmp/diff_new_pack.u7STrs/_old  2018-02-12 10:00:50.716578376 +0100
+++ /var/tmp/diff_new_pack.u7STrs/_new  2018-02-12 10:00:50.724578088 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdepim-apps-libs
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdepim-apps-libs-17.12.1.tar.xz -> kdepim-apps-libs-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-apps-libs-17.12.1/CMakeLists.txt 
new/kdepim-apps-libs-17.12.2/CMakeLists.txt
--- old/kdepim-apps-libs-17.12.1/CMakeLists.txt 2018-01-09 02:20:05.0 
+0100
+++ new/kdepim-apps-libs-17.12.2/CMakeLists.txt 2018-02-06 01:43:43.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 project(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.1")
-set(GRANTLEETHEME_LIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
-set(AKONADICONTACT_LIB_VERSION "5.7.1")
-set(LIBKLEO_LIB_VERSION "5.7.1")
-set(PIMCOMMON_LIB_VERSION "5.7.1")
+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")
 
 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.1/po/ar/libsendlater.po 
new/kdepim-apps-libs-17.12.2/po/ar/libsendlater.po
--- old/kdepim-apps-libs-17.12.1/po/ar/libsendlater.po  2018-01-09 
02:20:04.0 +0100
+++ new/kdepim-apps-libs-17.12.2/po/ar/libsendlater.po  2018-02-06 
01:43:41.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Safa Alfulaij , 2015.
+# Safa Alfulaij , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-22 03:32+0200\n"
-"PO-Revision-Date: 2015-01-10 18:23+0300\n"
+"PO-Revision-Date: 2018-01-31 19:36+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -16,43 +16,43 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: sendlaterdialog.cpp:40
 #, kde-format
 msgctxt "@title:window"
 msgid "Send Later"
-msgstr "أرسل لاحقًا"
+msgstr "الإرسال لاحقًا"
 
 #: sendlaterdialog.cpp:62
 #, kde-format
 msgid "Send Later"
-msgstr "أرسل لاحقًا"
+msgstr "الإرسال لاحقًا"
 
 #: sendlaterdialog.cpp:63
 #, kde-format
 msgid "Delay"
-msgstr ""
+msgstr "أخّر"
 
 #: sendlaterdialog.cpp:79
 #, kde-format
 msgid "Days"
-msgstr ""
+msgstr "يوم"
 
 #: sendlaterdialog.cpp:79
 #, kde-format
 msgid "Weeks"
-msgstr ""
+msgstr "أسبوع"
 
 #: sendlaterdialog.cpp:79
 #, kde-format
 msgid "Months"
-msgstr ""
+msgstr "شهر"
 
 #: sendlaterdialog.cpp:79
 #, kde-format
 msgid "Years"
-msgstr ""
+msgstr "سنة"
 
 #: sendlatertimedatewidget.cpp:47
 #, kde-format
@@ -63,7 +63,7 @@
 #: ui/sendlaterwidget.ui:29
 #, kde-format
 msgid "Send at:"
-msgstr "أرسل عند:"
+msgstr "أرسِل في:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, mRecurrence)
 #: ui/sendlaterwidget.ui:39
diff -urN '--exclude=

commit kdepim-addons for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kdepim-addons"

Mon Feb 12 10:00:43 2018 rev:24 rq:575019 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes  
2018-01-17 21:49:06.649042723 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2018-02-12 10:00:44.784792185 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:47:56 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * it uses https
+  * This service uses https now
+
+---

Old:

  kdepim-addons-17.12.1.tar.xz

New:

  kdepim-addons-17.12.2.tar.xz



Other differences:
--
++ kdepim-addons.spec ++
--- /var/tmp/diff_new_pack.p3eiY7/_old  2018-02-12 10:00:45.932750807 +0100
+++ /var/tmp/diff_new_pack.p3eiY7/_new  2018-02-12 10:00:45.940750519 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdepim-addons
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdepim-addons-17.12.1.tar.xz -> kdepim-addons-17.12.2.tar.xz ++
 8551 lines of diff (skipped)




commit kdenetwork4-filesharing for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kdenetwork4-filesharing"

Mon Feb 12 10:00:38 2018 rev:60 rq:575017 version:17.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
  2018-01-17 21:49:01.509283117 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2018-02-12 10:00:40.100961011 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:45 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kdenetwork-filesharing-17.12.1.tar.xz

New:

  kdenetwork-filesharing-17.12.2.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.B3okcg/_old  2018-02-12 10:00:40.920931455 +0100
+++ /var/tmp/diff_new_pack.B3okcg/_new  2018-02-12 10:00:40.924931311 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdenetwork4-filesharing
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdenetwork-filesharing-17.12.1.tar.xz -> 
kdenetwork-filesharing-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdenetwork-filesharing-17.12.1/po/ca/kfileshare.po 
new/kdenetwork-filesharing-17.12.2/po/ca/kfileshare.po
--- old/kdenetwork-filesharing-17.12.1/po/ca/kfileshare.po  2018-01-09 
02:16:20.0 +0100
+++ new/kdenetwork-filesharing-17.12.2/po/ca/kfileshare.po  2018-02-06 
01:34:22.0 +0100
@@ -87,10 +87,3 @@
 #, kde-format
 msgid "Allow Guests"
 msgstr "Permet convidats"
-
-#~ msgid ""
-#~ "Samba could not be installed.Please, check if "
-#~ "kpackagekit is properly installed"
-#~ msgstr ""
-#~ "No s'ha pogut iniciar el Samba.Comproveu que "
-#~ "el kpackagekit estigui correctament instal·lat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-17.12.1/po/ca@valencia/kfileshare.po 
new/kdenetwork-filesharing-17.12.2/po/ca@valencia/kfileshare.po
--- old/kdenetwork-filesharing-17.12.1/po/ca@valencia/kfileshare.po 
2018-01-09 02:16:20.0 +0100
+++ new/kdenetwork-filesharing-17.12.2/po/ca@valencia/kfileshare.po 
2018-02-06 01:34:22.0 +0100
@@ -87,10 +87,3 @@
 #, kde-format
 msgid "Allow Guests"
 msgstr "Permet convidats"
-
-#~ msgid ""
-#~ "Samba could not be installed.Please, check if "
-#~ "kpackagekit is properly installed"
-#~ msgstr ""
-#~ "No s'ha pogut iniciar el Samba.Comproveu que "
-#~ "el kpackagekit estigui correctament instal·lat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdenetwork-filesharing-17.12.1/po/tr/kfileshare.po 
new/kdenetwork-filesharing-17.12.2/po/tr/kfileshare.po
--- old/kdenetwork-filesharing-17.12.1/po/tr/kfileshare.po  2018-01-09 
02:16:20.0 +0100
+++ new/kdenetwork-filesharing-17.12.2/po/tr/kfileshare.po  2018-02-06 
01:34:22.0 +0100
@@ -16,8 +16,8 @@
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
 "PO-Revision-Date: 2017-06-29 09:31+\n"
 "Last-Translator: Mete \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdenetwork-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdenetwork-k-tr/";
+"language/tr/)\n"
 "Language: tr\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/kdenetwork-filesharing-17.12.1/po/zh_CN/kfileshare.po 
new/kdenetwork-filesharing-17.12.2/po/zh_CN/kfileshare.po
--- old/kdenetwork-filesharing-17.12.1/po/zh_CN/kfileshare.po   2018-01-09 
02:16:20.0 +0100
+++ new/kdenetwork-filesharing-17.12.2/po/zh_CN/kfileshare.po   2018-02-06 
01:34:22.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-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kidentitymanagement for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2018-02-12 10:01:34

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


Package is "kidentitymanagement"

Mon Feb 12 10:01:34 2018 rev:29 rq:575040 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2018-01-17 21:50:04.030358897 +0100
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes 
2018-02-12 10:01:40.182795406 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kidentitymanagement-17.12.1.tar.xz

New:

  kidentitymanagement-17.12.2.tar.xz



Other differences:
--
++ kidentitymanagement.spec ++
--- /var/tmp/diff_new_pack.iLkl0c/_old  2018-02-12 10:01:41.642742784 +0100
+++ /var/tmp/diff_new_pack.iLkl0c/_new  2018-02-12 10:01:41.646742639 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kidentitymanagement
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kidentitymanagement-17.12.1.tar.xz -> kidentitymanagement-17.12.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-17.12.1/CMakeLists.txt 
new/kidentitymanagement-17.12.2/CMakeLists.txt
--- old/kidentitymanagement-17.12.1/CMakeLists.txt  2018-01-09 
02:17:42.0 +0100
+++ new/kidentitymanagement-17.12.2/CMakeLists.txt  2018-02-06 
01:38:53.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KIdentityManagement VERSION ${PIM_VERSION})
 
@@ -24,7 +24,7 @@
 
 
 set(KIDENTITYMANAGEMENT_LIB_VERSION ${PIM_VERSION})
-set(PIMTEXTEDIT_LIB_VERSION "5.7.1")
+set(PIMTEXTEDIT_LIB_VERSION "5.7.2")
 
 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.1/po/ar/libkpimidentities5.po 
new/kidentitymanagement-17.12.2/po/ar/libkpimidentities5.po
--- old/kidentitymanagement-17.12.1/po/ar/libkpimidentities5.po 2018-01-09 
02:17:41.0 +0100
+++ new/kidentitymanagement-17.12.2/po/ar/libkpimidentities5.po 2018-02-06 
01:38:52.0 +0100
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Youssef Chahibi , 2007.
-# Safa Alfulaij , ٢٠١٦.
+# Safa Alfulaij , ٢٠١٦, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkpimidentities\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-25 05:47+0200\n"
-"PO-Revision-Date: ٢٠١٦-٠٢-١٠ ٠٠:١٧+0300\n"
+"PO-Revision-Date: 2018-01-30 18:08+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -23,7 +23,7 @@
 #, kde-format
 msgctxt "use default address from control center"
 msgid "Default"
-msgstr "الافتراضيّ"
+msgstr "المبدئيّ"
 
 #: identitymanager.cpp:203
 #, kde-format
@@ -59,13 +59,13 @@
 "Check this box if you want KMail to append a signature to mails written with "
 "this identity."
 msgstr ""
-"أشّر على هذا المربّع إن أردت ل‍«بريدك» إلحاق توقيع إلى الرّسائل المكتوبة بهذه 
"
+"أشّر على هذا المربّع إن أردت أن يُلحق «بريدك» توقيعًا بالرّسائل المكتوبة بهذه 
"
 "الهويّة."
 
 #: signatureconfigurator.cpp:124
 #, kde-format
 msgid "Click on the widgets below to obtain help on the input methods."
-msgstr ""
+msgstr "انقر على الودجات أدناه لترى مساعدة لطرق الدّخل."
 
 #: signatureconfigurator.cpp:128
 #, kde-format
@@ -106,6 +106,8 @@
 "Use this requester to specify a text file that contains your signature. It "
 "will be read every time you create a new mail or append a new signature."
 msgstr ""
+"استخدم أداة الطّلب ههذ لتحديد ملفّ نصّيّ يحتوي التّوقيع. سيُقرأ الملفّ في كلّ 
مرّة "
+"تُنشئ فيها بريدًا جديدًا أو تُلحق توقيعًا جديدًا."
 
 #: signatureconfigurator.cpp:235
 #, kde-format
@@ -131,6 +133,10 @@
 "signature. Usual commands for use with this mechanism are \"fortune\" or "
 "\"ksig -random\"."
 msgstr ""
+"يمكنك إضافة أمر اعتباطيّ هنا، إمّا مع أو بدون المسار وذلك حسب كون الأمر في "
+"المسار من عدمه. سينفّذ 

commit kmail for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kmail"

Mon Feb 12 10:02:24 2018 rev:17 rq:575057 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmail/kmail.changes  2018-01-17 
21:50:40.836637383 +0100
+++ /work/SRC/openSUSE:Factory/.kmail.new/kmail.changes 2018-02-12 
10:02:28.477054703 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:27 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix Bug 388953 - Apply filters on folder doesn't work anymore (kde#388953)
+
+---

Old:

  kmail-17.12.1.tar.xz

New:

  kmail-17.12.2.tar.xz



Other differences:
--
++ kmail.spec ++
--- /var/tmp/diff_new_pack.9nNjbN/_old  2018-02-12 10:02:29.737009289 +0100
+++ /var/tmp/diff_new_pack.9nNjbN/_new  2018-02-12 10:02:29.741009145 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.35.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmail-17.12.1.tar.xz -> kmail-17.12.2.tar.xz ++
 14814 lines of diff (skipped)




commit kio-extras5 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2018-02-12 10:02:06

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


Package is "kio-extras5"

Mon Feb 12 10:02:06 2018 rev:53 rq:575047 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2018-01-17 
21:50:24.113419568 +0100
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2018-02-12 10:02:09.293746137 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:20 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kio-extras-17.12.1.tar.xz

New:

  kio-extras-17.12.2.tar.xz



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.pdLbiV/_old  2018-02-12 10:02:10.485703174 +0100
+++ /var/tmp/diff_new_pack.pdLbiV/_new  2018-02-12 10:02:10.489703031 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio-extras5
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kio-extras-17.12.1.tar.xz -> kio-extras-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-17.12.1/CMakeLists.txt 
new/kio-extras-17.12.2/CMakeLists.txt
--- old/kio-extras-17.12.1/CMakeLists.txt   2018-01-09 02:16:39.0 
+0100
+++ new/kio-extras-17.12.2/CMakeLists.txt   2018-02-06 01:34:44.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
 
new/kio-extras-17.12.2/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
--- 
old/kio-extras-17.12.1/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
  2018-01-04 19:06:02.0 +0100
+++ 
new/kio-extras-17.12.2/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
  2018-02-04 07:04:40.0 +0100
@@ -18,6 +18,7 @@
 Name[gl]=Complemento para ligar ficheiros con actividades
 Name[hu]=Fájl-aktivitás összekötő bővítmény
 Name[ia]=File a activitate ligante plugin
+Name[id]=Fie untuk aktifitas penautan plugin
 Name[is]=Tengiviðbót fyrir skrá-í-virkni
 Name[it]=Estensione di collegamento tra file e attività
 Name[km]=ឯកសារ​ទៅ​កម្មវិធី​ជំនួយ​​កំណត់​ជួរ​សកម្មភាព
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-17.12.1/filenamesearch/kded/filenamesearchmodule.desktop 
new/kio-extras-17.12.2/filenamesearch/kded/filenamesearchmodule.desktop
--- old/kio-extras-17.12.1/filenamesearch/kded/filenamesearchmodule.desktop 
2018-01-04 19:06:02.0 +0100
+++ new/kio-extras-17.12.2/filenamesearch/kded/filenamesearchmodule.desktop 
2018-02-04 07:04:40.0 +0100
@@ -25,6 +25,7 @@
 Name[gl]=Actualizador do cartafol de busca
 Name[hu]=Keresésimappa-frissítő
 Name[ia]=Actualisator de dossier de cerca
+Name[id]=Pembaru Pencarian Folder
 Name[it]=Strumento di aggiornamento delle cartelle di ricerca
 Name[ko]=검색 폴더 업데이트 도구
 Name[nb]=Søkemappe-oppdatering
@@ -62,6 +63,7 @@
 Comment[gl]=Permite actualizar automaticamente os cartafoles de busca.
 Comment[hu]=Lehetővé teszi a Keresési mappák automatikus frissítését
 Comment[ia]=Permitte actualisationes automatic de Dossieres de cerca
+Comment[id]=Memperkenankan pembaruan otomatis untuk Pencarian Folder
 Comment[it]=Consente aggiornamenti automatici delle cartelle di ricerca
 Comment[ko]=검색 폴더 자동 업데이트 허용
 Comment[nb]=Tillater automatisk oppdatering av søkemapper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-17.12.1/fish/fish.protocol 
new/kio-extras-17.12.2/fish/fish.protocol
--- old/kio-extras-17.12.1/fish/fish.protocol   2018-01-04 19:06:02.0 
+0100
+++ new/kio-extras-17.12.2/fish/fish.protocol   2018-02-04 07:04:40.0 
+0100
@@ -

commit kimap for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2018-02-12 10:01:45

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


Package is "kimap"

Mon Feb 12 10:01:45 2018 rev:29 rq:575045 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2018-01-17 
21:50:11.254021031 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2018-02-12 
10:01:52.690344586 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:19 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kimap-17.12.1.tar.xz

New:

  kimap-17.12.2.tar.xz



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.tCnhpc/_old  2018-02-12 10:01:56.590204020 +0100
+++ /var/tmp/diff_new_pack.tCnhpc/_new  2018-02-12 10:01:56.602203587 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kimap
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kimap-17.12.1.tar.xz -> kimap-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-17.12.1/CMakeLists.txt 
new/kimap-17.12.2/CMakeLists.txt
--- old/kimap-17.12.1/CMakeLists.txt2018-01-09 02:17:44.0 +0100
+++ new/kimap-17.12.2/CMakeLists.txt2018-02-06 01:39:01.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -27,7 +27,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.7.1")
+set(KMIME_LIBS_VERSION "5.7.2")
 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.1/po/ca/libkimap5.po 
new/kimap-17.12.2/po/ca/libkimap5.po
--- old/kimap-17.12.1/po/ca/libkimap5.po2018-01-09 02:17:43.0 
+0100
+++ new/kimap-17.12.2/po/ca/libkimap5.po2018-02-06 01:39:01.0 
+0100
@@ -271,9 +271,3 @@
 #, kde-format
 msgid "Unsubscribe"
 msgstr "Cancel·la la subscripció"
-
-#~ msgid "SetAnnotation"
-#~ msgstr "EstableixAnotació"
-
-#~ msgid "Mock"
-#~ msgstr "Simula"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-17.12.1/po/ca@valencia/libkimap5.po 
new/kimap-17.12.2/po/ca@valencia/libkimap5.po
--- old/kimap-17.12.1/po/ca@valencia/libkimap5.po   2018-01-09 
02:17:43.0 +0100
+++ new/kimap-17.12.2/po/ca@valencia/libkimap5.po   2018-02-06 
01:39:01.0 +0100
@@ -271,9 +271,3 @@
 #, kde-format
 msgid "Unsubscribe"
 msgstr "Cancel·la la subscripció"
-
-#~ msgid "SetAnnotation"
-#~ msgstr "EstableixAnotació"
-
-#~ msgid "Mock"
-#~ msgstr "Simula"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-17.12.1/po/zh_CN/libkimap5.po 
new/kimap-17.12.2/po/zh_CN/libkimap5.po
--- old/kimap-17.12.1/po/zh_CN/libkimap5.po 2018-01-09 02:17:44.0 
+0100
+++ new/kimap-17.12.2/po/zh_CN/libkimap5.po 2018-02-06 01:39:01.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-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kio_audiocd for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2018-02-12 10:01:59

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


Package is "kio_audiocd"

Mon Feb 12 10:01:59 2018 rev:73 rq:575046 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2018-01-17 
21:50:18.957660714 +0100
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2018-02-12 10:02:04.513918420 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:19 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  audiocd-kio-17.12.1.tar.xz

New:

  audiocd-kio-17.12.2.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.aBLzfy/_old  2018-02-12 10:02:05.377887279 +0100
+++ /var/tmp/diff_new_pack.aBLzfy/_new  2018-02-12 10:02:05.377887279 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio_audiocd
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ audiocd-kio-17.12.1.tar.xz -> audiocd-kio-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-17.12.1/po/ca/docs/kioslave5/audiocd/index.docbook 
new/audiocd-kio-17.12.2/po/ca/docs/kioslave5/audiocd/index.docbook
--- old/audiocd-kio-17.12.1/po/ca/docs/kioslave5/audiocd/index.docbook  
2018-01-09 01:57:14.0 +0100
+++ new/audiocd-kio-17.12.2/po/ca/docs/kioslave5/audiocd/index.docbook  
2018-02-06 01:12:23.0 +0100
@@ -53,21 +53,21 @@
 > d'àudio en realitat no tenen carpetes, però l'esclau audiocd les proporciona 
 > com una comoditat. Si mireu dins d'aquestes carpetes veureu que totes 
 > contenen el mateix nombre de pistes. Si esteu connectat a la Internet, 
 > algunes carpetes tindran els títols de les pistes actuals mostrades com a 
 > noms de fitxer.
 
 El motiu de l'existència d'aquestes carpetes per separat és el d'assegurar 
que podreu escollir el format en el que desitgeu escoltar (o copiar) les pistes 
del El motiu de l'existència d'aquestes carpetes per separat és el d'assegurar 
que podreu escollir el format en què desitgeu escoltar (o copiar) les pistes 
del CD.
 
 Si arrossegueu una pista des de la carpeta Ogg Vorbis i la deixeu en una altra finestra del &konqueror; oberta a la vostra carpeta 
d'inici, tindríeu que veure una finestra de progrés que indica que s'està 
extraguen la pista des del  i la deixeu en una altra finestra del &konqueror; oberta a la vostra carpeta 
d'inici, hauríeu de veure una finestra de progrés que indica que s'està 
extraient la pista des del CD i desant-la en un fitxer. Tingueu en compte que Ogg Vorbis és un format de 
 > compressió, de manera que el fitxer de la vostra carpeta personal apareixerà 
 > força més petit que si l'haguéssiu copiat en dades pures.
 
 El mecanisme al darrera d'aquesta operació és molt simple. Quan se sol·licita 
a l'esclau audiocd que descarregui una pista des de la carpeta El mecanisme darrere d'aquesta operació és molt simple. Quan se sol·licita a 
l'esclau audiocd que descarregui una pista des de la carpeta Ogg Vorbis, comença a extraure les dades digitals de l'àudio des del , comença a extreure les dades digitals de l'àudio des del CD. A mesura que envia les dades cap a la vostra carpeta d'inici, aquestes es 
 >codifiquen en el format Ogg Vorbis (els CDTambé podreu escollir arrossegar un fitxer amb l'extensió role="extension"
 >.wav i deixar-lo en el reproductor de suports &juk; del &kde;. En aquest cas, el 
procediment que se seguirà és semblant, excepte que en comptes de codificar les 
dades al format Ogg Vorbis, el desarà després d'una senzilla conversió des de 
les dades binaries pures (que és el que representen els fitxers  i deixar-lo en el reproductor de suports &juk; del &kde;. En aquest cas, el 
procediment que se seguirà és semblant, excepte que en comptes de codificar les 
dades al format Ogg Vorbis, el desarà després d'una senzilla conversió des de 
les dades binàries pures (que és el que representen els fitxers .cda a la carpeta més alta) cap al format RIFF WAV
 
 Tingueu en compte que aquest és un clar inconvenient pel nivell 2. La 
extracció pot ser molt lenta, de manera que la reproducció digital en temps 
real podria no funcionar adequadament. Si disposeu d'una unitat de Tingueu en compte que aquest és un clar

commit kleopatra for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kleopatra"

Mon Feb 12 10:02:17 2018 rev:16 rq:575052 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kleopatra/kleopatra.changes  2018-01-17 
21:50:35.644880214 +0100
+++ /work/SRC/openSUSE:Factory/.kleopatra.new/kleopatra.changes 2018-02-12 
10:02:21.637301231 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:23 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix crash if compliance is not known to gnupg (kde#389291)
+
+---

Old:

  kleopatra-17.12.1.tar.xz

New:

  kleopatra-17.12.2.tar.xz



Other differences:
--
++ kleopatra.spec ++
--- /var/tmp/diff_new_pack.uIneqo/_old  2018-02-12 10:02:22.509269802 +0100
+++ /var/tmp/diff_new_pack.uIneqo/_new  2018-02-12 10:02:22.513269658 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kleopatra
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kleopatra-17.12.1.tar.xz -> kleopatra-17.12.2.tar.xz ++
 9784 lines of diff (skipped)




commit kmail-account-wizard for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2018-02-12 10:02:31

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


Package is "kmail-account-wizard"

Mon Feb 12 10:02:31 2018 rev:15 rq:575058 version:17.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2018-01-17 21:50:45.520418311 +0100
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new/kmail-account-wizard.changes
   2018-02-12 10:02:35.056817546 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:28 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kmail-account-wizard-17.12.1.tar.xz

New:

  kmail-account-wizard-17.12.2.tar.xz



Other differences:
--
++ kmail-account-wizard.spec ++
--- /var/tmp/diff_new_pack.O2u7Ma/_old  2018-02-12 10:02:35.612797506 +0100
+++ /var/tmp/diff_new_pack.O2u7Ma/_new  2018-02-12 10:02:35.616797362 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail-account-wizard
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmail-account-wizard-17.12.1.tar.xz -> 
kmail-account-wizard-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-17.12.1/CMakeLists.txt 
new/kmail-account-wizard-17.12.2/CMakeLists.txt
--- old/kmail-account-wizard-17.12.1/CMakeLists.txt 2018-01-09 
02:18:55.0 +0100
+++ new/kmail-account-wizard-17.12.2/CMakeLists.txt 2018-02-06 
01:42:14.0 +0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.7.1")
+set(KDEPIM_VERSION_NUMBER "5.7.2")
 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.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.1")
-set(KLDAP_LIB_VERSION "5.7.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.1")
-set(AKONADI_VERSION "5.7.1")
-set(KIMAP_LIB_VERSION "5.7.1")
-set(AKONADI_MIMELIB_VERSION "5.7.1")
+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(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.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.7.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.7.2")
 
 # 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.1/po/ar/accountwizard.po 
new/kmail-account-wizard-17.12.2/po/ar/accountwizard.po
--- old/kmail-account-wizard-17.12.1/po/ar/accountwizard.po 2018-01-09 
02:18:54.0 +0100
+++ new/kmail-account-wizard-17.12.2/po/ar/accountwizard.po 2018-02-06 
01:42:12.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Safa Alfulaij , 2015.
+# Safa Alfulaij , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-05 03:12+0100\n"
-"PO-Revision-Date: 2015-01-10 03:32+0300\n"
+"PO-Revision-Date: 2018-01-26 00:17+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -31,7 +31,7 @@
 #: configfile.cpp:47
 #, kde-format
 msgid "Writing config file for %1..."
-msgstr "يكتب ملفّ الضّبط لِـ %1..."
+msgstr "يكتب ملفّ الضّبط لِ‍ %1..."
 
 #: configfile.cpp:64
 #, kde-format
@@ -46,96 +46,92 @@
 #: configfile.cpp:1

commit kldap for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kldap"

Mon Feb 12 10:02:11 2018 rev:30 rq:575051 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kldap/kldap.changes  2018-01-17 
21:50:30.421124542 +0100
+++ /work/SRC/openSUSE:Factory/.kldap.new/kldap.changes 2018-02-12 
10:02:13.973577459 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:22 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kldap-17.12.1.tar.xz

New:

  kldap-17.12.2.tar.xz



Other differences:
--
++ kldap.spec ++
--- /var/tmp/diff_new_pack.ZYvTld/_old  2018-02-12 10:02:14.88954 +0100
+++ /var/tmp/diff_new_pack.ZYvTld/_new  2018-02-12 10:02:14.88954 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kldap
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kldap-17.12.1.tar.xz -> kldap-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.1/CMakeLists.txt 
new/kldap-17.12.2/CMakeLists.txt
--- old/kldap-17.12.1/CMakeLists.txt2018-01-09 02:17:47.0 +0100
+++ new/kldap-17.12.2/CMakeLists.txt2018-02-06 01:39:11.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KLdap VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.1/po/ar/kio_ldap.po 
new/kldap-17.12.2/po/ar/kio_ldap.po
--- old/kldap-17.12.1/po/ar/kio_ldap.po 2018-01-09 02:17:45.0 +0100
+++ new/kldap-17.12.2/po/ar/kio_ldap.po 2018-02-06 01:39:09.0 +0100
@@ -1,21 +1,22 @@
 # translation of kio_ldap.po to
 # محمد سعد  Mohamed SAAD , 2006.
 # Youssef Chahibi , 2007.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_ldap\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-24 03:15+0200\n"
-"PO-Revision-Date: 2007-10-14 15:57+\n"
-"Last-Translator: Youssef Chahibi \n"
-"Language-Team: \n"
+"PO-Revision-Date: 2018-01-31 00:40+0300\n"
+"Last-Translator: Safa Alfulaij \n"
+"Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: kio_ldap.cpp:97
 #, kde-format
@@ -24,7 +25,7 @@
 "Additional info: "
 msgstr ""
 "\n"
-"المعلومات الإضافية: "
+"المعلومات الإضافيّة: "
 
 #: kio_ldap.cpp:179
 #, kde-format
@@ -32,13 +33,13 @@
 "LDAP server returned the error: %1 %2\n"
 "The LDAP URL was: %3"
 msgstr ""
-"لقد بلّغ خادم بروتوكول الوصول السهل إلى الأدلة عن الخطأ: %1 %2\n"
-"لقد كان رابط عنوان بروتوكول الوصول السهل إلى الأدلة: %3"
+"لقد أرجع خادوم IDAP الخطأ: %1 ‏%2\n"
+"كان مسار LDAP هو: %3"
 
 #: kio_ldap.cpp:331
 #, kde-format
 msgid "LDAP Login"
-msgstr "تسجيل الدخول إلى بروتوكول الوصول السهل إلى الأدلة"
+msgstr "الولوج إلى LDAP"
 
 #: kio_ldap.cpp:334
 #, kde-format
@@ -48,19 +49,19 @@
 #: kio_ldap.cpp:367
 #, kde-format
 msgid "Invalid authorization information."
-msgstr "معلومات الترخيص غير سليمة."
+msgstr "معلومات الاستيثاق غير صالحة."
 
 #: kio_ldap.cpp:369
 #, kde-format
 msgid "LDAP connection canceled."
-msgstr "اتصال بروتوكول الوصول السهل إلى الأدلة تم إلغائه."
+msgstr "أُلغي الاتّصال بِ‍ LDAP"
 
 #: kio_ldap.cpp:633 kio_ldap.cpp:704
 #, kde-format
 msgid "The Ldif parser failed."
-msgstr "فشل محلًل Ldif."
+msgstr "فشل محلّل Ldif."
 
 #: kio_ldap.cpp:717
 #, kde-format
 msgid "Invalid Ldif file in line %1."
-msgstr "ملف Ldif غير سليم في السطر %1"
+msgstr "ملفّ Ldif غير صالح في سطر %1."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-17.12.1/po/ca/libkldap5.po 
new/kldap-17.12.2/po/ca/libkldap5.po
--- old/kldap-17.12.1/po/ca/libkldap5.po2018-01-09 02:17:45.0 
+0100
+++ new/kldap-17.12.2/po/ca/libkldap5.po2018-02-06 01:39:09.0 
+0100
@@ -260,6 +260,3 @@
 #, kde-format
 msgid "Distinguished Name"
 msgstr "Nom distintiu"
-
-#~ msgid "LDAP Operations error"
-#~ msgstr "Error

commit kmbox for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kmbox"

Mon Feb 12 10:02:44 2018 rev:30 rq:575060 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2018-01-17 
21:50:55.611946304 +0100
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2018-02-12 
10:02:46.284412866 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:28 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kmbox-17.12.1.tar.xz

New:

  kmbox-17.12.2.tar.xz



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.knZtYB/_old  2018-02-12 10:02:46.916390088 +0100
+++ /var/tmp/diff_new_pack.knZtYB/_new  2018-02-12 10:02:46.920389943 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmbox
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmbox-17.12.1.tar.xz -> kmbox-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.12.1/CMakeLists.txt 
new/kmbox-17.12.2/CMakeLists.txt
--- old/kmbox-17.12.1/CMakeLists.txt2017-12-31 12:38:05.0 +0100
+++ new/kmbox-17.12.2/CMakeLists.txt2018-01-23 06:45:27.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KMbox VERSION ${PIM_VERSION})
 
@@ -23,7 +23,7 @@
 
 
 set(KMBOX_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIB_VERSION "5.7.1")
+set(KMIME_LIB_VERSION "5.7.2")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kmbox_version.h"




commit kmailtransport for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kmailtransport"

Mon Feb 12 10:02:38 2018 rev:30 rq:575059 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2018-01-17 21:50:49.528230855 +0100
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2018-02-12 10:02:40.904606772 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:28 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix Bug 388573 - Draft message is confused about mail transport 
(kde#388573)
+
+---

Old:

  kmailtransport-17.12.1.tar.xz

New:

  kmailtransport-17.12.2.tar.xz



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.OZYShw/_old  2018-02-12 10:02:41.512584858 +0100
+++ /var/tmp/diff_new_pack.OZYShw/_new  2018-02-12 10:02:41.516584715 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmailtransport
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmailtransport-17.12.1.tar.xz -> kmailtransport-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-17.12.1/CMakeLists.txt 
new/kmailtransport-17.12.2/CMakeLists.txt
--- old/kmailtransport-17.12.1/CMakeLists.txt   2018-01-09 02:17:57.0 
+0100
+++ new/kmailtransport-17.12.2/CMakeLists.txt   2018-02-06 01:39:58.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(MailTransport VERSION ${PIM_VERSION})
 
@@ -28,10 +28,10 @@
 
 set(KMAILTRANSPORT_LIB_VERSION ${PIM_VERSION})
 
-set(KMIME_LIB_VERSION "5.7.1")
-set(AKONADI_LIB_VERSION "5.7.1")
-set(AKONADIMIME_LIB_VERSION "5.7.1")
-set(KSMTP_LIB_VERSION "5.7.1")
+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(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5MailTransport")
 
 ### Find packages ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-17.12.1/po/ca/libmailtransport5.po 
new/kmailtransport-17.12.2/po/ca/libmailtransport5.po
--- old/kmailtransport-17.12.1/po/ca/libmailtransport5.po   2018-01-09 
02:17:56.0 +0100
+++ new/kmailtransport-17.12.2/po/ca/libmailtransport5.po   2018-02-06 
01:39:57.0 +0100
@@ -701,52 +701,3 @@
 #, kde-format
 msgid "Message has invalid sent-mail folder."
 msgstr "El missatge té una carpeta no vàlida de correu enviat."
-
-#~ msgid "Change the visibility of the password"
-#~ msgstr "Canvia la visibilitat de la contrasenya"
-
-#~ msgid "Unable to create SMTP job."
-#~ msgstr "No s'ha pogut crear el treball SMTP."
-
-#~ msgid "SMTP Server"
-#~ msgstr "Servidor SMTP"
-
-#~ msgid "Akonadi Resource"
-#~ msgstr "Recurs de l'Akonadi"
-
-#~ msgid "Transport type"
-#~ msgstr "Tipus de transport"
-
-#~ msgid "This outgoing account cannot be configured."
-#~ msgstr "Aquest compte sortint no es pot configurar."
-
-#~ msgid "SMTP"
-#~ msgstr "SMTP"
-
-#~ msgid "Hos&tname:"
-#~ msgstr "N&om de l'ordinador:"
-
-#~ msgid "Local sendmail"
-#~ msgstr "Sendmail local"
-
-#~ msgid "Failed to execute mailer program %1"
-#~ msgstr "Ha fallat en executar el programa de correu %1"
-
-#~ msgid "Sendmail exited abnormally."
-#~ msgstr "El Sendmail ha sortit anormalment."
-
-#~ msgid "Sendmail exited abnormally: %1"
-#~ msgstr "El Sendmail ha sortit anormalment: %1"
-
-#~ msgctxt "@option sendmail transport"
-#~ msgid "Sendmail"
-#~ msgstr "Sendmail"
-
-#~ msgid "A local sendmail installation"
-#~ msgstr "Una instal·lació local de Sendmail"
-
-#~ msgid "Sendmail &Location:"
-#~ msgstr "&Ubicació del Sendmail:"
-
-#~ msgid "Mail &server:"
-#~ msgstr "&Servidor de correu:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmailtransport-17.12.1/po/ca@valencia/libmailtransport5.po 
new/kmailtransport-17.12.2/po/ca@valencia/libmailtransport5.po
--- old/kmailtransport-17.12.1/po/ca@valencia/libmailtransport5.po  
2018-01-09 02:17:56.0 +0100
+++ new/kmailtransport-17.12.2/po/ca@valencia/libmailtransport5.p

commit knotes for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "knotes"

Mon Feb 12 10:02:53 2018 rev:16 rq:575068 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/knotes/knotes.changes2018-01-17 
21:51:08.071363544 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new/knotes.changes   2018-02-12 
10:02:55.180092237 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:31 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix strech position
+
+---

Old:

  knotes-17.12.1.tar.xz

New:

  knotes-17.12.2.tar.xz



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.K4uA7N/_old  2018-02-12 10:02:56.520043942 +0100
+++ /var/tmp/diff_new_pack.K4uA7N/_new  2018-02-12 10:02:56.524043797 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knotes
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ knotes-17.12.1.tar.xz -> knotes-17.12.2.tar.xz ++
 2981 lines of diff (skipped)




commit kmime for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kmime"

Mon Feb 12 10:02:49 2018 rev:30 rq:575061 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2018-01-17 
21:51:03.559574572 +0100
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2018-02-12 
10:02:50.924245632 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:28 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix bug in parsing dates that fall in the DST "non existant hour"
+
+---

Old:

  kmime-17.12.1.tar.xz

New:

  kmime-17.12.2.tar.xz



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.ToW88d/_old  2018-02-12 10:02:51.768215212 +0100
+++ /var/tmp/diff_new_pack.ToW88d/_new  2018-02-12 10:02:51.772215068 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmime
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmime-17.12.1.tar.xz -> kmime-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.12.1/CMakeLists.txt 
new/kmime-17.12.2/CMakeLists.txt
--- old/kmime-17.12.1/CMakeLists.txt2018-01-09 02:18:00.0 +0100
+++ new/kmime-17.12.2/CMakeLists.txt2018-02-06 01:40:09.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KMime VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.12.1/autotests/headertest.cpp 
new/kmime-17.12.2/autotests/headertest.cpp
--- old/kmime-17.12.1/autotests/headertest.cpp  2017-12-15 07:58:16.0 
+0100
+++ new/kmime-17.12.2/autotests/headertest.cpp  2018-02-01 00:16:13.0 
+0100
@@ -836,6 +836,16 @@
 QCOMPARE(h->dateTime().time(), QTime(0, 1, 20));
 QCOMPARE(h->dateTime().utcOffset(), 0);
 delete h;
+
+// date in a DST change to the future so in a time that doesn't exist
+// unless you take the timezone into account
+h = new Date;
+h->from7BitString("Sun, 31 Mar 2013 02:29:44 -0500");
+QVERIFY(!h->isEmpty());
+QCOMPARE(h->dateTime().date(), QDate(2013, 3, 31));
+QCOMPARE(h->dateTime().time(), QTime(2, 29, 44));
+QCOMPARE(h->dateTime().utcOffset(), -18000);
+delete h;
 }
 
 void HeaderTest::testLinesHeader()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.12.1/po/ar/libkmime5.po 
new/kmime-17.12.2/po/ar/libkmime5.po
--- old/kmime-17.12.1/po/ar/libkmime5.po2018-01-09 02:17:59.0 
+0100
+++ new/kmime-17.12.2/po/ar/libkmime5.po2018-02-06 01:40:08.0 
+0100
@@ -1,24 +1,25 @@
 # translation of libkmime.po to
 # محمد سعد  Mohamed SAAD , 2006.
 # Youssef Chahibi , 2007.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkmime\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-25 03:04+0200\n"
-"PO-Revision-Date: 2007-10-14 15:58+\n"
-"Last-Translator: Youssef Chahibi \n"
-"Language-Team: \n"
+"PO-Revision-Date: 2018-02-01 00:08+0300\n"
+"Last-Translator: Safa Alfulaij \n"
+"Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: kmime_dateformatter.cpp:268
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "invalid time specified"
 msgid "unknown"
 msgstr "مجهول"
@@ -31,13 +32,13 @@
 #: kmime_dateformatter.cpp:288
 #, kde-format
 msgid "Yesterday %1"
-msgstr "البارحة %1"
+msgstr "الأمس %1"
 
 #: kmime_dateformatter.cpp:293
 #, kde-format
 msgctxt "1. weekday, 2. time"
 msgid "%1 %2"
-msgstr "يوم %1 ، الوقت %2"
+msgstr "%1 %2"
 
 #: kmime_mdn.cpp:63
 #, kde-format
@@ -45,8 +46,8 @@
 "The message sent on ${date} to ${to} with subject \"${subject}\" has been "
 "displayed. This is no guarantee that the message has been read or understood."
 msgstr ""
-"تمً عرض الرسالة اللتي ارسلت بتاريخ ${date} الى ${to}  و ذات الموضوع "
-"\"${subject}\". لكن هذا ليس دليل ان الرسالة 

commit kpimtextedit for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2018-02-12 10:03:30

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


Package is "kpimtextedit"

Mon Feb 12 10:03:30 2018 rev:31 rq:575080 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2018-01-17 21:51:45.581609079 +0100
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2018-02-12 10:03:34.154687479 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:37 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kpimtextedit-17.12.1.tar.xz

New:

  kpimtextedit-17.12.2.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.2XRoeg/_old  2018-02-12 10:03:34.902660520 +0100
+++ /var/tmp/diff_new_pack.2XRoeg/_new  2018-02-12 10:03:34.906660376 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.1.0
 Name:   kpimtextedit
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kpimtextedit-17.12.1.tar.xz -> kpimtextedit-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-17.12.1/CMakeLists.txt 
new/kpimtextedit-17.12.2/CMakeLists.txt
--- old/kpimtextedit-17.12.1/CMakeLists.txt 2018-01-09 02:18:03.0 
+0100
+++ new/kpimtextedit-17.12.2/CMakeLists.txt 2018-02-06 01:40:22.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KPimTextEdit VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-17.12.1/po/ar/libkpimtextedit.po 
new/kpimtextedit-17.12.2/po/ar/libkpimtextedit.po
--- old/kpimtextedit-17.12.1/po/ar/libkpimtextedit.po   2018-01-09 
02:18:02.0 +0100
+++ new/kpimtextedit-17.12.2/po/ar/libkpimtextedit.po   2018-02-06 
01:40:21.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Safa Alfulaij , 2014.
+# Safa Alfulaij , 2014, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-12-18 05:30+0100\n"
-"PO-Revision-Date: 2014-09-12 17:27+0300\n"
+"PO-Revision-Date: 2018-01-28 15:00+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -16,267 +16,264 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: composer-ng/klinkdialog.cpp:38
 #, kde-format
 msgid "Manage Link"
-msgstr ""
+msgstr "أدِر الرّابط"
 
 #: composer-ng/klinkdialog.cpp:45
 #, kde-format
 msgid "Link Text:"
-msgstr ""
+msgstr "نصّ الرّابط:"
 
 #: composer-ng/klinkdialog.cpp:48
 #, kde-format
 msgid "Link URL:"
-msgstr ""
+msgstr "مسار الرّابط:"
 
 #: composer-ng/richtextcomposeractions.cpp:150
 #, kde-format
 msgctxt "@action"
 msgid "Align &Left"
-msgstr ""
+msgstr "حاذِ ي&سارًا"
 
 #: composer-ng/richtextcomposeractions.cpp:151
 #, kde-format
 msgctxt "@label left justify"
 msgid "Left"
-msgstr ""
+msgstr "اليسار"
 
 #: composer-ng/richtextcomposeractions.cpp:161
 #, kde-format
 msgctxt "@action"
 msgid "Align &Center"
-msgstr ""
+msgstr "حاذِ وس&طًا"
 
 #: composer-ng/richtextcomposeractions.cpp:162
 #, kde-format
 msgctxt "@label center justify"
 msgid "Center"
-msgstr ""
+msgstr "الوسط"
 
 #: composer-ng/richtextcomposeractions.cpp:172
 #, kde-format
 msgctxt "@action"
 msgid "Align &Right"
-msgstr ""
+msgstr "حاذِ يمي&نًا"
 
 #: composer-ng/richtextcomposeractions.cpp:173
-#, fuzzy, kde-format
-#| msgid "Height:"
+#, kde-format
 msgctxt "@label right justify"
 msgid "Right"
-msgstr "الارتفاع:"
+msgstr "اليمين"
 
 #: composer-ng/richtextcomposeractions.cpp:183
 #, kde-format
 msgctxt "@action"
 msgid "&Justify"
-msgstr ""
+msgstr "&مساواة"
 
 #: composer-ng/richtextcomposeractions.cpp:184
 #, kde-format
 msgctxt "@label justify fill"
 msgid "Justify"
-msgstr ""
+msgstr "مساواة"
 
 #: composer-ng/richtextcomposeractions.cpp:201
 #, kde-format
 msgctxt "@action"
 msgid "Left-to-Right"
-msgstr ""
+msgstr "من اليسار

commit konqueror for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "konqueror"

Mon Feb 12 10:03:02 2018 rev:18 rq:575073 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes  2018-01-22 
15:56:07.056821734 +0100
+++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2018-02-12 
10:03:05.447722160 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:34 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  konqueror-17.12.1.tar.xz

New:

  konqueror-17.12.2.tar.xz



Other differences:
--
++ konqueror.spec ++
--- /var/tmp/diff_new_pack.392qOB/_old  2018-02-12 10:03:06.395687993 +0100
+++ /var/tmp/diff_new_pack.392qOB/_new  2018-02-12 10:03:06.395687993 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konqueror
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit konsole for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2018-02-12 10:03:09

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


Package is "konsole"

Mon Feb 12 10:03:09 2018 rev:91 rq:575075 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-02-02 
22:20:15.599540016 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2018-02-12 
10:03:11.667497981 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:35 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  konsole-17.12.1.tar.xz

New:

  konsole-17.12.2.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.txPxZ8/_old  2018-02-12 10:03:12.427470589 +0100
+++ /var/tmp/diff_new_pack.txPxZ8/_new  2018-02-12 10:03:12.427470589 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konsole
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ konsole-17.12.1.tar.xz -> konsole-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.12.1/CMakeLists.txt 
new/konsole-17.12.2/CMakeLists.txt
--- old/konsole-17.12.1/CMakeLists.txt  2018-01-09 01:53:15.0 +0100
+++ new/konsole-17.12.2/CMakeLists.txt  2018-02-06 01:05:02.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/desktop/konsole.notifyrc 
new/konsole-17.12.2/desktop/konsole.notifyrc
--- old/konsole-17.12.1/desktop/konsole.notifyrc2018-01-08 
06:04:18.0 +0100
+++ new/konsole-17.12.2/desktop/konsole.notifyrc2018-02-03 
00:38:53.0 +0100
@@ -567,7 +567,7 @@
 Name[ru]=Активность в отслеживаемом сеансе
 Name[si]=නිරීක්‍ෂණය කරන වාරයේ ක්‍රියාකාරකම්
 Name[sk]=Aktivita v monitorovanom sedení
-Name[sl]=Dejavnost v nadzorovani seji
+Name[sl]=Dejavnost znotraj nadzorovane seje
 Name[sr]=Активност у надгледаној сесији
 Name[sr@ijekavian]=Активност у надгледаној сесији
 Name[sr@ijekavianlatin]=Aktivnost u nadgledanoj sesiji
@@ -650,7 +650,7 @@
 Comment[se]=Gozihuvvon bargovuorru ealáskii
 Comment[si]=නිරීක්‍ෂණය කරන වාරයේ ක්‍රියාකාරීත්වයක් හඳුනාගැනිනි
 Comment[sk]=Zistená aktivita v monitorovanom sedení
-Comment[sl]=V nadzorovani seji je bila zaznana dejavnost
+Comment[sl]=Znotraj nadzorovane seje je bila zaznana dejavnost
 Comment[sr]=Уочена је активност у надгледаној сесији
 Comment[sr@ijekavian]=Уочена је активност у надгледаној сесији
 Comment[sr@ijekavianlatin]=Uočena je aktivnost u nadgledanoj sesiji
@@ -809,7 +809,7 @@
 Name[ru]=Молчание в отслеживаемом сеансе
 Name[si]=නිරීක්‍ෂණය කරන වාරයේ නිශ්ශබ්දතාවක්
 Name[sk]=Nečinnosť v monitorovanom sedení
-Name[sl]=Nedejavnost v nadzorovani seji
+Name[sl]=Nedejavnost znotraj nadzorovane seje
 Name[sr]=Тишина у надгледаној сесији
 Name[sr@ijekavian]=Тишина у надгледаној сесији
 Name[sr@ijekavianlatin]=Tišina u nadgledanoj sesiji
@@ -892,7 +892,7 @@
 Comment[se]=Gozihuvvon bargovuorru javohuvvui
 Comment[si]=නිරීක්‍ෂණය කරන වාරයේ නිශ්ශබ්දතාවක් හඳුනාගැනිනි
 Comment[sk]=Zistená nečinnosť v monitorovanom sedení
-Comment[sl]=V nadzorovani seji je bila zaznana nedejavnost
+Comment[sl]=Znotraj nadzorovane seje je bila zaznana nedejavnost
 Comment[sr]=Уочена је тишина у надгледаној сесији
 Comment[sr@ijekavian]=Уочена је тишина у надгледаној сесији
 Comment[sr@ijekavianlatin]=Uočena je tišina u nadgledanoj sesiji
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.12.1/po/ca/docs/konsole/index.docbook 
new/konsole-17.12.2/po/ca/docs/konsole/index.docbook
--- old/konsole-17.12.1/po/ca/docs/konsole/index.docbook2018-01-09 
01:53:15.0 +0100
+++ new/konsole-17.12.2/po/ca/docs/konsole/index.docbook2018-02-06 
01:05:01.0 +0100
@@ -254,7 +254,7 @@
 >Botons del ratolí
 
 Aquesta secció detalla la utilització dels botons del ratolí per a dretans. 

commit kontactinterface for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2018-02-12 10:03:19

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


Package is "kontactinterface"

Mon Feb 12 10:03:19 2018 rev:29 rq:575077 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2018-01-17 21:51:33.530172762 +0100
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2018-02-12 10:03:21.399147224 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:35 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kontactinterface-17.12.1.tar.xz

New:

  kontactinterface-17.12.2.tar.xz



Other differences:
--
++ kontactinterface.spec ++
--- /var/tmp/diff_new_pack.lm4yel/_old  2018-02-12 10:03:23.131084800 +0100
+++ /var/tmp/diff_new_pack.lm4yel/_new  2018-02-12 10:03:23.135084656 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kontactinterface
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kontactinterface-17.12.1.tar.xz -> kontactinterface-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-17.12.1/CMakeLists.txt 
new/kontactinterface-17.12.2/CMakeLists.txt
--- old/kontactinterface-17.12.1/CMakeLists.txt 2018-01-09 02:18:02.0 
+0100
+++ new/kontactinterface-17.12.2/CMakeLists.txt 2018-02-06 01:40:12.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KontactInterface VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-17.12.1/po/da/kontactinterfaces5.po 
new/kontactinterface-17.12.2/po/da/kontactinterfaces5.po
--- old/kontactinterface-17.12.1/po/da/kontactinterfaces5.po2018-01-09 
02:18:01.0 +0100
+++ new/kontactinterface-17.12.2/po/da/kontactinterfaces5.po2018-02-06 
01:40:12.0 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2016-11-19 20:19+0100\n"
 "PO-Revision-Date: 2008-06-03 18:17+0100\n"
 "Last-Translator: Jan Madsen \n"
-"Language-Team: dansk \n"
+"Language-Team: Danish \n"
 "Language: da\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/kontactinterface-17.12.1/po/zh_CN/kontactinterfaces5.po 
new/kontactinterface-17.12.2/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-17.12.1/po/zh_CN/kontactinterfaces5.po 2018-01-09 
02:18:02.0 +0100
+++ new/kontactinterface-17.12.2/po/zh_CN/kontactinterfaces5.po 2018-02-06 
01:40:12.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-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-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/kontactinterface-17.12.1/src/kontactplugin.desktop 
new/kontactinterface-17.12.2/src/kontactplugin.desktop
--- old/kontactinterface-17.12.1/src/kontactplugin.desktop  2017-12-15 
07:58:15.0 +0100
+++ new/kontactinterface-17.12.2/src/kontactplugin.desktop  2018-02-02 
07:16:15.0 +0100
@@ -2,7 +2,7 @@
 Type=ServiceType
 X-KDE-ServiceType=Kontact/Plugin
 Name=Kontact Plugin
-Name[ar]=ملحقة تواصلك
+Name[ar]=ملحقة «متراسلك»
 Name[ast]=Complementu de Kontact
 Name[bs]=Priključak za kontakt
 Name[ca]=Connector pel Kontact




commit kontact for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kontact for openSUSE:Factory checked 
in at 2018-02-12 10:03:14

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


Package is "kontact"

Mon Feb 12 10:03:14 2018 rev:15 rq:575076 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kontact/kontact.changes  2018-01-17 
21:51:29.622355542 +0100
+++ /work/SRC/openSUSE:Factory/.kontact.new/kontact.changes 2018-02-12 
10:03:17.563285479 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:35 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kontact-17.12.1.tar.xz

New:

  kontact-17.12.2.tar.xz



Other differences:
--
++ kontact.spec ++
--- /var/tmp/diff_new_pack.QM1wYf/_old  2018-02-12 10:03:18.515251168 +0100
+++ /var/tmp/diff_new_pack.QM1wYf/_new  2018-02-12 10:03:18.519251024 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kontact
-Version:17.12.1
+Version:17.12.2
 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}')}

++ kontact-17.12.1.tar.xz -> kontact-17.12.2.tar.xz ++
 4798 lines of diff (skipped)




commit kruler for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2018-02-12 10:03:36

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


Package is "kruler"

Mon Feb 12 10:03:36 2018 rev:87 rq:575086 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2018-01-17 
21:52:03.380776554 +0100
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2018-02-12 
10:03:39.178506407 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:39 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kruler-17.12.1.tar.xz

New:

  kruler-17.12.2.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.9DLXbY/_old  2018-02-12 10:03:39.774484926 +0100
+++ /var/tmp/diff_new_pack.9DLXbY/_new  2018-02-12 10:03:39.778484782 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kruler
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kruler-17.12.1.tar.xz -> kruler-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-17.12.1/po/ca/kruler.po 
new/kruler-17.12.2/po/ca/kruler.po
--- old/kruler-17.12.1/po/ca/kruler.po  2018-01-09 01:56:26.0 +0100
+++ new/kruler-17.12.2/po/ca/kruler.po  2018-02-06 01:10:08.0 +0100
@@ -293,104 +293,3 @@
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
 msgstr "txe...@gmail.com"
-
-#~ msgid "KRuler"
-#~ msgstr "KRuler"
-
-#~ msgid "Show rotation buttons"
-#~ msgstr "Mostra els botons de gir"
-
-#~ msgid "Show close button"
-#~ msgstr "Mostra el botó de tancament"
-
-#~ msgid "This is the current distance measured in pixels."
-#~ msgstr "Aquesta és la distància actual mesurada en píxels."
-
-#~ msgid ""
-#~ "This is the current color in hexadecimal rgb representation as you may "
-#~ "use it in HTML or as a QColor name. The rectangles background shows the "
-#~ "color of the pixel inside the little square at the end of the line cursor."
-#~ msgstr ""
-#~ "Aquest és el color actual en representació hexadecimal RGB que podeu usar "
-#~ "a l'HTML o com un nom QColor. El rectangle ombrejat mostra el color del "
-#~ "píxel dins del quadrat petit que hi ha al final de la línia del cursor."
-
-#~ msgid "Turn Left"
-#~ msgstr "Gira a l'esquerra"
-
-#~ msgid "Turn Right"
-#~ msgstr "Gira a la dreta"
-
-#~ msgid "&Orientation"
-#~ msgstr "&Orientació"
-
-#~ msgctxt "Turn Kruler North"
-#~ msgid "&North"
-#~ msgstr "&Nord"
-
-#~ msgctxt "Turn Kruler East"
-#~ msgid "&East"
-#~ msgstr "&Est"
-
-#~ msgctxt "Turn Kruler South"
-#~ msgid "&South"
-#~ msgstr "&Sud"
-
-#~ msgctxt "Turn Kruler West"
-#~ msgid "&West"
-#~ msgstr "&Oest"
-
-#~ msgid "&Turn Right"
-#~ msgstr "Gira a la &dreta"
-
-#~ msgid "Turn &Left"
-#~ msgstr "Gira a l'&esquerra"
-
-#~ msgid "&Length"
-#~ msgstr "&Longitud"
-
-#~ msgctxt "Make Kruler Height Short"
-#~ msgid "&Short"
-#~ msgstr "&Curta"
-
-#~ msgctxt "Make Kruler Height Medium"
-#~ msgid "&Medium"
-#~ msgstr "&Mitjana"
-
-#~ msgctxt "Make Kruler Height Tall"
-#~ msgid "&Tall"
-#~ msgstr "&Llarga"
-
-#~ msgid "&Full Screen Width"
-#~ msgstr "&Tota l'amplada de la pantalla"
-
-#~ msgid "Length..."
-#~ msgstr "Longitud..."
-
-#~ msgid "Copy Color"
-#~ msgstr "Copia un color"
-
-#~ msgid "&Full Screen Height"
-#~ msgstr "&Tot l'alt de la pantalla"
-
-#~ msgctxt "@title:window"
-#~ msgid "Ruler Length"
-#~ msgstr "Longitud del regle"
-
-#~ msgid "Length:"
-#~ msgstr "Longitud:"
-
-#~ msgid "Offset: %1"
-#~ msgstr "Desplaçament: %1"
-
-#~ msgid "Length: %1 px"
-#~ msgstr "Longitud: %1 px"
-
-#~ msgid "Orientation of the ruler"
-#~ msgstr "Orientació del regle"
-
-#~ msgid "Are the rotate buttons visible"
-#~ msgstr "Si són visibles els botons de gir"
-
-#~ msgid "Is the close button visible"
-#~ msgstr "Si és visible el botó de tancament"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-17.12.1/po/da/kruler.po 
new/kruler-17.12.2/po/da/kruler.po
--- old/kruler-17.12.1/po/da/kruler.po  2018-01-09 01:56:26.0 +0100
+++ new/kruler-17.12.2/po/da/kruler.po  2018-02-06 01:10:08.0 +0100
@@ -3,15 +3,15 @@
 # Copyright (C).
 #
 # Erik Kjær Pedersen , 1998,1999, 2003, 2004.
-# Martin Schlander , 2008, 2009, 2010, 2011, 2016.
+# Martin Schlander , 2008, 2009, 2010, 2011, 2016, 
2018.
 msgid "

commit kompare for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "kompare"

Mon Feb 12 10:02:58 2018 rev:60 rq:575072 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2018-01-17 
21:51:15.451018377 +0100
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2018-02-12 
10:03:00.131913759 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:33 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kompare-17.12.1.tar.xz

New:

  kompare-17.12.2.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.dghlHK/_old  2018-02-12 10:03:01.027881465 +0100
+++ /var/tmp/diff_new_pack.dghlHK/_new  2018-02-12 10:03:01.031881321 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kompare
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kompare-17.12.1.tar.xz -> kompare-17.12.2.tar.xz ++
 1665 lines of diff (skipped)




commit korganizer for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "korganizer"

Mon Feb 12 10:03:25 2018 rev:17 rq:575078 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes2018-01-17 
21:51:39.821878480 +0100
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes   
2018-02-12 10:03:27.478928092 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:36 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  korganizer-17.12.1.tar.xz

New:

  korganizer-17.12.2.tar.xz



Other differences:
--
++ korganizer.spec ++
--- /var/tmp/diff_new_pack.FNEMwb/_old  2018-02-12 10:03:28.118905025 +0100
+++ /var/tmp/diff_new_pack.FNEMwb/_new  2018-02-12 10:03:28.118905025 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   korganizer
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ korganizer-17.12.1.tar.xz -> korganizer-17.12.2.tar.xz ++
 5795 lines of diff (skipped)




commit libkcddb for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkcddb for openSUSE:Factory 
checked in at 2018-02-12 10:04:14

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


Package is "libkcddb"

Mon Feb 12 10:04:14 2018 rev:16 rq:575107 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes2018-01-17 
21:52:39.311095968 +0100
+++ /work/SRC/openSUSE:Factory/.libkcddb.new/libkcddb.changes   2018-02-12 
10:04:17.669119110 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:54 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkcddb-17.12.1.tar.xz

New:

  libkcddb-17.12.2.tar.xz



Other differences:
--
++ libkcddb.spec ++
--- /var/tmp/diff_new_pack.F7a0CF/_old  2018-02-12 10:04:18.253098062 +0100
+++ /var/tmp/diff_new_pack.F7a0CF/_new  2018-02-12 10:04:18.257097918 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkcddb
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkcddb-17.12.1.tar.xz -> libkcddb-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkcddb-17.12.1/po/ca/docs/kcontrol/cddbretrieval5/index.docbook 
new/libkcddb-17.12.2/po/ca/docs/kcontrol/cddbretrieval5/index.docbook
--- old/libkcddb-17.12.1/po/ca/docs/kcontrol/cddbretrieval5/index.docbook   
2018-01-09 02:07:28.0 +0100
+++ new/libkcddb-17.12.2/po/ca/docs/kcontrol/cddbretrieval5/index.docbook   
2018-02-06 01:22:21.0 +0100
@@ -308,7 +308,7 @@
 Si existeix una entrada en l'arbre local de la CDDB (veure la  (vegeu la subsecció sobre CDDB en el capítol Configuració) per al &CD; que es troba a la unitat de 
 > &CD-ROM;, o si el disc s'ha trobat a la freedb, veureu el nom de l'artista i 
 > el títol del &CD; en els camps Artista:Pistes, el títol, si existeix, apareixerà en el camp Títol situat a sota. En el camp podeu escriure un títol per a la cançó, o editar 
l'entrada conforme el que vulgueu. Premeu la tecla  situat a sota. En el camp podeu escriure un títol per a la cançó, o editar 
l'entrada segons el que vulgueu. Premeu la tecla Retorn en el vostre teclat i el text apareixerà en la línia adequada de la casella 
 > de selecció.
 
@@ -395,7 +395,7 @@
 La utilització de la CDDB és gratuïta. S'anima als usuaris a que enviïn noves entrades a la base de 
dades.
+> és gratuïta. S'anima als usuaris a què enviïn noves entrades a la base de 
dades.
 
 Quan prepareu entrades per a la  en l'editor de la base de dades de &CD;.
 
 En el cas dels &CD; de música clàssica, és una pràctica comú posar el nom del 
compositor en la secció Artista (abans de la barra) i el nom de l'intèrpret en 
la secció Títol (després de la barra).En el cas dels &CD; de música clàssica, és una pràctica comuna posar el nom 
del compositor en la secció Artista (abans de la barra) i el nom de l'intèrpret 
en la secció Títol (després de la barra). 
 CDDB estàndards estan instal·lades en $HOME/.CDDB. Podeu crear subcarpetes de categoria com vulgueu. No obstant, en pujar, 
només es mostraran les categories . Podeu crear subcarpetes de categoria com vulgueu. Tanmateix, en pujar, 
només es mostraran les categories CDDB oficials. El valor per omissió és l'adreça de publicació (freedb-sub...@freedb.org\n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdemultimedia-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdemultimedia-k-";
+"tr/language/tr/)\n"
 "Language: tr\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/libkcddb-17.12.1/po/tr/libkcddb.po 
new/libkcddb-17.12.2/po/tr/libkcddb.po
--- old/libkcddb-17.12.1/po/tr/libkcddb.po  2018-01-09 02:07:27.0 
+0100
+++ new/libkcddb-17.12.2/po/tr/libkcddb.po  2018-02-06 01:22:21.0 
+0100
@@ -15,8 +15,8 @@
 "POT-Creation-Date: 2016-11-21 03:04+0100\n"
 "PO-Revision-Date: 2014-06-08 13:56+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdemultimedia-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdemultimedia-k-";
+"tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -331,8 +331,8 

commit ksmtp for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package ksmtp for openSUSE:Factory checked 
in at 2018-02-12 10:03:52

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


Package is "ksmtp"

Mon Feb 12 10:03:52 2018 rev:5 rq:575094 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes  2018-01-17 
21:52:18.276079850 +0100
+++ /work/SRC/openSUSE:Factory/.ksmtp.new/ksmtp.changes 2018-02-12 
10:03:53.305997215 +0100
@@ -1,0 +2,11 @@
+Wed Feb 07 08:48:43 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix autotests
+  * SMTP: fix truncated attachment if it contains a line with a single dot
+
+---

Old:

  ksmtp-17.12.1.tar.xz

New:

  ksmtp-17.12.2.tar.xz



Other differences:
--
++ ksmtp.spec ++
--- /var/tmp/diff_new_pack.0T5ZqM/_old  2018-02-12 10:03:53.893976023 +0100
+++ /var/tmp/diff_new_pack.0T5ZqM/_new  2018-02-12 10:03:53.893976023 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksmtp
-Version:17.12.1
+Version:17.12.2
 Release:0
 Summary:Job-based library to send email through an SMTP server
 License:LGPL-2.1+

++ ksmtp-17.12.1.tar.xz -> ksmtp-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-17.12.1/CMakeLists.txt 
new/ksmtp-17.12.2/CMakeLists.txt
--- old/ksmtp-17.12.1/CMakeLists.txt2018-01-09 02:20:54.0 +0100
+++ new/ksmtp-17.12.2/CMakeLists.txt2018-02-06 01:44:46.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(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.1")
-set(KMIME_LIB_VERSION "5.7.1")
+set(QT5_REQUIRED_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.2")
 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.1/autotests/smtptest.cpp 
new/ksmtp-17.12.2/autotests/smtptest.cpp
--- old/ksmtp-17.12.1/autotests/smtptest.cpp2017-12-31 12:38:47.0 
+0100
+++ new/ksmtp-17.12.2/autotests/smtptest.cpp2018-02-05 10:14:22.0 
+0100
@@ -36,7 +36,7 @@
  << "C: EHLO 127.0.0.1"
  << "S: 250 Localhost ready to roll"
  << FakeServer::bye();
-QTest::newRow("EHLO OK") << scenario << QString();
+QTest::newRow("EHLO OK") << scenario << QStringLiteral("127.0.0.1");
 
 scenario.clear();
 scenario << FakeServer::greeting()
@@ -45,7 +45,7 @@
  << "C: HELO 127.0.0.1"
  << "S: 250 Localhost ready to roll"
  << FakeServer::bye();
-QTest::newRow("EHLO unknown") << scenario << QString();
+QTest::newRow("EHLO unknown") << scenario << QStringLiteral("127.0.0.1");
 
 scenario.clear();
 scenario << FakeServer::greeting()
@@ -54,7 +54,7 @@
  << "C: HELO 127.0.0.1"
  << "S: 250 Localhost ready to roll"
  << FakeServer::bye();
-QTest::newRow("EHLO not implemented") << scenario << QString();
+QTest::newRow("EHLO not implemented") << scenario << 
QStringLiteral("127.0.0.1");
 
 scenario.clear();
 scenario << FakeServer::greeting()
@@ -63,7 +63,7 @@
  << "C: HELO 127.0.0.1"
  << "S: 500 Command was not recognized"
  << FakeServer::bye();
-QTest::newRow("ERROR") << scenario << QString();
+QTest::newRow("ERROR") << scenario << QStringLiteral("127.0.0.1");
 
 scenario.clear();
 scenario << FakeServer::greeting()
@@ -167,6 +167,7 @@
 fakeServer.setScenario(scenario);
 fakeServer.startAndWait();
 KSmtp::Session session(QStringLiteral("127.0.0.1"), 5989);
+session.setCustomHostname(QStringLiteral("127.0.0.1"));
 session.openAndWait();
 
 KSmtp::LoginJob *login = new KSmtp::LoginJob(&session);
@@ -230,6 +231,7 @@
 fakeServer.setScenario(scenario);
 fakeServer.startAndWait();
 KSmtp::Session session(QStringLiteral("127.0.0.1"), 5989);
+session.setCustomHostname(QStringLiteral("127.0.0.1"));
 session.openAndWait();
 
 KSmtp::SendJob *send = new KSmtp::SendJob(&session);
diff -urN '--exclude=CVS' '--exclude=.cvsignor

commit kwalletmanager5 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kwalletmanager5 for openSUSE:Factory 
checked in at 2018-02-12 10:04:01

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


Package is "kwalletmanager5"

Mon Feb 12 10:04:01 2018 rev:29 rq:575103 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager5/kwalletmanager5.changes  
2018-01-17 21:52:28.575598106 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager5.new/kwalletmanager5.changes 
2018-02-12 10:04:05.453559387 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:52 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kwalletmanager-17.12.1.tar.xz

New:

  kwalletmanager-17.12.2.tar.xz



Other differences:
--
++ kwalletmanager5.spec ++
--- /var/tmp/diff_new_pack.1YMKwe/_old  2018-02-12 10:04:06.149534302 +0100
+++ /var/tmp/diff_new_pack.1YMKwe/_new  2018-02-12 10:04:06.153534158 +0100
@@ -23,7 +23,7 @@
 # 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.1
+Version:17.12.2
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-17.12.1.tar.xz -> kwalletmanager-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.12.1/CMakeLists.txt 
new/kwalletmanager-17.12.2/CMakeLists.txt
--- old/kwalletmanager-17.12.1/CMakeLists.txt   2018-01-09 01:57:02.0 
+0100
+++ new/kwalletmanager-17.12.2/CMakeLists.txt   2018-02-06 01:11:39.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/kwalletmanager5-kwalletd.desktop 
new/kwalletmanager-17.12.2/kwalletmanager5-kwalletd.desktop
--- old/kwalletmanager-17.12.1/kwalletmanager5-kwalletd.desktop 2018-01-04 
18:51:33.0 +0100
+++ new/kwalletmanager-17.12.2/kwalletmanager5-kwalletd.desktop 2018-02-03 
00:43:43.0 +0100
@@ -69,7 +69,7 @@
 Name[zh_CN]=钱包管理工具
 Name[zh_TW]=錢包管理工具
 Comment=Wallet Management Tool
-Comment[ar]=أداة لإدارة المحفظة
+Comment[ar]=أداة لإدارة المحفظات
 Comment[ca]=Eina per a la gestió de carteres
 Comment[ca@valencia]=Eina per a la gestió de carteres
 Comment[cs]=Nástroj pro správu úschovny
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.12.1/po/ar/kwalletmanager.po 
new/kwalletmanager-17.12.2/po/ar/kwalletmanager.po
--- old/kwalletmanager-17.12.1/po/ar/kwalletmanager.po  2018-01-09 
01:57:01.0 +0100
+++ new/kwalletmanager-17.12.2/po/ar/kwalletmanager.po  2018-02-06 
01:11:37.0 +0100
@@ -561,7 +561,7 @@
 #: main.cpp:50
 #, kde-format
 msgid "Wallet Manager"
-msgstr "مدير محفظة"
+msgstr "مدير المحفظات"
 
 #: main.cpp:52
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.12.1/po/ca/kcmkwallet.po 
new/kwalletmanager-17.12.2/po/ca/kcmkwallet.po
--- old/kwalletmanager-17.12.1/po/ca/kcmkwallet.po  2018-01-09 
01:57:01.0 +0100
+++ new/kwalletmanager-17.12.2/po/ca/kcmkwallet.po  2018-02-06 
01:11:37.0 +0100
@@ -272,10 +272,3 @@
 #, kde-format
 msgid "&Launch Wallet Manager"
 msgstr "&Llança el gestor de carteres"
-
-#~ msgid "kcmkwallet"
-#~ msgstr "kcmkwallet"
-
-#~ msgid ""
-#~ "Sorry, the system security policy didn't allow you to save the changes."
-#~ msgstr "La política de seguretat del sistema no us permet desar els canvis."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.12.1/po/ca/kwalletmanager.po 
new/kwalletmanager-17.12.2/po/ca/kwalletmanager.po
--- old/kwalletmanager-17.12.1/po/ca/kwalletmanager.po  2018-01-09 
01:57:01.0 +0100
+++ new/kwalletmanager-17.12.2/po/ca/kwalletmanager.po  2018-02-06 
01:11:37.0 +0100
@@ -706,38 +7

commit libkexiv2 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2018-02-12 10:04:37

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


Package is "libkexiv2"

Mon Feb 12 10:04:37 2018 rev:91 rq:575113 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2018-01-17 
21:53:00.170120312 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2018-02-12 
10:04:39.996314389 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:58 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkexiv2-17.12.1.tar.xz

New:

  libkexiv2-17.12.2.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.DxgMG7/_old  2018-02-12 10:04:40.732287863 +0100
+++ /var/tmp/diff_new_pack.DxgMG7/_new  2018-02-12 10:04:40.736287719 +0100
@@ -19,7 +19,7 @@
 %define _so 15_0_0
 %define lname   libKF5KExiv2
 Name:   libkexiv2
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit libkdcraw for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2018-02-12 10:04:26

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


Package is "libkdcraw"

Mon Feb 12 10:04:26 2018 rev:90 rq:575109 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2018-01-17 
21:52:50.910553418 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2018-02-12 
10:04:26.236810311 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:54 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkdcraw-17.12.1.tar.xz

New:

  libkdcraw-17.12.2.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.TpikHu/_old  2018-02-12 10:04:26.972783785 +0100
+++ /var/tmp/diff_new_pack.TpikHu/_new  2018-02-12 10:04:26.972783785 +0100
@@ -19,7 +19,7 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:   libkdcraw
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit libkcompactdisc for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkcompactdisc for openSUSE:Factory 
checked in at 2018-02-12 10:04:21

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


Package is "libkcompactdisc"

Mon Feb 12 10:04:21 2018 rev:16 rq:575108 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc/libkcompactdisc.changes  
2018-01-17 21:52:45.886788399 +0100
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc.new/libkcompactdisc.changes 
2018-02-12 10:04:22.680938473 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:54 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkcompactdisc-17.12.1.tar.xz

New:

  libkcompactdisc-17.12.2.tar.xz



Other differences:
--
++ libkcompactdisc.spec ++
--- /var/tmp/diff_new_pack.XVW63C/_old  2018-02-12 10:04:23.604905171 +0100
+++ /var/tmp/diff_new_pack.XVW63C/_new  2018-02-12 10:04:23.608905026 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkcompactdisc
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkcompactdisc-17.12.1.tar.xz -> libkcompactdisc-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-17.12.1/po/tr/libkcompactdisc.po 
new/libkcompactdisc-17.12.2/po/tr/libkcompactdisc.po
--- old/libkcompactdisc-17.12.1/po/tr/libkcompactdisc.po2018-01-09 
02:07:30.0 +0100
+++ new/libkcompactdisc-17.12.2/po/tr/libkcompactdisc.po2018-02-06 
01:22:28.0 +0100
@@ -12,8 +12,8 @@
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
 "PO-Revision-Date: 2014-06-08 13:56+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdemultimedia-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdemultimedia-k-";
+"tr/language/tr/)\n"
 "Language: tr\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/libkcompactdisc-17.12.1/po/zh_CN/libkcompactdisc.po 
new/libkcompactdisc-17.12.2/po/zh_CN/libkcompactdisc.po
--- old/libkcompactdisc-17.12.1/po/zh_CN/libkcompactdisc.po 2018-01-09 
02:07:30.0 +0100
+++ new/libkcompactdisc-17.12.2/po/zh_CN/libkcompactdisc.po 2018-02-06 
01:22:28.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-01-08 18:06-0500\n"
+"PO-Revision-Date: 2018-02-04 20:32-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkdepim for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2018-02-12 10:04:32

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


Package is "libkdepim"

Mon Feb 12 10:04:32 2018 rev:23 rq:575111 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes  2018-01-17 
21:52:55.826323488 +0100
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2018-02-12 
10:04:34.256521263 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:56 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkdepim-17.12.1.tar.xz

New:

  libkdepim-17.12.2.tar.xz



Other differences:
--
++ libkdepim.spec ++
--- /var/tmp/diff_new_pack.YQ8qWk/_old  2018-02-12 10:04:34.920497332 +0100
+++ /var/tmp/diff_new_pack.YQ8qWk/_new  2018-02-12 10:04:34.920497332 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkdepim
-Version:17.12.1
+Version:17.12.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++ libkdepim-17.12.1.tar.xz -> libkdepim-17.12.2.tar.xz ++
 2237 lines of diff (skipped)




commit kmousetool for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2018-02-12 10:03:41

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


Package is "kmousetool"

Mon Feb 12 10:03:41 2018 rev:81 rq:575092 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2018-01-17 
21:52:08.992514075 +0100
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2018-02-12 10:03:45.230288284 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kmousetool-17.12.1.tar.xz

New:

  kmousetool-17.12.2.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.8U3ox5/_old  2018-02-12 10:03:46.214252820 +0100
+++ /var/tmp/diff_new_pack.8U3ox5/_new  2018-02-12 10:03:46.52531 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmousetool
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmousetool-17.12.1.tar.xz -> kmousetool-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmousetool-17.12.1/po/ca/docs/kmousetool/index.docbook 
new/kmousetool-17.12.2/po/ca/docs/kmousetool/index.docbook
--- old/kmousetool-17.12.1/po/ca/docs/kmousetool/index.docbook  2018-01-09 
01:57:08.0 +0100
+++ new/kmousetool-17.12.2/po/ca/docs/kmousetool/index.docbook  2018-02-06 
01:12:03.0 +0100
@@ -73,11 +73,11 @@
 >&kmousetool; generarà els clics a on s'aturi un moment el punter del ratolí. 
 >Fou dissenyat d'aquesta manera per ajudar a aquells que, per patir algun 
 >tipus de lesió ocasionada per un treball repetitiu, senten dolor quan premen 
 >els botons del ratolí. També és possible usar &kmousetool; per arrossegar 
 >elements d'un lloc a l'altre de la pantalla, tot i que això últim requereix 
 >una mica més de pràctica. 
 
 &kmousetool; pot ajudar a combatre el dolor que algunes persones senten al 
prémer els botons del ratolí. Però malauradament, no es pot fer res per aquells 
que experimenten dolor al desplaçar el ratolí per sobre la taula. Si us plau, 
si esteu experimentant dolors relacionats amb l'ús de l'ordinador, i encara no 
heu consultat a un metge, feu-ho el més aviat possible. 
+>&kmousetool; pot ajudar a combatre el dolor que algunes persones senten en 
prémer els botons del ratolí. Però malauradament, no es pot fer res per aquells 
que experimenten dolor en desplaçar el ratolí per sobre la taula. Si us plau, 
si esteu experimentant dolors relacionats amb l'ús de l'ordinador, i encara no 
heu consultat a un metge, feu-ho tan aviat com es pugui. 
 Una vegada més, i per a que quedi ben clar: Encara que &kmousetool;, us pot 
ajudar a combatre el dolor causat per l'acció de fer Una vegada més, i perquè quedi ben clar: Encara que &kmousetool;, us pot 
ajudar a combatre el dolor causat per l'acció de fer clic en el ratolí, no pot fer res pel dolor que us pugui causar el  en el ratolí, no pot fer res pel dolor que us pugui causar moure el ratolí per sobre la taula. I, el grau de rendiment d'aquesta eina 
 > ergonòmica pot variar per a cada cas en particular. 
 
@@ -142,7 +142,7 @@
 
 
   Determina quant temps esperarà &kmousetool; per a generar el clic una vegada 
s'hagi aturat el ratolí. Si us resulta difícil acostumar-vos a &kmousetool;, 
proveu a incrementar el temps de d'estancament 
+>Determina quant temps esperarà &kmousetool; per a generar el clic una vegada 
s'hagi aturat el ratolí. Si us resulta difícil acostumar-vos a &kmousetool;, 
proveu d'incrementar el temps d'estancament 
 
   
   
@@ -152,7 +152,7 @@
 
 
   Habilita o inhabilita el mode de arrossegat intel·ligent. Inhabilitar-la 
resulta fàcil, per omissió ja ho està.Habilita o inhabilita el mode d'arrossegat intel·ligent. Inhabilitar-la 
resulta fàcil, per omissió ja ho està.Quan habiliteu Arrossegat intel·ligent
 
 Torna tots els valors a l'estat en el que estaven al moment d'obrir el 
diàleg, o, si els canvis han estat desats amb el botó Torna tots els valors a l'estat en què estaven al moment d'obrir el diàleg, 
o, si els canvis han estat desats amb el botó Aplica, torna als valors a l'estat en el que estaven l'última vegada que es va 
prémer el botó , torna als valors a l'e

commit kmag for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2018-02-12 10:03:48

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


Package is "kmag"

Mon Feb 12 10:03:48 2018 rev:76 rq:575093 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmag/kmag.changes2018-01-17 
21:52:13.948282277 +0100
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2018-02-12 
10:03:49.754125233 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kmag-17.12.1.tar.xz

New:

  kmag-17.12.2.tar.xz



Other differences:
--
++ kmag.spec ++
--- /var/tmp/diff_new_pack.hIO9fy/_old  2018-02-12 10:03:50.450100149 +0100
+++ /var/tmp/diff_new_pack.hIO9fy/_new  2018-02-12 10:03:50.45415 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmag
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmag-17.12.1.tar.xz -> kmag-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-17.12.1/org.kde.kmag.appdata.xml 
new/kmag-17.12.2/org.kde.kmag.appdata.xml
--- old/kmag-17.12.1/org.kde.kmag.appdata.xml   2018-01-06 06:12:06.0 
+0100
+++ new/kmag-17.12.2/org.kde.kmag.appdata.xml   2018-01-22 05:31:57.0 
+0100
@@ -16,6 +16,7 @@
   kmag
   kmag
   kmag
+  kmag
   kmag
   kmag
   kmag
@@ -41,6 +42,7 @@
   Loupe d'écran
   화면 돋보기
   Schermvergroter
+  Skjermforstørrar
   Lupa ekranowa
   Lupa do Ecrã
   Lupa da tela
@@ -68,6 +70,7 @@
 Un outil loupe d'écran
 화면 돋보기 도구
 Een hulpmiddel als vergrootglas op het scherm
+Verktøy for skjermforstørring
 Narzędzie powiększania ekranu
 Uma ferramenta de ampliação do ecrã
 Uma lupa para a tela
@@ -106,6 +109,7 @@
 kmag
 kmag
 kmag
+kmag
 kmag
 kmag
 kmag
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-17.12.1/org.kde.kmag.desktop 
new/kmag-17.12.2/org.kde.kmag.desktop
--- old/kmag-17.12.1/org.kde.kmag.desktop   2018-01-06 06:12:06.0 
+0100
+++ new/kmag-17.12.2/org.kde.kmag.desktop   2018-01-22 05:31:57.0 
+0100
@@ -166,6 +166,7 @@
 Comment[pt]=Uma ferramenta de ampliação do ecrã
 Comment[pt_BR]=Uma lupa para a tela
 Comment[sk]=Nástroj na priblíženie obrazovky
+Comment[sl]=Orodje za približanje zaslona
 Comment[sr]=Алатка за увеличавање екрана
 Comment[sr@ijekavian]=Алатка за увеличавање екрана
 Comment[sr@ijekavianlatin]=Alatka za uveličavanje ekrana
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-17.12.1/po/ca/docs/kmag/index.docbook 
new/kmag-17.12.2/po/ca/docs/kmag/index.docbook
--- old/kmag-17.12.1/po/ca/docs/kmag/index.docbook  2018-01-09 
01:57:07.0 +0100
+++ new/kmag-17.12.2/po/ca/docs/kmag/index.docbook  2018-02-06 
01:11:59.0 +0100
@@ -95,7 +95,7 @@
 
 
 El &kmagnifier; és una lupa de la pantalla. Això vol dir que, així com 
utilitzríeu una lupa per a veure més aprop el contingut d'un diari o una foto, 
podeu utilitzar el &kmagnifier; per a veure ampliat el contingut d'un sector de 
la pantalla. D'aquesta manera, tant artistes com investigadors o dissenyadors 
web i persones amb poca visió, podran trobar en el &kmagnifier; un aliat en el 
seu treball diari. A partir d'aquí, aquest document procurarà ser una completa 
guia de referència per al seu ús. 
+>El &kmagnifier; és una lupa de la pantalla. Això vol dir que, així com 
utilitzaríeu una lupa per a veure més gran el contingut d'un diari o una foto, 
podeu utilitzar el &kmagnifier; per a veure ampliat el contingut d'un sector de 
la pantalla. D'aquesta manera, tant artistes com investigadors o dissenyadors 
web i persones amb poca visió, podran trobar en el &kmagnifier; un aliat en el 
seu treball diari. A partir d'aquí, aquest document procurarà ser una completa 
guia de referència per al seu ús. 
 
 
 
@@ -199,7 +199,7 @@
 >Més característiques del &kmagnifier;
 
 El &kmagnifier; posseeix unes quantes característiques. És possible imprimir 
la imatge ampliada directament a la impressora, desar la imatge en un fitxer, 
copiar la imatge ampliada al porta-retalls (que després es pot utilitzar per a 
enganxar en d'altres aplicacions), girar la imatge ampliada i més. 
+>El &kmagnifier;

commit ktnef for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2018-02-12 10:03:56

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


Package is "ktnef"

Mon Feb 12 10:03:56 2018 rev:29 rq:575098 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes  2018-01-17 
21:52:23.811820925 +0100
+++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2018-02-12 
10:03:57.565843680 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:43 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  ktnef-17.12.1.tar.xz

New:

  ktnef-17.12.2.tar.xz



Other differences:
--
++ ktnef.spec ++
--- /var/tmp/diff_new_pack.SVjQwY/_old  2018-02-12 10:03:58.157822343 +0100
+++ /var/tmp/diff_new_pack.SVjQwY/_new  2018-02-12 10:03:58.161822199 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   ktnef
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ktnef-17.12.1.tar.xz -> ktnef-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.12.1/CMakeLists.txt 
new/ktnef-17.12.2/CMakeLists.txt
--- old/ktnef-17.12.1/CMakeLists.txt2018-01-09 02:18:04.0 +0100
+++ new/ktnef-17.12.2/CMakeLists.txt2018-02-06 01:40:28.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(KTnef VERSION ${PIM_VERSION})
 
@@ -23,9 +23,9 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.7.1")
-set(CALENDARUTILS_LIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
+set(CALENDARCORE_LIB_VERSION "5.7.2")
+set(CALENDARUTILS_LIB_VERSION "5.7.2")
+set(KCONTACTS_LIB_VERSION "5.7.2")
 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.1/po/nn/libktnef5.po 
new/ktnef-17.12.2/po/nn/libktnef5.po
--- old/ktnef-17.12.1/po/nn/libktnef5.po2018-01-09 02:18:04.0 
+0100
+++ new/ktnef-17.12.2/po/nn/libktnef5.po2018-02-06 01:40:27.0 
+0100
@@ -8,7 +8,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: 2008-08-03 19:24+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.12.1/po/zh_CN/libktnef5.po 
new/ktnef-17.12.2/po/zh_CN/libktnef5.po
--- old/ktnef-17.12.1/po/zh_CN/libktnef5.po 2018-01-09 02:18:04.0 
+0100
+++ new/ktnef-17.12.2/po/zh_CN/libktnef5.po 2018-02-06 01:40:28.0 
+0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-01-24 09:56+0100\n"
-"PO-Revision-Date: 2018-01-08 18:07-0500\n"
+"POT-Creation-Date: 2017-09-14 03:27+0200\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libgravatar for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libgravatar for openSUSE:Factory 
checked in at 2018-02-12 10:04:08

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


Package is "libgravatar"

Mon Feb 12 10:04:08 2018 rev:23 rq:575106 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes  2018-01-17 
21:52:32.855397925 +0100
+++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes 
2018-02-12 10:04:12.337311280 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:54 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libgravatar-17.12.1.tar.xz

New:

  libgravatar-17.12.2.tar.xz



Other differences:
--
++ libgravatar.spec ++
--- /var/tmp/diff_new_pack.OG0AZn/_old  2018-02-12 10:04:12.989287782 +0100
+++ /var/tmp/diff_new_pack.OG0AZn/_new  2018-02-12 10:04:12.993287637 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libgravatar
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libgravatar-17.12.1.tar.xz -> libgravatar-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.1/CMakeLists.txt 
new/libgravatar-17.12.2/CMakeLists.txt
--- old/libgravatar-17.12.1/CMakeLists.txt  2018-01-09 02:20:06.0 
+0100
+++ new/libgravatar-17.12.2/CMakeLists.txt  2018-02-06 01:43:49.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(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.1")
+set(PIMCOMMON_LIB_VERSION "5.7.2")
 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.1/po/ca/libgravatar.po 
new/libgravatar-17.12.2/po/ca/libgravatar.po
--- old/libgravatar-17.12.1/po/ca/libgravatar.po2018-01-09 
02:20:06.0 +0100
+++ new/libgravatar-17.12.2/po/ca/libgravatar.po2018-02-06 
01:43:49.0 +0100
@@ -84,9 +84,3 @@
 #, kde-format
 msgid "No Gravatar found."
 msgstr "No s'ha trobat «Gravatar»."
-
-#~ msgid "Use HTTPS Protocol"
-#~ msgstr "Usa el protocol HTTPS"
-
-#~ msgid "Use HTTPS"
-#~ msgstr "Usa l'HTTPS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.1/po/ca@valencia/libgravatar.po 
new/libgravatar-17.12.2/po/ca@valencia/libgravatar.po
--- old/libgravatar-17.12.1/po/ca@valencia/libgravatar.po   2018-01-09 
02:20:06.0 +0100
+++ new/libgravatar-17.12.2/po/ca@valencia/libgravatar.po   2018-02-06 
01:43:49.0 +0100
@@ -84,9 +84,3 @@
 #, kde-format
 msgid "No Gravatar found."
 msgstr "No s'ha trobat «Gravatar»."
-
-#~ msgid "Use HTTPS Protocol"
-#~ msgstr "Usa el protocol HTTPS"
-
-#~ msgid "Use HTTPS"
-#~ msgstr "Usa l'HTTPS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.1/po/zh_CN/libgravatar.po 
new/libgravatar-17.12.2/po/zh_CN/libgravatar.po
--- old/libgravatar-17.12.1/po/zh_CN/libgravatar.po 2018-01-09 
02:20:06.0 +0100
+++ new/libgravatar-17.12.2/po/zh_CN/libgravatar.po 2018-02-06 
01:43:49.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-01-08 18:07-0500\n"
+"PO-Revision-Date: 2018-02-04 20:33-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkomparediff2 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2018-02-12 10:04:58

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


Package is "libkomparediff2"

Mon Feb 12 10:04:58 2018 rev:54 rq:575119 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2018-01-17 21:53:29.540746529 +0100
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2018-02-12 10:04:59.683604821 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:00 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkomparediff2-17.12.1.tar.xz

New:

  libkomparediff2-17.12.2.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.Lbfm5v/_old  2018-02-12 10:05:01.335545282 +0100
+++ /var/tmp/diff_new_pack.Lbfm5v/_new  2018-02-12 10:05:01.343544993 +0100
@@ -20,7 +20,7 @@
 
 %define soname 5
 Name:   libkomparediff2
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkomparediff2-17.12.1.tar.xz -> libkomparediff2-17.12.2.tar.xz ++
 1687 lines of diff (skipped)




commit mailcommon for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "mailcommon"

Mon Feb 12 10:05:17 2018 rev:23 rq:575124 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2018-01-17 
21:53:46.847936998 +0100
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2018-02-12 10:05:21.694811499 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:02 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  mailcommon-17.12.1.tar.xz

New:

  mailcommon-17.12.2.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.5rnGHm/_old  2018-02-12 10:05:22.518781802 +0100
+++ /var/tmp/diff_new_pack.5rnGHm/_new  2018-02-12 10:05:22.522781658 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailcommon
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailcommon-17.12.1.tar.xz -> mailcommon-17.12.2.tar.xz ++
 2424 lines of diff (skipped)




commit libksieve for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "libksieve"

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

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2018-01-17 
21:53:41.696177968 +0100
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2018-02-12 
10:05:14.555068827 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:01 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libksieve-17.12.1.tar.xz

New:

  libksieve-17.12.2.tar.xz



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.FW8l0Y/_old  2018-02-12 10:05:15.223044752 +0100
+++ /var/tmp/diff_new_pack.FW8l0Y/_new  2018-02-12 10:05:15.223044752 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libksieve
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libksieve-17.12.1.tar.xz -> libksieve-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.12.1/CMakeLists.txt 
new/libksieve-17.12.2/CMakeLists.txt
--- old/libksieve-17.12.1/CMakeLists.txt2018-01-09 02:20:17.0 
+0100
+++ new/libksieve-17.12.2/CMakeLists.txt2018-02-06 01:44:03.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(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.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
-set(LIBKDEPIM_LIB_VERSION "5.7.1")
-set(PIMCOMMON_LIB_VERSION "5.7.1")
-set(KIMAP_LIB_VERSION "5.7.1")
+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")
 
 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.1/kioslave/src/sieve/sieve.protocol 
new/libksieve-17.12.2/kioslave/src/sieve/sieve.protocol
--- old/libksieve-17.12.1/kioslave/src/sieve/sieve.protocol 2017-12-31 
12:37:49.0 +0100
+++ new/libksieve-17.12.2/kioslave/src/sieve/sieve.protocol 2018-02-02 
07:16:28.0 +0100
@@ -13,6 +13,7 @@
 Icon=view-filter
 X-DocPath=kioslave5/sieve/index.html
 Description=An ioslave for the Sieve mail filtering protocol
+Description[ar]=«تابع دخل/خرج» لميفاق ترشيح بريد «سِڤ»
 Description[ca]=Un «ioslave» pel protocol de filtratge de correu «Sieve»
 Description[ca@valencia]=Un «ioslave» pel protocol de filtratge de correu 
«Sieve»
 Description[cs]=Protokol pro filtrování pošty Sieve
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.12.1/po/ar/kio_sieve.po 
new/libksieve-17.12.2/po/ar/kio_sieve.po
--- old/libksieve-17.12.1/po/ar/kio_sieve.po2018-01-09 02:20:15.0 
+0100
+++ new/libksieve-17.12.2/po/ar/kio_sieve.po2018-02-06 01:44:01.0 
+0100
@@ -4,41 +4,42 @@
 # Hafid BENHADRIA , 2004.
 # محمد سعد  Mohamed SAAD , 2006.
 # Youssef Chahibi , 2007.
+# Safa Alfulaij , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_sieve\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-07-31 03:28+0200\n"
-"PO-Revision-Date: 2007-10-14 15:57+\n"
-"Last-Translator: Youssef Chahibi \n"
-"Language-Team: \n"
+"PO-Revision-Date: 2018-01-31 11:45+0300\n"
+"Last-Translator: Safa Alfulaij \n"
+"Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: sieve.cpp:330
 #, 

commit libksane for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "libksane"

Mon Feb 12 10:05:04 2018 rev:90 rq:575120 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2018-01-17 
21:53:34.372520526 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2018-02-12 
10:05:06.875345618 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:00 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix translations from Sane
+
+---

Old:

  libksane-17.12.1.tar.xz

New:

  libksane-17.12.2.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.rkQ9GL/_old  2018-02-12 10:05:07.971306117 +0100
+++ /var/tmp/diff_new_pack.rkQ9GL/_new  2018-02-12 10:05:07.975305973 +0100
@@ -21,7 +21,7 @@
 %define _so 5
 %define lname libKF5Sane
 Name:   libksane
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libksane-17.12.1.tar.xz -> libksane-17.12.2.tar.xz ++
 5556 lines of diff (skipped)




commit libkgapi for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2018-02-12 10:04:42

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


Package is "libkgapi"

Mon Feb 12 10:04:42 2018 rev:27 rq:575114 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes2018-01-17 
21:53:05.689862132 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2018-02-12 
10:04:46.168091946 +0100
@@ -1,0 +2,16 @@
+Wed Feb 07 08:48:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix oauth focus (kde#389263)
+  * Reenable setting the authentication URL
+  * Retrieve OAuth2 token with HTTP socket
+  * Check for the correct "kind" strings
+  * Fix token page URL (kde#388483)
+- Dropped patches, now upstream:
+  * Fix-token-page-URL.patch
+
+---

Old:

  Fix-token-page-URL.patch
  libkgapi-17.12.1.tar.xz

New:

  libkgapi-17.12.2.tar.xz



Other differences:
--
++ libkgapi.spec ++
--- /var/tmp/diff_new_pack.vTE0Qv/_old  2018-02-12 10:04:46.912065132 +0100
+++ /var/tmp/diff_new_pack.vTE0Qv/_new  2018-02-12 10:04:46.916064987 +0100
@@ -19,15 +19,13 @@
 %bcond_without lang
 
 Name:   libkgapi
-Version:17.12.1
+Version:17.12.2
 Release:0
 Summary:Extension for accessing your Google data
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  Fix-token-page-URL.patch
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcontacts5-devel
@@ -131,7 +129,6 @@
 
 %prep
 %setup -q -n libkgapi-%{version}
-%patch -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON

++ libkgapi-17.12.1.tar.xz -> libkgapi-17.12.2.tar.xz ++
 3615 lines of diff (skipped)




commit libkipi for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-02-12 10:04:48

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


Package is "libkipi"

Mon Feb 12 10:04:48 2018 rev:90 rq:575116 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-01-17 
21:53:17.121327436 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-02-12 
10:04:51.531898624 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkipi-17.12.1.tar.xz

New:

  libkipi-17.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ROn74U/_old  2018-02-12 10:04:52.235873251 +0100
+++ /var/tmp/diff_new_pack.ROn74U/_new  2018-02-12 10:04:52.239873107 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit libkleo for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2018-02-12 10:04:54

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


Package is "libkleo"

Mon Feb 12 10:04:54 2018 rev:24 rq:575117 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2018-01-17 
21:53:22.081095448 +0100
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2018-02-12 
10:04:54.591788340 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkleo-17.12.1.tar.xz

New:

  libkleo-17.12.2.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.61hNU2/_old  2018-02-12 10:04:55.167767580 +0100
+++ /var/tmp/diff_new_pack.61hNU2/_new  2018-02-12 10:04:55.167767580 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkleo
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkleo-17.12.1.tar.xz -> libkleo-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-17.12.1/CMakeLists.txt 
new/libkleo-17.12.2/CMakeLists.txt
--- old/libkleo-17.12.1/CMakeLists.txt  2018-01-09 02:20:14.0 +0100
+++ new/libkleo-17.12.2/CMakeLists.txt  2018-02-06 01:43:59.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(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.1")
+set(KDEPIMTEXTEDIT_VERSION "5.7.2")
 
 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.1/po/ca/libkleopatra.po 
new/libkleo-17.12.2/po/ca/libkleopatra.po
--- old/libkleo-17.12.1/po/ca/libkleopatra.po   2018-01-09 02:20:13.0 
+0100
+++ new/libkleo-17.12.2/po/ca/libkleopatra.po   2018-02-06 01:43:58.0 
+0100
@@ -1625,196 +1625,3 @@
 msgctxt "As in not all user IDs are valid."
 msgid "not certified"
 msgstr "no estan certificats"
-
-#~ msgid "Identity"
-#~ msgstr "Identitat"
-
-#~ msgid "EMail"
-#~ msgstr "Correu electrònic"
-
-#~ msgid "%1:%2"
-#~ msgstr "%1:%2"
-
-#~ msgid "Ownertrust"
-#~ msgstr "Confiança en el propietari"
-
-#~ msgctxt "New X.509 Directory Server"
-#~ msgid "X.509"
-#~ msgstr "X.509"
-
-#~ msgctxt "New OpenPGP Directory Server"
-#~ msgid "OpenPGP"
-#~ msgstr "OpenPGP"
-
-#~ msgid "Scheme"
-#~ msgstr "Esquema"
-
-#~ msgid ""
-#~ "Select the access scheme (scheme) that the directory service is available "
-#~ "through."
-#~ msgstr ""
-#~ "Seleccioneu l'esquema d'accés (esquema) en el que està disponible el "
-#~ "servei de directori."
-
-#~ msgid ""
-#~ "Check this column if this directory service is providing S/MIME (X.509) "
-#~ "certificates."
-#~ msgstr ""
-#~ "Marqueu aquesta columna si aquest servei de directori proporciona "
-#~ "certificats S/MIME (X.509)."
-
-#~ msgid ""
-#~ "Check this column if this directory service is providing OpenPGP "
-#~ "certificates."
-#~ msgstr ""
-#~ "Marqueu aquesta columna si aquest servei de directori proporciona "
-#~ "certificats OpenPGP."
-
-#~ msgid "0 - None (no debugging at all)"
-#~ msgstr "0 - cap (sense cap depuració)"
-
-#~ msgid "1 - Basic (some basic debug messages)"
-#~ msgstr "1 - bàsic (alguns missatges de depuració bàsics)"
-
-#~ msgid "2 - Advanced (more verbose debug messages)"
-#~ msgstr "2 - avançat (missatges de depuració més explícits)"
-
-#~ msgid "3 - Expert (even more detailed messages)"
-#~ msgstr "3 - expert (missatges encara més detallats)"
-
-#~ msgid "4 - Guru (all of the debug messages you can get)"
-#~ msgstr "4 - guru (tots els missatges de depuració disponibles)"
-
-#~ msgid "General"
-#~ msgstr "General"
-
-#~ msgid "Chiasmus"
-#~ msgstr "Chiasmus"
-
-#~ msgid "Chiasmus command line tool"
-#~ msgstr "Eina de línia d'ordres del Chiasmus"
-
-#~ msgid "Unsupported protocol \"%1\""
-#~ msgstr "Protocol no acceptat «%1»"
-
-#~ msgid "File \"%1\" does not exist or is not executable."
-#~ msgstr "El fitxer «%1» no existeix o no és executable."
-
-#~ msgid "Output from chiasmus"
-#~ msgstr "Sortida del «chiasmus»"
-
-#

commit messagelib for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "messagelib"

Mon Feb 12 10:05:33 2018 rev:25 rq:575128 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2018-01-17 
21:54:44.337247956 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2018-02-12 10:05:36.706270463 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:07 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Add normal text too. So we can switch from html to normal text too
+
+---

Old:

  messagelib-17.12.1.tar.xz

New:

  messagelib-17.12.2.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.KMO1GA/_old  2018-02-12 10:05:37.862228800 +0100
+++ /var/tmp/diff_new_pack.KMO1GA/_new  2018-02-12 10:05:37.866228656 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   messagelib
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit marble for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "marble"

Mon Feb 12 10:05:29 2018 rev:99 rq:575126 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2018-01-17 
21:54:36.397619331 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2018-02-12 
10:05:33.010403667 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:04 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  marble-17.12.1.tar.xz

New:

  marble-17.12.2.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.O9sg8t/_old  2018-02-12 10:05:36.362282861 +0100
+++ /var/tmp/diff_new_pack.O9sg8t/_new  2018-02-12 10:05:36.366282716 +0100
@@ -21,7 +21,7 @@
 %define _so -28
 %define _so_astro 1
 Name:   marble
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit mobipocket for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "mobipocket"

Mon Feb 12 10:05:39 2018 rev:89 rq:575130 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2018-01-17 
21:54:46.117164700 +0100
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2018-02-12 10:05:42.042078152 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kdegraphics-mobipocket-17.12.1.tar.xz

New:

  kdegraphics-mobipocket-17.12.2.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.TbQ3OC/_old  2018-02-12 10:05:42.698054510 +0100
+++ /var/tmp/diff_new_pack.TbQ3OC/_new  2018-02-12 10:05:42.706054222 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit mailimporter for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "mailimporter"

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

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2018-01-17 21:53:52.291682370 +0100
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2018-02-12 10:05:26.782628126 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:02 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  mailimporter-17.12.1.tar.xz

New:

  mailimporter-17.12.2.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.ZabvwH/_old  2018-02-12 10:05:27.782592085 +0100
+++ /var/tmp/diff_new_pack.ZabvwH/_new  2018-02-12 10:05:27.786591941 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailimporter
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailimporter-17.12.1.tar.xz -> mailimporter-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.12.1/CMakeLists.txt 
new/mailimporter-17.12.2/CMakeLists.txt
--- old/mailimporter-17.12.1/CMakeLists.txt 2018-01-09 02:20:24.0 
+0100
+++ new/mailimporter-17.12.2/CMakeLists.txt 2018-02-06 01:44:12.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.1")
+set(PIM_VERSION "5.7.2")
 
 project(MailImporter VERSION ${PIM_VERSION})
 
@@ -26,11 +26,11 @@
 set(MAILIMPORTER_LIB ${PIM_VERSION})
 
 
-set(AKONADIMIME_LIB_VERSION "5.7.1")
-set(KDEPIM_LIB_VERSION "5.7.1")
+set(AKONADIMIME_LIB_VERSION "5.7.2")
+set(KDEPIM_LIB_VERSION "5.7.2")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.7.1")
-set(AKONADI_VERSION "5.7.1")
+set(KMIME_LIB_VERSION "5.7.2")
+set(AKONADI_VERSION "5.7.2")
 
 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.1/po/ca/libmailimporter.po 
new/mailimporter-17.12.2/po/ca/libmailimporter.po
--- old/mailimporter-17.12.1/po/ca/libmailimporter.po   2018-01-09 
02:20:23.0 +0100
+++ new/mailimporter-17.12.2/po/ca/libmailimporter.po   2018-02-06 
01:44:11.0 +0100
@@ -1015,6 +1015,3 @@
 #, kde-format
 msgid "Unable to retrieve folder for folder path %1."
 msgstr "No s'ha pogut recuperar la carpeta pel camí de carpetes %1."
-
-#~ msgid "KMail Archive Files (*.tar *.tar.gz *.tar.bz2 *.zip)"
-#~ msgstr "Fitxers d'arxiu del KMail (*.tar *.tar.gz *.tar.bz2 *.zip)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.12.1/po/gl/libmailimporter.po 
new/mailimporter-17.12.2/po/gl/libmailimporter.po
--- old/mailimporter-17.12.1/po/gl/libmailimporter.po   2018-01-09 
02:20:24.0 +0100
+++ new/mailimporter-17.12.2/po/gl/libmailimporter.po   2018-02-06 
01:44:11.0 +0100
@@ -6,13 +6,13 @@
 # Xosé , 2009, 2010, 2012, 2013.
 # Marce Villarino , 2012, 2014.
 # Adrian Chaves Fernandez , 2013, 2015, 2017.
-# Adrián Chaves (Gallaecio) , 2017.
+# Adrián Chaves (Gallaecio) , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmailcvt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-03 03:13+0100\n"
-"PO-Revision-Date: 2017-11-01 13:50+0100\n"
+"PO-Revision-Date: 2018-01-19 19:35+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -235,7 +235,7 @@
 #: mailimporter/filters/filterthunderbird.cpp:288
 #, kde-format
 msgid "Unable to open %1, skipping"
-msgstr "Foi imposíbel abrir %1; omítese"
+msgstr "Non se pode abrir %1; omítese"
 
 #: mailimporter/filters/filterevolution.cpp:169
 #: mailimporter/filters/filtermailapp.cpp:93
@@ -431,7 +431,7 @@
 #: mailimporter/filters/filterkmailarchive.cpp:207
 #, kde-format
 msgid "Unable to open archive file '%1'"
-msgstr "Foi imposíbel abrir o ficheiro de arquivo «%1»"
+msgstr "Non se pode abrir o ficheiro de arquivo «%1»"
 
 #: mailimporter/filters/filterkmailarchive.cpp:212
 #, kde-format
@@ -564,7 +564,7 @@
 #: mailimporter/filters/filtermailmangzip.cpp:66
 #, kde-format
 msgid "Unable to open arch

commit okular for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "okular"

Mon Feb 12 10:05:44 2018 rev:94 rq:575132 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2018-01-17 
21:54:47.897081444 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2018-02-12 
10:05:46.117931253 +0100
@@ -1,0 +2,18 @@
+Wed Feb 07 08:49:12 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Add pdf.gz file save test
+  * Fix saving annotations to gzipped files (kde#338742)
+  * Fix crash on save when we had edited forms
+  * parttest: make the mouse selection be a few steps
+  * Use correct arrow cursor for Annotations' close buttons (kde#384381)
+  * Improve parttest a bit
+  * Fix regression due to more QTemporaryFile behaviour changes
+  * Fix crash when exporting
+  * djvu: Fix printing
+
+---

Old:

  okular-17.12.1.tar.xz

New:

  okular-17.12.2.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.gfrEMd/_old  2018-02-12 10:05:47.965864651 +0100
+++ /var/tmp/diff_new_pack.gfrEMd/_new  2018-02-12 10:05:47.969864507 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okular
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okular-17.12.1.tar.xz -> okular-17.12.2.tar.xz ++
 19294 lines of diff (skipped)




commit pimcommon for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "pimcommon"

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

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-01-17 
21:54:50.948938694 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-02-12 
10:05:50.241782624 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  pimcommon-17.12.1.tar.xz

New:

  pimcommon-17.12.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.CV9e0a/_old  2018-02-12 10:05:50.949757107 +0100
+++ /var/tmp/diff_new_pack.CV9e0a/_new  2018-02-12 10:05:50.953756963 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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

commit spectacle for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "spectacle"

Mon Feb 12 10:05:55 2018 rev:26 rq:575142 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2018-01-17 
21:54:52.856849451 +0100
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2018-02-12 
10:05:57.689514198 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:22 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  spectacle-17.12.1.tar.xz

New:

  spectacle-17.12.2.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.AYjmLH/_old  2018-02-12 10:05:58.601481329 +0100
+++ /var/tmp/diff_new_pack.AYjmLH/_new  2018-02-12 10:05:58.605481185 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   spectacle
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ spectacle-17.12.1.tar.xz -> spectacle-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.12.1/CMakeLists.txt 
new/spectacle-17.12.2/CMakeLists.txt
--- old/spectacle-17.12.1/CMakeLists.txt2018-01-09 01:56:28.0 
+0100
+++ new/spectacle-17.12.2/CMakeLists.txt2018-02-06 01:10:12.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 "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/ca/docs/spectacle/index.docbook 
new/spectacle-17.12.2/po/ca/docs/spectacle/index.docbook
--- old/spectacle-17.12.1/po/ca/docs/spectacle/index.docbook2018-01-09 
01:56:28.0 +0100
+++ new/spectacle-17.12.2/po/ca/docs/spectacle/index.docbook2018-02-06 
01:10:12.0 +0100
@@ -91,7 +91,7 @@
Podeu informar de qualsevol problema o petició de característica al url="http://bugs.kde.org/";
 >sistema de seguiment d'errors del &kde; (esciviu-hi en anglès).
+> (escriviu-hi en anglès).

 

@@ -118,7 +118,7 @@
 En prémer el botó Imprimeix al teclat posarà es llançarà immediatament l'&spectacle;. A més, hi ha tres 
dreceres de teclat més per a prendre captures de pantalla i desar-les a la 
carpeta per omissió per a desar sense mostrar la &IGU;:
+> al teclat es llançarà immediatament l'&spectacle;. A més, hi ha tres 
dreceres de teclat més per a prendre captures de pantalla i desar-les a la 
carpeta per omissió per a desar sense mostrar la &IGU;:
 
 

L'&spectacle; es pot iniciar des de la línia d'ordres. L'&spectacle; té un 
ampli conjunt d'opcions per a la línia d'ordres, incloent un mode de fons que 
es pot utilitzar en un script per a la captura de pantalla sense mostrar la 
&IGU; o requerir la interacció de l'usuari.
+>L'&spectacle; es pot iniciar des de la línia d'ordres. L'&spectacle; té un 
ampli conjunt d'opcions per a la línia d'ordres, incloent-hi un mode de fons 
que es pot utilitzar en un script per a la captura de pantalla sense mostrar la 
&IGU; o requerir la interacció de l'usuari.
 
Per iniciar l'&spectacle; des de l'indicatiu d'ordres, escriviu:
@@ -231,7 +231,7 @@
 >&Ctrl;&Maj;S). Això obrirà el diàleg de desat estàndard, des d'on es pot triar el nom del 
fitxer, la ubicació de la carpeta i el format en el que es desarà la vostra 
captura de pantalla. Podeu editar el nom del fitxer a qualsevol cosa que 
desitgeu, incloent el nom d'una captura de pantalla desada amb anterioritat. 
També podeu seleccionar l'opció ). Això obrirà el diàleg de desament estàndard, des d'on es pot triar el nom 
del fitxer, la ubicació de la carpeta i el format en el que es desarà la vostra 
captura de pantalla. Podeu editar el nom del fitxer a qualsevol cosa que 
desitgeu, incloent-hi el nom d'una captura de

commit patterns-yast for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package patterns-yast for openSUSE:Factory 
checked in at 2018-02-12 10:06:37

Comparing /work/SRC/openSUSE:Factory/patterns-yast (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-yast.new (New)


Package is "patterns-yast"

Mon Feb 12 10:06:37 2018 rev:3 rq:574510 version:20180209

Changes:

--- /work/SRC/openSUSE:Factory/patterns-yast/patterns-yast.changes  
2018-01-17 21:42:56.946347083 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-yast.new/patterns-yast.changes 
2018-02-12 10:06:41.903920665 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 07:44:15 UTC 2018 - jreidin...@suse.com
+
+- Remove dropped yast2-inetd (fate#323373)
+- 20180209
+
+---



Other differences:
--
++ patterns-yast.spec ++
--- /var/tmp/diff_new_pack.KrdP4O/_old  2018-02-12 10:06:42.639894140 +0100
+++ /var/tmp/diff_new_pack.KrdP4O/_new  2018-02-12 10:06:42.643893996 +0100
@@ -19,7 +19,7 @@
 %bcond_with betatest
 
 Name:   patterns-yast
-Version:20180105
+Version:20180209
 Release:0
 Summary:Patterns for Installation (Yast)
 License:MIT
@@ -77,7 +77,6 @@
 Requires:   yast2-xml
 Recommends: yast2-auth-client
 Recommends: yast2-fonts
-Recommends: yast2-inetd
 Recommends: yast2-iscsi-client
 Recommends: yast2-journal
 Recommends: yast2-ldap-client




commit AppStream for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package AppStream for openSUSE:Factory 
checked in at 2018-02-12 10:06:09

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


Package is "AppStream"

Mon Feb 12 10:06:09 2018 rev:9 rq:575384 version:0.11.8

Changes:

--- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes  2018-02-03 
15:40:27.083119326 +0100
+++ /work/SRC/openSUSE:Factory/.AppStream.new/AppStream.changes 2018-02-12 
10:06:12.756971150 +0100
@@ -1,0 +2,5 @@
+Sun Feb 11 12:01:59 UTC 2018 - fab...@ritter-vogt.de
+
+- appstreamcli can use curl for some checks, so recommend it (boo#1080446)
+
+---



Other differences:
--
++ AppStream.spec ++
--- /var/tmp/diff_new_pack.neeOad/_old  2018-02-12 10:06:14.028925306 +0100
+++ /var/tmp/diff_new_pack.neeOad/_new  2018-02-12 10:06:14.032925162 +0100
@@ -44,6 +44,7 @@
 BuildRequires:  pkgconfig(vapigen)
 BuildRequires:  pkgconfig(xapian-core)
 BuildRequires:  pkgconfig(yaml-0.1)
+Recommends: curl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit yast2-trans for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-trans for openSUSE:Factory 
checked in at 2018-02-12 10:06:28

Comparing /work/SRC/openSUSE:Factory/yast2-trans (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-trans.new (New)


Package is "yast2-trans"

Mon Feb 12 10:06:28 2018 rev:136 rq:574308 version:84.87.20180208.cf7cad734

Changes:

--- /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans.changes  2017-12-19 
10:46:09.865043550 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-trans.new/yast2-trans.changes 
2018-02-12 10:06:34.136200620 +0100
@@ -1,0 +2,97 @@
+Thu Feb 08 14:38:05 UTC 2018 - g...@opensuse.org
+
+- Update to version 84.87.20180208.cf7cad734:
+  * Spec file update.
+  * Automatic update of add-on.
+  * Automatic update of apparmor.
+  * Automatic update of auth-client.
+  * Automatic update of autoinst.
+  * Automatic update of base.
+  * Automatic update of bootloader.
+  * Automatic update of ca-management.
+  * Automatic update of cluster.
+  * Automatic update of control.
+  * Automatic update of country.
+  * Automatic update of docker.
+  * Automatic update of fonts.
+  * Automatic update of geo-cluster.
+  * Automatic update of installation.
+  * Automatic update of iscsi-lio-server.
+  * Automatic update of kdump.
+  * Automatic update of network.
+  * Automatic update of ntp-client.
+  * Automatic update of packager.
+  * Automatic update of registration.
+  * Automatic update of s390.
+  * Automatic update of storage.
+  * Automatic update of update.
+  * Fix handling of new text domains and clean up old pot-files.
+  * Fix pot cleanup. Remove y2m call. Better run it before running this script
+  * New POT for text domain 'add-on'.
+  * New POT for text domain 'alternatives'.
+  * New POT for text domain 'auth-client'.
+  * New POT for text domain 'autoinst'.
+  * New POT for text domain 'base'.
+  * New POT for text domain 'bootloader'.
+  * New POT for text domain 'ca-management'.
+  * New POT for text domain 'caasp'.
+  * New POT for text domain 'cio'.
+  * New POT for text domain 'cluster'.
+  * New POT for text domain 'control'.
+  * New POT for text domain 'country'.
+  * New POT for text domain 'dns-server'.
+  * New POT for text domain 'docker'.
+  * New POT for text domain 'drbd'.
+  * New POT for text domain 'firstboot'.
+  * New POT for text domain 'fonts'.
+  * New POT for text domain 'ftp-server'.
+  * New POT for text domain 'geo-cluster'.
+  * New POT for text domain 'http-server'.
+  * New POT for text domain 'installation'.
+  * New POT for text domain 'instserver'.
+  * New POT for text domain 'iscsi-lio-server'.
+  * New POT for text domain 'isns'.
+  * New POT for text domain 'mail'.
+  * New POT for text domain 'network'.
+  * New POT for text domain 'nfs'.
+  * New POT for text domain 'nfs_server'.
+  * New POT for text domain 'nis'.
+  * New POT for text domain 'ntp-client'.
+  * New POT for text domain 'packager'.
+  * New POT for text domain 'pkg-bindings'.
+  * New POT for text domain 'rdp'.
+  * New POT for text domain 'registration'.
+  * New POT for text domain 'samba-client'.
+  * New POT for text domain 'squid'.
+  * New POT for text domain 'storage'.
+  * New POT for text domain 'storage-ng'.
+  * New POT for text domain 'tftp-server'.
+  * New POT for text domain 'yast2-apparmor'.
+  * Remove unused text domain (renamed to apparmor)
+  * Translated using Weblate (Arabic)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Chinese (China))
+  * Translated using Weblate (Chinese (Taiwan))
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Danish)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Esperanto)
+  * Translated using Weblate (French)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Hungarian)
+  * Translated using Weblate (Indonesian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Korean)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Turkish)
+  * Translated using Weblate (Ukrainian)
+  * apparmor: Update DOMAIN_MAP
+  * configuration_management: Import strings from installation
+
+---

Old:

  yast2-trans-84.87.20171214.b62b0550c.tar.xz

New:

  yast2-trans-84.87.20180208.cf7cad734.tar.xz



Other differences:
--
++ yast2-trans.spec ++
 907 lines (skipped)
 between /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans.spec
 and

commit syndication for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "syndication"

Mon Feb 12 10:06:02 2018 rev:30 rq:575146 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2018-01-17 
21:54:54.972750480 +0100
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2018-02-12 10:06:06.709189118 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:24 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  syndication-17.12.1.tar.xz

New:

  syndication-17.12.2.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.G4xv7S/_old  2018-02-12 10:06:07.277168647 +0100
+++ /var/tmp/diff_new_pack.G4xv7S/_new  2018-02-12 10:06:07.277168647 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.36.0
 Name:   syndication
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ syndication-17.12.1.tar.xz -> syndication-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-17.12.1/CMakeLists.txt 
new/syndication-17.12.2/CMakeLists.txt
--- old/syndication-17.12.1/CMakeLists.txt  2017-12-15 07:58:47.0 
+0100
+++ new/syndication-17.12.2/CMakeLists.txt  2018-01-23 06:45:43.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(SYNDICATION_LIB_VERSION "5.7.1")
+set(SYNDICATION_LIB_VERSION "5.7.2")
 
 project(Syndication VERSION ${SYNDICATION_LIB_VERSION})
 




commit yast2-country for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2018-02-12 10:07:32

Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-country.new (New)


Package is "yast2-country"

Mon Feb 12 10:07:32 2018 rev:191 rq:574775 version:4.0.20

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2018-02-02 22:18:24.712716734 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2018-02-12 10:07:36.793942399 +0100
@@ -1,0 +2,7 @@
+Fri Feb  9 16:41:49 UTC 2018 - an...@suse.com
+
+- Keyboard: don't try to set the keyboard map for AMBA devices,
+  e.g. /dev/ttyAMA0 (bsc#1080222).
+- 4.0.20
+
+---

Old:

  yast2-country-4.0.19.tar.bz2

New:

  yast2-country-4.0.20.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.awDrRj/_old  2018-02-12 10:07:37.749907946 +0100
+++ /var/tmp/diff_new_pack.awDrRj/_new  2018-02-12 10:07:37.753907802 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:4.0.19
+Version:4.0.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-country-4.0.19.tar.bz2 -> yast2-country-4.0.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-4.0.19/keyboard/src/modules/Keyboard.rb 
new/yast2-country-4.0.20/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-4.0.19/keyboard/src/modules/Keyboard.rb   2018-01-30 
13:55:59.0 +0100
+++ new/yast2-country-4.0.20/keyboard/src/modules/Keyboard.rb   2018-02-09 
18:26:18.0 +0100
@@ -532,9 +532,7 @@
 return false # Error
   end
 
-  # Console command. It specifies all tty devices (bsc#1010938)
-  @tty_devices ||= Dir["/dev/tty*"].map { |d| "-C #{d}" }.join(" ")
-  @ckb_cmd = "/bin/loadkeys #{@tty_devices} #{keymap}"
+  @ckb_cmd = "/bin/loadkeys #{loadkeys_devices} #{keymap}"
 
   # X11 command...
   # do not try to run this with remote X display
@@ -1427,6 +1425,17 @@
   # eval is necessary for translating the texts needed to be translated
   content ? Builtins.eval(content) : {}
 end
+
+# String to specify all the relevant devices in a loadkeys command
+#
+# It includes all tty devices (bsc#1010938) except those representing
+# AMBA devices (bsc#1080222).
+#
+# @return [String] ready to be passed to the loadkeys command
+def loadkeys_devices
+  tty_dev_names = Dir["/dev/tty*"].grep_v(/ttyAMA/)
+  tty_dev_names.map { |d| "-C #{d}" }.join(" ")
+end
   end
 
   Keyboard = KeyboardClass.new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.0.19/keyboard/test/keyboard_test.rb 
new/yast2-country-4.0.20/keyboard/test/keyboard_test.rb
--- old/yast2-country-4.0.19/keyboard/test/keyboard_test.rb 2018-01-30 
13:55:59.0 +0100
+++ new/yast2-country-4.0.20/keyboard/test/keyboard_test.rb 2018-02-09 
18:26:18.0 +0100
@@ -159,6 +159,24 @@
 
 Keyboard.Set("russian")
   end
+
+  context "if there are AMBA devices in the system" do
+before do
+  allow(Dir).to receive(:[]).and_return(
+["/dev/tty1", "/dev/ttyAMA0", "/dev/ttyS0"]
+  )
+end
+
+it "does not try to set the keymap for /dev/ttyAMA devices" do
+  expect(SCR).to receive(:Execute) do |path, command|
+expect(path).to eq path(".target.bash")
+expect(command).to include "loadkeys -C /dev/tty1 -C /dev/ttyS0 
ruwin_alt-UTF-8"
+expect(command).to_not include "/dev/ttyAMA0"
+  end
+
+  Keyboard.Set("russian")
+end
+  end
 end
 
 describe "#SetX11" do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.0.19/package/yast2-country.changes 
new/yast2-country-4.0.20/package/yast2-country.changes
--- old/yast2-country-4.0.19/package/yast2-country.changes  2018-01-30 
13:55:59.0 +0100
+++ new/yast2-country-4.0.20/package/yast2-country.changes  2018-02-09 
18:26:18.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Feb  9 16:41:49 UTC 2018 - an...@suse.com
+
+- Keyboard: don't try to set the keyboard map for AMBA devices,
+  e.g. /dev/ttyAMA0 (bsc#1080222).
+- 4.0.20
+
+---
 Tue Jan 30 12:50:29 UTC 2018 - jreidin...@suse.com
 
 - Lnaguage: nicer handling of dbus timeout (bsc#1076804

commit yast2 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "yast2"

Mon Feb 12 10:07:02 2018 rev:417 rq:574594 version:4.0.50

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2018-02-02 
22:18:55.847263234 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2018-02-12 
10:07:03.443144376 +0100
@@ -1,0 +2,8 @@
+Thu Feb  8 12:10:29 UTC 2018 - knut.anders...@suse.com
+
+- Drop (x)inetd agents
+- CWMServiceStart: Replace xinetd by systemd socket activation
+  (fate#323373)
+- 4.0.50
+
+---

Old:

  yast2-4.0.49.tar.bz2

New:

  yast2-4.0.50.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.ALAh2J/_old  2018-02-12 10:07:04.279114247 +0100
+++ /var/tmp/diff_new_pack.ALAh2J/_new  2018-02-12 10:07:04.279114247 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:4.0.49
+Version:4.0.50
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-4.0.49.tar.bz2 -> yast2-4.0.50.tar.bz2 ++
 1677 lines of diff (skipped)




commit yast2-add-on for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2018-02-12 10:06:56

Comparing /work/SRC/openSUSE:Factory/yast2-add-on (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-add-on.new (New)


Package is "yast2-add-on"

Mon Feb 12 10:06:56 2018 rev:89 rq:574540 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2018-01-17 21:43:01.870116613 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2018-02-12 10:06:59.003304391 +0100
@@ -1,0 +2,7 @@
+Wed Feb  7 15:48:56 UTC 2018 - mvid...@suse.com
+
+- Made the addon=url boot option work with a multi-product medium
+  such as the SLE-15 Packages DVD (FATE#324656)
+- 4.0.6
+
+---

Old:

  yast2-add-on-4.0.5.tar.bz2

New:

  yast2-add-on-4.0.6.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.d7Ckhu/_old  2018-02-12 10:06:59.751277434 +0100
+++ /var/tmp/diff_new_pack.d7Ckhu/_new  2018-02-12 10:06:59.755277289 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:4.0.5
+Version:4.0.6
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0

++ yast2-add-on-4.0.5.tar.bz2 -> yast2-add-on-4.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.0.5/package/yast2-add-on.changes 
new/yast2-add-on-4.0.6/package/yast2-add-on.changes
--- old/yast2-add-on-4.0.5/package/yast2-add-on.changes 2018-01-08 
14:05:15.0 +0100
+++ new/yast2-add-on-4.0.6/package/yast2-add-on.changes 2018-02-09 
10:29:03.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Feb  7 15:48:56 UTC 2018 - mvid...@suse.com
+
+- Made the addon=url boot option work with a multi-product medium
+  such as the SLE-15 Packages DVD (FATE#324656)
+- 4.0.6
+
+---
 Mon Jan  8 10:57:47 UTC 2018 - lsle...@suse.cz
 
 - Fixed a crash when when adding an addon (bsc#1074766)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.0.5/package/yast2-add-on.spec 
new/yast2-add-on-4.0.6/package/yast2-add-on.spec
--- old/yast2-add-on-4.0.5/package/yast2-add-on.spec2018-01-08 
14:05:15.0 +0100
+++ new/yast2-add-on-4.0.6/package/yast2-add-on.spec2018-02-09 
10:29:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:4.0.5
+Version:4.0.6
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.0.5/src/clients/inst_add-on.rb 
new/yast2-add-on-4.0.6/src/clients/inst_add-on.rb
--- old/yast2-add-on-4.0.5/src/clients/inst_add-on.rb   2018-01-08 
14:05:15.0 +0100
+++ new/yast2-add-on-4.0.6/src/clients/inst_add-on.rb   2018-02-09 
10:29:03.0 +0100
@@ -36,6 +36,7 @@
   Yast.import "URL"
 
   Yast.include self, "add-on/add-on-workflow.rb"
+  Yast.include self, "packager/repositories_include.rb"
 
   if AddOnProduct.skip_add_ons
 Builtins.y2milestone("Skipping add-ons (as requested before)")
@@ -68,18 +69,16 @@
   ret = NetworkSetupForAddons(missing_addons)
   return ret if Builtins.contains([:back, :abort], ret)
 
-  begin
-tmp = Tempfile.new("cmdline-addons-")
-# each add-on on a separate line
-File.write(tmp.path, missing_addons.join("\n"))
-# import the add-ons from the temporary file
-AddOnProduct.AddPreselectedAddOnProducts(
-  [{ "file" => tmp.path, "type" => "plain" }]
-)
-  ensure
-tmp.close
-tmp.unlink
+  plaindir, download, name, alias_ = false, true, "", ""
+  missing_addons.each do |url|
+sources_before = Pkg.SourceGetCurrent(false)
+Builtins.y2milestone("Sources before adding new one: %1", 
sources_before)
+
+createSourceImpl(url, plaindir, download, name, alias_)
+
+activate_addon_changes(sources_before)
   end
+  InstallProduct()
 end
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-4.0.5/src/include/add-on/add-on-workflow.rb 
new/yast2-add-on-4.0.6/src/include/add-on/add-on-workflow.rb
--- old/yast2-add-on-4.0.5/src/include/add-on/add-on-workflow.rb
2018-01-08 14:05:15.0 +0

commit yast2-packager for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-02-12 10:07:14

Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-packager.new (New)


Package is "yast2-packager"

Mon Feb 12 10:07:14 2018 rev:342 rq:574688 version:4.0.37

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2018-02-02 22:19:05.786799211 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2018-02-12 10:07:17.034654531 +0100
@@ -1,0 +2,12 @@
+Fri Feb  9 14:17:05 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.37
+
+---
+Wed Feb  7 16:31:49 UTC 2018 - jsr...@suse.cz
+
+- only use the repo from root of installation media (bsc#1078768)
+- 4.0.36
+
+---

Old:

  yast2-packager-4.0.35.tar.bz2

New:

  yast2-packager-4.0.37.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.3nmR35/_old  2018-02-12 10:07:18.690594850 +0100
+++ /var/tmp/diff_new_pack.3nmR35/_new  2018-02-12 10:07:18.690594850 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.35
+Version:4.0.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,8 +30,8 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 
-# New Y2Storage::StorageManager API
-BuildRequires:  yast2-storage-ng >= 0.1.32
+# Y2Storage::Mountable#mount_path
+BuildRequires:  yast2-storage-ng >= 4.0.90
 
 # Mandatory language in Product#license and Product#license?
 BuildRequires:  yast2 >= 4.0.49
@@ -69,8 +69,8 @@
 # .process agent
 Requires:   yast2-core >= 2.16.35
 
-# Mountable#persistent?
-Requires:   yast2-storage-ng >= 4.0.68
+# Y2Storage::Mountable#mount_path
+Requires:   yast2-storage-ng >= 4.0.90
 
 # Augeas lenses
 Requires:   augeas-lenses

++ yast2-packager-4.0.35.tar.bz2 -> yast2-packager-4.0.37.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.35/package/yast2-packager.changes 
new/yast2-packager-4.0.37/package/yast2-packager.changes
--- old/yast2-packager-4.0.35/package/yast2-packager.changes2018-02-02 
16:03:57.0 +0100
+++ new/yast2-packager-4.0.37/package/yast2-packager.changes2018-02-09 
15:26:06.0 +0100
@@ -1,4 +1,16 @@
 ---
+Fri Feb  9 14:17:05 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.37
+
+---
+Wed Feb  7 16:31:49 UTC 2018 - jsr...@suse.cz
+
+- only use the repo from root of installation media (bsc#1078768)
+- 4.0.36
+
+---
 Fri Feb  2 11:56:09 UTC 2018 - igonzalezs...@suse.com
 
 - InstProductLicense client provides the current language when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.35/package/yast2-packager.spec 
new/yast2-packager-4.0.37/package/yast2-packager.spec
--- old/yast2-packager-4.0.35/package/yast2-packager.spec   2018-02-02 
16:03:57.0 +0100
+++ new/yast2-packager-4.0.37/package/yast2-packager.spec   2018-02-09 
15:26:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.35
+Version:4.0.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,8 +30,8 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:cfa) >= 0.5.0
 
-# New Y2Storage::StorageManager API
-BuildRequires:  yast2-storage-ng >= 0.1.32
+# Y2Storage::Mountable#mount_path
+BuildRequires:  yast2-storage-ng >= 4.0.90
 
 # Mandatory language in Product#license and Product#license?
 BuildRequires:  yast2 >= 4.0.49
@@ -69,8 +69,8 @@
 # .process agent
 Requires:   yast2-core >= 2.16.35
 
-# Mountable#persistent?
-Requires:   yast2-storage-ng >= 4.0.68
+# Y2Storage::Mountable#mount_path
+Requires:   yast2-storage-ng >= 4.0.90
 
 # Augeas lenses
 Requires: augeas-lenses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.35/src/modules/Packages.rb 
new/yast2-packager-4.0.37/src/modules/Packages.rb
--- old/yast2-packager-4.0.35/src/modules/Packages.rb   2018-02-02 
16:03:57.0 +0100
+++ new/yast2-packager-4.0.37/src/mod

commit libstorage-ng for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-02-12 10:07:39

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new (New)


Package is "libstorage-ng"

Mon Feb 12 10:07:39 2018 rev:6 rq:574845 version:3.3.156

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-02-07 18:37:22.503532910 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-02-12 10:07:41.509772440 +0100
@@ -1,0 +2,61 @@
+Fri Feb 9 20:47:28 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#459
+- extended unit tests
+- added and improved math functions
+- do not rely on 80-bit floats (bsc#1078997)
+- added unit test
+- added note
+- 3.3.156
+
+
+Fri Feb 9 14:32:12 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#458
+- removed deprecated functions
+- updated unit test
+- 3.3.155
+
+
+Fri Feb 9 12:59:30 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#457
+- improved error logging
+- 3.3.154
+
+
+Fri Feb 9 11:23:23 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#454
+- allow to set ssh port
+- 3.3.153
+
+
+Fri Feb 9 10:53:05 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/libstorage-ng#456
+- fetch the full history in travis so the log can be generated
+  correctly
+- 3.3.152
+
+
+Thu Feb 8 10:34:18 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Dutch)
+- 3.3.151
+
+
+Thu Feb 8 10:29:26 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#453
+- added parser for stat
+- ignore disks without node in /dev (bsc#1076971)
+- coding style
+- 3.3.150
+
+
+Thu Feb 8 10:28:27 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Dutch)
+
+

Old:

  libstorage-ng-3.3.149.tar.xz

New:

  libstorage-ng-3.3.156.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.9Z5OHx/_old  2018-02-12 10:07:42.225746635 +0100
+++ /var/tmp/diff_new_pack.9Z5OHx/_new  2018-02-12 10:07:42.225746635 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.149
+Version:3.3.156
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.149.tar.xz -> libstorage-ng-3.3.156.tar.xz ++
 2443 lines of diff (skipped)




commit autoyast2 for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-02-12 10:06:51

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


Package is "autoyast2"

Mon Feb 12 10:06:51 2018 rev:233 rq:574525 version:4.0.30

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-02-07 
18:18:23.100920089 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-02-12 
10:06:52.907524087 +0100
@@ -1,0 +2,8 @@
+Fri Feb  9 07:55:00 UTC 2018 - jreidin...@suse.com
+
+- fate#323373
+  - Xinetd and yast2-inetd are not supported. Marking respective
+autoyast section as obsolete.
+- 4.0.30
+
+---

Old:

  autoyast2-4.0.29.tar.bz2

New:

  autoyast2-4.0.30.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.eB52zf/_old  2018-02-12 10:06:53.947486606 +0100
+++ /var/tmp/diff_new_pack.eB52zf/_new  2018-02-12 10:06:53.947486606 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.29
+Version:4.0.30
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-4.0.29.tar.bz2 -> autoyast2-4.0.30.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.29/package/autoyast2.changes 
new/autoyast2-4.0.30/package/autoyast2.changes
--- old/autoyast2-4.0.29/package/autoyast2.changes  2018-02-06 
10:32:31.0 +0100
+++ new/autoyast2-4.0.30/package/autoyast2.changes  2018-02-09 
09:26:51.0 +0100
@@ -1,4 +1,12 @@
 ---
+Fri Feb  9 07:55:00 UTC 2018 - jreidin...@suse.com
+
+- fate#323373
+  - Xinetd and yast2-inetd are not supported. Marking respective
+autoyast section as obsolete.
+- 4.0.30
+
+---
 Mon Feb  5 09:22:20 UTC 2018 - mfi...@suse.com
 
 - fate#323460
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.29/package/autoyast2.spec 
new/autoyast2-4.0.30/package/autoyast2.spec
--- old/autoyast2-4.0.29/package/autoyast2.spec 2018-02-06 10:32:31.0 
+0100
+++ new/autoyast2-4.0.30/package/autoyast2.spec 2018-02-09 09:26:51.0 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.29
+Version:4.0.30
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.29/src/modules/Profile.rb 
new/autoyast2-4.0.30/src/modules/Profile.rb
--- old/autoyast2-4.0.29/src/modules/Profile.rb 2018-02-06 10:32:31.0 
+0100
+++ new/autoyast2-4.0.30/src/modules/Profile.rb 2018-02-09 09:26:51.0 
+0100
@@ -36,7 +36,9 @@
   "restore",
   "sshd",
   # Defined in SUSE Manager but will not be used anymore. (bnc#955878)
-  "cobbler"
+  "cobbler",
+  # FATE#323373 drop xinetd from distro and yast2-inetd
+  "inetd"
 ]
 
 # Sections that are handled by AutoYaST clients included in autoyast2 
package.




commit yast2-bootloader for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2018-02-12 10:07:09

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is "yast2-bootloader"

Mon Feb 12 10:07:09 2018 rev:252 rq:574682 version:4.0.16

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2018-02-07 18:18:26.436763790 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2018-02-12 10:07:10.958873505 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 13:39:03 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.16
+
+---

Old:

  yast2-bootloader-4.0.15.tar.bz2

New:

  yast2-bootloader-4.0.16.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.X8vEwX/_old  2018-02-12 10:07:12.150830547 +0100
+++ /var/tmp/diff_new_pack.X8vEwX/_new  2018-02-12 10:07:12.150830547 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.15
+Version:4.0.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,8 +27,8 @@
 BuildRequires:  yast2 >= 3.1.176
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 1.0.0
-# Y2Storage::Devicegraph#find_by_any_name
-BuildRequires:  yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+BuildRequires:  yast2-storage-ng >= 4.0.90
 # lenses needed also for tests
 BuildRequires:  augeas-lenses
 BuildRequires:  rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
@@ -42,8 +42,8 @@
 Requires:   yast2-core >= 2.18.7
 Requires:   yast2-packager >= 2.17.24
 Requires:   yast2-pkg-bindings >= 2.17.25
-# Y2Storage::Devicegraph#find_by_any_name
-Requires:   yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+Requires:   yast2-storage-ng >= 4.0.90
 # GrubCfg with boot_entries that filter out unbootable entries
 Requires:   rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
 # lenses are needed as cfa_grub2 depends only on augeas bindings, but also

++ yast2-bootloader-4.0.15.tar.bz2 -> yast2-bootloader-4.0.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.15/package/yast2-bootloader.changes 
new/yast2-bootloader-4.0.16/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.0.15/package/yast2-bootloader.changes
2018-02-06 15:55:34.0 +0100
+++ new/yast2-bootloader-4.0.16/package/yast2-bootloader.changes
2018-02-09 15:16:26.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb  9 13:39:03 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.16
+
+---
 Tue Feb  6 14:48:12 UTC 2018 - jreidin...@suse.com
 
 - Fix activating partition by UUID or label (bsc#1077427,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.15/package/yast2-bootloader.spec 
new/yast2-bootloader-4.0.16/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.0.15/package/yast2-bootloader.spec   2018-02-06 
15:55:34.0 +0100
+++ new/yast2-bootloader-4.0.16/package/yast2-bootloader.spec   2018-02-09 
15:16:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.15
+Version:4.0.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,8 +27,8 @@
 BuildRequires:  yast2 >= 3.1.176
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 1.0.0
-# Y2Storage::Devicegraph#find_by_any_name
-BuildRequires:  yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+BuildRequires:  yast2-storage-ng >= 4.0.90
 # lenses needed also for tests
 BuildRequires:  augeas-lenses
 BuildRequires:  rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
@@ -42,8 +42,8 @@
 Requires:   yast2-core >= 2.18.7
 Requires:   yast2-packager >= 2.17.24
 Requires:   yast2-pkg-bindings >= 2.17.25
-# Y2Storage::Devicegraph#find_by_any_name
-Requires:   yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+Requires:   yast2-storage-ng >= 4.0.90
 # GrubCfg with boot_entries that filter out unbootable entries
 Requires:   rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
 # lenses are needed as cfa_grub2 depends only on augeas bindings, but also
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignor

commit yast2-update for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2018-02-12 10:07:28

Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-update.new (New)


Package is "yast2-update"

Mon Feb 12 10:07:28 2018 rev:116 rq:574717 version:4.0.9

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2018-01-17 21:43:40.524307294 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2018-02-12 10:07:30.286176941 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 14:52:57 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.9
+
+---

Old:

  yast2-update-4.0.8.tar.bz2

New:

  yast2-update-4.0.9.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.yM1S4N/_old  2018-02-12 10:07:30.834157192 +0100
+++ /var/tmp/diff_new_pack.yM1S4N/_new  2018-02-12 10:07:30.834157192 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:4.0.8
+Version:4.0.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +40,8 @@
 BuildRequires:  rubygem(rspec)
 
 BuildRequires:  yast2-storage-ng >= 3.3.4
-# Y2Storage::Devicegraph#find_by_any_name
-Requires:   yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+Requires:   yast2-storage-ng >= 4.0.90
 # FSSnapshotStore
 Requires:   yast2 >= 3.1.126
 Requires:   yast2-installation

++ yast2-update-4.0.8.tar.bz2 -> yast2-update-4.0.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.8/control/update.glade 
new/yast2-update-4.0.9/control/update.glade
--- old/yast2-update-4.0.8/control/update.glade 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-update-4.0.9/control/update.glade 2018-02-12 10:07:30.902154741 
+0100
@@ -0,0 +1 @@
+symbolic link to update.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.8/package/yast2-update.changes 
new/yast2-update-4.0.9/package/yast2-update.changes
--- old/yast2-update-4.0.8/package/yast2-update.changes 2018-01-15 
11:03:14.0 +0100
+++ new/yast2-update-4.0.9/package/yast2-update.changes 2018-02-09 
16:00:22.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb  9 14:52:57 UTC 2018 - jlo...@suse.com
+
+- Adapt to new MountPoint API (part of fate#318196).
+- 4.0.9
+
+---
 Mon Jan 15 09:56:47 UTC 2018 - jreidin...@suse.com
 
 - remove obsolete rootpart_check_keyboard client that allows having
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.8/package/yast2-update.spec 
new/yast2-update-4.0.9/package/yast2-update.spec
--- old/yast2-update-4.0.8/package/yast2-update.spec2018-01-15 
11:03:14.0 +0100
+++ new/yast2-update-4.0.9/package/yast2-update.spec2018-02-09 
16:00:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:4.0.8
+Version:4.0.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,8 +42,8 @@
 BuildRequires:  rubygem(rspec)
 
 BuildRequires: yast2-storage-ng >= 3.3.4
-# Y2Storage::Devicegraph#find_by_any_name
-Requires:  yast2-storage-ng >= 4.0.67
+# Y2Storage::Mountable#mount_path
+Requires:  yast2-storage-ng >= 4.0.90
 # FSSnapshotStore
 Requires:  yast2 >= 3.1.126
 Requires:  yast2-installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.8/src/modules/RootPart.rb 
new/yast2-update-4.0.9/src/modules/RootPart.rb
--- old/yast2-update-4.0.8/src/modules/RootPart.rb  2018-01-15 
11:03:14.0 +0100
+++ new/yast2-update-4.0.9/src/modules/RootPart.rb  2018-02-09 
16:00:22.0 +0100
@@ -142,7 +142,7 @@
   if what == :name
 # Name is known
 if Ops.get_string(i, what, "") != ""
-  return Ops.get_string(i, what, "") 
+  return Ops.get_string(i, what, "")
 
   # Linux partition, but no root FS found
 elsif Builtins.contains(
@@ -150,7 +150,7 @@
 Ops.get_symbol(i, :fs, :nil)
   )
   # label - name of sustem to update
-  return _("Unknown Linux System") 
+  return _("Unknown Linux System")
 
   # Non-Linux
 else
@@ -259,7 +259,7 @@
   end
 
   # now remove the mount points in the target system
-  staging.filesystems.map { |f| f.mountpoi

commit yast2-storage-ng for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-02-12 10:06:44

Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage-ng.new (New)


Package is "yast2-storage-ng"

Mon Feb 12 10:06:44 2018 rev:6 rq:574513 version:4.0.91

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-02-07 18:37:34.786957456 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-02-12 10:06:48.135696067 +0100
@@ -1,0 +2,48 @@
+Fri Feb  9 00:51:22 UTC 2018 - an...@suse.com
+
+- Enable multipathd in the target system at the end of installation
+  if there are multipath devices (bsc#1076183).
+- Updated required version of libstorage-ng-ruby (bsc#1079541).
+- 4.0.91
+
+---
+Thu Feb  8 16:48:20 UTC 2018 - jlo...@suse.com
+
+- Add class MountPoint (needed for bsc#1076305 and bsc#1066763).
+- 4.0.90
+
+---
+Thu Feb  8 15:42:52 UTC 2018 - an...@suse.com
+
+- Partitioner: fixed creation of partition tables (bsc#1078721).
+- 4.0.89
+
+---
+Thu Feb  8 10:47:53 UTC 2018 - an...@suse.com
+
+- Partitioner: fixed 'Installation Summary' section (part of
+  fate#318196).
+- 4.0.88
+
+---
+Thu Feb  8 10:15:18 UTC 2018 - igonzalezs...@suse.com
+
+- AutoYaST: support additional names in the drive/device element
+  (bsc#1077277).
+- 4.0.87
+
+---
+Wed Feb  7 16:47:58 UTC 2018 - shundham...@suse.com
+
+- Disabled empty pages in partitioner for the time being
+  (bsc#1078849) 
+- 4.0.86
+
+---
+Wed Feb  7 10:57:26 UTC 2018 - igonzalezs...@suse.com
+
+- AutoYaST: support reuse of already existing partitions as LVM
+  physical volumes or MD RAIDs (bsc#1077277).
+- 4.0.85
+  
+---

Old:

  yast2-storage-ng-4.0.84.tar.bz2

New:

  yast2-storage-ng-4.0.91.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.OTBNwX/_old  2018-02-12 10:06:48.711675308 +0100
+++ /var/tmp/diff_new_pack.OTBNwX/_new  2018-02-12 10:06:48.715675164 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.84
+Version:4.0.91
 Release:0
 BuildArch:  noarch
 
@@ -27,12 +27,12 @@
 # Yast2::FsSnapshots.configure_on_install=
 Requires:   yast2 >= 4.0.24
 Requires:   yast2-ruby-bindings
-# Storage::CommitOptions
-Requires:   libstorage-ng-ruby >= 3.3.45
+# Storage::GraphvizFlags_DISPLAYNAME
+Requires:   libstorage-ng-ruby >= 3.3.148
 
 BuildRequires:  update-desktop-files
-# BlkDevice#remove_encryption
-BuildRequires:  libstorage-ng-ruby >= 3.3.22
+# Storage::GraphvizFlags_DISPLAYNAME
+BuildRequires:  libstorage-ng-ruby >= 3.3.148
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-ruby-bindings
 # yast2-xml dependency is added by yast2 but ignored in the

++ yast2-storage-ng-4.0.84.tar.bz2 -> yast2-storage-ng-4.0.91.tar.bz2 ++
 4670 lines of diff (skipped)




commit perl-Test-Simple for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2018-02-12 10:07:57

Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New)


Package is "perl-Test-Simple"

Mon Feb 12 10:07:57 2018 rev:11 rq:573948 version:1.302122

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2017-12-12 21:19:32.432359618 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes   
2018-02-12 10:07:59.361129074 +0100
@@ -1,0 +2,15 @@
+Wed Feb  7 17:24:45 UTC 2018 - co...@suse.com
+
+- updated to 1.302122
+   see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+  1.302122  2018-02-05 08:13:56-08:00 America/Los_Angeles
+  
+  - Add 'mode' ro render facet
+  
+  1.302121  2018-02-04 13:27:41-08:00 America/Los_Angeles
+  
+  - Update Copyright
+  - Add 'render' facet
+
+---

Old:

  Test-Simple-1.302120.tar.gz

New:

  Test-Simple-1.302122.tar.gz



Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.qRLPfh/_old  2018-02-12 10:08:01.081067087 +0100
+++ /var/tmp/diff_new_pack.qRLPfh/_new  2018-02-12 10:08:01.085066944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Simple
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Simple
-Version:1.302120
+Version:1.302122
 Release:0
 %define cpan_name Test-Simple
 Summary:Basic utilities for writing tests

++ Test-Simple-1.302120.tar.gz -> Test-Simple-1.302122.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302120/Changes 
new/Test-Simple-1.302122/Changes
--- old/Test-Simple-1.302120/Changes2017-11-30 03:49:16.0 +0100
+++ new/Test-Simple-1.302122/Changes2018-02-05 17:13:58.0 +0100
@@ -1,3 +1,12 @@
+1.302122  2018-02-05 08:13:56-08:00 America/Los_Angeles
+
+- Add 'mode' ro render facet
+
+1.302121  2018-02-04 13:27:41-08:00 America/Los_Angeles
+
+- Update Copyright
+- Add 'render' facet
+
 1.302120  2017-11-29 18:49:15-08:00 America/Los_Angeles
 
 - No Changes since last trial
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302120/LICENSE 
new/Test-Simple-1.302122/LICENSE
--- old/Test-Simple-1.302120/LICENSE2017-11-30 03:49:16.0 +0100
+++ new/Test-Simple-1.302122/LICENSE2018-02-05 17:13:58.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2017 by Chad Granum.
+This software is copyright (c) 2018 by Chad Granum.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2017 by Chad Granum.
+This software is Copyright (c) 2018 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2017 by Chad Granum.
+This software is Copyright (c) 2018 by Chad Granum.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302120/MANIFEST 
new/Test-Simple-1.302122/MANIFEST
--- old/Test-Simple-1.302120/MANIFEST   2017-11-30 03:49:16.0 +0100
+++ new/Test-Simple-1.302122/MANIFEST   2018-02-05 17:13:58.0 +0100
@@ -60,6 +60,7 @@
 lib/Test2/EventFacet/Meta.pm
 lib/Test2/EventFacet/Parent.pm
 lib/Test2/EventFacet/Plan.pm
+lib/Test2/EventFacet/Render.pm
 lib/Test2/EventFacet/Trace.pm
 lib/Test2/Formatter.pm
 lib/Test2/Formatter/TAP.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302120/META.json 
new/Test-Simple-1.302122/META.json
--- old/Test-Simple-1.302120/META.json  2017-11-30 03:49:16.0 +0100
+++ new/Test-Simple-1.302122/META.json  2018-02-05 17:13:58.0 +0100
@@ -47,7 +47,7 @@
  "url" : "http://github.com/Test-More/test-more/";
   }
},
-   "version" : "1.302120",
+   "version" : "1.302122",
"x_breaks" : {
   "Log::Dispatch::Config::TestLog" : "<= 0.02",
   "Net::BitTorrent" : "<= 0.052",
@@ -71,6 +71,6 @@
   "Test::UseAllModules" : ">= 0.12,

commit perl-Sub-Quote for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package perl-Sub-Quote for openSUSE:Factory 
checked in at 2018-02-12 10:08:04

Comparing /work/SRC/openSUSE:Factory/perl-Sub-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sub-Quote.new (New)


Package is "perl-Sub-Quote"

Mon Feb 12 10:08:04 2018 rev:3 rq:573951 version:2.005000

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Quote/perl-Sub-Quote.changes
2017-06-09 15:58:12.472890277 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Quote.new/perl-Sub-Quote.changes   
2018-02-12 10:08:11.808680464 +0100
@@ -1,0 +2,24 @@
+Wed Feb  7 17:20:10 UTC 2018 - co...@suse.com
+
+- updated to 2.005000
+   see /usr/share/doc/packages/perl-Sub-Quote/Changes
+
+  2.005000 - 2018-02-06
+- fixed defer_info and undefer_sub from returning data for a deferred sub
+  after it expires, even if the ref address matches
+- fixed defer_info not returning info for undeferred unnamed subs after the
+  deferred sub expires
+- include options in defer_info return data
+- exclude internals from defer_info return data
+- document defer_info function
+- encode all utf8 flagged scalars as strings, since they generally will
+  always have originated as strings.  Avoids future warning on bitwise ops
+  on strings with wide characters.
+- more thorough check for threads availability to avoid needless test
+  failures.
+- added file and line options to quote_sub to allow specifying apparent
+  source location.
+- documented additional options to Sub::Defer::defer_sub and
+  Sub::Quote::quote_sub.
+
+---

Old:

  Sub-Quote-2.004000.tar.gz

New:

  Sub-Quote-2.005000.tar.gz



Other differences:
--
++ perl-Sub-Quote.spec ++
--- /var/tmp/diff_new_pack.0xIJ1k/_old  2018-02-12 10:08:13.108633614 +0100
+++ /var/tmp/diff_new_pack.0xIJ1k/_new  2018-02-12 10:08:13.112633470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Quote
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sub-Quote
-Version:2.004000
+Version:2.005000
 Release:0
 %define cpan_name Sub-Quote
 Summary:Efficient generation of subroutines via string eval

++ Sub-Quote-2.004000.tar.gz -> Sub-Quote-2.005000.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.004000/Changes 
new/Sub-Quote-2.005000/Changes
--- old/Sub-Quote-2.004000/Changes  2017-06-07 03:08:49.0 +0200
+++ new/Sub-Quote-2.005000/Changes  2018-02-06 19:06:01.0 +0100
@@ -1,5 +1,23 @@
 Revision history for Sub::Quote
 
+2.005000 - 2018-02-06
+  - fixed defer_info and undefer_sub from returning data for a deferred sub
+after it expires, even if the ref address matches
+  - fixed defer_info not returning info for undeferred unnamed subs after the
+deferred sub expires
+  - include options in defer_info return data
+  - exclude internals from defer_info return data
+  - document defer_info function
+  - encode all utf8 flagged scalars as strings, since they generally will
+always have originated as strings.  Avoids future warning on bitwise ops
+on strings with wide characters.
+  - more thorough check for threads availability to avoid needless test
+failures.
+  - added file and line options to quote_sub to allow specifying apparent
+source location.
+  - documented additional options to Sub::Defer::defer_sub and
+Sub::Quote::quote_sub.
+
 2.004000 - 2017-06-07
   - more extensive quotify tests
   - split tests into separate files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.004000/MANIFEST 
new/Sub-Quote-2.005000/MANIFEST
--- old/Sub-Quote-2.004000/MANIFEST 2017-06-07 03:30:43.0 +0200
+++ new/Sub-Quote-2.005000/MANIFEST 2018-02-06 19:06:30.0 +0100
@@ -10,6 +10,7 @@
 t/leaks.t
 t/lib/ErrorLocation.pm
 t/lib/InlineModule.pm
+t/lib/ThreadsCheck.pm
 t/quotify.t
 t/sub-defer-no-subname.t
 t/sub-defer-threads.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.004000/META.json 
new/Sub-Quote-2.005000/META.json
--- old/Sub-Quote-2.004000/META.json2017-06-07 03:30:43.0 +0200
+++ new/Sub-Quote-2.005000/META.json2018-02-06 19:06:29.0 +0100
@@ -1,10 +1,10 @@
 {
"abstract" : "Efficient generation of 

  1   2   >