Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcachefs-tools for openSUSE:Factory 
checked in at 2024-06-20 16:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcachefs-tools (Old)
 and      /work/SRC/openSUSE:Factory/.bcachefs-tools.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcachefs-tools"

Thu Jun 20 16:48:43 2024 rev:11 rq:1181897 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcachefs-tools/bcachefs-tools.changes    
2024-04-18 22:15:04.150914718 +0200
+++ /work/SRC/openSUSE:Factory/.bcachefs-tools.new.18349/bcachefs-tools.changes 
2024-06-20 16:49:25.682332280 +0200
@@ -1,0 +2,24 @@
+Wed Jun 19 19:55:02 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Update to release v1.9.1:
+  * improve editorconfig to include sh scripts
+  * fix: remove newlines from passphrase
+  * fix: search for key in all keyrings
+- Updates from release v1.9.0:
+  * add BCACHEFS_BLOCK_SCAN environment variable for users that
+  * add BCACHEFS_KERNEL_ONLY environment variable for test
+    bcachefs, utilize it. Otherwise, resort to traversing block
+    devices and checking for bcachefs super blocks.
+    environments
+  * Handle mount with FS with 1 device
+    have a broken blkid which renders the udev db as incomplete
+  * manpage: incorrect "delete" to "snapshot"
+  * mount: If the udev database contains information about
+  * mount: Make udev_bcachefs_info more idiomatic
+  * fix typo that causes encrypted drives to become stuck in a
+    busy loop
+  * check_for_key before ask_for_passphrase -- check if there is
+    already a key in the keyring available before trying to get the
+    key from some more involved means
+
+-------------------------------------------------------------------

Old:
----
  bcachefs-tools-vendored-1.7.0.tar.sign
  bcachefs-tools-vendored-1.7.0.tar.zst

New:
----
  bcachefs-tools-vendored-1.9.1.tar.sign
  bcachefs-tools-vendored-1.9.1.tar.zst

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

Other differences:
------------------
++++++ bcachefs-tools.spec ++++++
--- /var/tmp/diff_new_pack.S5xFuF/_old  2024-06-20 16:49:27.654401641 +0200
+++ /var/tmp/diff_new_pack.S5xFuF/_new  2024-06-20 16:49:27.654401641 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           bcachefs-tools
-Version:        1.7.0
+Version:        1.9.1
 Release:        0
 Summary:        Configuration utilities for bcachefs
 License:        GPL-2.0-or-later
@@ -62,8 +62,12 @@
 %autosetup -p1
 
 %build
-%make_build PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" \
-       EXTRA_CFLAGS="%optflags"
+# gh/koverstreet/bcachefs-tools#237
+# bcachefs-tools uses malloc_usable_size, which is incompatible
+# with fortification level 3
+export CFLAGS="${RPM_OPT_FLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+export CXXFLAGS="${RPM_OPT_FLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+%make_build PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir"
 
 %install
 %make_install PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir"

++++++ bcachefs-tools-vendored-1.7.0.tar.zst -> 
bcachefs-tools-vendored-1.9.1.tar.zst ++++++
/work/SRC/openSUSE:Factory/bcachefs-tools/bcachefs-tools-vendored-1.7.0.tar.zst 
/work/SRC/openSUSE:Factory/.bcachefs-tools.new.18349/bcachefs-tools-vendored-1.9.1.tar.zst
 differ: char 8, line 1

Reply via email to