Accepting request 905506 from KDE:Frameworks5
KDE Frameworks 5.84.0 (forwarded request 905463 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/905506 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=113
This commit is contained in:
commit
4717424537
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:faa5a519e0cccb7197a4025f4b267a7683b49ad9d03e730a57969f33072f51c1
|
|
||||||
size 3187064
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDEb8IACgkQWNDuZIpI
|
|
||||||
s7snxwf+OInHyw9s8PPQXVmytL57IMgbGPJ6OG+howKHOTXU+DrD9uwSFa0Ckyhd
|
|
||||||
Ft292xO8+DsE3RNHSf0kJOPNJo/+Lf6X6DKVch7JelD73hQUPKsRxJxzq33QjRNL
|
|
||||||
VnIHNMdAiLZZZTqql7ZQltFiyFq1DmOITxnnz8REiWGX4PEgjXpLU/EsHBMUq74O
|
|
||||||
Mjbw38hXcrs9ZtzKBQXlqYZuWYPY/6VyFhMsMRaKcdDcPaoEsJ0N2y8j8bM2er1f
|
|
||||||
FfFGHhM58/2nsQapkVJCHxiviZjeIJZeyUcoM8GkEaP4ZBgudmt3Q3Hj3LqLTOHT
|
|
||||||
RasYDJb4NeMMN06riMh5M3KqLmwjiA==
|
|
||||||
=+ptY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kio-5.84.0.tar.xz
Normal file
3
kio-5.84.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96be2b732faf97a484edc5238049ad22f0f233b9e404468f4da40c5ec839e0d3
|
||||||
|
size 3191612
|
11
kio-5.84.0.tar.xz.sig
Normal file
11
kio-5.84.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
10
kio.changes
10
kio.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 4 07:45:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.84.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.84.0
|
||||||
|
- Too many changes to list here.
|
||||||
|
- Only install the license files once
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 5 11:58:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Jun 5 11:58:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
15
kio.spec
15
kio.spec
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.83
|
%define _tar_path 5.84
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.83.0
|
Version: 5.84.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network transparent access to files and data
|
Summary: Network transparent access to files and data
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -181,25 +181,14 @@ Development files.
|
|||||||
%{_kf5_plugindir}/kf5/kio/http.so
|
%{_kf5_plugindir}/kf5/kio/http.so
|
||||||
%{_kf5_plugindir}/kf5/kio/trash.so
|
%{_kf5_plugindir}/kf5/kio/trash.so
|
||||||
%{_kf5_plugindir}/kf5/kiod/kssld.so
|
%{_kf5_plugindir}/kf5/kiod/kssld.so
|
||||||
%{_kf5_servicesdir}/data.protocol
|
|
||||||
%{_kf5_servicesdir}/http_cache_cleaner.desktop
|
%{_kf5_servicesdir}/http_cache_cleaner.desktop
|
||||||
%{_kf5_servicesdir}/kcmtrash.desktop
|
%{_kf5_servicesdir}/kcmtrash.desktop
|
||||||
%{_kf5_servicesdir}/mailto.protocol
|
|
||||||
%{_kf5_servicesdir}/mms.protocol
|
|
||||||
%{_kf5_servicesdir}/mmst.protocol
|
|
||||||
%{_kf5_servicesdir}/mmsu.protocol
|
|
||||||
%{_kf5_servicesdir}/pnm.protocol
|
|
||||||
%{_kf5_servicesdir}/rtsp.protocol
|
|
||||||
%{_kf5_servicesdir}/rtspt.protocol
|
|
||||||
%{_kf5_servicesdir}/rtspu.protocol
|
|
||||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
|
||||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kioexecd.service
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kioexecd.service
|
||||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kssld5.service
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kssld5.service
|
||||||
%{_kf5_sharedir}/kconf_update/filepicker.upd
|
%{_kf5_sharedir}/kconf_update/filepicker.upd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README*
|
|
||||||
%license LICENSES/*
|
|
||||||
%dir %{_kf5_htmldir}
|
%dir %{_kf5_htmldir}
|
||||||
%dir %{_kf5_htmldir}/en
|
%dir %{_kf5_htmldir}/en
|
||||||
%dir %{_kf5_plugindir}/kf5/kded
|
%dir %{_kf5_plugindir}/kf5/kded
|
||||||
|
Loading…
Reference in New Issue
Block a user