KDE Frameworks 5.85.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=340
This commit is contained in:
parent
c5bd72bff4
commit
cb956fc4d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96be2b732faf97a484edc5238049ad22f0f233b9e404468f4da40c5ec839e0d3
|
||||
size 3191612
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgitYACgkQWNDuZIpI
|
||||
s7tzOwgAgITysGASAX7qW833rAAB6QBP8mlVdx3wbpWWSthnDkQEkm1kmo05HR20
|
||||
jUQykiGDRfyyAO+z0QTFnTwBUoUmM9JIpukkowp9GCnT4c/J/ewb890ebDGHLvhL
|
||||
F1/DPLHs3Bj/+2e2LZsPsANIHzrBT6et+PCOwugm+wGS7SswPpkFV22mQP+KOlir
|
||||
wOnNrG/msO32aBrZDya9MjjyfeZutlDLrXFfEjejUI+bnoeG5p09k9rS0KJkT1ae
|
||||
/bdonc4kbEsBHFwYBglzqWD8nLYHNI5of1Y4wzJ+4HkeEZmzRVY5IY+NHQAR5wB4
|
||||
TBTDDwrhnBUUbM7Z4U80BfIi/Yx7Lg==
|
||||
=XOeH
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.85.0.tar.xz
Normal file
3
kio-5.85.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d58a7d2ae6530c4b676fe7f7e4583a86436c68861eb971bf91af9efead19f6
|
||||
size 3200300
|
11
kio-5.85.0.tar.xz.sig
Normal file
11
kio-5.85.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBYUACgkQWNDuZIpI
|
||||
s7s4ewf/WHmRjcizKl/sfq9gBzi1BeG7YwCWR1IXpTYdmeP9s9HLdUjbiirzSS2M
|
||||
a3iVZslMtXsdANq0qcBVHz1pbYKCk6ghVa8T+HTqR62LWDRa9zL1rivWp+t9Nwgu
|
||||
mhvjbtfKcOSDAo3RxQYvijOlBSnSCOIi15YR9si2md5m+qJ0KjLE5uEPr0MD8MK2
|
||||
UZWficVS2/sV+ugpPtS65T0twyopJNozBrQgUpd/IsT+oO35SDsS5EW//Fkg8YKu
|
||||
dOGcHNW10HwNuw1GtpoiP+wDBkvJTRRbW3IZIND7HyY7kiYmfw8Vl2u9U5DRt522
|
||||
P+nK4v4SJC/xcq/4ZnvI5MNOhJ3oiA==
|
||||
=khk3
|
||||
-----END PGP SIGNATURE-----
|
12
kio.changes
12
kio.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:12:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.85.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.85.0
|
||||
- Too many changes since 5.84.0, only listing bugfixes:
|
||||
* Message dialogs: wrap the text (kde#440545)
|
||||
* Fix creating thumbnails for items under desktop:/ (kde#438691)
|
||||
* KPropertiesDialog: fix applying permissions recursively (kde#225658)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 07:45:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
25
kio.spec
25
kio.spec
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.84
|
||||
%define _tar_path 5.85
|
||||
# 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: kio
|
||||
Version: 5.84.0
|
||||
Version: 5.85.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
@ -76,6 +76,7 @@ BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.15.0
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(mount)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: %{name}-core = %{version}
|
||||
Requires: kded >= %{_kf5_bugfix_version}
|
||||
@ -174,12 +175,14 @@ Development files.
|
||||
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
||||
%{_kf5_libexecdir}/kiod5
|
||||
%{_kf5_plugindir}/kcm_trash.so
|
||||
%{_kf5_plugindir}/kf5/kio/file.so
|
||||
%{_kf5_plugindir}/kf5/kio/ftp.so
|
||||
%{_kf5_plugindir}/kf5/kio/ghelp.so
|
||||
%{_kf5_plugindir}/kf5/kio/help.so
|
||||
%{_kf5_plugindir}/kf5/kio/http.so
|
||||
%{_kf5_plugindir}/kf5/kio/trash.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_file.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_ftp.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_ghelp.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_help.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_http.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_trash.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_remote.so
|
||||
%{_kf5_plugindir}/kf5/kiod/kssld.so
|
||||
%{_kf5_plugindir}/kf5/kiod/kssld.so
|
||||
%{_kf5_servicesdir}/http_cache_cleaner.desktop
|
||||
%{_kf5_servicesdir}/kcmtrash.desktop
|
||||
@ -204,15 +207,17 @@ Development files.
|
||||
%{_kf5_libexecdir}/kioslave5
|
||||
%{_kf5_libexecdir}/kpac_dhcp_helper
|
||||
%{_kf5_notifydir}/proxyscout.notifyrc
|
||||
%{_kf5_plugindir}/kcm_kio.so
|
||||
%{_kf5_plugindir}/kcm_webshortcuts.so
|
||||
%{_kf5_plugindir}/kf5/kded/kcookiejar.so
|
||||
%{_kf5_plugindir}/kf5/kded/proxyscout.so
|
||||
%{_kf5_plugindir}/kf5/kded/remotenotifier.so
|
||||
%{_kf5_plugindir}/kf5/kio/remote.so
|
||||
%{_kf5_plugindir}/kf5/kiod/kioexecd.so
|
||||
%{_kf5_plugindir}/kf5/kiod/kpasswdserver.so
|
||||
%{_kf5_plugindir}/kf5/urifilters/
|
||||
%{_kf5_plugindir}/kcm_cookies.so
|
||||
%{_kf5_plugindir}/kcm_netpref.so
|
||||
%{_kf5_plugindir}/kcm_proxy.so
|
||||
%{_kf5_plugindir}/kcm_smb.so
|
||||
%{_kf5_servicesdir}/cookies.desktop
|
||||
%{_kf5_servicesdir}/netpref.desktop
|
||||
%{_kf5_servicesdir}/proxy.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user