Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2020-12-15 12:29:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kross (Old)
 and      /work/SRC/openSUSE:Factory/.kross.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kross"

Tue Dec 15 12:29:22 2020 rev:85 rq:855457 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kross/kross.changes      2020-11-23 
10:33:00.385526758 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new.2328/kross.changes    2020-12-15 
12:31:37.940060636 +0100
@@ -1,0 +2,9 @@
+Mon Dec  7 17:14:39 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- No code change since 5.76.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.GJM3KY/_old  2020-12-15 12:31:38.856061374 +0100
+++ /var/tmp/diff_new_pack.GJM3KY/_new  2020-12-15 12:31:38.856061374 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:        5.77.0
 Release:        0
 Summary:        Scripting bridge for programs
 License:        LGPL-2.1-or-later
@@ -46,11 +46,11 @@
 BuildRequires:  cmake(KF5Parts) >= %{_tar_path}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_tar_path}
 BuildRequires:  cmake(KF5XmlGui) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Script) >= 5.12.0
-BuildRequires:  cmake(Qt5UiTools) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
-BuildRequires:  cmake(Qt5Xml) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5Script) >= 5.13.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.13.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.13.0
+BuildRequires:  cmake(Qt5Xml) >= 5.13.0
 Obsoletes:      libKF5KrossCore4
 Obsoletes:      libKF5KrossUi4
 Recommends:     %{name}-lang = %{version}
@@ -69,10 +69,10 @@
 Requires:       cmake(KF5KIO) >= %{_tar_path}
 Requires:       cmake(KF5Parts) >= %{_tar_path}
 Requires:       cmake(KF5WidgetsAddons) >= %{_tar_path}
-Requires:       cmake(Qt5Core) >= 5.12.0
-Requires:       cmake(Qt5Script) >= 5.12.0
-Requires:       cmake(Qt5Widgets) >= 5.12.0
-Requires:       cmake(Qt5Xml) >= 5.12.0
+Requires:       cmake(Qt5Core) >= 5.13.0
+Requires:       cmake(Qt5Script) >= 5.13.0
+Requires:       cmake(Qt5Widgets) >= 5.13.0
+Requires:       cmake(Qt5Xml) >= 5.13.0
 
 %description devel
 Kross is a scripting bridge to embed scripting functionality


++++++ kross-5.76.0.tar.xz -> kross-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.76.0/CMakeLists.txt 
new/kross-5.77.0/CMakeLists.txt
--- old/kross-5.76.0/CMakeLists.txt     2020-11-07 13:15:37.000000000 +0100
+++ new/kross-5.77.0/CMakeLists.txt     2020-12-05 13:54:37.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.0") # handled by release scripts
 project(Kross VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -29,7 +29,7 @@
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake"
                         SOVERSION 5)
 
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Script Xml 
Widgets UiTools)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.76.0/po/ml/kross5.po 
new/kross-5.77.0/po/ml/kross5.po
--- old/kross-5.76.0/po/ml/kross5.po    2020-11-07 13:15:37.000000000 +0100
+++ new/kross-5.77.0/po/ml/kross5.po    2020-12-05 13:54:37.000000000 +0100
@@ -20,8 +20,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
-"X-Poedit-Country: INDIA\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.76.0/po/vi/kross5.po 
new/kross-5.77.0/po/vi/kross5.po
--- old/kross-5.76.0/po/vi/kross5.po    2020-11-07 13:15:37.000000000 +0100
+++ new/kross-5.77.0/po/vi/kross5.po    2020-12-05 13:54:37.000000000 +0100
@@ -4,112 +4,109 @@
 # Clytie Siddall <[email protected]>, 2006-2007.
 # Hoàng Đức Hiếu <[email protected]>, 2008, 2011.
 # Lê Hoàng Phương <[email protected]>, 2011, 2012.
+# Phu Hung Nguyen <[email protected]>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2012-09-23 18:43+0800\n"
-"Last-Translator: Lê Hoàng Phương <[email protected]>\n"
-"Language-Team: American English <[email protected]>\n"
+"PO-Revision-Date: 2020-11-07 13:30+0100\n"
+"Last-Translator: Phu Hung Nguyen <[email protected]>\n"
+"Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
 "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"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Nhóm Việt hoá KDE"
+msgstr "Clytie Siddall,Hoàng Đức Hiếu,Lê Hoàng Phương,Nguyễn Hùng Phú"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr ""
+"[email protected],[email protected],[email protected],"
+"[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 "Ứng dụng KDE để chạy mã lệnh Kross."
+msgstr "Tiện ích dòng lệnh để chạy kịch bản 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 "Bản quyền 2006 Sebastian Sauer"
 
 #: console/main.cpp:107
-#, fuzzy, kde-format
-#| msgid "Sebastian Sauer"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Sebastian Sauer"
 msgstr "Sebastian Sauer"
 
 #: console/main.cpp:108
-#, fuzzy, kde-format
-#| msgid "Author"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Author"
 msgstr "Tác giả"
 
 #: console/main.cpp:117
-#, fuzzy, kde-format
-#| msgid "Description"
+#, kde-format
 msgctxt "@info:shell command-line argument"
 msgid "The script to run."
