diff --git a/kio-5.24.0.tar.xz b/kio-5.24.0.tar.xz deleted file mode 100644 index a51cd8e..0000000 --- a/kio-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25b67de4dea46ca580163dac84901c71ee342ff5396e4ebfa25e7de47c92cc7e -size 2935472 diff --git a/kio-5.25.0.tar.xz b/kio-5.25.0.tar.xz new file mode 100644 index 0000000..602b514 --- /dev/null +++ b/kio-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9806d74d0119ced246446fd22110ba8ae5a980e4734b165819b30bcadf90578 +size 2951304 diff --git a/kio.changes b/kio.changes index 451497f..4d80c88 100644 --- a/kio.changes +++ b/kio.changes @@ -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 diff --git a/kio.spec b/kio.spec index 832a76c..ba83fe6 100644 --- a/kio.spec +++ b/kio.spec @@ -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}