Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2020-11-19 11:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kparts (Old)
 and      /work/SRC/openSUSE:Factory/.kparts.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kparts"

Thu Nov 19 11:51:27 2020 rev:83 rq:848572 version:5.76.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2020-10-12 
13:57:37.386173780 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new.5913/kparts.changes  2020-11-23 
10:32:53.813519554 +0100
@@ -1,0 +2,10 @@
+Sat Nov  7 21:35:09 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.76.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.76.0
+- Changes since 5.75.0:
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+
+-------------------------------------------------------------------

Old:
----
  kparts-5.75.0.tar.xz
  kparts-5.75.0.tar.xz.sig

New:
----
  kparts-5.76.0.tar.xz
  kparts-5.76.0.tar.xz.sig

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.LdHKxg/_old  2020-11-23 10:32:54.477520282 +0100
+++ /var/tmp/diff_new_pack.LdHKxg/_new  2020-11-23 10:32:54.477520282 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%define _tar_path 5.75
+%define _tar_path 5.76
 # 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:           kparts
-Version:        5.75.0
+Version:        5.76.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later


++++++ kparts-5.75.0.tar.xz -> kparts-5.76.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/CMakeLists.txt 
new/kparts-5.76.0/CMakeLists.txt
--- old/kparts-5.75.0/CMakeLists.txt    2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/CMakeLists.txt    2020-11-07 13:14:21.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.75.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
+set(KF5_VERSION "5.76.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
 project(KParts VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.75.0  NO_MODULE)
+find_package(ECM 5.76.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)
 
@@ -56,7 +56,7 @@
     ki18n_install(po)
 endif()
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00)
 add_definitions(-DKIOWIDGETS_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054600) # We 
need KRun for BrowserRun
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory( src )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/autotests/notepad.cpp 
new/kparts-5.76.0/autotests/notepad.cpp
--- old/kparts-5.75.0/autotests/notepad.cpp     2020-10-04 20:51:38.000000000 
+0200
+++ new/kparts-5.76.0/autotests/notepad.cpp     2020-11-07 13:14:21.000000000 
+0100
@@ -18,7 +18,6 @@
 #include <QDebug>
 #include <KActionCollection>
 #include <KLocalizedString>
