kio-fuse/kio-fuse.changes
Luca Beltrame 3271cc6a1c Accepting request 809090 from home:Vogtinator:branches:KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/809090
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-fuse?expand=0&rev=4
2020-05-26 20:00:38 +00:00

26 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Tue May 26 17:57:40 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- Skip %check if fusermount3 is not executable. post-build-checks
breaks it in openSUSE:Factory (boo#1159963)
-------------------------------------------------------------------
Fri Nov 29 13:04:21 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Initial commit