SHA256
1
0
forked from pool/kio

Accepting request 420880 from KDE:Frameworks5

Update to 5.25.0

OBS-URL: https://build.opensuse.org/request/show/420880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-08-29 13:05:04 +00:00 committed by Git OBS Bridge
commit 6241d3b155
4 changed files with 64 additions and 28 deletions

View File

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

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

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

View File

@ -1,7 +1,56 @@
-------------------------------------------------------------------
Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at
- Remove workaround to install "Create New" templates as actual
files, the issues with using the embedded resource are fixed in
5.25.0
-------------------------------------------------------------------
Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* Fix KIO::linkAs() to work as advertised, i.e.
fail if dest already exists
* Fix KIO::put("file:///path") to respect the umask (kde#359581)
* Fix KIO::pasteActionText for null dest item and for empty URL
* Add support for undoing symlink creation
* GUI option to configure global MarkPartial for KIO slaves
* Fix MaxCacheSize limited to 99 KiB
* Add clipboard buttons to checksums tab
* KNewFileMenu: fix copying template file from embedded resource
(kde#359581)
* KNewFileMenu: Fix creating link to application (kde#363673)
* KNewFileMenu: Fix suggestion of new filename when file
already exist in desktop
* KNewFileMenu: ensure fileCreated() is emitted for
app desktop files too
* KNewFileMenu: fix creating symlinks with a relative target
* KPropertiesDialog: simplify button box usage,
fix behavior on Esc
* KProtocolInfo: refill cache to find newly installed protocols
* KIO::CopyJob: port to qCDebug
(with its own area, since this can be quite verbose)
* KPropertiesDialog: add Checksums tab
* Clean url's path before initializing KUrlNavigator
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:04:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* KIO: add SlaveBase::openPasswordDialogV2 for better error
checking, please port your kioslaves to it
* Fix KUrlRequester opening file dialog in wrong directory
(kde#364719)
* Fix unsafe KDirModelDirNode* casts
* Add cmake option KIO_FORK_SLAVES to set default value
* ShortUri filter: fix filtering of mailto:user@host
* Add OpenFileManagerWindowJob to highlight file within a folder
* KRun: add runApplication method
* Add soundcloud search provider
* Fix an alignment issue with the OS X native "macintosh" style
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php

View File

@ -17,9 +17,9 @@
%bcond_without lang
%define _tar_path 5.24
%define _tar_path 5.25
Name: kio
Version: 5.24.0
Version: 5.25.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -49,15 +49,15 @@ BuildRequires: kxmlgui-devel >= %{_tar_path}
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: solid-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Script) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Network) >= 5.5.0
BuildRequires: cmake(Qt5Script) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.0
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
BuildRequires: cmake(Qt5Xml) >= 5.5.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Requires: %{name}-core = %{version}
@ -109,7 +109,7 @@ Requires: kjobwidgets-devel >= %{_tar_path}
Requires: kservice-devel >= %{_tar_path}
Requires: kxmlgui-devel >= %{_tar_path}
Requires: solid-devel >= %{_tar_path}
Requires: cmake(Qt5Network) >= 5.4.0
Requires: cmake(Qt5Network) >= 5.5.0
%description devel
This framework implements almost all the file management functions you
@ -141,18 +141,6 @@ echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
%endif
# install "Create New" templates to %{_kf5_sharedir}/templates/ as a workaround until kde#963680 is fixed (boo#963680)
mkdir -p %{buildroot}%{_kf5_sharedir}/templates/.source
cd src/new_file_templates
for i in link* Directory.desktop HTMLFile.desktop TextFile.desktop
do
cp $i %{buildroot}%{_kf5_sharedir}/templates/
done
for i in HTMLFile.html Program.desktop TextFile.txt URL.desktop
do
cp $i %{buildroot}%{_kf5_sharedir}/templates/.source/
done
%post core -p /sbin/ldconfig
%postun core -p /sbin/ldconfig
@ -250,7 +238,6 @@ done
%{_kf5_servicesdir}/webshortcuts.desktop
%{_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service
%{_kf5_sharedir}/dbus-1/services/org.kde.kcookiejar5.service
%{_kf5_sharedir}/templates/
%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}