Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2025-12-02 13:19:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and      /work/SRC/openSUSE:Factory/.s3fs.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s3fs"

Tue Dec  2 13:19:38 2025 rev:22 rq:1320742 version:1.96

Changes:
--------
--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes        2024-10-28 
15:24:33.878073130 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new.14147/s3fs.changes     2025-12-02 
13:21:09.577379571 +0100
@@ -1,0 +2,9 @@
+Tue Nov 25 21:32:51 UTC 2025 - Andreas Stieger <[email protected]>
+
+- Update to version 1.96:
+  * Ported to FUSE 3 (boo#1242091)
+  * Improve IO concurrency
+  * Rename -o endpoint to -o region for clarity
+  * Avoid HeadObject calls with improved stats cache usage
+
+-------------------------------------------------------------------

Old:
----
  s3fs-1.95.tar.gz

New:
----
  s3fs-1.96.tar.gz

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

Other differences:
------------------
++++++ s3fs.spec ++++++
--- /var/tmp/diff_new_pack.CRck31/_old  2025-12-02 13:21:10.097401394 +0100
+++ /var/tmp/diff_new_pack.CRck31/_new  2025-12-02 13:21:10.101401562 +0100
@@ -2,6 +2,7 @@
 # spec file for package s3fs
 #
 # Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -17,7 +18,7 @@
 
 
 Name:           s3fs
-Version:        1.95
+Version:        1.96
 Release:        0
 Summary:        FUSE file system backed by Amazon S3 bucket
 License:        GPL-2.0-or-later
@@ -25,35 +26,32 @@
 URL:            https://github.com/s3fs-fuse/s3fs-fuse
 Source0:        
https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  automake
-BuildRequires:  dos2unix
-BuildRequires:  fuse-devel
-BuildRequires:  gcc-c++
-BuildRequires:  make
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libcrypto)
-BuildRequires:  pkgconfig(libcurl)
-BuildRequires:  pkgconfig(libxml-2.0)
-Requires:       fuse
+BuildRequires:  c++_compiler
+BuildRequires:  pkgconfig >= 0.9.0
+BuildRequires:  pkgconfig(fuse3) >= 3.0.0
+BuildRequires:  pkgconfig(libcrypto) >= 0.9
+BuildRequires:  pkgconfig(libcurl) >= 7.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
+Requires:       fuse3
 
 %description
 FUSE-based file system backed by Amazon S3. Mount a bucket as a local
 file system read/write. Store files/folders natively and transparently
 
 %prep
-%setup -q -n s3fs-fuse-%{version}
+%autosetup -p1 -n s3fs-fuse-%{version}
 
 %build
-./autogen.sh
+autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 %files
-%{!?_licensedir:%global license %doc}
 %license COPYING
 %doc ChangeLog README.md
 %{_bindir}/s3fs
-%{_mandir}/man1/s3fs.1%{ext_man}
+%{_mandir}/man1/s3fs.1%{?ext_man}
 

++++++ s3fs-1.95.tar.gz -> s3fs-1.96.tar.gz ++++++
++++ 21163 lines of diff (skipped)

Reply via email to