Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-07-14 17:29:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2015-06-23 
12:11:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-07-14 
17:29:23.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul  5 18:45:23 UTC 2015 - [email protected]
+
+- Update to 5.12.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.11.0.tar.xz

New:
----
  kservice-5.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.Tde0HU/_old  2015-07-14 17:29:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Tde0HU/_new  2015-07-14 17:29:24.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:           kservice
-Version:        5.11.0
+Version:        5.12.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kservice-5.11.0.tar.xz -> kservice-5.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/CMakeLists.txt 
new/kservice-5.12.0/CMakeLists.txt
--- old/kservice-5.11.0/CMakeLists.txt  2015-06-06 23:26:55.000000000 +0200
+++ new/kservice-5.12.0/CMakeLists.txt  2015-07-05 11:13:00.000000000 +0200
@@ -5,7 +5,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 
 include(GenerateExportHeader)
 
-set(KF5_VERSION "5.11.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.11.0") # handled by release scripts
+set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX KSERVICE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/autotests/fakekdedmodule.desktop 
new/kservice-5.12.0/autotests/fakekdedmodule.desktop
--- old/kservice-5.11.0/autotests/fakekdedmodule.desktop        2015-06-06 
23:26:55.000000000 +0200
+++ new/kservice-5.12.0/autotests/fakekdedmodule.desktop        2015-07-05 
11:13:00.000000000 +0200
@@ -5,6 +5,7 @@
 Comment=KDED Module
 Comment[af]=KDED Module
 Comment[as]=KDED অংশ
+Comment[ast]=Módulu KDED
 Comment[be]=Модуль KDED
 Comment[be@latin]=Modul KDED
 Comment[bg]=Модул KDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/autotests/fakeplugin.desktop 
new/kservice-5.12.0/autotests/fakeplugin.desktop
--- old/kservice-5.11.0/autotests/fakeplugin.desktop    2015-06-06 
23:26:55.000000000 +0200
+++ new/kservice-5.12.0/autotests/fakeplugin.desktop    2015-07-05 
11:13:00.000000000 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=NSA Plugin
+Name[ast]=Complemetnu NSA
 Name[bs]=NSA priključak
 Name[ca]=Connector de la NSA
 Name[ca@valencia]=Connector de la NSA
@@ -43,6 +44,7 @@
 Name[zh_CN]=NSA 插件
 Name[zh_TW]=NSA 外掛程式
 Comment=Test Plugin Spy
+Comment[ast]=Complementu qu'escluca de prueba
 Comment[bs]=Špijun za test priključaka
 Comment[ca]=Connector de proves espia
 Comment[ca@valencia]=Connector de proves espia
@@ -102,6 +104,7 @@
 
 X-My-Custom-Property=foo
 Keywords=word1;word2
+Keywords[ast]=pallabra1;pallabra2
 Keywords[ca]=paraula1;paraula2
 Keywords[da]=ord1;ord2
 Keywords[de]=Welt1;Welt2
@@ -132,6 +135,7 @@
 Keywords[zh_TW]=單字1:單字2
 #this one is comma separated
 X-KDE-Keywords=word3,word4
+X-KDE-Keywords[ast]=pallabra1;pallabra2
 X-KDE-Keywords[ca]=paraula3,paraula4
 X-KDE-Keywords[da]=ord3,ord4
 X-KDE-Keywords[de]=Welt3,Welt4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/autotests/noplugin.desktop 
new/kservice-5.12.0/autotests/noplugin.desktop
--- old/kservice-5.11.0/autotests/noplugin.desktop      2015-06-06 
23:26:55.000000000 +0200
+++ new/kservice-5.12.0/autotests/noplugin.desktop      2015-07-05 
11:13:00.000000000 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=No Plugin
+Name[ast]=Ensin complementos
 Name[ca]=Sense connector
 Name[ca@valencia]=Sense connector
 Name[cs]=Žádný modul
@@ -41,6 +42,7 @@
 Name[zh_CN]=无插件
 Name[zh_TW]=沒有外掛程式
 Comment=This does not have a library
+Comment[ast]=Esto nun tien una llibrería
 Comment[ca]=Aquest no té cap biblioteca
 Comment[ca@valencia]=Això no té cap biblioteca
 Comment[cs]=Toto nemá knihovnu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/po/ast/kservice5.po 
