From 6c16cbb2459f7b5671151398a132d63e8e2f4a4c59f475fbf063b70375790a1f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 15 May 2018 12:58:24 +0000 Subject: [PATCH] KDE Frameworks 5.46.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=223 --- 0001-Revert-Support-NTFS-hidden-files.patch | 10 +++++++++- kio-5.45.0.tar.xz | 3 --- kio-5.46.0.tar.xz | 3 +++ kio.changes | 12 ++++++++++++ kio.spec | 4 ++-- 5 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 kio-5.45.0.tar.xz create mode 100644 kio-5.46.0.tar.xz diff --git a/0001-Revert-Support-NTFS-hidden-files.patch b/0001-Revert-Support-NTFS-hidden-files.patch index 840aef6..0254b65 100644 --- a/0001-Revert-Support-NTFS-hidden-files.patch +++ b/0001-Revert-Support-NTFS-hidden-files.patch @@ -29,7 +29,7 @@ index afa2bd3f..826c46cd 100644 #include #include -@@ -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 @@ index afa2bd3f..826c46cd 100644 -{ - 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; - } diff --git a/kio-5.45.0.tar.xz b/kio-5.45.0.tar.xz deleted file mode 100644 index d3fc5b8..0000000 --- a/kio-5.45.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e7512e819fe1831b15981641dba26a7dcbbdbccd79cbf076ceedae8e4116b15 -size 3150188 diff --git a/kio-5.46.0.tar.xz b/kio-5.46.0.tar.xz new file mode 100644 index 0000000..598adae --- /dev/null +++ b/kio-5.46.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6a793f46777980633b0c41de596a14a76845d3d763fdac16e90678a88cd3a5 +size 3148600 diff --git a/kio.changes b/kio.changes index 3ad0399..81b3321 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 13 21:03:03 UTC 2018 - lbeltrame@kde.org + +- 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 + ------------------------------------------------------------------- Fri May 4 14:39:14 UTC 2018 - wbauer@tmo.at diff --git a/kio.spec b/kio.spec index 8be4fe7..c7b09a2 100644 --- a/kio.spec +++ b/kio.spec @@ -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)