Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bottom for openSUSE:Factory checked 
in at 2025-08-10 22:20:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bottom (Old)
 and      /work/SRC/openSUSE:Factory/.bottom.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bottom"

Sun Aug 10 22:20:53 2025 rev:25 rq:1298619 version:0.11.0~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bottom/bottom.changes    2024-08-13 
13:25:02.758751130 +0200
+++ /work/SRC/openSUSE:Factory/.bottom.new.1085/bottom.changes  2025-08-10 
22:21:06.200476522 +0200
@@ -1,0 +2,52 @@
+Sat Aug 09 18:57:55 UTC 2025 - Jan-Luca Kiok <[email protected]>
+
+- Bump rust version requirement to 1.81
+
+-------------------------------------------------------------------
+Sat Aug 09 18:42:24 UTC 2025 - Jan-Luca Kiok <[email protected]>
+
+- Update to version 0.11.0~0:
+  * Features
+    * Add the ability to configure the disk widget's table columns.
+    * Support AMD GPU data collection on Linux.
+    * Support changing the widget borders.
+    * Support delete key (fn + delete on macOS) to kill processes.
+    * Support using left/right key to collapse/expand process trees 
respectively.
+    * Add a virtual memory column for processes.
+    * Add option to have process tree entries be collapsed by default.
+  * Bug Fixes
+    * Fix missing parent section names in default config.
+    * Fix typo in default config.
+    * Fix issue where CPU usage in basic mode looks weird if core count isn't 
divisible by four.
+    * Fix missing selected text background colour in default-light theme.
+    * Fix using "none" for chart legend position in configs.
+    * Fix incorrect default config definitions for chart legends.
+    * Fix support for nilfs2 file system.
+    * Fix properly cleaning up the terminal if the program is terminated due 
to an Err bubbling to the top.
+    * Fix network graphs using log scaling having broken lines when a point 
was 0.
+    * Fix for ARC/SWAP not being hidden in basic mode after refactor.
+    * Fix graph lines potentially showing up behind legends.
+    * Fix process kill dialog occasionally causing panics.
+    * Fix missing stats/incorrect mount name for certain entries in the disk 
widget.
+    * Fix increment for data tables if the change is greater than the number 
of entries left.
+  * Changes
+    * Rename --enable_gpu to --disable_gpu, and make GPU features enabled by 
default.
+    * Consider $XDG_CONFIG_HOME on macOS when looking for a default config 
path in a backwards-compatible fashion.
+    * Allow hyphenated arguments to work as well (e.g. --autohide-time).
+    * Redesign process kill dialog.
+    * Disable mouse capture when disable_click is set.
+    * Change how we calculate swap usage in Windows.
+Other
+    * Fix missing parent section names in TOML.
+    * Add Terra installation instructions.
+    * Update demo caption in docs.
+    * Update Arch install instructions.
+    * Better handle NVIDIA GPUs on Linux with only libnvidia-ml.so.1.
+    * Make it possible to override completion/manpage generation output 
directory via env.
+    * Rework how data is stored internally, reducing memory usage a bit.
+    * Update Nix installation instructions.
+    * Update openSUSE installation instructions.
+    * Update Alpine Linux installation instructions.
+    * Fix invalid desktop file values.
+
+-------------------------------------------------------------------

Old:
----
  bottom-0.10.2~0.tar.zst

New:
----
  bottom-0.11.0~0.tar.zst

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

Other differences:
------------------
++++++ bottom.spec ++++++
--- /var/tmp/diff_new_pack.NogW4x/_old  2025-08-10 22:21:07.584534001 +0200
+++ /var/tmp/diff_new_pack.NogW4x/_new  2025-08-10 22:21:07.588534168 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bottom
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2020-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           bottom
-Version:        0.10.2~0
+Version:        0.11.0~0
 Release:        0
 Summary:        Yet another graphical process/system monitor
 License:        Apache-2.0 AND MIT
@@ -27,7 +27,7 @@
 Source:         %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
 BuildRequires:  cargo-packaging
-BuildRequires:  rust >= 1.70
+BuildRequires:  rust >= 1.81
 BuildRequires:  zstd
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NogW4x/_old  2025-08-10 22:21:07.628535829 +0200
+++ /var/tmp/diff_new_pack.NogW4x/_new  2025-08-10 22:21:07.628535829 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/ClementTsang/bottom.git</param>
     <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">0.10.2</param>
+    <param name="revision">0.11.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NogW4x/_old  2025-08-10 22:21:07.652536825 +0200
+++ /var/tmp/diff_new_pack.NogW4x/_new  2025-08-10 22:21:07.656536991 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/ClementTsang/bottom.git</param>
-              <param 
name="changesrevision">2ec1fb56c9db0b37acc4eca3230adfb52720376b</param></service></servicedata>
+              <param 
name="changesrevision">566502347eeb61819a33a2222faf3621583430a9</param></service></servicedata>
 (No newline at EOF)
 

++++++ bottom-0.10.2~0.tar.zst -> bottom-0.11.0~0.tar.zst ++++++
++++ 43155 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/bottom/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.bottom.new.1085/vendor.tar.zst differ: char 7, line 
1

Reply via email to