Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2018-07-21 10:13:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio (Old)
 and      /work/SRC/openSUSE:Factory/.kio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio"

Sat Jul 21 10:13:33 2018 rev:67 rq:623290 version:5.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio/kio.changes  2018-06-22 13:21:03.718408022 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes     2018-07-21 
10:13:35.171123697 +0200
@@ -1,0 +2,12 @@
+Mon Jul 16 04:37:41 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Too many changes to list here
+- Refreshed patches:
+  * 0001-Revert-Support-NTFS-hidden-files.patch
+
+-------------------------------------------------------------------

Old:
----
  kio-5.47.0.tar.xz

New:
----
  kio-5.48.0.tar.xz

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

Other differences:
------------------
++++++ kio.spec ++++++
--- /var/tmp/diff_new_pack.TFV6KK/_old  2018-07-21 10:13:35.731123566 +0200
+++ /var/tmp/diff_new_pack.TFV6KK/_new  2018-07-21 10:13:35.735123565 +0200
@@ -17,15 +17,14 @@
 
 
 %bcond_without lang
-%define _tar_path 5.47
+%define _tar_path 5.48
 Name:           kio
-Version:        5.47.0
+Version:        5.48.0
 Release:        0
-%define kf5_version %{version}
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Summary:        Network transparent access to files and data
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
@@ -36,6 +35,10 @@
 Patch0:         kio_help-fallback-to-kde4-docs.patch
 # PATCH-FIX-OPENSUSE
 Patch1:         0001-Revert-Support-NTFS-hidden-files.patch
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+BuildRequires:  gcc7-c++
+%endif
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -129,6 +132,11 @@
 %autopatch -p1
 
 %build
+  %if 0%{?suse_version} < 1330
+    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+    export CC=gcc-7
+    export CXX=g++-7
+  %endif
   %cmake_kf5 -d build
   %make_jobs
 
@@ -154,6 +162,8 @@
 %endif
 
 %files core
+%doc README*
+%license COPYING*
 %{_kf5_libdir}/libKF5KIOCore.so.*
 %{_kf5_configdir}/accept-languages.codes
 %{_kf5_libdir}/libKF5KIONTLM.so.*
@@ -190,7 +200,8 @@
 %{_kf5_sharedir}/kconf_update/filepicker.upd
 
 %files
-%doc COPYING* README*
+%doc README*
+%license COPYING*
 %{_kf5_libdir}/libKF5KIOGui.so.*
 %{_kf5_libdir}/libKF5KIOWidgets.so.*
 %{_kf5_libdir}/libKF5KIOFileWidgets.so.*

++++++ 0001-Revert-Support-NTFS-hidden-files.patch ++++++
--- /var/tmp/diff_new_pack.TFV6KK/_old  2018-07-21 10:13:35.751123562 +0200
+++ /var/tmp/diff_new_pack.TFV6KK/_new  2018-07-21 10:13:35.751123562 +0200
@@ -15,11 +15,11 @@
  src/ioslaves/file/file_unix.cpp | 54 -----------------------------------------
  1 file changed, 54 deletions(-)
 
-diff --git a/src/ioslaves/file/file_unix.cpp b/src/ioslaves/file/file_unix.cpp
-index afa2bd3f..826c46cd 100644
---- a/src/ioslaves/file/file_unix.cpp
-+++ b/src/ioslaves/file/file_unix.cpp
-@@ -37,9 +37,6 @@
+Index: kio-5.48.0git.20180707T215251~1fa87fdd/src/ioslaves/file/file_unix.cpp
+===================================================================
+--- kio-5.48.0git.20180707T215251~1fa87fdd.orig/src/ioslaves/file/file_unix.cpp
++++ kio-5.48.0git.20180707T215251~1fa87fdd/src/ioslaves/file/file_unix.cpp
+@@ -38,9 +38,6 @@
  #include <kmountpoint.h>
  
  #include <errno.h>
@@ -29,7 +29,7 @@
  #include <utime.h>
  
  #include <KAuth>
-@@ -413,52 +410,6 @@ static bool isLocalFileSameHost(const QUrl &url)
+@@ -416,52 +413,6 @@ static bool isLocalFileSameHost(const QU
      return (QString::compare(url.host(), QLatin1String(hostname), 
Qt::CaseInsensitive) == 0);
  }
  
@@ -82,18 +82,15 @@
  void FileProtocol::listDir(const QUrl &url)
  {
      if (!isLocalFileSameHost(url)) {
-@@ -555,11 +506,6 @@ void FileProtocol::listDir(const QUrl &url)
+@@ -558,11 +509,6 @@ void FileProtocol::listDir(const QUrl &u
  
          } else {
              if (createUDSEntry(filename, QByteArray(ep->d_name), entry, 
details)) {
 -#if HAVE_SYS_XATTR_H
 -                if (isNtfsHidden(filename)) {
--                    entry.insert(KIO::UDSEntry::UDS_HIDDEN, 1);
+-                    entry.fastInsert(KIO::UDSEntry::UDS_HIDDEN, 1);
 -                }
 -#endif
                  listEntry(entry);
              }
          }
--- 
-2.13.6
-

++++++ kio-5.47.0.tar.xz -> kio-5.48.0.tar.xz ++++++
++++ 91767 lines of diff (skipped)


Reply via email to