Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2022-08-15 19:57:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kparts (Old)
 and      /work/SRC/openSUSE:Factory/.kparts.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kparts"

Mon Aug 15 19:57:35 2022 rev:104 rq:994994 version:5.97.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2022-07-11 
19:10:22.967694539 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new.1521/kparts.changes  2022-08-15 
19:59:39.053299463 +0200
@@ -1,0 +2,9 @@
+Sun Aug  7 22:27:35 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.97.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.97.0
+- No code change since 5.96.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.VEAMjh/_old  2022-08-15 19:59:39.533300801 +0200
+++ /var/tmp/diff_new_pack.VEAMjh/_new  2022-08-15 19:59:39.537300813 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%define _tar_path 5.96
+%define _tar_path 5.97
 # 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 released
 Name:           kparts
-Version:        5.96.0
+Version:        5.97.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later


++++++ kparts-5.96.0.tar.xz -> kparts-5.97.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.96.0/CMakeLists.txt 
new/kparts-5.97.0/CMakeLists.txt
--- old/kparts-5.96.0/CMakeLists.txt    2022-07-02 17:57:08.000000000 +0200
+++ new/kparts-5.97.0/CMakeLists.txt    2022-08-07 15:29:12.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.96.0") # handled by release scripts
-set(KF_DEP_VERSION "5.96.0") # handled by release scripts
+set(KF_VERSION "5.97.0") # handled by release scripts
+set(KF_DEP_VERSION "5.97.0") # handled by release scripts
 project(KParts VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.96.0  NO_MODULE)
+find_package(ECM 5.97.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.96.0/po/zh_CN/kparts5.po 
new/kparts-5.97.0/po/zh_CN/kparts5.po
--- old/kparts-5.96.0/po/zh_CN/kparts5.po       2022-07-02 17:57:08.000000000 
+0200
+++ new/kparts-5.97.0/po/zh_CN/kparts5.po       2022-08-07 15:29:12.000000000 
+0200
@@ -1,21 +1,9 @@
-# translation of kdelibs4.po to Chinese Simplified
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Lie Ex <lilith...@gmail.com> 2007-2011.
-# Wang Jian <l...@linux.ustc.edu.cn>, 1998.
-# Sarah Smith <sar...@redhat.com>, 2002.
-# Xiong Jiang <jxi...@offtopic.org>, 2002,2003,2004.
-# Funda Wang <fundaw...@linux.net.cn>, 2002,2003,2004.
-# Liang Qi <cavendish...@gmail.com>, 2007.
-# Feng Chao <chaofeng...@gmail.com>, 2010, 2012, 2014.
-# Ni Hui <shuizhuyuan...@126.com>, 2010, 2011, 2012.
-# Weng Xuetian <wen...@gmail.com>, 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-17 00:40+0000\n"
-"PO-Revision-Date: 2022-07-02 10:59\n"
+"PO-Revision-Date: 2022-07-30 15:54\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.96.0/src/browserextension.cpp 
new/kparts-5.97.0/src/browserextension.cpp
--- old/kparts-5.96.0/src/browserextension.cpp  2022-07-02 17:57:08.000000000 
+0200
+++ new/kparts-5.97.0/src/browserextension.cpp  2022-08-07 15:29:12.000000000 
+0200
@@ -210,7 +210,7 @@
             slotOpenUrlRequest(filterData.uri());
             break;
         case KUriFilterData::Error:
-            KMessageBox::sorry(d->m_part->widget(), filterData.errorMsg());
+            KMessageBox::error(d->m_part->widget(), filterData.errorMsg());
             break;
         default:
             break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.96.0/src/browserrun.cpp 
new/kparts-5.97.0/src/browserrun.cpp
--- old/kparts-5.96.0/src/browserrun.cpp        2022-07-02 17:57:08.000000000 
+0200
+++ new/kparts-5.97.0/src/browserrun.cpp        2022-08-07 15:29:12.000000000 
+0200
@@ -396,7 +396,7 @@
             if (QStandardPaths::findExecutable(downloadManager).isEmpty()) {
                 QString errMsg = i18n("The Download Manager (%1) could not be 
found in your $PATH ", downloadManager);
                 QString errMsgEx = i18n("Try to reinstall it  \n\nThe 
integration with Konqueror will be disabled.");
-                KMessageBox::detailedSorry(nullptr, errMsg, errMsgEx);
+                KMessageBox::detailedError(nullptr, errMsg, errMsgEx);
                 cfg.writePathEntry("DownloadManager", QString());
                 cfg.sync();
             } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.96.0/src/browserrun.h 
new/kparts-5.97.0/src/browserrun.h
--- old/kparts-5.96.0/src/browserrun.h  2022-07-02 17:57:08.000000000 +0200
+++ new/kparts-5.97.0/src/browserrun.h  2022-08-07 15:29:12.000000000 +0200
@@ -149,7 +149,7 @@
     /**
      * KDE webbrowsing kparts support error urls to display errors in-line in 
the browser component.
      * This helper method creates the error URL from its parameters.
-     * @param error the KIO error code (or KIO::ERR_SLAVE_DEFINED if not from 
KIO)
+     * @param error the KIO error code (or KIO::ERR_WORKER_DEFINED if not from 
KIO)
      * @param errorText the text of the error message
      * @param initialUrl the URL that we were trying to open (as a string, so 
that this can
      *                   support invalid URLs as well) (changed from QString 
to QUrl in KF5)

Reply via email to