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
This commit is contained in:
parent
e9594386f9
commit
3271cc6a1c
3
kio-fuse-4.95.0.tar.xz
Normal file
3
kio-fuse-4.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1168898a296c835c010bcbe48fbde0b90ba631baed8da7eb3ef228856fc41ed
|
||||
size 44236
|
16
kio-fuse-4.95.0.tar.xz.sig
Normal file
16
kio-fuse-4.95.0.tar.xz.sig
Normal file
@ -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-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user