Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2019-09-23 12:25:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kross (Old)
 and      /work/SRC/openSUSE:Factory/.kross.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kross"

Mon Sep 23 12:25:49 2019 rev:70 rq:730953 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kross/kross.changes      2019-08-19 
21:11:56.076828155 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new.7948/kross.changes    2019-09-23 
12:25:51.225723888 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:37:05 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

Old:
----
  kross-5.61.0.tar.xz
  kross-5.61.0.tar.xz.sig

New:
----
  kross-5.62.0.tar.xz
  kross-5.62.0.tar.xz.sig

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.q8NCcR/_old  2019-09-23 12:25:51.821723791 +0200
+++ /var/tmp/diff_new_pack.q8NCcR/_new  2019-09-23 12:25:51.821723791 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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:           kross
-Version:        5.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Scripting bridge for programs
 License:        LGPL-2.1-or-later
@@ -38,15 +38,15 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcompletion-devel >= %{_tar_path}
-BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  kiconthemes-devel >= %{_tar_path}
-BuildRequires:  kio-devel >= %{_tar_path}
-BuildRequires:  kparts-devel >= %{_tar_path}
-BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
-BuildRequires:  kxmlgui-devel >= %{_tar_path}
+BuildRequires:  cmake(KF5Completion) >= %{_tar_path}
+BuildRequires:  cmake(KF5DocTools) >= %{_tar_path}
+BuildRequires:  cmake(KF5I18n) >= %{_tar_path}
+BuildRequires:  cmake(KF5IconThemes) >= %{_tar_path}
+BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
+BuildRequires:  cmake(KF5Parts) >= %{_tar_path}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_tar_path}
+BuildRequires:  cmake(KF5XmlGui) >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Script) >= 5.6.0
 BuildRequires:  cmake(Qt5UiTools) >= 5.6.0
@@ -67,11 +67,11 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       ki18n-devel >= %{_tar_path}
-Requires:       kiconthemes-devel >= %{_tar_path}
-Requires:       kio-devel >= %{_tar_path}
-Requires:       kparts-devel >= %{_tar_path}
-Requires:       kwidgetsaddons-devel >= %{_tar_path}
+Requires:       cmake(KF5I18n) >= %{_tar_path}
+Requires:       cmake(KF5IconThemes) >= %{_tar_path}
+Requires:       cmake(KF5KIO) >= %{_tar_path}
+Requires:       cmake(KF5Parts) >= %{_tar_path}
+Requires:       cmake(KF5WidgetsAddons) >= %{_tar_path}
 Requires:       cmake(Qt5Core) >= 5.6.0
 Requires:       cmake(Qt5Script) >= 5.6.0
 Requires:       cmake(Qt5Widgets) >= 5.6.0


