diff --git a/kio-fuse-4.95.0.tar.xz b/kio-fuse-4.95.0.tar.xz new file mode 100644 index 0000000..98e9069 --- /dev/null +++ b/kio-fuse-4.95.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1168898a296c835c010bcbe48fbde0b90ba631baed8da7eb3ef228856fc41ed +size 44236 diff --git a/kio-fuse-4.95.0.tar.xz.sig b/kio-fuse-4.95.0.tar.xz.sig new file mode 100644 index 0000000..198b1f9 --- /dev/null +++ b/kio-fuse-4.95.0.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIyBAABCAAdFiEEIew/110ms56CC+b70nwsGvIdi60FAl7L41AACgkQ0nwsGvId +i60Bsw/49xn61uBAEcHhCNIU/GF8KdPHxGO/aUO8A4q7QFhd7w1QdMYXmkZwwhTD +9U+djVbexh6CPlyZafhRp0Hzx+Yh/RS9129lPgIx6sMWAFp5CvNIaJeVvwj3FDg9 +5fiCzgPh168wZsO/PpH+06t831yszIeYHRDDbExlLvOpExkWPpzTn3JRp5K+bjiE +Y/NzxHp9X15vyIo1aUaO2vxZuVRN0wv6hbyAbVYOb9ZMeqHIH83PBoVnl3ektxyt +GzEuXKY0cRK1CiS5qi3ONkzyJBEBAJ28pSc7GX2EomDyHV/bZLYK50GvzZcaCgbh +W57gAGINcQNuQcrmK0uSfEWdfTapIVqqAy53fmP5C0pHkF7DvGJiut2DOlF2J9Rs +jBylHBxK1bdx7fN/wKLGvQ9RXupfy4ICYrBBLkjEXY9hG4Ab2Gxdwj0r3zTv81wy +G/80y4WQN86U8EiDyw/3IrimDzk948000uzpKxtKXEzIUlx0e2t9UEMXpeh0hWja +bBRwml4gsD8AF7P3KM0OHPTrdh3NDcMu5Dq4LUADf5Pgu1bWRm8wLUQHtzz69W5F +iANZIaXKIvtujnQsHKXArBpIehoOm9BhmjXy00pDy9olzMi9z69ggtTngYgaZ2s7 +kvJ+KMJOigThM5ctlYEx2b0ptp+MQwfBMS19glJtmGD+qi0ulA== +=HamH +-----END PGP SIGNATURE----- diff --git a/kio-fuse.changes b/kio-fuse.changes index e3066d7..9e9dc0b 100644 --- a/kio-fuse.changes +++ b/kio-fuse.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 26 17:57:40 UTC 2020 - Fabian Vogt + +- Update to version 4.95.0: + * Use of KIO::FileJob to write and read without downloading the whole file + * Expiring local nodes so that changes on the remote side become visible + (the local cache is valid for at most 30s) + * New DBus API to map a FUSE path back to a remote URL, used for syncing the + terminal panel in dolphin to the main view (needs Dolphin from git master) + * Minimum version of Qt got raised to 5.12 + * Minimum version of KIO got raised to 5.66 (needed for KIO::FileJob) + * Builds with CMake < 3.13 again +- Drop patches, now upstream: + * 0001-Use-target_link_libraries-instead-of-target_link_opt.patch + ------------------------------------------------------------------- Tue Dec 31 18:46:53 UTC 2019 - Fabian Vogt diff --git a/kio-fuse.spec b/kio-fuse.spec index bebb773..a92202a 100644 --- a/kio-fuse.spec +++ b/kio-fuse.spec @@ -1,7 +1,7 @@ # # spec file for package kio-fuse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %bcond_without lang Name: kio-fuse -Version: 4.90.0 +Version: 4.95.0 Release: 0 Summary: Access KIO over the regular filesystem License: GPL-3.0-or-later @@ -28,13 +29,11 @@ Source0: https://download.kde.org/unstable/%{name}/%{version}/%{name}-%{v Source1: https://download.kde.org/unstable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig Source2: kio-fuse.keyring %endif -# PATCH-FIX-UPSTREAM https://invent.kde.org/kde/kio-fuse/merge_requests/16 -Patch1: 0001-Use-target_link_libraries-instead-of-target_link_opt.patch BuildRequires: extra-cmake-modules BuildRequires: pkgconfig -BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(KF5KIO) >= 5.66.0 +BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5Test) BuildRequires: pkgconfig(fuse3) Requires: fuse3 @@ -78,7 +77,7 @@ make %{?_smp_mflags} -C build VERBOSE=1 test %endif %files -%license COPYING* +%license LICENSES/* %{_kf5_libdir}/libexec/kio-fuse %{_tmpfilesdir}/kio-fuse-tmpfiles.conf %{_kf5_sharedir}/dbus-1/services/org.kde.KIOFuse.service