-#include <KPluginFactory>
 
 K_PLUGIN_FACTORY_WITH_JSON(NotepadFactory,
                  "notepad.json",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/po/vi/kparts5.po 
new/kparts-5.76.0/po/vi/kparts5.po
--- old/kparts-5.75.0/po/vi/kparts5.po  2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/po/vi/kparts5.po  2020-11-07 13:14:21.000000000 +0100
@@ -4,40 +4,43 @@
 # 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-09-15 02:11+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-10-25 09:51+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 19.12.2\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]"
 
 #: browserextension.cpp:225
 #, kde-format
 msgid "<qt>Do you want to search the Internet for <b>%1</b>?</qt>"
-msgstr "<qt>Bạn có muốn tìm kiếm qua mạng cho <b>%1</b> không?</qt>"
+msgstr "<qt>Bạn có muốn tìm kiếm <b>%1</b> trên Liên Mạng không?</qt>"
 
 #: browserextension.cpp:226
 #, kde-format
 msgid "Internet Search"
-msgstr "Tìm kiếm trên Mạng"
+msgstr "Tìm kiếm trên Liên Mạng"
 
 #: browserextension.cpp:226
 #, kde-format
@@ -54,7 +57,7 @@
 #, kde-format
 msgctxt "@label:checkbox"
 msgid "Remember action for files of this type"
-msgstr "Lưu hành động cho các tệp thuộc kiểu này"
+msgstr "Nhớ hành động cho các tệp thuộc kiểu này"
 
 #: browseropenorsavequestion.cpp:147 browseropenorsavequestion.cpp:240
 #, kde-format
@@ -112,19 +115,17 @@
 #: browserrun.cpp:339
 #, kde-format
 msgid "Execute File?"
-msgstr "Thực hiện tệp ?"
+msgstr "Thực thi tệp?"
 
 #: browserrun.cpp:339
 #, kde-format
 msgid "Execute"
-msgstr "Thực hiện"
+msgstr "Thực thi"
 
 #: browserrun.cpp:398
 #, kde-format
 msgid "The Download Manager (%1) could not be found in your $PATH "
-msgstr ""
-"Không tìm thấy Bộ Quản lý Tải về (%1) trong PATH (đường dẫn ứng dụng) của "
-"bạn."
+msgstr "Không tìm được Trình quản lí tải về (%1) trong $PATH của bạn"
 
 #: browserrun.cpp:399
 #, kde-format
@@ -133,14 +134,14 @@
 "\n"
 "The integration with Konqueror will be disabled."
 msgstr ""
-"Hãy thử cài đặt lại nó.\n"
+"Hãy thử cài đặt lại nó  \n"
 "\n"
-"Khả năng hợp nhất với Konqueror sẽ bị tắt."
+"Việc tích hợp với Konqueror sẽ bị tắt."
 
 #: browserrun.cpp:426
 #, kde-format
 msgid "Save As"
-msgstr "Lưu dạng"
+msgstr "Lưu thành"
 
 #: htmlsettingsinterface.cpp:22
 #, kde-format
@@ -153,17 +154,14 @@
 msgstr "Từ chối"
 
 #: partloader.cpp:170
-#, fuzzy, kde-format
-#| msgid ""
-#| "The service '%1' does not provide an interface '%2' with keyword '%3'"
+#, kde-format
 msgid "The plugin '%1' does not provide an interface '%2' with keyword '%3'"
-msgstr "Dịch vụ '%1' không cung cấp một giao diện '%2' cho từ khóa '%3'"
+msgstr "Phần cài cắm '%1' không cung cấp một giao diện '%2' với từ khoá '%3'"
 
 #: partloader.cpp:185
-#, fuzzy, kde-format
-#| msgid "No handler found for %1."
+#, kde-format
 msgid "No part was found for mimeType %1"
-msgstr "Không tìm thấy bộ quản lý cho %1."
+msgstr "Không tìm thấy bộ phận nào cho kiểu MIME %1"
 
 #: readwritepart.cpp:81
 #, kde-format
@@ -176,8 +174,8 @@
 "The document \"%1\" has been modified.\n"
 "Do you want to save your changes or discard them?"
 msgstr ""
-"Tài liệu \"%1\" đã được sửa đổi.\n"
-"Bạn có muốn lưu các thay đổi hoặc hủy hết?"
+"Tài liệu \"%1\" đã bị chỉnh sửa.\n"
+"Bạn muốn lưu các thay đổi hay loại bỏ chúng?"
 
 #: readwritepart.cpp:92
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/po/zh_CN/kparts5.po 
new/kparts-5.76.0/po/zh_CN/kparts5.po
--- old/kparts-5.75.0/po/zh_CN/kparts5.po       2020-10-04 20:51:38.000000000 
+0200
+++ new/kparts-5.76.0/po/zh_CN/kparts5.po       2020-11-07 13:14:21.000000000 
+0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-15 02:11+0200\n"
-"PO-Revision-Date: 2020-09-23 12:18\n"
+"PO-Revision-Date: 2020-10-08 19:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/browserview.desktop 
new/kparts-5.76.0/src/browserview.desktop
--- old/kparts-5.75.0/src/browserview.desktop   2020-10-04 20:51:38.000000000 
+0200
+++ new/kparts-5.76.0/src/browserview.desktop   2020-11-07 13:14:21.000000000 
+0100
@@ -92,7 +92,7 @@
 Name[uk]=Перегляд «Навігація»
 Name[uz]=Brauzerning koʻrinishi
 Name[uz@cyrillic]=Браузернинг кўриниши
-Name[vi]=Xem duyệt
+Name[vi]=Khung xem trình duyệt
 Name[wa]=Vuwe foyteuse
 Name[xh]=Imboniselo Yomkhangeli zincwadi
 Name[x-test]=xxBrowser Viewxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/kpart.desktop 
new/kparts-5.76.0/src/kpart.desktop
--- old/kparts-5.75.0/src/kpart.desktop 2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/src/kpart.desktop 2020-11-07 13:14:21.000000000 +0100
@@ -92,7 +92,7 @@
 Comment[uk]=Компонент KDE
 Comment[uz]=KDE komponenti
 Comment[uz@cyrillic]=KDE компоненти
-Comment[vi]=Thành phần KDE.
+Comment[vi]=Thành phần KDE
 Comment[wa]=Componint di KDE
 Comment[xh]=Ingxenye ye KDE
 Comment[x-test]=xxKDE Componentxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/kparts-readonlypart.desktop 
new/kparts-5.76.0/src/kparts-readonlypart.desktop
--- old/kparts-5.75.0/src/kparts-readonlypart.desktop   2020-10-04 
20:51:38.000000000 +0200
+++ new/kparts-5.76.0/src/kparts-readonlypart.desktop   2020-11-07 
13:14:21.000000000 +0100
@@ -93,7 +93,7 @@
 Comment[uk]=Компонент KDE
 Comment[uz]=KDE komponenti
 Comment[uz@cyrillic]=KDE компоненти
-Comment[vi]=Thành phần KDE.
+Comment[vi]=Thành phần KDE
 Comment[wa]=Componint di KDE
 Comment[xh]=Ingxenye ye KDE
 Comment[x-test]=xxKDE Componentxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/kparts-readwritepart.desktop 
new/kparts-5.76.0/src/kparts-readwritepart.desktop
--- old/kparts-5.75.0/src/kparts-readwritepart.desktop  2020-10-04 
20:51:38.000000000 +0200
+++ new/kparts-5.76.0/src/kparts-readwritepart.desktop  2020-11-07 
13:14:21.000000000 +0100
@@ -93,7 +93,7 @@
 Comment[uk]=Компонент KDE
 Comment[uz]=KDE komponenti
 Comment[uz@cyrillic]=KDE компоненти
-Comment[vi]=Thành phần KDE.
+Comment[vi]=Thành phần KDE
 Comment[wa]=Componint di KDE
 Comment[xh]=Ingxenye ye KDE
 Comment[x-test]=xxKDE Componentxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/partbase.cpp 
new/kparts-5.76.0/src/partbase.cpp
--- old/kparts-5.75.0/src/partbase.cpp  2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/src/partbase.cpp  2020-11-07 13:14:21.000000000 +0100
@@ -59,7 +59,16 @@
     Q_D(PartBase);
 
     d->m_componentData = pluginData;
+
+    // backward-compatible registration, usage deprecated
+#if KCOREADDONS_BUILD_DEPRECATED_SINCE(5, 76)
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_CLANG("-Wdeprecated-declarations")
+QT_WARNING_DISABLE_GCC("-Wdeprecated-declarations")
     KAboutData::registerPluginData(pluginData);
+QT_WARNING_POP
+#endif
+
     KXMLGUIClient::setComponentName(pluginData.componentName(), 
pluginData.displayName());
     if (bLoadPlugins) {
         loadPlugins(d->m_obj, this, pluginData);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.75.0/src/plugin.cpp 
new/kparts-5.76.0/src/plugin.cpp
--- old/kparts-5.75.0/src/plugin.cpp    2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/src/plugin.cpp    2020-11-07 13:14:21.000000000 +0100
@@ -20,7 +20,6 @@
 #include <KAboutData>
 
 #include <QFile>
-#include <QObject>
 #include <QFileInfo>
 #include <QDir>
 #include <QStandardPaths>
@@ -187,7 +186,15 @@
 
 void Plugin::setComponentData(const KAboutData &pluginData)
 {
+    // backward-compatible registration, usage deprecated
+#if KCOREADDONS_BUILD_DEPRECATED_SINCE(5, 76)
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_CLANG("-Wdeprecated-declarations")
+QT_WARNING_DISABLE_GCC("-Wdeprecated-declarations")
     KAboutData::registerPluginData(pluginData);
+QT_WARNING_POP
+#endif
+
     KXMLGUIClient::setComponentName(pluginData.componentName(), 
pluginData.displayName());
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kparts-5.75.0/templates/kpartsapp/kpartsapp.kdevtemplate 
new/kparts-5.76.0/templates/kpartsapp/kpartsapp.kdevtemplate
--- old/kparts-5.75.0/templates/kpartsapp/kpartsapp.kdevtemplate        
2020-10-04 20:51:38.000000000 +0200
+++ new/kparts-5.76.0/templates/kpartsapp/kpartsapp.kdevtemplate        
2020-11-07 13:14:21.000000000 +0100
@@ -40,6 +40,7 @@
 Name[tg]=Барномаи KParts
 Name[tr]=KParts Uygulaması
 Name[uk]=Програма KParts
+Name[vi]=Ứng dụng KParts
 Name[x-test]=xxKParts Applicationxx
 Name[zh_CN]=KParts 应用
 Name[zh_TW]=KParts 應用程式
@@ -83,6 +84,7 @@
 Comment[tg]=Барномаеро, ки дар асоси низоми KParts ба воситаи CMake сохта 
шудааст, эҷод менамояд.
 Comment[tr]=CMake kullanılarak, KParts çatısı üstüne kurulu bir uygulama 
oluşturun.
 Comment[uk]=Створити програму на основі бібліотек KParts з використанням CMake.
+Comment[vi]=Tạo một ứng dụng được xây trên kết cấu KParts, sử dụng CMake.
 Comment[x-test]=xxGenerate an application built on the KParts framework, using 
CMake.xx
 Comment[zh_CN]=生成基于 KParts 框架的应用程序,使用 CMake 构建。
 Comment[zh_TW]=使用 CMake 生成一個建基於 KParts 框架的應用程式。
_______________________________________________
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