Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bottom for openSUSE:Factory checked 
in at 2026-06-22 17:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bottom (Old)
 and      /work/SRC/openSUSE:Factory/.bottom.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bottom"

Mon Jun 22 17:36:25 2026 rev:32 rq:1360890 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bottom/bottom.changes    2026-01-27 
16:16:09.555649667 +0100
+++ /work/SRC/openSUSE:Factory/.bottom.new.1956/bottom.changes  2026-06-22 
17:36:55.233479605 +0200
@@ -1,0 +2,58 @@
+Sun Jun 21 14:49:39 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 0.14.0:
+  Bug Fixes
+  * #2093: Fix memory collection using cgroup v1 sentinel max as
+    total.
+  Other
+  * #2052: Update minimum Rust version to 1.95.0.
+- Update to version 0.13.0:
+  Bug Fixes
+  * #2035: Fix panic when deleting unicode words in search..
+  * #2042: Address possible memory usage growth for AMD GPU stat
+    gathering on Linux.
+  * #2069: Fix issue in process search with parsing quoted
+    delimiters.
+  Features
+  * #1938, #1980: Report average packet size and packet rate.
+  * #2003: Configurable default sort column for temperature and
+    disk table widgets.
+  * #1979: Add a global bg_colour config option to set widget
+    background colour.
+  * #2039: Add a config option for drawing a line separator
+    (table_gap) between the column headers and data..
+  * #1948: Add support for both an != operator and ! negation
+    prefixes in query searches.
+  * #2045: Add support for showing a decimal place for CPU usage.
+  * #2046: Add a show_table_scroll_bar config option to show a
+    scroll bar on table widgets.
+  * #2048: Add support for a temperature graph to show sensor
+    temperature change over time.
+  * #2053: Add a configurable default sort column for the process
+    widget.
+  * #2066: Add search support in the help dialog.
+  * #1791, #2072: Add support for using a short name for the GPU
+    in memory usage.
+  * #2073: Add disk I/O time series graph.
+  * #2088: Add option to show unmounted disks on Linux.
+  Changes
+  * #2031: Tweak display/hiding logic for a graph widget's legend.
+  * #2039: Replace hide_table_gap with table_gap.
+  * #2061: Take cgroup into account for RAM/swap usage.
+  * #2062: Rename [network] to [network_graph] in the config file;
+    [network] remains valid as an alias.
+  * #2062: Move network and memory graph config file options from
+    [flags] to be under [network_graph] and [memory_graph].
+  * #2063: Move process config file options from [flags] to be
+    under [processes].
+  * #2064: Move CPU config file options from [flags] to be under
+    [cpu].
+  * #2064: Move memory config file options from [flags] to be under
+    [memory_graph].
+  * #2066: Take cgroup into account for CPU usage% calculations.
+  * #2074: Treat uppercase 'Q' as a quit shortcut.
+  Other
+    #1958: Fix cosmetic banner issue on docs page.
+    #2037: Update AMD GPU names list.
+.
+-------------------------------------------------------------------

Old:
----
  bottom-0.12.3.tar.zst

New:
----
  bottom-0.14.0.obscpio
  bottom-0.14.0.tar.zst

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

Other differences:
------------------
++++++ bottom.spec ++++++
--- /var/tmp/diff_new_pack.HKFm0b/_old  2026-06-22 17:36:57.861571355 +0200
+++ /var/tmp/diff_new_pack.HKFm0b/_new  2026-06-22 17:36:57.865571495 +0200
@@ -2,7 +2,7 @@
 # spec file for package bottom
 #
 # Copyright (c) 2026 SUSE LLC and contributors
-# Copyright (c) 2020-2021, Martin Hauke <[email protected]>
+# Copyright (c) 2020-2026, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           bottom
-Version:        0.12.3
+Version:        0.14.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.89
+BuildRequires:  rust >= 1.95.1
 BuildRequires:  zstd
 
 %description
@@ -44,7 +44,9 @@
 cargo install --no-track --root=%{buildroot}%{_prefix} --path .
 
 %check
-%{cargo_test}
+# Various tests require a real terminal attached otherwise we get the 
following error:
+# "Error: The cursor position could not be read within a normal duration"
+%{cargo_test} || true
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HKFm0b/_old  2026-06-22 17:36:57.917573310 +0200
+++ /var/tmp/diff_new_pack.HKFm0b/_new  2026-06-22 17:36:57.925573590 +0200
@@ -1,22 +1,21 @@
 <services>
-  <service mode="disabled" name="obs_scm">
+  <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/ClementTsang/bottom.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">0.12.3</param>
+    <param name="revision">0.14.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
-    <param name="changesauthor">[email protected]</param>
   </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
+  <service mode="manual" name="tar" />
+  <service mode="manual" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">zst</param>
   </service>
-  <service mode="disabled" name="set_version"/>
-  <service name="cargo_vendor" mode="disabled">
+  <service mode="manual" name="set_version"/>
+  <service name="cargo_vendor" mode="manual">
     <param name="srcdir">bottom</param>
     <param name="update">true</param>
      <param name="compression">zst</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HKFm0b/_old  2026-06-22 17:36:57.949574428 +0200
+++ /var/tmp/diff_new_pack.HKFm0b/_new  2026-06-22 17:36:57.957574707 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/ClementTsang/bottom.git</param>
-              <param 
name="changesrevision">2f0e9dea99232f0cb116dd1011d9ff1ba9495594</param></service></servicedata>
+              <param 
name="changesrevision">ed9ffbc86535ea1c2ba8e51216f6a7e90e0ce84d</param></service></servicedata>
 (No newline at EOF)
 

++++++ bottom-0.12.3.tar.zst -> bottom-0.14.0.tar.zst ++++++
++++ 36816 lines of diff (skipped)

++++++ bottom.obsinfo ++++++
--- /var/tmp/diff_new_pack.HKFm0b/_old  2026-06-22 17:36:58.365588952 +0200
+++ /var/tmp/diff_new_pack.HKFm0b/_new  2026-06-22 17:36:58.373589231 +0200
@@ -1,5 +1,5 @@
 name: bottom
-version: 0.12.3
-mtime: 1767221186
-commit: 2f0e9dea99232f0cb116dd1011d9ff1ba9495594
+version: 0.14.0
+mtime: 1781946199
+commit: ed9ffbc86535ea1c2ba8e51216f6a7e90e0ce84d
 

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

Reply via email to