new/kservice-5.12.0/po/ast/kservice5.po
--- old/kservice-5.11.0/po/ast/kservice5.po     2015-06-06 23:26:55.000000000 
+0200
+++ new/kservice-5.12.0/po/ast/kservice5.po     2015-07-05 11:13:00.000000000 
+0200
@@ -7,9 +7,9 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-05-29 08:32+0000\n"
-"PO-Revision-Date: 2015-04-06 15:20+0100\n"
-"Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\n"
+"PO-Revision-Date: 2015-06-30 16:18+0100\n"
+"Last-Translator: Enol P. <[email protected]>\n"
+"Language-Team: Asturian <[email protected]>\n"
 "Language: ast_ES\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,201 +18,164 @@
 "X-Poedit-Language: asturian\n"
 "X-Generator: Lokalize 2.0\n"
 
-#, fuzzy
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Iñigo Varela"
+msgstr "Softastur"
 
-#, fuzzy
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: kbuildsycoca/kbuildsycoca.cpp:633
-#, fuzzy
-#| msgid "KBuildSycoca"
 msgctxt "application name"
 msgid "KBuildSycoca"
 msgstr "KBuildSycoca"
 
 #: kbuildsycoca/kbuildsycoca.cpp:635
-#, fuzzy
-#| msgid "Rebuilds the system configuration cache."
 msgctxt "application description"
 msgid "Rebuilds the system configuration cache."
-msgstr "Reconstrúi'l caché de configuración del sistema."
+msgstr "Reconstrúi la caché de configuración del sistema."
 
 #: kbuildsycoca/kbuildsycoca.cpp:637
-#, fuzzy
-#| msgid "(c) 1999-2002 KDE Developers"
 msgctxt "@info:credit"
 msgid "Copyright 1999-2014 KDE Developers"
-msgstr "(c) 1999-2002 KDE Developers"
+msgstr "(c) 1999-2002 Desendolcadores KDE"
 
 #: kbuildsycoca/kbuildsycoca.cpp:638
-#, fuzzy
-#| msgid "David Faure"
 msgctxt "@info:credit"
 msgid "David Faure"
 msgstr "David Faure"
 
 #: kbuildsycoca/kbuildsycoca.cpp:639 kbuildsycoca/kbuildsycoca.cpp:642
-#, fuzzy
-#| msgid "Author"
 msgctxt "@info:credit"
 msgid "Author"
 msgstr "Autor"
 
 #: kbuildsycoca/kbuildsycoca.cpp:641
-#, fuzzy
-#| msgid "Waldo Bastian"
 msgctxt "@info:credit"
 msgid "Waldo Bastian"
 msgstr "Waldo Bastian"
 
 #: kbuildsycoca/kbuildsycoca.cpp:652
-#, fuzzy
-#| msgid "Do not signal applications to update"
 msgctxt "@info:shell command-line option"
 msgid "Do not signal applications to update"
-msgstr "Nun unviar señales a les aplicaciones p'anovase"
+msgstr "Nun unvia señales a les aplicaciones p'anovase"
 
 #: kbuildsycoca/kbuildsycoca.cpp:655
-#, fuzzy
-#| msgid "Disable incremental update, re-read everything"
 msgctxt "@info:shell command-line option"
 msgid "Disable incremental update, re-read everything"
-msgstr "Desactivar l'anovamientu incremental, relleer too"
+msgstr "Desactiva l'anovamientu incremental, relleelo too"
 
 #: kbuildsycoca/kbuildsycoca.cpp:658
-#, fuzzy
-#| msgid "Check file timestamps"
 msgctxt "@info:shell command-line option"
 msgid "Check file timestamps"
-msgstr "Comprobar marques temporales del ficheru"
+msgstr "Comprueba les marques temporales del ficheru"
 
 #: kbuildsycoca/kbuildsycoca.cpp:661
-#, fuzzy
-#| msgid "Disable checking files (dangerous)"
 msgctxt "@info:shell command-line option"
 msgid "Disable checking files (dangerous)"
-msgstr "Desactivar la verificación de ficheros (peligroso)"
+msgstr "Desactiva la comprobación  de ficheros (peligroso)"
 
 #: kbuildsycoca/kbuildsycoca.cpp:664
-#, fuzzy
-#| msgid "Create global database"
 msgctxt "@info:shell command-line option"
 msgid "Create global database"
-msgstr "Crear base de datos global"
+msgstr "Crea la base de datos global"
 
 #: kbuildsycoca/kbuildsycoca.cpp:667
