Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2017-09-19 16:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Tue Sep 19 16:26:37 2017 rev:50 rq:526671 version:5.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2017-08-24 
17:58:18.754448719 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2017-09-19 
16:26:38.835673512 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:18 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * autotests: fix running tests in parallel
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.37.0.tar.xz

New:
----
  kservice-5.38.0.tar.xz

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.hMOBEn/_old  2017-09-19 16:26:39.467583967 +0200
+++ /var/tmp/diff_new_pack.hMOBEn/_new  2017-09-19 16:26:39.471583400 +0200
@@ -17,23 +17,27 @@
 
 
 %bcond_without lang
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kservice
-Version:        5.37.0
+Version:        5.38.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  bison
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
-BuildRequires:  kcrash-devel >= %{_tar_path}
-BuildRequires:  kdbusaddons-devel >= %{_tar_path}
-BuildRequires:  kdoctools-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Concurrent) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
@@ -41,7 +45,7 @@
 %if %{with lang}
 Recommends:     %{name}-lang = %{version}
 %endif
-Recommends:     kded >= %{_tar_path}
+Recommends:     kded >= %{_kf5_bugfix_version}
 Obsoletes:      libKF5Service4
 Summary:        Plugin framework for desktop services
 License:        LGPL-2.1+
@@ -65,8 +69,8 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kconfig-devel >= %{_tar_path}
-Requires:       kcoreaddons-devel >= %{_tar_path}
+Requires:       kconfig-devel >= %{_kf5_bugfix_version}
+Requires:       kcoreaddons-devel >= %{_kf5_bugfix_version}
 
 %description devel
 Provides a plugin framework for handling desktop services. Services can

++++++ kservice-5.37.0.tar.xz -> kservice-5.38.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.37.0/CMakeLists.txt 
new/kservice-5.38.0/CMakeLists.txt
--- old/kservice-5.37.0/CMakeLists.txt  2017-08-06 20:10:03.000000000 +0200
+++ new/kservice-5.38.0/CMakeLists.txt  2017-09-03 10:13:56.000000000 +0200
@@ -1,13 +1,13 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KService VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.37.0/autotests/CMakeLists.txt 
new/kservice-5.38.0/autotests/CMakeLists.txt
--- old/kservice-5.37.0/autotests/CMakeLists.txt        2017-08-06 
20:10:03.000000000 +0200
+++ new/kservice-5.38.0/autotests/CMakeLists.txt        2017-09-03 
10:13:56.000000000 +0200
@@ -28,6 +28,12 @@
 # we want to test the deprecated API without a (useless) warning
 target_compile_definitions(kplugininfotest PRIVATE KSERVICE_DEPRECATED=)
 
+# the test plays with the timestamp of ~/.qttest/share/kservicetypes5, and 
with the ksycoca file, other tests can collide
+set_tests_properties(ksycocatest PROPERTIES RUN_SERIAL TRUE)
+# KServiceTest::testAllServices can fail if any service is deleted while the 
test runs
+set_tests_properties(kservicetest PROPERTIES RUN_SERIAL TRUE)
+
+
 add_library(fakeplugin MODULE nsaplugin.cpp)
 ecm_mark_as_test(fakeplugin)
 target_link_libraries(fakeplugin KF5::Service)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.37.0/po/eu/kservice5.po 
new/kservice-5.38.0/po/eu/kservice5.po
--- old/kservice-5.37.0/po/eu/kservice5.po      2017-08-06 20:10:03.000000000 
+0200
+++ new/kservice-5.38.0/po/eu/kservice5.po      2017-09-03 10:13:56.000000000 
+0200
@@ -1,25 +1,26 @@
-# translation of kdelibs4.po to Euskara/Basque (eu)
-# KDE: EUSKERA TRANSLATION
-# Copyright (C) 1999,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011, Free 
Software Foundation, Inc.
+# Translation of kservice5.po to Euskara/Basque (eu).
+# Copyright (C) 1999-2017, Free Software Foundation, Inc.
+# This file is distributed under the same license as the frameworks package.
+# KDE Euskaratzeko proiektuaren arduraduna <xa...@euskalnet.net>.
 #
-# Marcos <mar...@euskalgnu.org>, 2002,2003, 2004, 2005.
+# Translators:
+# Marcos <mar...@euskalgnu.org>, 2002,2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010.
 # Ion Gaztañaga <igaztan...@gmail.com>, 2005.
-# marcos <mar...@euskalgnu.org>, 2006, 2007, 2008, 2009, 2010.
 # Iñaki Larrañaga Murgoitio <doo...@euskalgnu.org>, 2009.
-# Iñigo Salvador Azurmendi <xa...@euskalnet.net>, 2010, 2011, 2012, 2013, 2014.
+# Iñigo Salvador Azurmendi <xa...@euskalnet.net>, 2010, 2011, 2012, 2013, 
2014, 2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: kservice5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-07 08:40+0100\n"
-"PO-Revision-Date: 2014-03-02 19:49+0100\n"
+"PO-Revision-Date: 2017-08-31 00:46+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
@@ -33,102 +34,93 @@
 msgstr "mar...@euskalgnu.org,igaztan...@gmail.com,xa...@euskalnet.net"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:56
