Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unionfs-fuse for openSUSE:Factory 
checked in at 2025-05-07 19:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old)
 and      /work/SRC/openSUSE:Factory/.unionfs-fuse.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unionfs-fuse"

Wed May  7 19:22:14 2025 rev:22 rq:1275292 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes        
2025-04-03 16:51:15.378359001 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new.30101/unionfs-fuse.changes     
2025-05-07 19:22:27.882243765 +0200
@@ -1,0 +2,13 @@
+Fri Apr 25 17:19:58 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 3.6:
+  * fix long standing bug with directory renames in cow mode
+  * disable logging to file since it had some unresolved locking
+    issues
+  * add support for direct_io
+  * various nfs fixes and race conditions fixes
+  * fuse3 support (boo#1242079)
+  * add branch-preserving logic
+- upstream cmake 4 compatibility
+
+-------------------------------------------------------------------

Old:
----
  v2.2.tar.gz

New:
----
  v3.6.tar.gz

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

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.g7qjNd/_old  2025-05-07 19:22:28.446267318 +0200
+++ /var/tmp/diff_new_pack.g7qjNd/_new  2025-05-07 19:22:28.450267485 +0200
@@ -2,6 +2,7 @@
 # spec file for package unionfs-fuse
 #
 # Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +18,22 @@
 
 
 Name:           unionfs-fuse
-Version:        2.2
+Version:        3.6
 Release:        0
 Summary:        Userspace Unionfs File System
 License:        BSD-3-Clause
 URL:            https://github.com/rpodgorny/unionfs-fuse
 Source:         
https://github.com/rpodgorny/unionfs-fuse/archive/v%{version}.tar.gz
-BuildRequires:  cmake >= 3.5
-BuildRequires:  fuse-devel
-BuildRequires:  gcc-c++
+BuildRequires:  c++_compiler
+BuildRequires:  cmake
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(fuse3)
+Requires:       fuse3
+%if 0%{?suse_version} >= 1600
+BuildRequires:  pkgconfig(libattr)
+%else
 BuildRequires:  libattr-devel
-Requires:       fuse
+%endif
 
 %description
 unionfs-fuse overlays several directory into one single mount point
@@ -39,10 +45,10 @@
 (cow) mode was enabled.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%cmake -DWITH_XATTR=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+%cmake -DWITH_XATTR=1
 %cmake_build
 
 %install
@@ -54,7 +60,8 @@
 %files
 %license LICENSE
 %doc CREDITS NEWS
-%{_mandir}/man?/*
+%{_mandir}/man8/unionfs.8%{?ext_man}
 %{_bindir}/unionfs
 %{_bindir}/unionfsctl
+%{_sbindir}/mount.unionfs
 

++++++ v2.2.tar.gz -> v3.6.tar.gz ++++++
++++ 2848 lines of diff (skipped)

Reply via email to