-#, fuzzy
-#| msgid "Perform menu generation test run only"
 msgctxt "@info:shell command-line option"
 msgid "Perform menu generation test run only"
-msgstr "Facer namái comprobación d'execución de xeneración de menú"
+msgstr ""
+"Fai namái la comprobación d'execución de prueba de la xeneración del menú"
 
 #: kbuildsycoca/kbuildsycoca.cpp:670
-#, fuzzy
-#| msgid "Track menu id for debug purposes"
 msgctxt "@info:shell command-line option"
 msgid "Track menu id for debug purposes"
-msgstr "Identificador del menú de seguimientu pa depuración del códigu"
+msgstr "Rastrexa la ID del menú pa propósitos de depuración"
 
 #: kbuildsycoca/kbuildsycoca.cpp:674
 msgctxt "@info:shell command-line option"
 msgid "Switch QStandardPaths to test mode, for unit tests only"
-msgstr ""
+msgstr "Conmuta QStandardPaths al mou de prueba, pa namái pruebes d'unidá"
 
 #: kdeinit/ktoolinvocation.cpp:66
-#, fuzzy
 msgid "Function must be called from the main thread."
 msgstr "La función tien de llamase dende'l filu principal."
 
 #: kdeinit/ktoolinvocation.cpp:103
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Error launching %1. Either KLauncher is not running anymore, or it failed to "
 "start the application."
 msgstr ""
-"Fallu al executar %1. Ye fácil que KLauncher nun se tea executando, o que "
-"fallara al arrancar la aplicación."
+"Fallu al llanzar %1. Ye fácil que KLauncher nun tea executándose, o que "
+"fallara al aniciar l'aplicación."
 
 #: kdeinit/ktoolinvocation.cpp:106
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "KLauncher could not be reached via D-Bus. Error when calling %1:\n"
 "%2\n"
 msgstr ""
-"Nun se pudo llegar a KLauncher per D-Bus. Fallu al llamar %1:\n"
+"Nun pudo algamase a KLauncher per D-Bus. Fallu al llamar %1:\n"
 "%2\n"
 
 #: kdeinit/ktoolinvocation_x11.cpp:259
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Could not launch the mail client:\n"
 "\n"
 "%1"
 msgstr ""
-"Nun se pudo arrancar el Centru d'Ayuda de KDE:\n"
+"Nun pudo llanzase'l veceru de corréu:\n"
 "\n"
 "%1"
 
 #: kdeinit/ktoolinvocation_x11.cpp:260
-#, fuzzy
 msgid "Could not launch Mail Client"
-msgstr "Nun pudo aniciase'l veceru de corréu"
+msgstr "Nun pudo llanzase'l veceru de corréu"
 
 #: kdeinit/ktoolinvocation_x11.cpp:309 kdeinit/ktoolinvocation_x11.cpp:334
 #: kdeinit/ktoolinvocation_x11.cpp:353
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Could not launch the browser:\n"
 "\n"
 "%1"
 msgstr ""
-"Nun se pudo arrancar el restolador:\n"
+"Nun pudo llanzase'l restolador:\n"
 "\n"
 "%1"
 
 #: kdeinit/ktoolinvocation_x11.cpp:310 kdeinit/ktoolinvocation_x11.cpp:335
 #: kdeinit/ktoolinvocation_x11.cpp:354
-#, fuzzy
 msgid "Could not launch Browser"
-msgstr "Nun pudo aniciase'l navegador"
+msgstr "Nun pudo llanzase'l restolador"
 
 #: kdeinit/ktoolinvocation_x11.cpp:393
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Could not launch the terminal client:\n"
 "\n"
 "%1"
 msgstr ""
-"Nun se pudo arrancar el veceru de terminal:\n"
+"Nun pudo llanzase'l veceru de terminal:\n"
 "\n"
 "%1"
 
 #: kdeinit/ktoolinvocation_x11.cpp:394
-#, fuzzy
 msgid "Could not launch Terminal Client"
-msgstr "Nun pudo arrancase'l veceru de terminal:"
+msgstr "Nun pudo llanzase'l veceru de terminal:"
 
 #: plugin/kdbusservicestarter.cpp:77
 #, kde-format
 msgid "No service implementing %1"
-msgstr ""
+msgstr "Dengún serviciu implementa %1"
 
 #: services/kservice.cpp:1022
