Accepting request 607567 from KDE:Frameworks5
KDE Frameworks 5.46.0 OBS-URL: https://build.opensuse.org/request/show/607567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=64
This commit is contained in:
commit
fde5493833
@ -29,7 +29,7 @@ index afa2bd3f..826c46cd 100644
|
||||
#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 @@ 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;
|
||||
- }
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e7512e819fe1831b15981641dba26a7dcbbdbccd79cbf076ceedae8e4116b15
|
||||
size 3150188
|
3
kio-5.46.0.tar.xz
Normal file
3
kio-5.46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb6a793f46777980633b0c41de596a14a76845d3d763fdac16e90678a88cd3a5
|
||||
size 3148600
|
12
kio.changes
12
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user