Hello community, here is the log from the commit of package fuse3 for openSUSE:Factory checked in at 2019-07-21 11:29:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fuse3 (Old) and /work/SRC/openSUSE:Factory/.fuse3.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fuse3" Sun Jul 21 11:29:02 2019 rev:6 rq:715641 version:3.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fuse3/fuse3.changes 2019-06-22 11:04:14.663820571 +0200 +++ /work/SRC/openSUSE:Factory/.fuse3.new.4126/fuse3.changes 2019-07-21 11:29:04.996830629 +0200 @@ -1,0 +2,11 @@ +Tue Jul 9 12:47:17 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 3.6.2 + * The init script is now installed to /etc/ rather than + /usr/local/etc by default. + * Minor bugfixes +- Drop fuse-install-fix.patch, not needed with -Duseroot=false +- Add conf-rename.patch, which is split from the above now + removed patch + +------------------------------------------------------------------- Old: ---- fuse-3.6.1.tar.xz fuse-3.6.1.tar.xz.asc fuse-install-fix.patch New: ---- conf-rename.patch fuse-3.6.2.tar.xz fuse-3.6.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fuse3.spec ++++++ --- /var/tmp/diff_new_pack.vDKGfe/_old 2019-07-21 11:29:05.716830507 +0200 +++ /var/tmp/diff_new_pack.vDKGfe/_new 2019-07-21 11:29:05.716830507 +0200 @@ -17,7 +17,7 @@ Name: fuse3 -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Reference implementation of the "Filesystem in Userspace" License: GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause @@ -27,16 +27,16 @@ Source1: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc Source2: fuse.keyring Source1000: baselibs.conf -Patch1: fuse-install-fix.patch +Patch1: conf-rename.patch BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(udev) Requires: util-linux >= 2.18 +Requires(pre): group(trusted) Requires(pre): permissions Supplements: filesystem(fuse) -Requires(pre): group(trusted) %description With FUSE, a user space program can export a file system to the @@ -87,7 +87,7 @@ %build %define _lto_cflags %{nil} -%meson +%meson -Duseroot=false %meson_build %install @@ -104,6 +104,10 @@ done popd +# Remove unneeded stuff +rm -r %{buildroot}%{_prefix}/lib/udev +rm -r %{buildroot}%{_initddir} + %fdupes -s doc %post ++++++ conf-rename.patch ++++++ Index: fuse-3.6.2/util/install_helper.sh =================================================================== --- fuse-3.6.2.orig/util/install_helper.sh +++ fuse-3.6.2/util/install_helper.sh @@ -24,7 +24,7 @@ else fi install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \ - "${DESTDIR}${sysconfdir}/fuse.conf" + "${DESTDIR}${sysconfdir}/fuse3.conf" if $useroot; then chown root:root "${DESTDIR}${bindir}/fusermount3" Index: fuse-3.6.2/util/meson.build =================================================================== --- fuse-3.6.2.orig/util/meson.build +++ fuse-3.6.2/util/meson.build @@ -1,4 +1,4 @@ -fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse.conf') +fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse3.conf') executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'], include_directories: include_dirs, ++++++ fuse-3.6.1.tar.xz -> fuse-3.6.2.tar.xz ++++++ ++++ 12472 lines of diff (skipped)
