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-04-03 16:49:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old)
 and      /work/SRC/openSUSE:Factory/.unionfs-fuse.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unionfs-fuse"

Thu Apr  3 16:49:53 2025 rev:21 rq:1266720 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes        
2024-08-08 10:59:05.645336127 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new.1907/unionfs-fuse.changes      
2025-04-03 16:51:15.378359001 +0200
@@ -1,0 +2,7 @@
+Sat Mar 22 00:33:11 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Add %check section
+- Remove Group: Declarations, no longer used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.1A3lDn/_old  2025-04-03 16:51:15.838378382 +0200
+++ /var/tmp/diff_new_pack.1A3lDn/_new  2025-04-03 16:51:15.842378551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unionfs-fuse
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,9 @@
 Release:        0
 Summary:        Userspace Unionfs File System
 License:        BSD-3-Clause
-Group:          System/Filesystems
 URL:            https://github.com/rpodgorny/unionfs-fuse
 Source:         
https://github.com/rpodgorny/unionfs-fuse/archive/v%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libattr-devel
@@ -43,12 +42,15 @@
 %setup -q
 
 %build
-%cmake -DWITH_XATTR=1
+%cmake -DWITH_XATTR=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 %install
 %cmake_install
 
+%check
+%ctest
+
 %files
 %license LICENSE
 %doc CREDITS NEWS

Reply via email to