Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2019-12-18 14:41:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Wed Dec 18 14:41:31 2019 rev:78 rq:757061 version:5.65.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2019-11-12 
11:49:48.438996016 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new.4691/kservice.changes      
2019-12-18 14:43:26.905804966 +0100
@@ -1,0 +2,9 @@
+Sun Dec  8 11:18:49 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- No code change since 5.64.0
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.64.0.tar.xz
  kservice-5.64.0.tar.xz.sig

New:
----
  kservice-5.65.0.tar.xz
  kservice-5.65.0.tar.xz.sig

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.8KGJ8U/_old  2019-12-18 14:43:28.725805799 +0100
+++ /var/tmp/diff_new_pack.8KGJ8U/_new  2019-12-18 14:43:28.725805799 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kservice
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kservice
-Version:        5.64.0
+Version:        5.65.0
 Release:        0
 Summary:        Plugin framework for desktop services
 License:        LGPL-2.1-or-later


++++++ kservice-5.64.0.tar.xz -> kservice-5.65.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.64.0/CMakeLists.txt 
new/kservice-5.65.0/CMakeLists.txt
--- old/kservice-5.64.0/CMakeLists.txt  2019-11-02 14:00:13.000000000 +0100
+++ new/kservice-5.65.0/CMakeLists.txt  2019-12-07 22:47:35.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
 project(KService VERSION ${KF5_VERSION})
 
 # Disallow in-source build
@@ -11,7 +11,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.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)
 
@@ -74,7 +74,6 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kservice5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
 add_definitions(-DQT_NO_FOREACH)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kservice-5.64.0/po/pt_BR/docs/desktoptojson/man-desktoptojson.8.docbook 
new/kservice-5.65.0/po/pt_BR/docs/desktoptojson/man-desktoptojson.8.docbook
--- old/kservice-5.64.0/po/pt_BR/docs/desktoptojson/man-desktoptojson.8.docbook 
2019-11-02 14:00:13.000000000 +0100
+++ new/kservice-5.65.0/po/pt_BR/docs/desktoptojson/man-desktoptojson.8.docbook 
2019-12-07 22:47:35.000000000 +0100
@@ -63,7 +63,7 @@
 >desktoptojson</command
 ></refname>
 <refpurpose
->Converte uma arquivo <filename class="extension"
+>Converte um arquivo <filename class="extension"
 >.desktop</filename
 > para um arquivo <filename class="extension"
 >.json</filename
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.64.0/po/se/kservice5.po 
new/kservice-5.65.0/po/se/kservice5.po
--- old/kservice-5.64.0/po/se/kservice5.po      2019-11-02 14:00:13.000000000 
+0100
+++ new/kservice-5.65.0/po/se/kservice5.po      2019-12-07 22:47:35.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-09-15 02:47+0200\n"
+"POT-Creation-Date: 2019-10-13 02:52+0200\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
@@ -152,8 +152,8 @@
 #. i18n("Could not launch %1:\n\n%2", exe, error),
 #. i18n("Could not launch %1:\n\n%2", htmlApp->exec(), error),
 #. i18n("Could not launch %1:\n\n%2", exe, error),
-#: kdeinit/ktoolinvocation_x11.cpp:297 kdeinit/ktoolinvocation_x11.cpp:322
-#: kdeinit/ktoolinvocation_x11.cpp:341
+#: kdeinit/ktoolinvocation_x11.cpp:298 kdeinit/ktoolinvocation_x11.cpp:323
+#: kdeinit/ktoolinvocation_x11.cpp:342
 #, kde-format
 msgid ""
 "Could not launch the browser:\n"
@@ -164,13 +164,13 @@
 "\n"
 "%1"
 
-#: kdeinit/ktoolinvocation_x11.cpp:298 kdeinit/ktoolinvocation_x11.cpp:323
-#: kdeinit/ktoolinvocation_x11.cpp:342
+#: kdeinit/ktoolinvocation_x11.cpp:299 kdeinit/ktoolinvocation_x11.cpp:324
+#: kdeinit/ktoolinvocation_x11.cpp:343
 #, kde-format
 msgid "Could not launch Browser"
 msgstr "Ii sáhttán álggahit fierpmádatlogana"
 
-#: kdeinit/ktoolinvocation_x11.cpp:381
+#: kdeinit/ktoolinvocation_x11.cpp:383
 #, kde-format
 msgid ""
 "Could not launch the terminal client:\n"
@@ -181,12 +181,12 @@
 "\n"
 "%1"
 
-#: kdeinit/ktoolinvocation_x11.cpp:382
+#: kdeinit/ktoolinvocation_x11.cpp:384
 #, kde-format
 msgid "Could not launch Terminal Client"
 msgstr "Ii sáhttán álggahit terminalprográmma"
 
-#: plugin/kdbusservicestarter.cpp:77
+#: plugin/kdbusservicestarter.cpp:79
 #, kde-format
 msgid "No service implementing %1"
 msgstr "Ii gávdno bálvalus %1 várás"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.64.0/po/sk/kservice5.po 
new/kservice-5.65.0/po/sk/kservice5.po
--- old/kservice-5.64.0/po/sk/kservice5.po      2019-11-02 14:00:13.000000000 
+0100
+++ new/kservice-5.65.0/po/sk/kservice5.po      2019-12-07 22:47:35.000000000 
+0100
@@ -7,19 +7,20 @@
 # Michal Sulek <[email protected]>, 2009, 2010, 2011.
 # Richard Frič <[email protected]>, 2011.
 # Roman Paholík <[email protected]>, 2012, 2013, 2014, 2015.
+# Matej Mrenica <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-13 02:52+0200\n"
-"PO-Revision-Date: 2015-10-11 12:18+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2019-11-18 13:09+0100\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.11.80\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -102,13 +103,13 @@
 #, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Perform menu generation test run only"
-msgstr "Vykonať iba test generovania menu"
+msgstr "Vykonať iba test generovania ponuky"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:90
 #, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Track menu id for debug purposes"
-msgstr "Sledovať id menu pre ladenie"
+msgstr "Sledovať id ponuky pre ladenie"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:94
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.64.0/po/zh_CN/kservice5.po 
new/kservice-5.65.0/po/zh_CN/kservice5.po
--- old/kservice-5.64.0/po/zh_CN/kservice5.po   2019-11-02 14:00:13.000000000 
+0100
+++ new/kservice-5.65.0/po/zh_CN/kservice5.po   2019-12-07 22:47:35.000000000 
+0100
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-13 02:52+0200\n"
-"PO-Revision-Date: 2019-10-09 09:45\n"
+"PO-Revision-Date: 2019-11-19 23:01\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to