Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bottom for openSUSE:Factory checked in at 2021-05-17 18:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bottom (Old) and /work/SRC/openSUSE:Factory/.bottom.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bottom" Mon May 17 18:45:40 2021 rev:7 rq:893794 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bottom/bottom.changes 2021-03-30 21:36:50.886677732 +0200 +++ /work/SRC/openSUSE:Factory/.bottom.new.2988/bottom.changes 2021-05-17 18:46:10.536404454 +0200 @@ -1,0 +2,18 @@ +Thu May 13 16:17:33 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to version 0.6.1 + * Fine-grained kill signals - bottom defaulted to kill -15, but + now, on Unix-based systems, you can directly choose which kill + signal you want. + * You can disable this feature if you want with the + --disable_advanced_kill flag or config option, which will + instead revert to the older style with just two options. + * Scroll position indicator using --show_table_scroll_position. + * Added Nord colour schemes. This can be enabled either in the + config file or command line with color=nord or color=nord-light. + * Add Ctrl-w and Ctrl-h shortcuts in search in order to delete a + word or a character respectively. + * Added mouse support for sorting process columns: + * Added users as a column in the process widget. + +------------------------------------------------------------------- Old: ---- bottom-0.5.7.tar.gz New: ---- _service bottom-0.6.1.tar.gz cargo_config ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bottom.spec ++++++ --- /var/tmp/diff_new_pack.3sWvDK/_old 2021-05-17 18:46:11.392400822 +0200 +++ /var/tmp/diff_new_pack.3sWvDK/_new 2021-05-17 18:46:11.396400805 +0200 @@ -18,7 +18,7 @@ Name: bottom -Version: 0.5.7 +Version: 0.6.1 Release: 0 Summary: Yet another graphical process/system monitor License: MIT @@ -26,6 +26,7 @@ URL: https://github.com/ClementTsang/bottom Source: https://github.com/ClementTsang/bottom/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz +Source2: cargo_config BuildRequires: cargo BuildRequires: rust @@ -34,15 +35,8 @@ customizable interface and a multitude of features. %prep -%setup -qa1 -mkdir -p .cargo -cat >.cargo/config <<EOF -[source.crates-io] -registry = 'https://github.com/rust-lang/crates.io-index' -replace-with = 'vendored-sources' -[source.vendored-sources] -directory = './vendor' -EOF +%autosetup -p 1 -a 1 +install -D -m 0644 %{SOURCE2} .cargo/config %build cargo build --release --locked %{?_smp_mflags} ++++++ _service ++++++ <services> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">bottom-0.6.1</param> </service> </services> ++++++ bottom-0.5.7.tar.gz -> bottom-0.6.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/bottom/bottom-0.5.7.tar.gz /work/SRC/openSUSE:Factory/.bottom.new.2988/bottom-0.6.1.tar.gz differ: char 12, line 1 ++++++ cargo_config ++++++ [source.crates-io] replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor"++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/bottom/vendor.tar.xz /work/SRC/openSUSE:Factory/.bottom.new.2988/vendor.tar.xz differ: char 25, line 1