Accepting request 616769 from KDE:Frameworks5
KDE Frameworks 5.47.0 OBS-URL: https://build.opensuse.org/request/show/616769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=66
This commit is contained in:
commit
50174ee5c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb6a793f46777980633b0c41de596a14a76845d3d763fdac16e90678a88cd3a5
|
||||
size 3148600
|
3
kio-5.47.0.tar.xz
Normal file
3
kio-5.47.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51122eae0b32cb11a20e2c4862c9770d55aac1a1c6d969b6e899fb06736f8720
|
||||
size 3159580
|
37
kio.changes
37
kio.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 04:41:37 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.47.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
|
||||
- Changes since 5.46.0:
|
||||
* Check if destination exists also when pasting binary data (kde#394318)
|
||||
* Auth support: Return the actual length of socket buffer
|
||||
* Auth support: Unify API for file descriptor sharing
|
||||
* Auth support: Create socket file in user's runtime directory
|
||||
* Auth support: Delete socket file after use
|
||||
* Auth support: Move task of cleaning up socket file to FdReceiver
|
||||
* Auth support: In linux don't use abstract socket to share file
|
||||
descriptor
|
||||
* [kcoredirlister] Remove as many url.toString() as possible
|
||||
* KFileItemActions: fallback to default mimetype when selecting only files
|
||||
(kde#393710)
|
||||
* Introduce KFileItemListProperties::isFile()
|
||||
* KPropertiesDialogPlugin can now specify multiple supported protocols
|
||||
using X-KDE-Protocols
|
||||
* Preserve fragment when redirecting from http to https
|
||||
* [KUrlNavigator] Emit tabRequested when path in path selector menu is
|
||||
middle-clicked
|
||||
* Performance: use the new uds implementation
|
||||
* Don't redirect smb:/ to smb:// and then to smb:///
|
||||
* Allow accepting by double-click in save dialog (kde#267749)
|
||||
* Enable preview by default in the filepicker dialog
|
||||
* Hide file preview when icon is too small
|
||||
* i18n: use plural form again for plugin message
|
||||
* Use a regular dialog rather than a list dialog when trashing or deleting
|
||||
a single file
|
||||
* Make the warning text for deletion operations emphasize its permanency
|
||||
and irreversibility
|
||||
* Revert "Show view mode buttons in the open/save dialog's toolbar"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 14:54:04 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
6
kio.spec
6
kio.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.46
|
||||
%define _tar_path 5.47
|
||||
Name: kio
|
||||
Version: 5.46.0
|
||||
Version: 5.47.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
@ -186,6 +186,8 @@ Development files.
|
||||
%{_kf5_plugindir}/kf5/kiod/kssld.so
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kssld5.service
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kioexecd.service
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%{_kf5_sharedir}/kconf_update/filepicker.upd
|
||||
|
||||
%files
|
||||
%doc COPYING* README*
|
||||
|
Loading…
Reference in New Issue
Block a user