Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package btop for openSUSE:Factory checked in at 2026-01-03 17:28:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/btop (Old) and /work/SRC/openSUSE:Factory/.btop.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btop" Sat Jan 3 17:28:05 2026 rev:41 rq:1325170 version:1.4.6+git20251226.5b920e3 Changes: -------- --- /work/SRC/openSUSE:Factory/btop/btop.changes 2025-10-28 14:47:08.628395819 +0100 +++ /work/SRC/openSUSE:Factory/.btop.new.1928/btop.changes 2026-01-03 17:28:41.134850352 +0100 @@ -1,0 +2,86 @@ +Fri Dec 26 18:06:04 UTC 2025 - Scott Bradnick <[email protected]> + +- Update to version 1.4.6+git20251226.5b920e3: + * v1.4.6 New features & Bug fixes + * Added "save_config_on_exit" option to configuration. + * chore: remove unused printf argument in makefile (#1423) + * ci: use proper link for pkg_add + * feat: default to lowercase truthy values + * fix: point log level description to new log file + * docs: update flags in manpage + * feat: add cli option to dump default config + * feat: mouse drag support for scrollbar (#1401) + * fix: shorten humanized units and remove dead code (#1393) + * chore(deps): update actions/upload-artifact action to v6 + * test: propagate libbtop link flags to tests + * Update link format for issue reference in CONTRIBUTING.md + * Update contributing guidelines + * Update README with AI contribution guidelines + * Update CONTRIBUTING.md with AI submission guidelines + * docs: add entry to man page and README for --themes-dir addition (#1387) + * fix: respect cpu_graph_lower = "Auto" (#1379) + * Fixed GPU box positions in low height settings + * Fixed GPU rendering + * Install README in its own subdirectory (#1373) + * test: add tests for string split + * refactor: use c++ 23 ranges for string split + * Bugfixes and improvements for NetBSD. + * Help btop find its themes in NetBSD. + * Revert off color changes when done. + * chore(deps): update actions/checkout action to v6 + * Fix: Align boxes when Cpu bottom and Gpu on + * fix: cpu per-thread totals not reaching 100% (#1366) + * chore: add license header + * fix: add missing include + * Pass only static duration strings to Config::set in Config::apply_preset + * fix segfault on musl systems + * feat: add --themes-dir flag + +------------------------------------------------------------------- +Sun Nov 16 02:55:09 UTC 2025 - Scott Bradnick <[email protected]> + +- btop now gcc >= 14, Leap has 13 & 15 - so swapping over to 15 + * "Requires at least GCC 14 or Clang 19." + - Commit e42fbf0 + +------------------------------------------------------------------- +Sun Nov 16 01:35:08 UTC 2025 - Scott Bradnick <[email protected]> + +- Update to version 1.4.5+git20251111.69c2cda: + * fix: don't over-/underflow when parsing --update argument (#1359) + * build(cmake): don't set a default build type + * Fix: missed changing mouse mapping for hide button + * fix: skip first argument of argv (#1339) + * test: add test harness with ctest + * ci: bump freebsd toolchain to GCC 15 + * Change snap test-build to use gcc-14 and g++-14 + * Add snapcraft.yaml to workflow paths + * snapcraft.yaml Fix autotools config + * Update snapcraft.yaml from https://github.com/kz6fittycent + * fix tty theme for pause banner + * detailed view hide button highlights + * fix: stabilize sort in tree mode when filter is applied (#1328) + * continue on new processes while paused + * refactor: simplify get_log_file + * flip name, command, and user sorting + * Implement feat Process list pausing + * Add missed conditionals for terminal sync toggle + * Add configuration toggle for terminal synchronization + * refactor: use std::string::contains + * refactor: use std::ranges::to to construct iota views + * refactor: use std::expected to indicate failure + * ci: use default cc on openbsd + * feat: raise cpp standard to c++23 + * ci: build without optimizations + * ci: simplify workflow + * ci: add cmake openbsd pipeline + * ci: update openbsd 7 runners to 7.8 + * ci: use prebuilt musl-cross toolchains for cross compilation + * feat: display container engine + * feat: respect effective cpus from cgroup + * Fix load average and GPU watts leaking past box border (#1304) + * Fix redraw in proc list when changing sort order (#1309) + * Handle missing SMC gracefully on macOS (#1305) + * Update actions/upload-artifact action to v5 (#1310) + +------------------------------------------------------------------- Old: ---- btop-1.4.5+git20251020.085c2da.tar.gz New: ---- btop-1.4.6+git20251226.5b920e3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btop.spec ++++++ --- /var/tmp/diff_new_pack.qLY0zR/_old 2026-01-03 17:28:42.258896340 +0100 +++ /var/tmp/diff_new_pack.qLY0zR/_new 2026-01-03 17:28:42.258896340 +0100 @@ -16,7 +16,7 @@ # Name: btop -Version: 1.4.5+git20251020.085c2da +Version: 1.4.6+git20251226.5b920e3 Release: 0 Summary: Usage and stats for processor, memory, disks, network and processes License: Apache-2.0 @@ -30,12 +30,13 @@ Patch0: Makefile.diff BuildRequires: coreutils BuildRequires: cmake +BuildRequires: lowdown BuildRequires: pkgconfig(libdrm) BuildRequires: sed -%if 0%{?suse_version} < 1550 -BuildRequires: gcc13-c++ +%if 0%{?suse_version} == 1600 +BuildRequires: gcc15-c++ %define cxxflags CXXFLAGS="%{optflags} -fPIE" -%define cxxopt CXX="g++-13" CC=gcc-13 +%define cxxopt CXX="g++-15" CC=gcc-15 ### Throws: # ... relocation R_X86_64_32S against hidden symbol `_ZTVN3fmt3v1012format_errorE' can not be used when # making a PIE object ..." error when '-pie' is used @@ -43,13 +44,14 @@ ##### %define lddopt LDCXXFLAGS="-ldl -lpthread -DFMT_HEADER_ONLY" %else -BuildRequires: gcc-c++ >= 11 -BuildRequires: lowdown +BuildRequires: gcc-c++ >= 14 %define cxxflags %{nil} %define cxxopt %{nil} %define lddopt %{nil} %endif +%if 0%{?suse_version} > 1600 Recommends: rocm-smi +%endif %description Resource monitor that shows usage and stats for processor, memory, disks, @@ -79,8 +81,6 @@ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%if 0%{?suse_version} > 1550 %{_mandir}/man1/%{name}.1.gz -%endif %license LICENSE ++++++ Makefile.diff ++++++ --- /var/tmp/diff_new_pack.qLY0zR/_old 2026-01-03 17:28:42.294897813 +0100 +++ /var/tmp/diff_new_pack.qLY0zR/_new 2026-01-03 17:28:42.298897976 +0100 @@ -1,12 +1,12 @@ ---- Makefile.smb 2024-01-07 17:53:29.277539396 -0500 -+++ Makefile 2024-01-07 17:53:57.784497347 -0500 -@@ -281,7 +281,7 @@ +--- Makefile.smb 2025-12-26 13:11:07.330543927 -0500 ++++ Makefile 2025-12-26 13:12:07.308426199 -0500 +@@ -303,7 +303,7 @@ @chmod 755 $(DESTDIR)$(PREFIX)/bin/btop - @printf "\033[1;92mInstalling doc to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop\n" - @mkdir -p $(DESTDIR)$(PREFIX)/share/btop -- @cp -p README.md $(DESTDIR)$(PREFIX)/share/btop + @printf "\033[1;92mInstalling doc to: \033[1;97m$(DESTDIR)$(PREFIX)/share/doc/btop\033[0m\n" + @mkdir -p $(DESTDIR)$(PREFIX)/share/doc/btop +- @cp -p README.md $(DESTDIR)$(PREFIX)/share/doc/btop + @cp -p README.md $(DESTDIR)$(PREFIX)/share/doc/packages/btop + @mkdir -p $(DESTDIR)$(PREFIX)/share/btop @printf "\033[1;92mInstalling themes to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop/themes\033[0m\n" @cp -pr themes $(DESTDIR)$(PREFIX)/share/btop - @printf "\033[1;92mInstalling desktop entry to: \033[1;97m$(DESTDIR)$(PREFIX)/share/applications/btop.desktop\n" ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.qLY0zR/_old 2026-01-03 17:28:42.326899121 +0100 +++ /var/tmp/diff_new_pack.qLY0zR/_new 2026-01-03 17:28:42.330899286 +0100 @@ -1,5 +1,5 @@ -mtime: 1761585874 -commit: 6e2968a32066ddf1d43b792161708da99bb53ebcecd20cf26ff7a9c742d2f933 +mtime: 1766772825 +commit: 67440619f31bc5e8ac3d05a9f3a7cbd341a4084e0f9136bfa702391480962e46 url: https://src.opensuse.org/sbradnick/btop revision: main ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.qLY0zR/_old 2026-01-03 17:28:42.366900759 +0100 +++ /var/tmp/diff_new_pack.qLY0zR/_new 2026-01-03 17:28:42.370900922 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/aristocratos/btop</param> - <param name="changesrevision">085c2dacbe4147e5f91e39fe7184125334a1941d</param></service></servicedata> + <param name="changesrevision">5b920e3bdbbf6d9eada7566d08a6537a27a7b6a3</param></service></servicedata> (No newline at EOF) ++++++ btop-1.4.5+git20251020.085c2da.tar.gz -> btop-1.4.6+git20251226.5b920e3.tar.gz ++++++ ++++ 4531 lines of diff (skipped) ++++++ btop.obsinfo ++++++ --- /var/tmp/diff_new_pack.qLY0zR/_old 2026-01-03 17:28:42.634911723 +0100 +++ /var/tmp/diff_new_pack.qLY0zR/_new 2026-01-03 17:28:42.638911887 +0100 @@ -1,5 +1,5 @@ name: btop -version: 1.4.5+git20251020.085c2da -mtime: 1760956983 -commit: 085c2dacbe4147e5f91e39fe7184125334a1941d +version: 1.4.6+git20251226.5b920e3 +mtime: 1766765243 +commit: 5b920e3bdbbf6d9eada7566d08a6537a27a7b6a3 ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-26 19:14:05.000000000 +0100 @@ -0,0 +1,4 @@ +_buildconfig-* +_buildinfo-* +*.obscpio +btop/