++++++ kross-5.61.0.tar.xz -> kross-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.61.0/CMakeLists.txt 
new/kross-5.62.0/CMakeLists.txt
--- old/kross-5.61.0/CMakeLists.txt     2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/CMakeLists.txt     2019-09-07 16:49:04.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(Kross VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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/kross-5.61.0/po/br/kross5.po 
new/kross-5.62.0/po/br/kross5.po
--- old/kross-5.61.0/po/br/kross5.po    2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/po/br/kross5.po    2019-09-07 16:49:04.000000000 +0200
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.61.0/po/id/kross5.po 
new/kross-5.62.0/po/id/kross5.po
--- old/kross-5.61.0/po/id/kross5.po    2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/po/id/kross5.po    2019-09-07 16:49:04.000000000 +0200
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan <[email protected]>, 2010-2014.
-# Wantoyo <[email protected]>, 2018.
+# Wantoyo <[email protected]>, 2018, 2019.
 #
 msgid ""
 msgstr ""
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.61.0/po/ml/kross5.po 
new/kross-5.62.0/po/ml/kross5.po
--- old/kross-5.61.0/po/ml/kross5.po    2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/po/ml/kross5.po    2019-09-07 16:49:04.000000000 +0200
@@ -37,42 +37,36 @@
 
 #: console/main.cpp:99
 #, fuzzy, kde-format
-#| msgid "Kross"
 msgctxt "application name"
 msgid "Kross"
 msgstr "ക്രോസ്സ്"
 
 #: console/main.cpp:101
 #, fuzzy, kde-format
-#| msgid "KDE application to run Kross scripts."
 msgctxt "application description"
 msgid "Command-line utility to run Kross scripts."
 msgstr "ക്രോസ്സ് സ്ക്രിപ്റ്റുകള്‍ പ്രവര്‍ത്തിപ്പിക്കുന്നതിനുള്ള കെഡിഇ പ്രയോഗം."
 
 #: console/main.cpp:103
 #, fuzzy, kde-format
-#| msgid "(C) 2006 Sebastian Sauer"
 msgctxt "@info:credit"
 msgid "Copyright 2006 Sebastian Sauer"
 msgstr "(C) 2006 സെബാസ്റ്റ്യന്‍ സൌര്‍"
 
 #: console/main.cpp:107
 #, fuzzy, kde-format
-#| msgid "Sebastian Sauer"
 msgctxt "@info:credit"
 msgid "Sebastian Sauer"
 msgstr "സെബാസ്റ്റ്യന്‍ സൌര്‍"
 
 #: console/main.cpp:108
 #, fuzzy, kde-format
-#| msgid "Author"
 msgctxt "@info:credit"
 msgid "Author"
 msgstr "രചയിതാവ്"
 
 #: console/main.cpp:118
 #, fuzzy, kde-format
-#| msgid "Description"
 msgctxt "@info:shell command-line argument"
 msgid "The script to run."
 msgstr "വിവരണം"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.61.0/po/tg/kross5.po 
new/kross-5.62.0/po/tg/kross5.po
--- old/kross-5.61.0/po/tg/kross5.po    2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/po/tg/kross5.po    2019-09-07 16:49:04.000000000 +0200
@@ -1,25 +1,24 @@
 # translation of kdelibs4.po to Tajik Language
+# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 # 2004, 2005, 2006, 2007 infoDev, a World Bank organization.
 # 2004, 2005, 2006, 2007 Khujand Computer Technologies, Inc.
 # 2004, 2005, 2006, 2007 Youth Opportunities, NGO, 2005.
 # Roger Kovacs <[email protected]>, 2003.
 # Thomas Diehl <[email protected]>, 2003.
-# Akmal Vatanshoev <[email protected]>, 2004.
-# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 
2007, 2008.
-# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
+# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 2007, 
2008, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
-"PO-Revision-Date: 2013-06-04 17:36+0500\n"
+"PO-Revision-Date: 2019-08-16 15:39+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
-"Language-Team: Tajik Language\n"
+"Language-Team: English <[email protected]>\n"
 "Language: tg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -33,91 +32,85 @@
 msgstr "[email protected]"
 
 #: console/main.cpp:99
-#, fuzzy, kde-format
-#| msgid "Kross"
+#, kde-format
 msgctxt "application name"
 msgid "Kross"
 msgstr "Kross"
 
 #: console/main.cpp:101
-#, fuzzy, kde-format
-#| msgid "KDE application to run Kross scripts."
+#, kde-format
 msgctxt "application description"
 msgid "Command-line utility to run Kross scripts."
-msgstr "KDE application to run Kross scripts."
+msgstr "Барномаи муфид бо сатри фармон барои иҷрои нақшҳои Kross."
 
 #: console/main.cpp:103
-#, fuzzy, kde-format
-#| msgid "(C) 2006 Sebastian Sauer"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Copyright 2006 Sebastian Sauer"
-msgstr "(C) 2006 Sebastian Sauer"
+msgstr "Ҳуқуқи муаллиф 2006 Себастян Сойер (Sebastian Sauer)"
 
 #: console/main.cpp:107
-#, fuzzy, kde-format
-#| msgid "Sebastian Sauer"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Sebastian Sauer"
-msgstr "Sebastian Sauer"
+msgstr "Себастян Сойер (Sebastian Sauer)"
 
 #: console/main.cpp:108
-#, fuzzy, kde-format
-#| msgid "Author"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Author"
 msgstr "Муаллиф"
 
 #: console/main.cpp:118
-#, fuzzy, kde-format
-#| msgid "Description"
+#, kde-format
 msgctxt "@info:shell command-line argument"
 msgid "The script to run."
-msgstr "Тафсилот"
+msgstr "Нақш барои иҷро."
 
 #: core/action.cpp:481
 #, kde-format
 msgid "Scriptfile \"%1\" does not exist."
-msgstr "Скриптфайли \"%1\" мавҷуд нест."
+msgstr "Файли нақши \"%1\" вуҷуд надорад."
 
 #: core/action.cpp:485
 #, kde-format
 msgid "Failed to determine interpreter for scriptfile \"%1\""
-msgstr "Муайянкунии муфассир барои файлскрипти \"%1\" қатъ карда шуд"
+msgstr "Муайянкунии шаpҳдиҳанда барои файли нақши \"%1\" қатъ шуд"
 
 #: core/action.cpp:489
 #, kde-format
 msgid "Failed to open scriptfile \"%1\""
-msgstr "Failed to open scriptfile \"%1\""
+msgstr "Кушодани нақши \"%1\" қатъ шуд"
 
 #: core/action.cpp:500
 #, kde-format
 msgid "Failed to load interpreter \"%1\""
-msgstr "Боркунии муфассир қатъ карда шуд \"%1\""
+msgstr "Боркунии шаpҳдиҳандаи \"%1\" қатъ шуд"
 
 #: core/action.cpp:502
 #, kde-format
 msgid "No such interpreter \"%1\""
-msgstr "No such interpreter \"%1\""
+msgstr "Шаpҳдиҳандаи \"%1\" вуҷуд надорад"
 
 #: core/action.cpp:509
 #, kde-format
 msgid "Failed to create script for interpreter \"%1\""
-msgstr "Failed to create script for interpreter \"%1\""
+msgstr "Эҷодкунии нақш барои шаpҳдиҳандаи \"%1\" қатъ шуд"
 
 #: core/manager.cpp:145
 #, kde-format
 msgid "Level of safety of the Ruby interpreter"
-msgstr "Level of safety of the Ruby interpreter"
+msgstr "Дараҷаи амният барои шаpҳдиҳандаи Ruby"
 
 #: modules/form.cpp:328
 #, kde-format
 msgid "Cancel?"
-msgstr "Отменить?"
+msgstr "Бекор мекунед?"
 
 #: qts/values_p.h:76
 #, kde-format
 msgid "No such function \"%1\""
-msgstr "Чунин вазифа мавҷуд нест \"%1\""
+msgstr "Вазифаи \"%1\" вуҷуд надорад"
 
 #: ui/actioncollectionview.cpp:175
 #, kde-format
@@ -132,7 +125,7 @@
 #: ui/actioncollectionview.cpp:190
 #, kde-format
 msgid "Comment:"
-msgstr "Эзоҳ:"
+msgstr "Шарҳ:"
 
 #: ui/actioncollectionview.cpp:197
 #, kde-format
@@ -142,7 +135,7 @@
 #: ui/actioncollectionview.cpp:218
 #, kde-format
 msgid "Interpreter:"
-msgstr "Интерпретатор:"
+msgstr "Шаpҳдиҳанда:"
 
 #: ui/actioncollectionview.cpp:234
 #, kde-format
@@ -152,57 +145,57 @@
 #: ui/actioncollectionview.cpp:327
 #, kde-format
 msgid "Run"
-msgstr "Оғоз"
+msgstr "Иҷро кардан"
 
 #: ui/actioncollectionview.cpp:329
 #, kde-format
 msgid "Execute the selected script."
-msgstr "Иҷрокунии скрипти интихобшуда."
+msgstr "Нақши интихобшударо иҷро намоед."
 
 #: ui/actioncollectionview.cpp:334
 #, kde-format
 msgid "Stop"
-msgstr "Манъ"
+msgstr "Истодан"
 
 #: ui/actioncollectionview.cpp:336
 #, kde-format
 msgid "Stop execution of the selected script."
-msgstr "Остановить выполнение выбранного сценария."
+msgstr "Истодани иҷрокунии нақши интихобшуда."
 
 #: ui/actioncollectionview.cpp:341
 #, kde-format
 msgid "Edit..."
-msgstr "Таҳрир..."
+msgstr "Таҳрир кардан..."
 
 #: ui/actioncollectionview.cpp:343
 #, kde-format
 msgid "Edit selected script."
-msgstr "Таҳрири скрипти интихобшуда."
+msgstr "Таҳрир кардани нақши интихобшуда."
 
 #: ui/actioncollectionview.cpp:348
 #, kde-format
 msgid "Add..."
-msgstr "Илова..."
+msgstr "Илова кардан..."
 
 #: ui/actioncollectionview.cpp:350
 #, kde-format
 msgid "Add a new script."
-msgstr "Иловаи скрипти нав."
+msgstr "Илова кардани нақши нав."
 
 #: ui/actioncollectionview.cpp:355
 #, kde-format
 msgid "Remove"
-msgstr "Нобуд кардан"
+msgstr "Тоза кардан"
 
 #: ui/actioncollectionview.cpp:357
 #, kde-format
 msgid "Remove selected script."
-msgstr "Несткунии скрипти интихобшуда."
+msgstr "Тоза кардани нақши интихобшуда."
 
 #: ui/actioncollectionview.cpp:550
 #, kde-format
 msgid "Edit"
-msgstr "Таҳрир"
+msgstr "Таҳрир кардан"
 
 #: ui/actioncollectionview.cpp:555
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.61.0/po/zh_CN/kross5.po 
new/kross-5.62.0/po/zh_CN/kross5.po
--- old/kross-5.61.0/po/zh_CN/kross5.po 2019-08-03 21:57:54.000000000 +0200
+++ new/kross-5.62.0/po/zh_CN/kross5.po 2019-09-07 16:49:04.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
-"PO-Revision-Date: 2019-07-18 14:57\n"
+"PO-Revision-Date: 2019-09-05 09:24\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to