KDE Frameworks 5.103.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=378
This commit is contained in:
parent
6ea20be11c
commit
824d764d0d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a9417c01ecf6681ee41ad0d3f7723dc9dbbbe620cd4bead70b4ebae068e716b
|
||||
size 3769416
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO/PM4ACgkQWNDuZIpI
|
||||
s7sAMQgAjS49x/yjvTDZB8eEF+0DoU/3Vh0+VKSKfP+mkuhG28c4uWXeEsZSQNN4
|
||||
8zwtU7xAsCHt626GbT2IrOLxC6Mc7R7RqPWQSOFNWzvGRNOkX6fW/uHce2W164j5
|
||||
GuW/rmyVtIfeeSny5u/1+STD27ilJ6vukhF/Ww90BrlMxUlRknWlv8E3JVQbCgNA
|
||||
w3woHoTj+DMktx7rXlqK4nUfs4uj1hEHn9UtR4NvWI8C8U2pWfJJcGAwMt0mmyne
|
||||
56VG7RTHUH9ea0tCyFTeDOYKGU38kxMdJHrrSJHxTleOpsZa6Qp1C62fZHFagJjm
|
||||
VungtAkL71R8hPuWnJM8YWwdUn30Xw==
|
||||
=7PIm
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.103.0.tar.xz
Normal file
3
kio-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b4837365aa489cc4007badb21f49e7d7729b758020cf2a0717ab12fbf97f447
|
||||
size 3769424
|
11
kio-5.103.0.tar.xz.sig
Normal file
11
kio-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfeuYACgkQWNDuZIpI
|
||||
s7tj4gf/aDIdgesfFCrkumDcaJVr13Bgw0YWh/2yEjL7MOXs9lKLBXPbJ69RiFE4
|
||||
ESS0usKqLmAhJ3prO6mCtNWd/gTM4DF2Ak5SY1gp8gQ82ymnDXGCQKdlK1NL1kzf
|
||||
xmWyhrzD6Si/XLNRJmwbWYNRdto25y3aDfSM3SKxnK6wZZYaT672W1Ru3I7CV9+R
|
||||
9+E1iYP+6HK++TuFUn0SAyayeJiF1czUxRlxV41463WDCzOoXNEqVqbMLEwEPzt2
|
||||
4/WbNllpFfLvG7HOEfc9kVgqX2I65nAa0zFOIldr4dajgp+7QkIL1Au6UOp0/g7d
|
||||
zPoCNIWVuXnTWXScLedg0dn8njzCzg==
|
||||
=QVsV
|
||||
-----END PGP SIGNATURE-----
|
25
kio.changes
25
kio.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:12:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.103.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||
- Changes since 5.102.0:
|
||||
* CommandLauncher: Emit error when command was not found
|
||||
* Add KUrlNavigator::supportedSchemes, to replace customProtocols
|
||||
* Add missing copyFromFile entries to http.json for webdav and webdavs (kde#464450)
|
||||
* Mark WorkerBase::needSubUrlData as deprecated
|
||||
* [commandlauncherjob] Deprecate setIcon
|
||||
* job_error: add missing space between sentences for one string (kde#464631)
|
||||
* Correct setDesktopName() docs regarding optionality of .desktop suffix
|
||||
* Drop outdated docs for mailto kioslave
|
||||
* Add deprecation warnings for KDirOperator::setView(KFile::FileView)
|
||||
* Deprecate unused Scheduler::connect/disconnects methods
|
||||
* Deprecate Slave::isConnected/setConnected
|
||||
* Restore old behavior for KFileFilterCombo::setFilter (kde#463309)
|
||||
* KCoreDirListerCache: Remove unnecessary assert
|
||||
* KFilePlacesView: Set transientParent on context menu (kde#453532)
|
||||
* KURISearchFilterEngine: Use DuckDuckGo as a default shortcut
|
||||
* widgets/renamefiledialog: remove bulk rename number limit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:18:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
10
kio.spec
10
kio.spec
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.102
|
||||
%define _tar_path 5.103
|
||||
# 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.102.0
|
||||
Version: 5.103.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
@ -154,10 +154,8 @@ export CXX=g++-10
|
||||
%find_lang kio --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
|
||||
%post core -p /sbin/ldconfig
|
||||
%postun core -p /sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets core
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files lang -f kio.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user