-msgstr "Mô tả"
+msgstr "Kịch bản để chạy."
 
 #: core/action.cpp:481
 #, kde-format
 msgid "Scriptfile \"%1\" does not exist."
-msgstr "Tệp lệnh \"%1\" không tồn tại."
+msgstr "Tệp kịch bản \"%1\" không tồn tại."
 
 #: core/action.cpp:485
 #, kde-format
 msgid "Failed to determine interpreter for scriptfile \"%1\""
-msgstr "Thất bại khi quyết định trình dịch cho tệp lệnh \"%1\""
+msgstr "Xác định trình thông dịch cho tệp kịch bản \"%1\" thất bại"
 
 #: core/action.cpp:489
 #, kde-format
 msgid "Failed to open scriptfile \"%1\""
-msgstr "Lỗi mở tệp văn lệnh \"%1\"."
+msgstr "Mở tệp kịch bản \"%1\" thất bại"
 
 #: core/action.cpp:500
 #, kde-format
 msgid "Failed to load interpreter \"%1\""
-msgstr "Thất bại khi nạp trình dịch \"%1\""
+msgstr "Tải trình thông dịch \"%1\" thất bại"
 
 #: core/action.cpp:502
 #, kde-format
 msgid "No such interpreter \"%1\""
-msgstr "Không có bộ giải thích \"%1\"."
+msgstr "Không có trình thông dịch \"%1\""
 
 #: core/action.cpp:509
 #, kde-format
 msgid "Failed to create script for interpreter \"%1\""
-msgstr "Lỗi tạo văn lệnh cho bộ giải thích \"%1\"."
+msgstr "Tạo kịch bản cho trình thông dịch \"%1\" thất bại"
 
 #: core/manager.cpp:152
 #, kde-format
 msgid "Level of safety of the Ruby interpreter"
-msgstr "Cấp an toàn của bộ giải thích Ruby"
+msgstr "Cấp an toàn của trình thông dịch Ruby"
 
 #: modules/form.cpp:327
 #, kde-format
 msgid "Cancel?"
-msgstr "Huỷ bỏ?"
+msgstr "Huỷ?"
 
 #: qts/values_p.h:76
 #, kde-format
@@ -124,12 +121,12 @@
 #: ui/actioncollectionview.cpp:182
 #, kde-format
 msgid "Text:"
-msgstr "Văn bản:"
+msgstr "Phần chữ:"
 
 #: ui/actioncollectionview.cpp:189
 #, kde-format
 msgid "Comment:"
-msgstr "Ghi chú :"
+msgstr "Chú thích:"
 
 #: ui/actioncollectionview.cpp:196
 #, kde-format
@@ -139,7 +136,7 @@
 #: ui/actioncollectionview.cpp:217
 #, kde-format
 msgid "Interpreter:"
-msgstr "Bộ giải thích:"
+msgstr "Trình thông dịch:"
 
 #: ui/actioncollectionview.cpp:233
 #, kde-format
@@ -154,7 +151,7 @@
 #: ui/actioncollectionview.cpp:328
 #, kde-format
 msgid "Execute the selected script."
-msgstr "Thực hiện văn lệnh đã chọn."
+msgstr "Thực thi kịch bản đã chọn."
 
 #: ui/actioncollectionview.cpp:333
 #, kde-format
@@ -164,7 +161,7 @@
 #: ui/actioncollectionview.cpp:335
 #, kde-format
 msgid "Stop execution of the selected script."
-msgstr "Dừng thực hiện văn lệnh đã chọn."
+msgstr "Dừng thực thi kịch bản đã chọn."
 
 #: ui/actioncollectionview.cpp:340
 #, kde-format
@@ -174,7 +171,7 @@
 #: ui/actioncollectionview.cpp:342
 #, kde-format
 msgid "Edit selected script."
-msgstr "Hiệu chỉnh văn lệnh đã chọn."
+msgstr "Sửa kịch bản đã chọn."
 
 #: ui/actioncollectionview.cpp:347
 #, kde-format
@@ -184,22 +181,22 @@
 #: ui/actioncollectionview.cpp:349
 #, kde-format
 msgid "Add a new script."
-msgstr "Thêm một văn lệnh mới."
+msgstr "Thêm một kịch bản mới."
 
 #: ui/actioncollectionview.cpp:354
 #, kde-format
 msgid "Remove"
-msgstr "Bỏ"
+msgstr "Xoá"
 
 #: ui/actioncollectionview.cpp:356
 #, kde-format
 msgid "Remove selected script."
-msgstr "Gỡ bỏ văn lệnh đã chọn."
+msgstr "Xoá kịch bản đã chọn."
 
 #: ui/actioncollectionview.cpp:549
 #, kde-format
 msgid "Edit"
-msgstr "Hiệu chỉnh"
+msgstr "Sửa"
 
 #: ui/actioncollectionview.cpp:554
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.76.0/po/zh_CN/kross5.po 
new/kross-5.77.0/po/zh_CN/kross5.po
--- old/kross-5.76.0/po/zh_CN/kross5.po 2020-11-07 13:15:37.000000000 +0100
+++ new/kross-5.77.0/po/zh_CN/kross5.po 2020-12-05 13:54:37.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2020-10-08 19:21\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to