Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuse-exfat for openSUSE:Factory 
checked in at 2024-07-18 19:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse-exfat (Old)
 and      /work/SRC/openSUSE:Factory/.fuse-exfat.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse-exfat"

Thu Jul 18 19:17:17 2024 rev:7 rq:1188241 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse-exfat/fuse-exfat.changes    2024-01-05 
21:46:18.929039971 +0100
+++ /work/SRC/openSUSE:Factory/.fuse-exfat.new.17339/fuse-exfat.changes 
2024-07-18 19:17:25.101694857 +0200
@@ -1,0 +2,6 @@
+Sun Jul 14 09:41:28 UTC 2024 - Andreas Stieger <[email protected]>
+
+- use fuse 3
+- remove autotools dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fuse-exfat.spec ++++++
--- /var/tmp/diff_new_pack.cNih4o/_old  2024-07-18 19:17:25.953729009 +0200
+++ /var/tmp/diff_new_pack.cNih4o/_new  2024-07-18 19:17:25.957729169 +0200
@@ -3,6 +3,7 @@
 #
 # Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2013 Sidlovsky, Yaroslav <[email protected]>
+# Copyright (c) 2024 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +26,8 @@
 Group:          System/Filesystems
 URL:            https://github.com/relan/exfat
 Source0:        
https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  fuse-devel >= 2.6
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
-Requires:       fuse >= 2.6
+BuildRequires:  pkgconfig(fuse3)
 Recommends:     exfat-utils
 
 %description
@@ -40,18 +37,18 @@
 a standard FS for SDXC memory cards.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-# force installation of manual pages
-sed -i -e 's/no-installman//' configure.ac
-autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
+%check
+%make_build check
+
 %files
 %license COPYING
 %doc ChangeLog README

Reply via email to