Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2016-08-29 15:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-15 12:35:52.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes     2016-08-29 
15:05:19.000000000 +0200
@@ -1,0 +2,38 @@
+Mon Aug  8 11:28:15 UTC 2016 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
@@ -4,0 +43,11 @@
+  * 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

Old:
----
  kio-5.24.0.tar.xz

New:
----
  kio-5.25.0.tar.xz

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

Other differences:
------------------
++++++ kio.spec ++++++
--- /var/tmp/diff_new_pack.s0eKqb/_old  2016-08-29 15:05:21.000000000 +0200
+++ /var/tmp/diff_new_pack.s0eKqb/_new  2016-08-29 15:05:21.000000000 +0200
@@ -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:  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:       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(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 @@
 %{_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}

++++++ kio-5.24.0.tar.xz -> kio-5.25.0.tar.xz ++++++
++++ 212947 lines of diff (skipped)


Reply via email to