Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2018-05-18 14:21:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Fri May 18 14:21:55 2018 rev:64 rq:607567 version:5.46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2018-05-08 13:32:27.572120292 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2018-05-18 14:21:57.459462919 +0200 @@ -1,0 +2,12 @@ +Sun May 13 21:03:03 UTC 2018 - [email protected] + +- Update to 5.46.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.46.0.php +- Changes since 5.45.0: + * Too many changes to list here +- Refreshed patches: + * 0001-Revert-Support-NTFS-hidden-files.patch + +------------------------------------------------------------------- Old: ---- kio-5.45.0.tar.xz New: ---- kio-5.46.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.8E5Pyd/_old 2018-05-18 14:21:58.735416099 +0200 +++ /var/tmp/diff_new_pack.8E5Pyd/_new 2018-05-18 14:21:58.739415952 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.45 +%define _tar_path 5.46 Name: kio -Version: 5.45.0 +Version: 5.46.0 Release: 0 %define kf5_version %{version} # Full KF5 version (e.g. 5.33.0) ++++++ 0001-Revert-Support-NTFS-hidden-files.patch ++++++ --- /var/tmp/diff_new_pack.8E5Pyd/_old 2018-05-18 14:21:58.759415218 +0200 +++ /var/tmp/diff_new_pack.8E5Pyd/_new 2018-05-18 14:21:58.759415218 +0200 @@ -29,7 +29,7 @@ #include <utime.h> #include <KAuth> -@@ -413,44 +410,6 @@ static bool isLocalFileSameHost(const QUrl &url) +@@ -413,52 +410,6 @@ static bool isLocalFileSameHost(const QUrl &url) return (QString::compare(url.host(), QLatin1String(hostname), Qt::CaseInsensitive) == 0); } @@ -38,13 +38,21 @@ -{ - constexpr auto attrName = "system.ntfs_attrib_be"; - const auto filenameEncoded = QFile::encodeName(filename); +-#ifdef Q_OS_MACOS +- auto length = getxattr(filenameEncoded.data(), attrName, nullptr, 0, 0, XATTR_NOFOLLOW); +-#else - auto length = getxattr(filenameEncoded.data(), attrName, nullptr, 0); +-#endif - if (length <= 0) { - return false; - } - constexpr size_t xattr_size = 1024; - char strAttr[xattr_size]; +-#ifdef Q_OS_MACOS +- length = getxattr(filenameEncoded.data(), attrName, strAttr, xattr_size, 0, XATTR_NOFOLLOW); +-#else - length = getxattr(filenameEncoded.data(), attrName, strAttr, xattr_size); +-#endif - if (length <= 0) { - return false; - } ++++++ kio-5.45.0.tar.xz -> kio-5.46.0.tar.xz ++++++ ++++ 86559 lines of diff (skipped)