-#, fuzzy
 msgid "The provided service is not valid"
-msgstr "El serviciu especificáu nun ye válidu"
+msgstr "Nun ye válidu'l serviciu apurríu"
 
 #: services/kservice.cpp:1026
-#, fuzzy, kde-format
-#| msgid ""
-#| "The service provides no library, the Library key is missing in the ."
-#| "desktop file."
+#, kde-format
 msgid "The service '%1' provides no library or the Library key is missing"
-msgstr ""
-"El serviciu nun apurre denguna biblioteca, nel ficheru .desktop falta la "
-"clave «Library»."
+msgstr "El serviciu «%1» nun apurre biblioteca dala o falta la so clave"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kservice-5.11.0/po/de/docs/desktoptojson/man-desktoptojson.8.docbook 
new/kservice-5.12.0/po/de/docs/desktoptojson/man-desktoptojson.8.docbook
--- old/kservice-5.11.0/po/de/docs/desktoptojson/man-desktoptojson.8.docbook    
2015-06-06 23:26:55.000000000 +0200
+++ new/kservice-5.12.0/po/de/docs/desktoptojson/man-desktoptojson.8.docbook    
2015-07-05 11:13:00.000000000 +0200
@@ -70,7 +70,7 @@
 
 <refsynopsisdiv>
 <title
->Synopsis</title>
+>Übersicht</title>
 
 <cmdsynopsis
 ><command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/po/ko/kservice5.po 
new/kservice-5.12.0/po/ko/kservice5.po
--- old/kservice-5.11.0/po/ko/kservice5.po      2015-06-06 23:26:55.000000000 
+0200
+++ new/kservice-5.12.0/po/ko/kservice5.po      2015-07-05 11:13:00.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-05-29 08:32+0000\n"
-"PO-Revision-Date: 2015-01-18 17:08+0900\n"
+"PO-Revision-Date: 2015-06-27 12:02+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -119,7 +119,7 @@
 "KLauncher를 D-Bus를 통해 실행할 수 없어서, %1(을)를 호출하였을 때 오류가 발생"
 "했습니다:\n"
 "%2\n"
-"|/|KLauncher를 D-Bus를 통해 실행할 수 없어서, $[을를 %1] 호출하였을 때 오류"
+"|/|KLauncher를 D-Bus를 통해 실행할 수 없어서, %1$[을를 %1] 호출하였을 때 오류"
 "가 발생했습니다:\n"
 "%2\n"
 
@@ -184,4 +184,4 @@
 msgid "The service '%1' provides no library or the Library key is missing"
 msgstr ""
 "서비스 '%1'이(가) 라이브러리를 제공하지 않거나 라이브러리 키가 없습니다.|/|서"
-"비스 $[이가 %1 \"] 라이브러리를 제공하지 않거나 라이브러리 키가 없습니다."
+"비스 '%1'$[이가 %1] 라이브러리를 제공하지 않거나 라이브러리 키가 없습니다."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/src/services/application.desktop 
new/kservice-5.12.0/src/services/application.desktop
--- old/kservice-5.11.0/src/services/application.desktop        2015-06-06 
23:26:55.000000000 +0200
+++ new/kservice-5.12.0/src/services/application.desktop        2015-07-05 
11:13:00.000000000 +0200
@@ -4,6 +4,7 @@
 Name=Application
 Name[af]=Program
 Name[as]=অনুপ্ৰয়োগ
+Name[ast]=Aplicación
 Name[be]=Праграма
 Name[be@latin]=Aplikacyja
 Name[bg]=Програма
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.11.0/src/services/kplugininfo.desktop 
new/kservice-5.12.0/src/services/kplugininfo.desktop
--- old/kservice-5.11.0/src/services/kplugininfo.desktop        2015-06-06 
23:26:55.000000000 +0200
+++ new/kservice-5.12.0/src/services/kplugininfo.desktop        2015-07-05 
11:13:00.000000000 +0200
@@ -4,6 +4,7 @@
 Name=KDE Plugin Information
 Name[af]=KDE inpropmodule Informasie
 Name[as]=KDE প্লাগ-ইনৰ তথ্য
+Name[ast]=Información del complementu de KDE
 Name[be]=Звесткі пра ўтулкі KDE
 Name[be@latin]=Źviestki pra plugin dla KDE
 Name[bg]=Информация за приставките в KDE


Reply via email to