KDE Frameworks 5.56.0 + bugfixes in plasma-framework and kirigami2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=252
This commit is contained in:
parent
7cdadd6789
commit
ad2829bb1d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ac7944c97d6278e183193f61d31dd34430589093b09ad73b4e997bbe1b16ccc
|
|
||||||
size 3153112
|
|
3
kio-5.56.0.tar.xz
Normal file
3
kio-5.56.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6fb0bdae9454cd67de19806e338fdcb72e8678a27e95fad3626491d8b1a4cd4
|
||||||
|
size 3158340
|
21
kio.changes
21
kio.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 20:15:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.56.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
|
||||||
|
- Changes since 5.55.0:
|
||||||
|
* Port deprecated methods
|
||||||
|
* kioexec: KAboutData::setupCommandLine() already sets help & version
|
||||||
|
* Fix crash in Dolphin when dropping trashed file in trash (kde#378051)
|
||||||
|
* Use correct prefix for static variable
|
||||||
|
* Middle-elide very long filenames in error strings (kde#404232)
|
||||||
|
* Add support for portals in KRun
|
||||||
|
* [KPropertiesDialog] Fix group combobox (kde#403074)
|
||||||
|
* properly attempt to locate the kioslave bin in $libexec AND $libexec/kf5
|
||||||
|
* Use AuthCore instead of Auth
|
||||||
|
* Add icon name to service providers in .desktop file
|
||||||
|
* Read IKWS search provider icon from desktop file
|
||||||
|
* [PreviewJob] Also pass along that we're the thumbnailer when stat'ing file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 3 11:59:08 UTC 2019 - wbauer@tmo.at
|
Sun Mar 3 11:59:08 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
4
kio.spec
4
kio.spec
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.55
|
%define _tar_path 5.56
|
||||||
# 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.55.0
|
Version: 5.56.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
|
||||||
|
Loading…
Reference in New Issue
Block a user