Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btfs for openSUSE:Factory checked in 
at 2026-09-14 16:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btfs (Old)
 and      /work/SRC/openSUSE:Factory/.btfs.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btfs"

Mon Sep 14 16:24:09 2026 rev:16 rq:1377791 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/btfs/btfs.changes        2026-08-24 
12:15:58.486295579 +0200
+++ /work/SRC/openSUSE:Factory/.btfs.new.1265/btfs.changes      2026-09-14 
16:24:11.088103078 +0200
@@ -1,0 +2,7 @@
+Sun Sep 13 23:18:21 UTC 2026 - Mia Herkt <[email protected]>
+
+- Update to version 3.3:
+  * Don't fall back to /tmp target directory
+    gh#johang/btfs#111
+
+-------------------------------------------------------------------

Old:
----
  btfs-3.2.tar.gz

New:
----
  btfs-3.3.tar.gz

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

Other differences:
------------------
++++++ btfs.spec ++++++
--- /var/tmp/diff_new_pack.KAm5sT/_old  2026-09-14 16:24:12.408158447 +0200
+++ /var/tmp/diff_new_pack.KAm5sT/_new  2026-09-14 16:24:12.413158657 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           btfs
-Version:        3.2
+Version:        3.3
 Release:        0
 Summary:        A BitTorrent file system based on FUSE
 License:        GPL-3.0-or-later

++++++ btfs-3.2.tar.gz -> btfs-3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btfs-3.2/configure.ac new/btfs-3.3/configure.ac
--- old/btfs-3.2/configure.ac   2026-08-09 16:22:21.000000000 +0200
+++ new/btfs-3.3/configure.ac   2026-09-13 10:03:07.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([btfs],[3.2],[[email protected]],[btfs],[https://github.com/johang/btfs])
+AC_INIT([btfs],[3.3],[[email protected]],[btfs],[https://github.com/johang/btfs])
 AC_CONFIG_SRCDIR([src/btfs.cc])
 
 AM_INIT_AUTOMAKE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btfs-3.2/src/btfs.cc new/btfs-3.3/src/btfs.cc
--- old/btfs-3.2/src/btfs.cc    2026-08-09 16:22:21.000000000 +0200
+++ new/btfs-3.3/src/btfs.cc    2026-09-13 10:03:07.000000000 +0200
@@ -792,7 +792,7 @@
                templ += getenv("HOME");
                templ += "/btfs";
        } else {
-               templ += "/tmp/btfs";
+               RETV(fprintf(stderr, "Failed to find target directory\n"), 
false);
        }
 
        if (mkdir(templ.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) {

Reply via email to