From 0ac5dbbfa252b95b0336af0face9391a59c2683a6d58ad5a4ffabbf41be9ffb0 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 27 Aug 2020 09:46:49 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-fuse?expand=0&rev=6 --- kio-fuse-4.95.0.tar.xz | 3 --- kio-fuse-4.95.0.tar.xz.sig | 16 ---------------- kio-fuse.changes | 5 +++++ kio-fuse.spec | 8 ++++---- 4 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 kio-fuse-4.95.0.tar.xz delete mode 100644 kio-fuse-4.95.0.tar.xz.sig diff --git a/kio-fuse-4.95.0.tar.xz b/kio-fuse-4.95.0.tar.xz deleted file mode 100644 index 98e9069..0000000 --- a/kio-fuse-4.95.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 198b1f9..0000000 --- a/kio-fuse-4.95.0.tar.xz.sig +++ /dev/null @@ -1,16 +0,0 @@ ------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 9e9dc0b..11f456b 100644 --- a/kio-fuse.changes +++ b/kio-fuse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 09:46:42 UTC 2020 - Christophe Giboudeaux + +- Spec cleanup + ------------------------------------------------------------------- Tue May 26 17:57:40 UTC 2020 - Fabian Vogt diff --git a/kio-fuse.spec b/kio-fuse.spec index a92202a..4314cd2 100644 --- a/kio-fuse.spec +++ b/kio-fuse.spec @@ -37,7 +37,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5Test) BuildRequires: pkgconfig(fuse3) Requires: fuse3 -# For %check +# For %%check BuildRequires: kio-extras5 %description @@ -49,7 +49,7 @@ applications using FUSE. %build %cmake_kf5 -d build -- -DBUILD_TESTING=ON -%make_jobs +%cmake_build %install %kf5_makeinstall -C build @@ -62,8 +62,8 @@ applications using FUSE. ret=0 fusermount3 || ret=$? if [ $ret -eq 126 ] ; then - # No permission to run fusermount3: boo#1159963 - exit 0 + # No permission to run fusermount3: boo#1159963 + exit 0 fi # Hack to make "fusermount3 -u" work in the OBS context From ec952e66d9559a812ea2b8cac974b1d8e654ba0e5b5d572288e3c205ea14e7a0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 30 Dec 2020 13:41:53 +0000 Subject: [PATCH 2/2] 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 --- kio-fuse-5.0.0.tar.xz | 3 +++ kio-fuse-5.0.0.tar.xz.sig | 16 ++++++++++++++++ kio-fuse.changes | 10 ++++++++++ kio-fuse.spec | 10 +++++----- 4 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 kio-fuse-5.0.0.tar.xz create mode 100644 kio-fuse-5.0.0.tar.xz.sig diff --git a/kio-fuse-5.0.0.tar.xz b/kio-fuse-5.0.0.tar.xz new file mode 100644 index 0000000..0602873 --- /dev/null +++ b/kio-fuse-5.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308ec02dce2fe9004ada9fdc13f49d243bdab98a24e997f2aae818bb27f08721 +size 46672 diff --git a/kio-fuse-5.0.0.tar.xz.sig b/kio-fuse-5.0.0.tar.xz.sig new file mode 100644 index 0000000..7f55809 --- /dev/null +++ b/kio-fuse-5.0.0.tar.xz.sig @@ -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----- diff --git a/kio-fuse.changes b/kio-fuse.changes index 11f456b..2f82005 100644 --- a/kio-fuse.changes +++ b/kio-fuse.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 26 20:39:54 UTC 2020 - Fabian Vogt + +- 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 diff --git a/kio-fuse.spec b/kio-fuse.spec index 4314cd2..77c3723 100644 --- a/kio-fuse.spec +++ b/kio-fuse.spec @@ -18,20 +18,19 @@ %bcond_without lang Name: kio-fuse -Version: 4.95.0 +Version: 5.0.0 Release: 0 Summary: Access KIO over the regular filesystem License: GPL-3.0-or-later Group: System/GUI/KDE 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} -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 %endif BuildRequires: extra-cmake-modules BuildRequires: pkgconfig -BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5KIO) >= 5.66.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5Test) @@ -79,7 +78,8 @@ make %{?_smp_mflags} -C build VERBOSE=1 test %files %license LICENSES/* %{_kf5_libdir}/libexec/kio-fuse -%{_tmpfilesdir}/kio-fuse-tmpfiles.conf %{_kf5_sharedir}/dbus-1/services/org.kde.KIOFuse.service +%{_tmpfilesdir}/kio-fuse-tmpfiles.conf +%{_userunitdir}/kio-fuse.service %changelog