Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2021-05-10 15:35:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kparts (Old)
 and      /work/SRC/openSUSE:Factory/.kparts.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kparts"

Mon May 10 15:35:44 2021 rev:89 rq:891772 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2021-04-12 
12:36:42.749323784 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new.2988/kparts.changes  2021-05-10 
15:37:25.642029151 +0200
@@ -1,0 +2,12 @@
+Sat May  1 16:41:07 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * Deprecate Part::iconLoader
+  * Use new version-controlled enumerator deprecation warning macros
+  * Fix typo in comment
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.H8XvX8/_old  2021-05-10 15:37:26.122027291 +0200
+++ /var/tmp/diff_new_pack.H8XvX8/_new  2021-05-10 15:37:26.126027276 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # 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.81.0
+Version:        5.82.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later
@@ -54,11 +54,11 @@
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.14.0
-BuildRequires:  cmake(Qt5Network) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
-BuildRequires:  cmake(Qt5Xml) >= 5.14.0
+BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5Network) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(Qt5Xml) >= 5.15.0
 
 %description
 This library implements the framework for KDE parts, which are
@@ -95,15 +95,15 @@
 %lang_package -n %{lname}
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+%fdupes %{buildroot}
 
 %if %{with lang}
 %find_lang %{name}5


++++++ kparts-5.81.0.tar.xz -> kparts-5.82.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/.gitignore new/kparts-5.82.0/.gitignore
--- old/kparts-5.81.0/.gitignore        2021-04-04 13:46:18.000000000 +0200
+++ new/kparts-5.82.0/.gitignore        2021-05-01 14:38:18.000000000 +0200
@@ -22,3 +22,6 @@
 .cmake/
 /.clang-format
 /compile_commands.json
+.clangd
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/CMakeLists.txt 
new/kparts-5.82.0/CMakeLists.txt
--- old/kparts-5.81.0/CMakeLists.txt    2021-04-04 13:46:18.000000000 +0200
+++ new/kparts-5.82.0/CMakeLists.txt    2021-05-01 14:38:18.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF_VERSION "5.81.0") # handled by release scripts
-set(KF_DEP_VERSION "5.81.0") # handled by release scripts
+set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_DEP_VERSION "5.82.0") # handled by release scripts
 project(KParts VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.81.0  NO_MODULE)
+find_package(ECM 5.82.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)
 
@@ -33,7 +33,7 @@
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PartsConfigVersion.cmake"
                         SOVERSION 5)
 
-set(REQUIRED_QT_VERSION 5.14.0)
+set(REQUIRED_QT_VERSION 5.15.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Widgets Xml)
 
 find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
@@ -56,8 +56,8 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
     ki18n_install(po)
 endif()
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_definitions(-DKIOWIDGETS_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054600) # We 
need KRun for BrowserRun
 add_definitions(-DKCOREADDONS_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000) # We 
need KAboutData::fromPluginMetaData
 add_definitions(-DQT_NO_FOREACH)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/docs/Doxyfile.local 
new/kparts-5.82.0/docs/Doxyfile.local
--- old/kparts-5.81.0/docs/Doxyfile.local       2021-04-04 13:46:18.000000000 
+0200
+++ new/kparts-5.82.0/docs/Doxyfile.local       2021-05-01 14:38:18.000000000 
+0200
@@ -5,4 +5,7 @@
     "KIOWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
     "KPARTS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
     "KPARTS_BUILD_DEPRECATED_SINCE(x, y)=1" \
-    "KPARTS_DEPRECATED_VERSION(x, y, t)="
+    "KPARTS_DEPRECATED_VERSION(x, y, t)=" \
+    "KPARTS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
+    "KPARTS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
+    "KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/po/ta/kparts5.po 
new/kparts-5.82.0/po/ta/kparts5.po
--- old/kparts-5.81.0/po/ta/kparts5.po  2021-04-04 13:46:18.000000000 +0200
+++ new/kparts-5.82.0/po/ta/kparts5.po  2021-05-01 14:38:18.000000000 +0200
@@ -3,21 +3,22 @@
 #
 # Sivakumar Shanmugasundaram <ssha...@yahoo.com>, 2000.
 # Thuraiappah Vaseeharan <t_va...@yahoo.com>, 2000-2001.
-# ???. ???????????? ????????????????????? | Sri Ramadoss M 
<ama...@yavarkkum.org>, 2007-2012
+# ???. ???????????? ????????????????????? | Sri Ramadoss M 
<ama...@yavarkkum.org>, 2007-2012.
+# Kishore G <kishor...@gmail.com>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-28 02:23+0100\n"
-"PO-Revision-Date: 2012-03-25 21:39+0530\n"
-"Last-Translator: Sri Ramadoss M <ama...@yavarkkum.org>\n"
-"Language-Team: Tamil <po...@madaladal.yavarkkum.org>\n"
+"PO-Revision-Date: 2021-01-18 19:35+0530\n"
+"Last-Translator: Kishore G <kishor...@gmail.com>\n"
+"Language-Team: Tamil <kde-i18n-...@kde.org>\n"
 "Language: ta\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -138,7 +139,7 @@
 #: browserrun.cpp:426
 #, kde-format
 msgid "Save As"
-msgstr "???????????????????????? ???????????????"
+msgstr "???????????? ????????????????????? ????????????"
 
 #: htmlsettingsinterface.cpp:21
 #, kde-format
