Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuse3 for openSUSE:Factory checked 
in at 2023-01-14 20:31:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse3 (Old)
 and      /work/SRC/openSUSE:Factory/.fuse3.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse3"

Sat Jan 14 20:31:36 2023 rev:22 rq:1058305 version:3.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse3/fuse3.changes      2022-09-16 
13:32:30.785302101 +0200
+++ /work/SRC/openSUSE:Factory/.fuse3.new.32243/fuse3.changes   2023-01-14 
20:31:54.793282131 +0100
@@ -1,0 +2,11 @@
+Fri Jan 13 21:23:26 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 3.13
+  * There is a new low-level API function fuse_session_custom_io
+    that allows to implement a daemon with a custom io. This can
+    be used to create a daemon that can process incoming FUSE
+    requests to other destinations than /dev/fuse.
+  * A deadlock when resolving paths in the high-level API has
+    been fixed.
+
+-------------------------------------------------------------------

Old:
----
  fuse-3.12.0.tar.xz
  fuse-3.12.0.tar.xz.asc

New:
----
  fuse-3.13.0.tar.xz
  fuse-3.13.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fuse3.spec ++++++
--- /var/tmp/diff_new_pack.dom7tG/_old  2023-01-14 20:31:55.293285084 +0100
+++ /var/tmp/diff_new_pack.dom7tG/_new  2023-01-14 20:31:55.301285131 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fuse3
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           fuse3
-Version:        3.12.0
+Version:        3.13.0
 Release:        0
 Summary:        Reference implementation of the "Filesystem in Userspace"
 License:        BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Filesystems
 URL:            https://github.com/libfuse/libfuse
-Source:         
https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz
-Source1:        
https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc
+Source:         
https://github.com/libfuse/libfuse/releases/download/fuse-%version/fuse-%version.tar.xz
+Source1:        
https://github.com/libfuse/libfuse/releases/download/fuse-%version/fuse-%version.tar.xz.asc
 Source2:        fuse.keyring
 Source1000:     baselibs.conf
 Patch1:         conf-rename.patch
@@ -68,9 +68,9 @@
 %package devel
 Summary:        Development package for FUSE (userspace filesystem) modules
 Group:          Development/Languages/C and C++
-Requires:       fuse3 = %{version}
+Requires:       fuse3 = %version
 Requires:       glibc-devel
-Requires:       libfuse3-3 = %{version}
+Requires:       libfuse3-3 = %version
 
 %description devel
 This package contains all include files, libraries and configuration
@@ -81,27 +81,27 @@
 systems.
 
 %prep
-%autosetup -p1 -n fuse-%{version}
+%autosetup -p1 -n fuse-%version
 
 %build
-%define _lto_cflags %{nil}
+%define _lto_cflags %nil
 %meson -Duseroot=false
 %meson_build
 
 %install
 %meson_install
 
-find %{buildroot} -type f -name "*.la" -delete -print
+find "%buildroot" -type f -name "*.la" -delete -print
 
 # Remove unneeded stuff
-rm -rfv %{buildroot}/%{_prefix}/lib/udev %{buildroot}/%{_initddir}
+rm -rfv %buildroot/%_prefix/lib/udev %buildroot/%_initddir
 %fdupes -s doc
 
 %post
-%set_permissions %{_bindir}/fusermount3
+%set_permissions %_bindir/fusermount3
 
 %verifyscript
-%verify_permissions -e %{_bindir}/fusermount3
+%verify_permissions -e %_bindir/fusermount3
 
 %post -n libfuse3-3 -p /sbin/ldconfig
 %postun -n libfuse3-3 -p /sbin/ldconfig
@@ -109,22 +109,22 @@
 %files
 %license LICENSE GPL2.txt LGPL2.txt
 %doc AUTHORS ChangeLog.rst
-%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount3
-%{_sbindir}/mount.fuse3
-%config %{_sysconfdir}/fuse3.conf
-%{_mandir}/man1/fusermount3.1%{?ext_man}
-%{_mandir}/man8/mount.fuse3.8%{?ext_man}
+%verify(not mode) %attr(4750,root,trusted) %_bindir/fusermount3
+%_sbindir/mount.fuse3
+%config %_sysconfdir/fuse3.conf
+%_mandir/man1/*
+%_mandir/man8/*
 
 %files -n libfuse3-3
-%{_libdir}/libfuse3.so.3*
+%_libdir/libfuse3.so.3*
 
 %files doc
 %doc example doc
 
 %files devel
-%{_libdir}/libfuse3.so
-%{_includedir}/fuse3/*.h
-%{_includedir}/fuse3
-%{_libdir}/pkgconfig/*.pc
+%_libdir/libfuse3.so
+%_includedir/fuse3/*.h
+%_includedir/fuse3
+%_libdir/pkgconfig/*.pc
 
 %changelog

++++++ fuse-3.12.0.tar.xz -> fuse-3.13.0.tar.xz ++++++
++++ 49517 lines of diff (skipped)

Reply via email to