Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bottom for openSUSE:Factory checked 
in at 2023-01-02 15:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bottom (Old)
 and      /work/SRC/openSUSE:Factory/.bottom.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bottom"

Mon Jan  2 15:01:54 2023 rev:13 rq:1046011 version:0.7.0~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bottom/bottom.changes    2022-06-21 
16:32:38.667831626 +0200
+++ /work/SRC/openSUSE:Factory/.bottom.new.1563/bottom.changes  2023-01-02 
15:01:58.849287709 +0100
@@ -1,0 +2,50 @@
+Sun Jan  1 16:31:08 UTC 2023 - Jan-Luca Kiok <[email protected]>
+
+- Add build dependency to zstd compression tool
+
+-------------------------------------------------------------------
+Sun Jan  1 15:45:48 UTC 2023 - Jan-Luca Kiok <[email protected]>
+
+- Apply current rust service template
+- Change source compress algorithm
+- Use cargo test for check stage
+- Update to version 0.7.0:
+  * Bug Fixes
+    + Fix building in Rust beta 1.61 due to `as_ref()` calls
+      causing type inference issues.
+    + Fix clicking on empty space in tables selecting the very last
+      entry of a list in some cases.
+    + Fix panic if battery feature was disabled during compilation.
+    + Fix bottom keeping devices awake in certain scenarios
+    + Use alternative method of getting parent PID in some cases on
+      macOS devices to avoid needing root access.
+    + Fix possible gaps with widget layout spacing.
+    + Fix search scrolling with wider Unicode characters.
+  * Changes
+    + Add some colour to `-h`/`--help` as part of updating to clap
+      3.0.
+    + Add ARM musl binary build tasks.
+    + Add more human friendly temperature sensor names for Linux
+    + Add macOS M1, FreeBSD 12, and FreeBSD 13 binary build tasks.
+    + Improve CPU usage by optimizing draw logic of charts and
+      tables.
+  * Features
+    + Add support for NVIDIA GPU temperature sensors
+    + Add a check for whether bottom is being run in a terminal.
+    + Add FreeBSD support
+    + Add half page scrolling with `ctrl-u` and `ctrl-d`
+    + Add ZFS ARC support
+    + Add GPU memory support for NVIDIA GPUs
+    + Update sysinfo to support M1 macOS temperature sensors.
+    + Add CLI options for GPU memory
+    + Add page up/page down support for the help screen
+    + Make temperature widget sortable.
+    + Make disk widget sortable.
+    + Add pasting to the search bar.
+    + Add custom retention periods for data.
+    + Add non-normalized CPU usage to processes
+    + Add an option to expand the default widget on startup
+  * Other
+    + Fix dead links in docs
+
+-------------------------------------------------------------------

Old:
----
  bottom-0.6.8.tar.gz
  vendor.tar.xz

New:
----
  _servicedata
  bottom-0.7.0~0.tar.zst
  vendor.tar.zst

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

Other differences:
------------------
++++++ bottom.spec ++++++
--- /var/tmp/diff_new_pack.IyoxvZ/_old  2023-01-02 15:01:59.957293936 +0100
+++ /var/tmp/diff_new_pack.IyoxvZ/_new  2023-01-02 15:01:59.965293981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bottom
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2020-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,17 +18,17 @@
 
 
 Name:           bottom
-Version:        0.6.8
+Version:        0.7.0~0
 Release:        0
 Summary:        Yet another graphical process/system monitor
 License:        MIT
 Group:          System/Monitoring
 URL:            https://github.com/ClementTsang/bottom
-Source:         
https://github.com/ClementTsang/bottom/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:        vendor.tar.xz
+Source:         %{name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
 Source2:        cargo_config
-BuildRequires:  cargo >= 1.58
-BuildRequires:  rust
+BuildRequires:  cargo-packaging
+BuildRequires:  zstd
 
 %description
 A cross-platform graphical process/system monitor with a
@@ -44,6 +44,9 @@
 %install
 cargo install --no-track --root=%{buildroot}%{_prefix} --path .
 
+%check
+%{cargo_test}
+
 %files
 %license LICENSE
 %doc CHANGELOG.md README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IyoxvZ/_old  2023-01-02 15:02:00.009294228 +0100
+++ /var/tmp/diff_new_pack.IyoxvZ/_new  2023-01-02 15:02:00.013294251 +0100
@@ -1,6 +1,28 @@
 <services>
+  <service mode="disabled" name="obs_scm">
+    <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.7.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">
+    <param name="file">*.tar</param>
+    <param name="compression">zst</param>
+  </service>
+  <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
-    <param name="srcdir">bottom-0.6.8</param>
+    <param name="srcdir">bottom</param>
+    <param name="update">true</param>
+     <param name="compression">zst</param>
+  </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">bottom</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/ClementTsang/bottom.git</param>
              <param 
name="changesrevision">4d5a58c3eced02189b70ecfdae4dc600b98d20c2</param></service></servicedata>
(No newline at EOF)

Reply via email to