Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2016-04-12 19:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-03-26 15:09:43.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes     2016-04-12 
19:19:59.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Apr  4 14:21:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * FavIconsCache: sync after write, so other apps see it,
+    and to avoid crash on destruction
+  * Fix many threading issues in KUrlCompletion
+  * Fix crash in rename dialog (360488)
+  * KOpenWithDialog: improve window title and description text
+    (359233)
+  * Allow for better cross-platform deployment of io slaves by
+    bundling protocol info in plugin meta data
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+- Drop upstreamed 0001-Fix-crash-in-rename-dialog.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-crash-in-rename-dialog.patch
  kio-5.20.0.tar.xz

New:
----
  kio-5.21.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kio.spec ++++++
--- /var/tmp/diff_new_pack.AH5gYK/_old  2016-04-12 19:20:00.000000000 +0200
+++ /var/tmp/diff_new_pack.AH5gYK/_new  2016-04-12 19:20:00.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:           kio
-Version:        5.20.0
+Version:        5.21.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -49,15 +49,15 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
 BuildRequires:  solid-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.3.0
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
-BuildRequires:  cmake(Qt5Script) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+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:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(x11)
 Requires:       %{name}-core = %{version}
@@ -75,8 +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-Fix-crash-in-rename-dialog.patch
-Patch1:         0001-Fix-crash-in-rename-dialog.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -111,7 +109,7 @@
 Requires:       kservice-devel >= %{_tar_path}
 Requires:       kxmlgui-devel >= %{_tar_path}
 Requires:       solid-devel >= %{_tar_path}
-Requires:       cmake(Qt5Network) >= 5.3.0
+Requires:       cmake(Qt5Network) >= 5.4.0
 
 %description devel
 This framework implements almost all the file management functions you
@@ -123,7 +121,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build
@@ -176,20 +173,12 @@
 %dir %{_kf5_plugindir}/kf5
 %dir %{_kf5_plugindir}/kf5/kio
 %{_kf5_plugindir}/kf5/kio/file.so
-%{_kf5_servicesdir}/file.protocol
 %{_kf5_plugindir}/kf5/kio/ftp.so
-%{_kf5_servicesdir}/ftp.protocol
 %{_kf5_plugindir}/kf5/kio/help.so
 %{_kf5_plugindir}/kf5/kio/ghelp.so
-%{_kf5_servicesdir}/help.protocol
-%{_kf5_servicesdir}/ghelp.protocol
 %{_kf5_libexecdir}/kio_http_cache_cleaner
 %{_kf5_plugindir}/kf5/kio/http.so
 %{_kf5_servicesdir}/http_cache_cleaner.desktop
-%{_kf5_servicesdir}/http.protocol
-%{_kf5_servicesdir}/https.protocol
-%{_kf5_servicesdir}/webdav.protocol
-%{_kf5_servicesdir}/webdavs.protocol
 %{_kf5_bindir}/kmailservice5
 %{_kf5_applicationsdir}/kmailservice5.desktop
 %{_kf5_servicesdir}/data.protocol
@@ -205,7 +194,6 @@
 %{_kf5_plugindir}/kf5/kio/trash.so
 %{_kf5_bindir}/ktrash5
 %{_kf5_plugindir}/kcm_trash.so
-%{_kf5_servicesdir}/trash.protocol
 %{_kf5_servicesdir}/kcmtrash.desktop
 %{_kf5_libexecdir}/kiod5
 %{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service

++++++ kio-5.20.0.tar.xz -> kio-5.21.0.tar.xz ++++++
++++ 56024 lines of diff (skipped)

++++++ kio_help-fallback-to-kde4-docs.patch ++++++
--- /var/tmp/diff_new_pack.AH5gYK/_old  2016-04-12 19:20:02.000000000 +0200
+++ /var/tmp/diff_new_pack.AH5gYK/_new  2016-04-12 19:20:02.000000000 +0200
@@ -11,5 +11,5 @@
 +    QStringList fallbacklocalDoc = 
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("doc/kde/HTML"), QStandardPaths::LocateDirectory);
 +    localDoc.append(fallbacklocalDoc);
  
-     QStringList langs = QLocale().uiLanguages();
+     QStringList langs = KLocalizedString::languages();
      langs.append(QStringLiteral("en"));


Reply via email to