Hrvoje Senjan 2015-02-08 19:11:45 +00:00 committed by Git OBS Bridge
parent 5bd10d4d86
commit 0d5f55100b
4 changed files with 36 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdf88ac7aac80304b11f9a3413e4b740ee77a92c154360af71b35b937aa07d1a
size 2820560

3
kio-5.7.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f47284fbd03bd4f7fdb3eed9f6d67c2741628517bc82c822c4f9e5409c1bc475
size 2837928

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Feb 8 18:15:28 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fixed crash in jobs when linking to KIOWidgets but only
using a QCoreApplication
* Fixed editing web shortcuts
* Added option KIOCORE_ONLY, to compile only KIOCore and its
helper programs, but not KIOWidgets or KIOFileWidgets, thus
reducing greatly the necessary dependencies
* Added class KFileCopyToMenu, which adds Copy To / Move To"
to popupmenus
* SSL-enabled protocols: added support for TLSv1.1 and TLSv1.2
protocols, remove SSLv3
* Fixed negotiatedSslVersion and negotiatedSslVersionName to
return the actual negotiated protocol
* Apply the entered URL to the view when clicking the button
that switches the URL navigator back to breadcrumb mode
* Fixed two progress bars/dialogs appearing for copy/move jobs
* KIO now uses its own daemon, kiod, for out-of-process services
previously running in kded, in order to reduce dependencies;
currently only replaces kssld
* Fixed "Could not write to <path>" error when kioexec is triggered
* Fixed "QFileInfo::absolutePath: Constructed with empty filename"
warnings when using KFilePlacesModel
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 3 18:03:27 UTC 2015 - hrvoje.senjan@gmail.com Sat Jan 3 18:03:27 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kio # spec file for package kio
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,11 +17,11 @@
Name: kio Name: kio
Version: 5.6.0 Version: 5.7.0
Release: 0 Release: 0
%define kf5_version %{version} %define kf5_version %{version}
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.6.0 BuildRequires: extra-cmake-modules >= 1.7.0
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: karchive-devel >= %{kf5_version} BuildRequires: karchive-devel >= %{kf5_version}
BuildRequires: kbookmarks-devel >= %{kf5_version} BuildRequires: kbookmarks-devel >= %{kf5_version}
@ -145,6 +145,8 @@ Development files.
%{_kf5_libexecdir}/kioslave %{_kf5_libexecdir}/kioslave
%{_kf5_libexecdir}/kioexec %{_kf5_libexecdir}/kioexec
%{_kf5_notifydir}/proxyscout.notifyrc %{_kf5_notifydir}/proxyscout.notifyrc
%{_kf5_libexecdir}/kiod5
%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.* %doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
%dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir} %dir %{_kf5_htmldir}