@@ -166,7 +167,7 @@
 #: readwritepart.cpp:80
 #, kde-format
 msgid "Untitled"
-msgstr "?????????????????????????????????"
+msgstr "??????????????????????????????????????????"
 
 #: readwritepart.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/po/zh_CN/kparts5.po 
new/kparts-5.82.0/po/zh_CN/kparts5.po
--- old/kparts-5.81.0/po/zh_CN/kparts5.po       2021-04-04 13:46:18.000000000 
+0200
+++ new/kparts-5.82.0/po/zh_CN/kparts5.po       2021-05-01 14:38:18.000000000 
+0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-28 02:23+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:42\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.81.0/src/CMakeLists.txt 
new/kparts-5.82.0/src/CMakeLists.txt
--- old/kparts-5.81.0/src/CMakeLists.txt        2021-04-04 13:46:18.000000000 
+0200
+++ new/kparts-5.82.0/src/CMakeLists.txt        2021-05-01 14:38:18.000000000 
+0200
@@ -92,7 +92,7 @@
     GROUP_BASE_NAME KF
     VERSION ${KF_VERSION}
     DEPRECATED_BASE_VERSION 0
-    DEPRECATION_VERSIONS 3.0 4.4 5.0 5.72 5.77 5.78 5.80 5.81
+    DEPRECATION_VERSIONS 3.0 4.4 5.0 5.72 5.77 5.78 5.80 5.81 5.82
     EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
 )
 
@@ -158,6 +158,9 @@
             KPARTS_DEPRECATED
             KPARTS_DEPRECATED_EXPORT
             "KPARTS_DEPRECATED_VERSION(x, y, t)"
+            "KPARTS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)"
+            "KPARTS_DEPRECATED_VERSION(x, y, t)"
+            "KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)"
         PREDEFINED_MACROS
             "KIOWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1"
         TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/src/browserextension.h 
new/kparts-5.82.0/src/browserextension.h
--- old/kparts-5.81.0/src/browserextension.h    2021-04-04 13:46:18.000000000 
+0200
+++ new/kparts-5.82.0/src/browserextension.h    2021-05-01 14:38:18.000000000 
+0200
@@ -108,9 +108,10 @@
     enum PopupFlag {
         DefaultPopupItems = 0x0000, /**< default value, no additional menu 
item */
 #if KPARTS_ENABLE_DEPRECATED_SINCE(5, 27)
-        ShowNavigationItems = 0x0001, /**< @deprecated since 5.27, no effect 
anymore */
-        ShowUp = 0x0002, /**< @deprecated since 5.27, no effect anymore */
-        ShowReload = 0x0004, /**< @deprecated since 5.27, no effect anymore */
+        ShowNavigationItems KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 
82, 5, 27, "No effect anymore") =
+            0x0001, /**< @deprecated since 5.27, no effect anymore */
+        ShowUp KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 27, "No 
effect anymore") = 0x0002, /**< @deprecated since 5.27, no effect anymore */
+        ShowReload KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 27, 
"No effect anymore") = 0x0004, /**< @deprecated since 5.27, no effect anymore */
 #endif
         ShowBookmark = 0x0008, /**< show "add to bookmarks" (usually not done 
on the local filesystem) */
         ShowCreateDirectory = 0x0010, /**<  show "create directory" (usually 
only done on the background of the view, or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/src/part.cpp 
new/kparts-5.82.0/src/part.cpp
--- old/kparts-5.81.0/src/part.cpp      2021-04-04 13:46:18.000000000 +0200
+++ new/kparts-5.82.0/src/part.cpp      2021-05-01 14:38:18.000000000 +0200
@@ -91,6 +91,7 @@
     d->m_autoDeletePart = autoDeletePart;
 }
 
+#if KPARTS_BUILD_DEPRECATED_SINCE(5, 82)
 KIconLoader *Part::iconLoader()
 {
     Q_D(Part);
@@ -100,6 +101,7 @@
     }
     return d->m_iconLoader;
 }
+#endif
 
 KPluginMetaData Part::metaData() const
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.81.0/src/part.h new/kparts-5.82.0/src/part.h
--- old/kparts-5.81.0/src/part.h        2021-04-04 13:46:18.000000000 +0200
+++ new/kparts-5.82.0/src/part.h        2021-05-01 14:38:18.000000000 +0200
@@ -167,14 +167,19 @@
      */
     KPluginMetaData metaData() const;
 
+#if KPARTS_ENABLE_DEPRECATED_SINCE(5, 82)
     /**
      * Use this icon loader to load any icons that are specific to this part,
      * i.e. icons installed into this part's own directories as opposed to 
standard
      * kde icons.
      *
-     * Make sure to call setMetaData (or deprevated setComponentData) before 
calling iconLoader.
+     * Make sure to call setMetaData (or deprecated setComponentData) before 
calling iconLoader.
+     * @deprecated since 5.82, use QIcon::fromTheme() and set 
QIcon::setThemeSearchPaths()
+     * or QIcon::setFallbackSearchPaths appropriately.
      */
+    KPARTS_DEPRECATED_VERSION(5, 82, "See API docs.")
     KIconLoader *iconLoader();
+#endif
 
 Q_SIGNALS:
     /**

Reply via email to