KDE Frameworks 5.92
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=353
This commit is contained in:
parent
f140bb7d99
commit
8e3adfe008
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2ddea299f3dc98835df445dd1d622d90233115ad0200e75da5e954523466293
|
||||
size 3265340
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIHhM4ACgkQWNDuZIpI
|
||||
s7sINAf/Vymg3Pkc3LnVoqt27xJwaTsAIfT5A+u6IBHZxSirHSE2uCz0pYVt86T4
|
||||
EAoU6ckKDkLIEmPuE1ggSIduI9QEojYlyLsmDftdhqGYH7fX6vv/XgeIx5p9TKrq
|
||||
7Df4zbZ8b+jbDLj42MVp2DJqpL3L6uQI6V2O8GHYFTRLD2cGACMG1Bjcv/ExeG3W
|
||||
c9Ogo8KCmXFqvFBpo5OjjXyAHI8yekuFl2aTcbaTfUG8WXLb6vvXjVvbkFuVDvkP
|
||||
6bNLw2F5jxGjAeiSxyc4ayKbJAGhAV5AD3m/9hvYRN2UvNRNcdcR1hG8jYkMj9CV
|
||||
yroqrfYVgx90UTvfIaxqAVjeuIxSVQ==
|
||||
=SUAU
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.92.0.tar.xz
Normal file
3
kio-5.92.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4433f9890f71afe3d7d268e978e0ade96f506a38e41f7d57ffe832d96d44cb3
|
||||
size 3304432
|
11
kio-5.92.0.tar.xz.sig
Normal file
11
kio-5.92.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwpYACgkQWNDuZIpI
|
||||
s7tjTAgAjWuR4psxMw/6p/ZxIgC5Z5g7Z3zg8HE5lrUs5iNPhC0YLO2lLdAfJHmv
|
||||
P4Ih71TYobliJDaI4V5ILRcAfuBZDio7ZwB7C93HfTZzSO452a2m+w07x+2i3DbS
|
||||
VVNqfX31LL9ULkLSlVWrHAgs4fD1cHdtVfgRsxBZn65MkZblKzhBBxEIZCzTIAb7
|
||||
aqBlMSkWZLg09U0wCAI24SmfJuMstf+oPYufNtk8mKbc6T3iyopqFwnG4KtL9hvE
|
||||
F5iWkFfJk8HI8B3VCwfpPLiHGOxdzVbKN3BZqxv1lgfroky3WSEWCH9SJvoLNOZt
|
||||
g+0aKV2vvbjj1Mj9up94SGIvsnw3Bg==
|
||||
=PftS
|
||||
-----END PGP SIGNATURE-----
|
15
kio.changes
15
kio.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 09:27:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.92.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.92.0
|
||||
- Too many changes since 5.91.0, only listing bugfixes:
|
||||
* KFilePlacesView: Fix crash when dragging over topmost section header (kde#450813)
|
||||
* Hide mount point labels if mount point can't be found (kde#449791)
|
||||
* Fix trash KCM not having any icon on wayland (kde#449859)
|
||||
* Fix potential crash in pastejob (kde#439948)
|
||||
* [KFilePlacesView] Mount place when dropping onto it (kde#206629)
|
||||
* [knewfilemenu] Bind stat job connection lifetime to dialog, not the whole menu (kde#433347)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 7 16:55:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
6
kio.spec
6
kio.spec
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.91
|
||||
%define _tar_path 5.92
|
||||
# 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.91.0
|
||||
Version: 5.92.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
@ -50,6 +50,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
@ -175,6 +176,7 @@ export CXX=g++-10
|
||||
%dir %{_kf5_plugindir}/kf5/kiod
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%{_kf5_applicationsdir}/ktelnetservice5.desktop
|
||||
%{_kf5_applicationsdir}/kcm_trash.desktop
|
||||
%{_kf5_bindir}/ktelnetservice5
|
||||
%{_kf5_bindir}/ktrash5
|
||||
%{_kf5_configdir}/accept-languages.codes
|
||||
|
Loading…
Reference in New Issue
Block a user