Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2017-07-17 10:24:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Mon Jul 17 10:24:08 2017 rev:50 rq:509914 version:5.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2017-07-05 23:51:17.732601995 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2017-07-17 10:24:10.174791116 +0200 @@ -1,0 +2,20 @@ +Wed Jul 12 07:14:01 CEST 2017 - [email protected] + +- Update to 5.36.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.36.0.php +- Changes since 5.35.0: + * [KNewFileMenu] Hide "Link To Device" menu if it would be empty + * Use KIO::rename instead of KIO::moveAs in setData (kde#380897, kde#380898) + * Get the doc dirs with the newly exported function + * Fix drop menu position on Wayland + * KUrlRequester: Set NOTIFY signal to textChanged() for text property. + * [KOpenWithDialog] HTML-escape file name + * tests: dropjobtest: register KIO::CopyJob* as metatype + * tests: fix krununittest when install prefix has spaces + * [FEATURE] Option to build & install QCH file with the public API dox + * KCoreDirLister::cachedItemForUrl: don't create the cache if it didn't exist + * Use "data" as filename when copying data urls (kde#379093) + +------------------------------------------------------------------- Old: ---- kio-5.35.0.tar.xz New: ---- kio-5.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.C8dS21/_old 2017-07-17 10:24:10.906687939 +0200 +++ /var/tmp/diff_new_pack.C8dS21/_new 2017-07-17 10:24:10.910687376 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.35 +%define _tar_path 5.36 Name: kio -Version: 5.35.0 +Version: 5.36.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ kio-5.35.0.tar.xz -> kio-5.36.0.tar.xz ++++++ ++++ 12444 lines of diff (skipped) ++++++ kio_help-fallback-to-kde4-docs.patch ++++++ --- /var/tmp/diff_new_pack.C8dS21/_old 2017-07-17 10:24:12.474466927 +0200 +++ /var/tmp/diff_new_pack.C8dS21/_new 2017-07-17 10:24:12.478466364 +0200 @@ -1,13 +1,13 @@ -diff --git a/src/ioslaves/help/kio_help.cpp b/src/ioslaves/help/kio_help.cpp -index cb27a77..0157c4f 100644 ---- a/src/ioslaves/help/kio_help.cpp -+++ b/src/ioslaves/help/kio_help.cpp -@@ -49,7 +49,9 @@ QString HelpProtocol::langLookup(const QString &fname) +Index: kio-5.36.0git.20170624T013155~b715b585/src/ioslaves/help/kio_help.cpp +=================================================================== +--- kio-5.36.0git.20170624T013155~b715b585.orig/src/ioslaves/help/kio_help.cpp ++++ kio-5.36.0git.20170624T013155~b715b585/src/ioslaves/help/kio_help.cpp +@@ -51,7 +51,9 @@ QString HelpProtocol::langLookup(const Q QStringList search; // assemble the local search paths -- const QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); -+ QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); +- const QStringList localDoc = KDocTools::documentationDirs(); ++ QStringList localDoc = KDocTools::documentationDirs(); + QStringList fallbacklocalDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/kde/HTML"), QStandardPaths::LocateDirectory); + localDoc.append(fallbacklocalDoc);