-#, fuzzy, kde-format
-#| msgid "KBuildSycoca"
+#, kde-format
 msgctxt "application name"
 msgid "KBuildSycoca"
 msgstr "KBuildSycoca"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:58
-#, fuzzy, kde-format
-#| msgid "Rebuilds the system configuration cache."
+#, kde-format
 msgctxt "application description"
 msgid "Rebuilds the system configuration cache."
-msgstr "Sistemaren konfigurazio cache-a bereraikitzen du."
+msgstr "Sistemaren konfigurazio cache-a berreraikitzen du."
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:60
-#, fuzzy, kde-format
-#| msgid "(c) 1999-2002 KDE Developers"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Copyright 1999-2014 KDE Developers"
-msgstr "(c) 1999-2002 KDE Developers"
+msgstr "Copyright 1999-2014 KDE Developers"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:61
-#, fuzzy, kde-format
-#| msgid "David Faure"
+#, kde-format
 msgctxt "@info:credit"
 msgid "David Faure"
 msgstr "David Faure"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:62 kbuildsycoca/kbuildsycoca_main.cpp:65
-#, fuzzy, kde-format
-#| msgid "Author"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Author"
 msgstr "Egilea"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:64
-#, fuzzy, kde-format
-#| msgid "Waldo Bastian"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Waldo Bastian"
 msgstr "Waldo Bastian"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:75
-#, fuzzy, kde-format
-#| msgid "Disable checking files (dangerous)"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid ""
 "Do not signal applications to update (deprecated, no longer having any "
 "effect)"
-msgstr "Ezgaitu fitxategiak egiaztatzea (arriskutsua)"
+msgstr ""
+"Ez seinalatu eguneratu beharreko aplikazioak (zaharkitua, jada ez dauka "
+"efekturik)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:78
-#, fuzzy, kde-format
-#| msgid "Disable incremental update, re-read everything"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Disable incremental update, re-read everything"
-msgstr "Ezgaitu eguneraket inkrementala, ber-irakurri dena"
+msgstr "Desgaitu eguneratze inkrementala, dena ber-irakurri"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:81
 #, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Check file timestamps (deprecated, no longer having any effect)"
 msgstr ""
+"Egiaztatu fitxategiaren denbora-zigilua (zaharkitua, jada ez dauka efekturik)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:84
-#, fuzzy, kde-format
-#| msgid "Disable checking files (dangerous)"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Disable checking files (deprecated, no longer having any effect)"
-msgstr "Ezgaitu fitxategiak egiaztatzea (arriskutsua)"
+msgstr "Desgaitu fitxategiak egiaztatzea (zaharkitua, jada ez dauka efekturik)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:87
-#, fuzzy, kde-format
-#| msgid "Create global database"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Create global database"
-msgstr "Sortu datu base globala."
+msgstr "Sortu datu-base globala."
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:90
-#, fuzzy, kde-format
-#| msgid "Perform menu generation test run only"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Perform menu generation test run only"
-msgstr "Egikaritu menu sortze proba bakarrik"
+msgstr "Egin soilik menua sortzeko proba exekuzioa"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:93
-#, fuzzy, kde-format
-#| msgid "Track menu id for debug purposes"
+#, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Track menu id for debug purposes"
-msgstr "Gorde menuaren id-a arazketarako"
+msgstr "Jarraipena egin menu id-ari arazketa helburuetarako"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:97
 #, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Switch QStandardPaths to test mode, for unit tests only"
-msgstr ""
+msgstr "Aldatu QStandardPaths proba modura, unitate probetarako soilik"
 
 #: kdeinit/ktoolinvocation.cpp:66
 #, kde-format
@@ -209,7 +201,7 @@
 #: plugin/kdbusservicestarter.cpp:77
 #, kde-format
 msgid "No service implementing %1"
-msgstr ""
+msgstr "Ez dago zerbitzurik %1 inplementatzen duenik"
 
 #: services/kservice.cpp:1019
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.37.0/po/gl/kservice5.po 
new/kservice-5.38.0/po/gl/kservice5.po
--- old/kservice-5.37.0/po/gl/kservice5.po      2017-08-06 20:10:03.000000000 
+0200
+++ new/kservice-5.38.0/po/gl/kservice5.po      2017-09-03 10:13:56.000000000 
+0200
@@ -212,7 +212,7 @@
 #: services/kservice.cpp:1019
 #, kde-format
 msgid "The provided service is not valid"
-msgstr "O servizo fornecido non é válido"
+msgstr "O servizo fornecido non é correcto"
 
 #: services/kservice.cpp:1023
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.37.0/po/zh_CN/kservice5.po 
new/kservice-5.38.0/po/zh_CN/kservice5.po
--- old/kservice-5.37.0/po/zh_CN/kservice5.po   2017-08-06 20:10:03.000000000 
+0200
+++ new/kservice-5.38.0/po/zh_CN/kservice5.po   2017-09-03 10:13:56.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-07 08:40+0100\n"
-"PO-Revision-Date: 2017-08-05 09:29-0400\n"
+"PO-Revision-Date: 2017-08-31 05:10-0400\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to