Accepting request 1002834 from KDE:Frameworks5

KDE Frameworks 5.98.0 (forwarded request 1001655 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1002834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=131
This commit is contained in:
Dominique Leuenberger 2022-09-13 13:08:45 +00:00 committed by Git OBS Bridge
commit 55aa4ab46b
7 changed files with 56 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc9b80507a8eb49470b9352c4171ab194cc6ab3cb6e80793d6c7a05181675887
size 3369020

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLyxsYACgkQWNDuZIpI
s7sRVQf+PvhTio2GbvjJgqT9lQZmDt7X6s+52e4i9jUnEEEKkH+3UqoYABfGYj4h
DytDykbygIF9YL0PqA+Zm+9oaixcC+vnbBpnY+WN1PU/6JPBUfrZI+u3Gr2v64q9
SyjroEe0uK2q+iE76SEIZADkIixezvdPqAsL96dhcQHDG77W8nbPwxnMWynW78+t
vmtFgM8V6ECXPFtDMULOfK/Z0dDONp6NeIwKvE+gzY23au6eLDfbZJqFpHSIo5+M
alu1naW4qaECUAUn4UUwp0H+AcFPlyISEZ1DkyBgvpJj92Hwzh8nzzMQNkOoCjxZ
Djqjkb4ByVufRv9rt9804E3lDJNIeQ==
=9Q/n
-----END PGP SIGNATURE-----

3
kio-5.98.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dd4b9c96da113b6b9b2a48b1083805706defb44640b6844ab785835d49d317c
size 3402060

11
kio-5.98.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMXiIoACgkQWNDuZIpI
s7sY+wf/UXw+NqYhrTUjOPWuq6RsPdLoQS88f/EPEFAVVGAzgxj+MZ+eqeIwnHsa
CelZsOH9ncw1UL5CKRNUOpD8kwNdp+5R4K5I3FslKlBYznoP3SX7wV65Nlf0wZ6p
sAbLdmaVlITApUYdMFC/6d+leOaguKDeGIfjxTSipYLtlfbJzrR1JqrEloFUxqni
BlQCIEGv9gYrMjuzhYADRJamwG+3N9f45mcLBVcLYQHmJSv/KTpYVIW5mwB1RAbG
zI8rmTYluxgmzaVwn/DINORd4+Pc6+0bhYxd6y9fAUgRsEBIHo2KIrNdLLT1tSg9
bNDfnTidYwrpcrLEw9vOXi2mDLuW7g==
=NKEz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Sep 6 07:17:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
* Install WidgetsAskUserActionHandler header
* file_unix: optimize copy (kde#458001)
* Add FreeBSD Qt6 CI support
* KFilePlacesItem: Remove unused enum
* KFilePlacesModel: Don't show error message on UserCanceled
* Add overloads for Utils::concatPaths()
* Use AskUserActionInterface (async) in UserNotificationHandler (kde#451834)
* Ensure iconForStandardPath() returns user-home for QStandardPaths::HomeLocation (kde#447238)
* trash:/ set the UDS_LOCAL_PATH (kde#368104)
* KUrlNavigator: check if typed text matches a relative dir first (kde#353883)
* FileUndoManager: for copyjob only add undo if it copied something (kde#454226)
* Use Functors with QMetaObject::invokeMethod()
* DesktopExecParser: don't kioexec if there is a handler for scheme (kde#442721)
* force admin worker to run in a thread
* install workerfactory header
* introduce RealWorkerFactory
* revise jobuidelegate factorization
* [kfileitemactions] Show desktop file actions more prominently (kde#417012)
* clear state after timeout'd special call
* make loading UDSEntries from streams thread safe
* Remove ServiceType from KDED metadata
* Drop obsolete X11 dependency, introduce WITH_X11 option instead
* KProcessRunner: fix OpenUrlJob and CommandLauncherJob unittests
* Don't install service type definition for properties plugins when building without deprecated things
* Remove service type definition for DnD plugins
* Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
* disable state validation
-------------------------------------------------------------------
Sun Aug 7 22:27:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.97
%define _tar_path 5.98
# 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: kio
Version: 5.97.0
Version: 5.98.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later

View File

@ -1,8 +1,8 @@
Index: kio-5.36.0git.20170624T013155~b715b585/src/ioslaves/help/kio_help.cpp
Index: kio-5.62.0git.20220814T183454~5e2dc5a18/src/kioworkers/help/kio_help.cpp
===================================================================
--- kio-5.36.0git.20170624T013155~b715b585.orig/src/ioslaves/help/kio_help.cpp
+++ kio-5.36.0git.20170624T013155~b715b585/src/ioslaves/help/kio_help.cpp
@@ -51,7 +51,9 @@ QString HelpProtocol::langLookup(const Q
--- kio-5.62.0git.20220814T183454~5e2dc5a18.orig/src/kioworkers/help/kio_help.cpp
+++ kio-5.62.0git.20220814T183454~5e2dc5a18/src/kioworkers/help/kio_help.cpp
@@ -35,7 +35,9 @@ QString HelpProtocol::langLookup(const Q
QStringList search;
// assemble the local search paths