Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2015-11-24 22:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2015-10-19 22:25:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2015-11-24 22:23:58.000000000 +0100 @@ -1,0 +2,36 @@ +Sun Nov 8 17:01:28 UTC 2015 - [email protected] + +- Update to 5.16.0 (boo#955067) + * Save proxy url with correct scheme + * Ship the "new file templates" in the kiofilewidgets library using + a .qrc (kde#353642) + * Properly handle middle click in navigatormenu + * Make kio_http_cache_cleaner deployable in application + installer/bundles + * KOpenWithDialog: Fix creating desktop file with empty mimetype + * Read protocol info from plugin metadata + * Allow local kioslave deployment + * Add a .protocol to JSON converted + * Fix double-emit of result and missing warning when listing hits + an inaccessible folder (kde#333436) + * Preserve relative link targets when copying symlinks. + (kde#352927) + * Using suitable icons for default folders in the user home + (kde#352498) + * Add an interface which allow plugin to show custom overlay icons + * Make KNotifications dep in KIO (kpac) optional + * Make doctools + wallet optional + * Avoid kio crashes if no dbus server is running + * Add KUriFilterSearchProviderActions, to show a list of actions + for searching some text using web shortcuts + * Move the entries for the "Create New" menu from + kde-baseapps/lib/konq to kio (kde#349654) + * Move konqpopupmenuplugin.desktop from kde-baseapps to kio + (kde#350769) + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.16.0.php +- Drop 0001-Move-konqpopupmenuplugin.desktop-from-kde-baseapps-t.patch + and 0001-Move-the-entries-for-the-Create-New-menu-from-kde-ba.patch, + upstreamed + +------------------------------------------------------------------- Old: ---- 0001-Move-konqpopupmenuplugin.desktop-from-kde-baseapps-t.patch 0001-Move-the-entries-for-the-Create-New-menu-from-kde-ba.patch kio-5.15.0.tar.xz New: ---- kio-5.16.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.nQngHK/_old 2015-11-24 22:23:59.000000000 +0100 +++ /var/tmp/diff_new_pack.nQngHK/_new 2015-11-24 22:23:59.000000000 +0100 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.15 +%define _tar_path 5.16 Name: kio -Version: 5.15.0 +Version: 5.16.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -75,10 +75,6 @@ Source1: baselibs.conf # PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5 Patch0: kio_help-fallback-to-kde4-docs.patch -# PATCH-FIX-UPSTREAM 0001-Move-konqpopupmenuplugin.desktop-from-kde-baseapps-t.patch -- https://git.reviewboard.kde.org/r/124983/ -Patch1: 0001-Move-konqpopupmenuplugin.desktop-from-kde-baseapps-t.patch -# PATCH-FIX-UPSTREAM 0001-Move-the-entries-for-the-Create-New-menu-from-kde-ba.patch -- https://git.reviewboard.kde.org/r/124983/ -Patch2: 0001-Move-the-entries-for-the-Create-New-menu-from-kde-ba.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -125,8 +121,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build %cmake_kf5 -d build @@ -237,7 +231,6 @@ %{_kf5_servicesdir}/useragent.desktop %{_kf5_servicesdir}/useragentstrings/ %{_kf5_servicesdir}/webshortcuts.desktop -%{_kf5_sharedir}/templates/ %doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.* %dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir} @@ -245,6 +238,7 @@ %files devel %defattr(-,root,root) +%{_kf5_bindir}/protocoltojson %{_kf5_libdir}/libKF5KIOCore.so %{_kf5_libdir}/libKF5KIOWidgets.so %{_kf5_libdir}/libKF5KIOFileWidgets.so ++++++ kio-5.15.0.tar.xz -> kio-5.16.0.tar.xz ++++++ ++++ 89412 lines of diff (skipped) ++++++ kio_help-fallback-to-kde4-docs.patch ++++++ --- /var/tmp/diff_new_pack.nQngHK/_old 2015-11-24 22:24:01.000000000 +0100 +++ /var/tmp/diff_new_pack.nQngHK/_new 2015-11-24 22:24:01.000000000 +0100 @@ -1,15 +1,15 @@ diff --git a/src/ioslaves/help/kio_help.cpp b/src/ioslaves/help/kio_help.cpp -index 5abd4c8..5bc692b 100644 +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) QStringList search; // assemble the local search paths -- const QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/HTML", QStandardPaths::LocateDirectory); -+ QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/HTML", QStandardPaths::LocateDirectory); -+ QStringList fallbacklocalDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/kde/HTML", QStandardPaths::LocateDirectory); +- const QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); ++ QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); ++ QStringList fallbacklocalDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/kde/HTML"), QStandardPaths::LocateDirectory); + localDoc.append(fallbacklocalDoc); QStringList langs = QLocale().uiLanguages(); - langs.append("en"); + langs.append(QStringLiteral("en"));
