Accepting request 859419 from home:Vogtinator:branches:KDE:Extra

- Update to version 5.0.0:
  * Symlinks with an absolute target path are "rewritten" to point to the
    location inside the target instead of the host system
  * Mounting a URL which includes symlinks now works
  * Quite a bit of refactoring and cleanup, also for ^
  * The DBus service can use systemd activation now

OBS-URL: https://build.opensuse.org/request/show/859419
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-fuse?expand=0&rev=7
This commit is contained in:
Luca Beltrame 2020-12-30 13:41:53 +00:00 committed by Git OBS Bridge
parent 0ac5dbbfa2
commit ec952e66d9
4 changed files with 34 additions and 5 deletions

3
kio-fuse-5.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:308ec02dce2fe9004ada9fdc13f49d243bdab98a24e997f2aae818bb27f08721
size 46672

16
kio-fuse-5.0.0.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIew/110ms56CC+b70nwsGvIdi60FAl/odX8ACgkQ0nwsGvId
i63aRxAAjYprJRz2U1O4TOZD0+hhEKK0F+KE0LOMUKQ5gGjX+LqJiGyCd3Hx5TI6
PqWc1rMnmVRZWeXoEeVtnTVfGuq+0snrmQFkjAl48aCSDc8t2+NZI/gIjbYnR85e
SIsKCVlbRebxZZIWe84SBguxDsuDLw38N1uNskDJSJ2De9QKv2cgceoMHepEkcwb
Vm4Cl1smizZGE4cegbQ4TLD6N8wuvn7rTt3/PC8rsXO1SmSWVFkYYvgqBavhwVfC
5m3b9AlIXohzLmsvrPXPoK01rGg2580Itvj/kAeRi59DSltaJLUQuu3r0VI/vaCS
ArlGcVyguq6pZmzSDF8IziRSFD/xL/WYTsJHkiZCMtrZDQNQVnoRX0Bii3waaKdq
+U5c2omwyoM3eDN4cvZbz/0dm0THoMJyfwE6MOPF79UdzTm4X6u0JbgCLBk7p7EY
qKViIvIFO/MiRJGM3kU5TpxmnEZMfJs3CwG8YUrH+iC76N22Qs1WknYqZYqkjfAq
YP7M3hTNA2AgoIBL9C2TaNGhh41v285g5LwghFiaKKq9NCZMSeTX1Iec9iJBxvJb
gv3ZSGbPuhaWBVBZD2QjqpUfzm4El0DNfJaVMP2BFtbUc5Xa82ixuNiDxaULbXNr
lrmCBSZ9S8XFCKFezEW/uYzh8Tu0MEUf0UQp4WUh80fBG1G8tZY=
=TqAg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 26 20:39:54 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to version 5.0.0:
* Symlinks with an absolute target path are "rewritten" to point to the
location inside the target instead of the host system
* Mounting a URL which includes symlinks now works
* Quite a bit of refactoring and cleanup, also for ^
* The DBus service can use systemd activation now
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 27 09:46:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Thu Aug 27 09:46:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,20 +18,19 @@
%bcond_without lang %bcond_without lang
Name: kio-fuse Name: kio-fuse
Version: 4.95.0 Version: 5.0.0
Release: 0 Release: 0
Summary: Access KIO over the regular filesystem Summary: Access KIO over the regular filesystem
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source0: https://download.kde.org/unstable/%{name}/%{version}/%{name}-%{version}.tar.xz Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
Source2: kio-fuse.keyring Source2: kio-fuse.keyring
%endif %endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5KIO) >= 5.66.0 BuildRequires: cmake(KF5KIO) >= 5.66.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
@ -79,7 +78,8 @@ make %{?_smp_mflags} -C build VERBOSE=1 test
%files %files
%license LICENSES/* %license LICENSES/*
%{_kf5_libdir}/libexec/kio-fuse %{_kf5_libdir}/libexec/kio-fuse
%{_tmpfilesdir}/kio-fuse-tmpfiles.conf
%{_kf5_sharedir}/dbus-1/services/org.kde.KIOFuse.service %{_kf5_sharedir}/dbus-1/services/org.kde.KIOFuse.service
%{_tmpfilesdir}/kio-fuse-tmpfiles.conf
%{_userunitdir}/kio-fuse.service
%changelog %changelog