commit btop for openSUSE:Factory

2024-08-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2024-08-25 12:10:23

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.2698 (New)


Package is "btop"

Sun Aug 25 12:10:23 2024 rev:30 rq:1195799 version:1.3.2+git20240805.00c9088

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2024-05-10 
12:05:52.643096295 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.2698/btop.changes  2024-08-25 
12:10:41.356760433 +0200
@@ -1,0 +2,60 @@
+Fri Aug 16 22:06:46 UTC 2024 - scott.bradn...@suse.com
+
+- Updating ROCm to v6.2.0
+- Update to version 1.3.2+git20240805.00c9088:
+  * fix: include missed out utility header.
+  * Switch macos continuous build from gcc to clang
+  * Add fix for disk used and free percent #791
+  * Beautify command line error output and help message
+  * Disable STATIC build for cmake.
+  * Fix the pkg_add command in README.
+  * Bump NetBSD to 10.0 in CI.
+  * Update README.md with NetBSD details.
+  * Ignore netbsd folder in other builds.
+  * Use kvm and ifaddr defs from shared.hpp.
+  * Simplify the CI command.
+  * Add support for reading thermal stats.
+  * Add support for reading battery stats.
+  * Get the 64 bit value of physmem.
+  * Add CMake build support for NetBSD.
+  * Attempt to fix the CI.
+  * Fix some of the memory stats.
+  * Add build files for NetBSD.
+  * Add NetBSD Support.
+
+---
+Fri Jul 26 17:50:49 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240624.e4f69cd:
+  * Updated soon to be deprecated actions to latest versions
+  * Removed macos-14 for now due to XCode bug when compiling with gcc
+  * Removed deprecated macos-11 and add macos-13 and macos-14
+  * Update spacing
+  * fix io_graph_speeds parsing
+  * fix divide 0 error when caculating disk usage percentage (#791)
+
+---
+Thu Jun  6 17:20:20 UTC 2024 - Scott Bradnick 
+
+- Updating ROCm to v6.1.2
+  * Adding note about RSMI_STATIC=true not working for gcc-14
+  * Possibly https://github.com/ROCm/rocm_smi_lib/issues/170 has a fix?
+
+---
+Sat Jun 01 15:38:07 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240601.516979b:
+  * Fixed missing CPU core temps when too small to show core temp graphs, 
issues #792 #867
+  * Fixed missing IO graphs in IO mode, issue #867
+  * V1 of Phoenix Night theme
+  * Add missing linker flag for static links on FreeBSD
+  * Fix comments in theme files
+  * fix zero temp (#467)
+
+---
+Tue May 14 20:01:30 UTC 2024 - Scott Bradnick 
+
+- Adding 'BuildRequires: lowdown' for manpage generation.
+  * Currently TW only since lowdown isn't present in Leap
+
+---

Old:

  btop-1.3.2+git20240501.dd4ada7.tar.gz
  rocm_smi_lib-rocm-6.1.0.tar.gz

New:

  btop-1.3.2+git20240805.00c9088.tar.gz
  rocm_smi_lib-rocm-6.2.0.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.YNYmSU/_old  2024-08-25 12:10:42.700816209 +0200
+++ /var/tmp/diff_new_pack.YNYmSU/_new  2024-08-25 12:10:42.704816375 +0200
@@ -15,9 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define ROCm_version 6.1.0
+%define ROCm_version 6.2.0
 Name:   btop
-Version:1.3.2+git20240501.dd4ada7
+Version:1.3.2+git20240805.00c9088
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
@@ -43,6 +43,7 @@
 %define lddopt LDCXXFLAGS="-ldl -lpthread -DFMT_HEADER_ONLY"
 %else
 BuildRequires:  gcc-c++ >= 11
+BuildRequires:  lowdown
 %define cxxflags %{nil}
 %define cxxopt %{nil}
 %define lddopt %{nil}
@@ -59,10 +60,14 @@
 tar zxf %{SOURCE1} -C %{_builddir}/%{name}-%{version}/lib/rocm_smi_lib 
--strip-components=1
 
 %build
+###
+### RSMI_STATIC will break with gcc-14, as of <= v6.1.2 (20240606)
+###
 %make_build %{cxxflags} %{cxxopt} %{lddopt} RSMI_STATIC=true
 
 %install
 %make_install %{cxxopt} %{lddopt} PREFIX=%{_prefix}
+chmod -c 644 %{buildroot}%{_datadir}/%{name}/themes/*.theme
 
 %files
 %doc CHANGELOG.md README.md
@@ -78,5 +83,8 @@
 %{_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
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.YNYmSU/_old

commit btop for openSUSE:Factory

2024-05-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2024-05-10 12:05:00

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1880 (New)


Package is "btop"

Fri May 10 12:05:00 2024 rev:29 rq:1172951 version:1.3.2+git20240501.dd4ada7

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2024-02-22 
21:02:37.556177238 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1880/btop.changes  2024-05-10 
12:05:52.643096295 +0200
@@ -1,0 +2,56 @@
+Thu May  9 13:46:48 UTC 2024 - Scott Bradnick 
+
+- Adding btop-rpmlintrc as Source99
+
+---
+Wed May 01 18:53:11 UTC 2024 - scott.bradn...@suse.com
+
+- Removing btop_collect.cpp.diff since it was fixed upstream
+- Update to version 1.3.2+git20240501.dd4ada7:
+  * Fixed missing definition for ROCm static build
+
+---
+Wed May  1 18:49:35 UTC 2024 - Scott Bradnick 
+
+- Using '-pie' for 15.5 and 15.6 causes errors in the linking stage, removing.
+- Adding btop-rpmlintrc
+
+---
+Wed May  1 18:27:21 UTC 2024 - Scott Bradnick 
+
+- Adjusting btop_collect.cpp.diff to follow suggestion from
+  https://github.com/aristocratos/btop/issues/837
+
+---
+Wed May 01 15:03:01 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240430.b48bf6a:
+  * Add info text about regex filtering in help menu
+  * Add regex filtering
+  * Fix typo
+  * Show time in days when remaining battery exceeds an estimation of 24h
+  * Fix brew not finding LLVM path after release of LLVM 18
+  * Remove logging for uid without username
+  * osx: show uid instead of 'unknown' if no user exists with the same
+  * fix: crash on osx proc box
+  * fix pwr_usage not being defined correctly during rsmi collection
+
+---
+Wed May  1 13:59:12 UTC 2024 - Scott Bradnick 
+
+- Adding btop_collect.cpp.diff which reverts changes that were done as a part
+  of https://github.com/aristocratos/btop/issues/794 and incorporated as
+  https://github.com/aristocratos/btop/pull/796
+- Adding ROCm tarball as Source1 vs. injecting into tarball manually
+- Updating included ROCm version from 6.0.2 to 6.1.0
+
+---
+Thu Feb 22 14:21:45 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240218.6c66740:
+  * collect: Fix reading of battery power draw on Linux
+  * cmake: Remove version specifier
+  * Ask for 'btop --version' in issue template
+  * Include build info in binary
+
+---

Old:

  btop-1.3.2+git20240212.fd2a2ac.tar.gz

New:

  btop-1.3.2+git20240501.dd4ada7.tar.gz
  btop-rpmlintrc
  rocm_smi_lib-rocm-6.1.0.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.2igRbd/_old  2024-05-10 12:05:55.399196720 +0200
+++ /var/tmp/diff_new_pack.2igRbd/_new  2024-05-10 12:05:55.403196865 +0200
@@ -15,15 +15,19 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%define ROCm_version 6.1.0
 Name:   btop
-Version:1.3.2+git20240212.fd2a2ac
+Version:1.3.2+git20240501.dd4ada7
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
 Group:  System/Monitoring
 URL:https://github.com/aristocratos/btop
-Source: %{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.gz
+### osc service runall download_files
+Source1:
https://github.com/ROCm/rocm_smi_lib/archive/refs/tags/rocm-%{ROCm_version}.tar.gz#/rocm_smi_lib-rocm-%{ROCm_version}.tar.gz
+#
+Source99:   btop-rpmlintrc
 Patch0: Makefile.diff
 BuildRequires:  coreutils
 BuildRequires:  cmake
@@ -31,7 +35,12 @@
 BuildRequires:  gcc13-c++
 %define cxxflags CXXFLAGS="%{optflags} -fPIE"
 %define cxxopt CXX="g++-13"
-%define lddopt LDCXXFLAGS="-ldl -lpthread -pie -DFMT_HEADER_ONLY"
+### 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
+#%%define lddopt LDCXXFLAGS="-ldl -lpthread -pie -DFMT_HEADER_ONLY"
+#
+%define lddopt LDCXXFLAGS="-ldl -lpthread -DFMT_HEADER_ONLY"
 %else
 BuildRequires:  gcc-c++ >= 11
 %define cxxflags %{nil}
@@ -45,6 +54,9 @@
 
 %prep
 %autosetup -p0
+cd %{_builddir}/%{name}-%{version}

commit btop for openSUSE:Factory

2024-02-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2024-02-22 21:01:35

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1706 (New)


Package is "btop"

Thu Feb 22 21:01:35 2024 rev:28 rq:1149536 version:1.3.2+git20240212.fd2a2ac

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2024-02-20 
21:14:57.543207627 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1706/btop.changes  2024-02-22 
21:02:37.556177238 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 10:21:03 UTC 2024 - Dominique Leuenberger 
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  %patchN
+
+---



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.71HHbB/_old  2024-02-22 21:02:38.268203178 +0100
+++ /var/tmp/diff_new_pack.71HHbB/_new  2024-02-22 21:02:38.272203324 +0100
@@ -44,8 +44,7 @@
 Resource monitor that shows usage and stats for processor, memory, disks, 
network and processes. C++ version and continuation of bashtop and bpytop.
 
 %prep
-%setup -q
-%patch0
+%autosetup -p0
 
 %build
 %make_build %{cxxflags} %{cxxopt} %{lddopt} RSMI_STATIC=true


commit btop for openSUSE:Factory

2024-01-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2024-01-15 22:19:46

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.21961 (New)


Package is "btop"

Mon Jan 15 22:19:46 2024 rev:26 rq:1138734 version:1.3.0+git20240107.36842a3

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2023-07-03 
17:41:55.044411959 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.21961/btop.changes 2024-01-15 
22:20:09.200882233 +0100
@@ -1,0 +2,175 @@
+Sun Jan  7 23:00:47 UTC 2024 - Scott Bradnick 
+
+- Update for version 1.3.0+git20240107.36842a3:
+  * Updating Copyright date
+  * Adding 'Makefile.diff' so {CHANGELOG,README}.md live in the same DOCDIR
+  * Fixing up hardcoded /usr vs. %{_prefix}
+  * Adjustments so btop builds for Leap 15.5/15.6
+
+---
+Sun Jan 07 17:01:38 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.0+git20240107.36842a3:
+  * v1.3.0 GPU Support Linux and platform support OpenBSD
+  * Fixed gpu boxes visibility state not saved and removed unnecessary comments
+  * Fixed config variable show_gpu_info working correctly
+
+---
+Wed Jan 03 16:57:19 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20240103.114a98d:
+  * Add flag to set the refresh rate from command line
+  * Don't pass int by reference
+  * Improved error handling when determining the config directory
+  * Update snapcraft.yaml to fix compile
+  * Remove detailed compiler check
+  * Add build status for OpenBSD
+  * Add compile instructions for OpenBSD
+  * Fix name of job in build
+  * Add Continuous Build OpenBSD
+  * Change robin_hood maps to std::unordered_map
+  * Squashed commit of the following:
+  * Proc::draw() -> Use std::erase_if() instead of for loops
+  * Fixed leftover code in GPU init logging false errors
+  * Try alternative names for GPU libraries during GPU init
+  * Document DEBUG flag for Makefile
+  * Fix errors
+  * Added more checks and debug logging
+  * Return const refs
+  * Remove robin_hood.h
+  * Fix call to compact and missing utility include
+  * Revert "Replace robin_hood map and set with STD alternative and add 
safeVal() function for map/vector access with fallback"
+  * Replace robin_hood map and set with STD alternative and add safeVal() 
function for map/vector access with fallback
+  * Replace robin_hood map and set with STD alternative and add safeVal() 
function for map/vector access with fallback
+  * Fixed test-snap-can-build.yml
+  * Update test-snap-can-build.yml
+  * Update test-snap-can-build.yml
+  * conditional compile on Big Sur and up
+  * Version bump to 1.3.0 in preparation for upcoming release
+  * Updated changes
+  * Added swap to ignore for statvfs() since it will always fail
+  * Added try->catch for get_zfs_stat_file() to avoid fs error
+  * Enable macos clang
+  * Update snapcraft.yaml - opengl
+  * Update bug_report.md
+  * Create test-snap-can-build.yml
+  * simplify removal of "Apple"
+  * in case apple decides to add another suffix to the cpu name
+  * cut less of cpu name if frequency is not shown
+  * fix array out of bounds on regular m chip
+  * fix cpu version not included
+  * strip "Apple" from name of Apple silicon chips
+  * Fix printed model name for older Intel CPU
+  * Add CMake compile instructions for macOS
+  * Add cmake workflow for all platforms
+  * Patch RPATH on FreeBSD, support OSX and format
+  * Provide FreeBSD static release binaries
+  * Clean up compile instructions
+  * Properly invoke CMake to build ROCm
+  * Suppress all output from ROCm build
+  * Remove ROCm object files with `make clean/distclean`
+  * Add GPU options for cmake based builds
+  * Add check for  header
+  * Move calls to find_package to where they're required
+  * Bump required CMake version
+  * Update compile instructions for Gpu support
+  * Update changelog
+  * Readme update and Makfile fixes.
+  * Squashed commit of the following:
+  * Added definition GPU_SUPPORT to toggle GPU related code
+  * Elementarish theme: color update according to Elementary palette
+  * Elementarish theme: color update according to Elementary palette
+  * Add alternative key codes for Insert, Home, End
+  * Add alternative Delete key code
+  * Try get terminal size of "/dev/tty" if stdout fails
+  * Use native POSIX polling syscalls to read input
+  * initial openbsd bringup
+  * Fix: Cpu gpu stats always shown when show_gpu_info is On and sizing issues
+  * Quickfixes for MacOS and FreeBSD compilation.
+  * Merge fix
+  * Changed: cpu_graph_lower Auto defaults to cpu_graph_upper when 
show_gpu_info is Off
+  * Added show_gpu_info setting and A

commit btop for openSUSE:Factory

2023-07-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2023-07-03 17:41:54

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.13546 (New)


Package is "btop"

Mon Jul  3 17:41:54 2023 rev:25 rq:1096188 version:1.2.13+git20230615.7e50b03

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2023-01-11 
14:36:37.981766308 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.13546/btop.changes 2023-07-03 
17:41:55.044411959 +0200
@@ -1,0 +2,43 @@
+Fri Jun 23 17:22:29 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20230615.7e50b03:
+  * Fix integer overflows in btop_collect.cpp
+  * Enable Clang as a compiler.
+  * Remove pthread_exit().
+  * Replace `statvfs64` with `statvfs` and define `_FILE_OFFSET_BITS=64`.
+  * Include  required by Clang.
+  * Move `#include` to top level and exclude Clang from compiler version check.
+  * Insert `std::` for warning `unqualified call to std::move`.
+  * Include 3rd party headers with isystem to silence warnings.
+  * amend! update cpu load average display
+  * update cpu load average display
+  * chore: remove spaces before language in code blocks
+  * chore: update readme to include --recursive
+  * chore: adjust worflows to recursively clone the repository
+  * feat: prefer fmt submodule over copy-and-paste headers
+  * println -> fmt::println
+  * Readd using namespace fmt
+  * fix: prefix with `fmt::` to fix ambiguous call to `format()`, that also 
refers to `/usr/include/c++/13.1.1/format`
+  * Debug times thousand separator
+  * Debug times box changes
+  * btop.cpp -> fmt
+  * Fix link to themes folder
+
+---
+Wed Apr 26 19:24:18 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20230318.872eb3e:
+  * Silence "warning: unqualified call to 'std::move'" in clang.
+  * Update everforest-dark-hard.theme
+
+---
+Thu Feb 23 18:38:20 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20230223.471c68f:
+  * readme: Add zfs_arc_cached documentation
+  * Linux: subtract ZFS ARC min size from available memory
+  * Replace -ftree-loop-vectorize with -ftree-vectorize.
+  * Create adwaita.theme
+  * fix zfs on freebsd not reporting IO
+
+---

Old:

  btop-1.2.13+git20221215.c4ee41e.tar.gz

New:

  btop-1.2.13+git20230615.7e50b03.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.5woQKB/_old  2023-07-03 17:41:55.932417187 +0200
+++ /var/tmp/diff_new_pack.5woQKB/_new  2023-07-03 17:41:55.940417234 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package btop
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.13+git20221215.c4ee41e
+Version:1.2.13+git20230615.7e50b03
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.5woQKB/_old  2023-07-03 17:41:55.984417493 +0200
+++ /var/tmp/diff_new_pack.5woQKB/_new  2023-07-03 17:41:55.988417516 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  c4ee41ebc0f7fabbf4717450c889292464dbeb6d
+  7e50b03e391a346b2b6ce92be332c58d91f75a00
 (No newline at EOF)
 

++ btop-1.2.13+git20221215.c4ee41e.tar.gz -> 
btop-1.2.13+git20230615.7e50b03.tar.gz ++
 91231 lines of diff (skipped)

++ btop.obsinfo ++
--- /var/tmp/diff_new_pack.5woQKB/_old  2023-07-03 17:41:56.200418765 +0200
+++ /var/tmp/diff_new_pack.5woQKB/_new  2023-07-03 17:41:56.204418788 +0200
@@ -1,5 +1,5 @@
 name: btop
-version: 1.2.13+git20221215.c4ee41e
-mtime: 1671122527
-commit: c4ee41ebc0f7fabbf4717450c889292464dbeb6d
+version: 1.2.13+git20230615.7e50b03
+mtime: 1686843905
+commit: 7e50b03e391a346b2b6ce92be332c58d91f75a00
 


commit btop for openSUSE:Factory

2023-01-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2023-01-11 14:35:02

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.32243 (New)


Package is "btop"

Wed Jan 11 14:35:02 2023 rev:24 rq:1057660 version:1.2.13+git20221215.c4ee41e

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-11-23 
09:48:33.547183175 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.32243/btop.changes 2023-01-11 
14:36:37.981766308 +0100
@@ -1,0 +2,14 @@
+Tue Jan 03 18:19:48 UTC 2023 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20221215.c4ee41e:
+  * Fixed: Makefile, VERBOSE flag now shows directory creation, Issue #480
+  * Makefile: make build targets depend on directories
+
+---
+Fri Dec 09 21:47:50 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20221130.e67a35d:
+  * Removed unused statement...
+  * Fixed: Use MemFree for used mem calculation if MemAvailable is greater 
than MemTotal.
+
+---

Old:

  btop-1.2.13+git20221106.0f8498f.tar.gz

New:

  btop-1.2.13+git20221215.c4ee41e.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.ttZ35y/_old  2023-01-11 14:36:38.421768795 +0100
+++ /var/tmp/diff_new_pack.ttZ35y/_new  2023-01-11 14:36:38.429768840 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.13+git20221106.0f8498f
+Version:1.2.13+git20221215.c4ee41e
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.ttZ35y/_old  2023-01-11 14:36:38.469769066 +0100
+++ /var/tmp/diff_new_pack.ttZ35y/_new  2023-01-11 14:36:38.473769088 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  0f8498fa4e68e3af36a50b1d9f97b931b41b0824
+  c4ee41ebc0f7fabbf4717450c889292464dbeb6d
 (No newline at EOF)
 

++ btop-1.2.13+git20221106.0f8498f.tar.gz -> 
btop-1.2.13+git20221215.c4ee41e.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.13+git20221106.0f8498f/Makefile 
new/btop-1.2.13+git20221215.c4ee41e/Makefile
--- old/btop-1.2.13+git20221106.0f8498f/Makefile2022-11-06 
22:36:34.0 +0100
+++ new/btop-1.2.13+git20221215.c4ee41e/Makefile2022-12-15 
17:42:07.0 +0100
@@ -200,7 +200,9 @@
 
 #? Make the Directories
 directories:
+   @$(VERBOSE) || printf "mkdir -p $(TARGETDIR)\n"
@mkdir -p $(TARGETDIR)
+   @$(VERBOSE) || printf "mkdir -p $(BUILDDIR)/$(PLATFORM_DIR)\n"
@mkdir -p $(BUILDDIR)/$(PLATFORM_DIR)
 
 #? Clean only Objects
@@ -259,7 +261,7 @@
 
 #? Link
 .ONESHELL:
-btop: $(OBJECTS)
+btop: $(OBJECTS) | directories
@sleep 0.2 2>/dev/null || true
@TSTAMP=$$(date +%s 2>/dev/null || echo "0")
@$(QUIET) || printf "\n\033[1;92mLinking and optimizing 
binary\033[37m...\033[0m\n"
@@ -270,7 +272,7 @@
 
 #? Compile
 .ONESHELL:
-$(BUILDDIR)/%.$(OBJEXT): $(SRCDIR)/%.$(SRCEXT)
+$(BUILDDIR)/%.$(OBJEXT): $(SRCDIR)/%.$(SRCEXT) | directories
@sleep 0.3 2>/dev/null || true
@TSTAMP=$$(date +%s 2>/dev/null || echo "0")
@$(QUIET) || printf "\033[1;97mCompiling $<\033[0m\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.13+git20221106.0f8498f/src/linux/btop_collect.cpp 
new/btop-1.2.13+git20221215.c4ee41e/src/linux/btop_collect.cpp
--- old/btop-1.2.13+git20221106.0f8498f/src/linux/btop_collect.cpp  
2022-11-06 22:36:34.0 +0100
+++ new/btop-1.2.13+git20221215.c4ee41e/src/linux/btop_collect.cpp  
2022-12-15 17:42:07.0 +0100
@@ -901,7 +901,8 @@
mem.stats.at("cached") += arc_size;
mem.stats.at("available") += arc_size;
}
-   mem.stats.at("used") = totalMem - 
mem.stats.at("available");
+   mem.stats.at("used") = totalMem - 
(mem.stats.at("available") <= totalMem ? mem.stats.at("available") : 
mem.stats.at("free"));
+
if (mem.stats.at("swap_total") > 0) 
mem.stats.at("swap_used") = mem.stats.at("swap_total") - 
mem.stats.at("swap_free");
}
else

++ btop.obsinfo ++
--- /var/tmp/diff_new_pack.ttZ35y/_old  2023-01-11 14:36:38.593769767 +0100
+++ /var/tmp/diff_new_pack.ttZ35y/_new  2023-01-11 14:36:38.593769767 +0100
@@ -1,5 +1,5 @@
 name: btop
-v

commit btop for openSUSE:Factory

2022-11-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-11-23 09:48:11

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1597 (New)


Package is "btop"

Wed Nov 23 09:48:11 2022 rev:23 rq:1037399 version:1.2.13+git20221106.0f8498f

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-10-15 
16:40:38.910613519 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1597/btop.changes  2022-11-23 
09:48:33.547183175 +0100
@@ -1,0 +2,45 @@
+Mon Nov 07 14:43:04 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.13+git20221106.0f8498f:
+  * v1.2.13 Bug fixes
+  * osx: replace getnameinfo with inet_ntop
+  * a comment about AF_LINK being ignored on purpose
+  * FreeBSD: replace getnameinfo with inet_ntop
+  * Fixed: Process nice value underflowing, issue #461
+  * Add git config safe-directory inside freebsd vm
+  * OSX: use the first IP of the interface
+  * Added "Continuous Build FreeBSD" badge
+  * Removed bad line and gcc12 install since gcc12 i preinstalled
+  * Possible fix for broken xcode command line tools
+  * Use gcc12 for macos12
+  * FreeBSD: use the first IP of the interface
+  * Use sh instead of csh
+  * Update continuous-build-freebsd.yml
+  * Update continuous-build-macos.yml
+  * Create continuous-build-freebsd.yml
+  *  Add actions run for pull requests (macos) [skip actions]
+  * Add actions run for pull requests (linux) [skip actions]
+  * Fixed: Not picking up last username from /etc/passwd
+  * make IPBUFFER_MAXSIZE an enum constant
+  * use inet_ntop instead of getnameinfo
+  * Show the first IP of the interface in NET box
+  * Address comment
+  * Fix bug in proc_tree view when showing full cmd
+  * proc tree: fix width threshold to match commit message and use and/or 
instead of &&, ||
+  * proc tree view: if there's more than 40 width left, try to print full cmd
+  *  macOS Ventura compile instructions
+  * macOS Ventura compile instructions
+  * Added autodetection for gcc12 to make compiling on macos Ventura easier.
+  * Fixed: Moved up get_cpuHz() in the execution order to get better cpu clock 
reading.
+  * Update continuous-build-macos.yml
+  * Update continuous-build-macos.yml
+  * Update continuous-build-linux.yml
+  * Fixed: Ignore disks that fails in statvfs64() to avoid slowdowns and 
possible crashes.
+  * fix: spelling mistake in btop.conf
+  * Changed: Reverted back to sysconf(_SC_NPROCESSORS_ONLN) for Cpu core count 
ant let the new dynamic update fix if cores are turned on later
+  * Makefile: Reverse VERBOSE bool to not stop with macOS make
+  * Update README.md
+  * Added more Makefile flags
+  * Added: VERBOSE=true flag for Makefile to display all compiler commands and 
fixed so already set CXXFLAGS and LDFLAGS are displayed.
+
+---

Old:

  btop-1.2.12+git20221007.3dd6a6c.tar.gz

New:

  btop-1.2.13+git20221106.0f8498f.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.Cjh6Ja/_old  2022-11-23 09:48:34.023185658 +0100
+++ /var/tmp/diff_new_pack.Cjh6Ja/_new  2022-11-23 09:48:34.027185679 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.12+git20221007.3dd6a6c
+Version:1.2.13+git20221106.0f8498f
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.Cjh6Ja/_old  2022-11-23 09:48:34.075185930 +0100
+++ /var/tmp/diff_new_pack.Cjh6Ja/_new  2022-11-23 09:48:34.079185951 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  3dd6a6cc6b3677d01c9adf33bd579713bf1dc2fa
+  0f8498fa4e68e3af36a50b1d9f97b931b41b0824
 (No newline at EOF)
 

++ btop-1.2.12+git20221007.3dd6a6c.tar.gz -> 
btop-1.2.13+git20221106.0f8498f.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.12+git20221007.3dd6a6c/.github/workflows/continuous-build-freebsd.yml
 
new/btop-1.2.13+git20221106.0f8498f/.github/workflows/continuous-build-freebsd.yml
--- 
old/btop-1.2.12+git20221007.3dd6a6c/.github/workflows/continuous-build-freebsd.yml
  1970-01-01 01:00:00.0 +0100
+++ 
new/btop-1.2.13+git20221106.0f8498f/.github/workflows/continuous-build-freebsd.yml
  2022-11-06 22:36:34.0 +0100
@@ -0,0 +1,50 @@
+name: Continuous Build FreeBSD
+
+on:
+  workflow_dispatch:
+  push:
+branches:
+  - main
+tags-ignore:
+  - '*.*'
+paths:
+  - 'src/**'
+  - '!src/linux/**'
+  - '!src/osx/**'
+  - 'include/**'

commit btop for openSUSE:Factory

2022-10-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-10-15 16:37:49

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.2275 (New)


Package is "btop"

Sat Oct 15 16:37:49 2022 rev:22 rq:1011026 version:1.2.12+git20221007.3dd6a6c

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-09-12 
19:09:01.782668125 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.2275/btop.changes  2022-10-15 
16:40:38.910613519 +0200
@@ -1,0 +2,58 @@
+Fri Oct 07 19:21:20 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.12+git20221007.3dd6a6c:
+  * v1.2.12 Bug fix
+  * Added: Dynamic updating of max number of CPU cores
+
+---
+Fri Oct 07 13:10:07 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.11+git20221007.176:
+  * v1.2.11 Quick fix for number of cores detection
+  * Fixed: Number of cores wrongly detected for Ryzen in rare cases.
+
+---
+Thu Oct  6 20:51:57 UTC 2022 - Scott Bradnick 
+
+- Classic 'forgot to remove old .tar.gz before ci' scenario ...
+
+---
+Thu Oct  6 20:38:48 UTC 2022 - Scott Bradnick 
+
+- Classic 'forgot to add new .tar.gz before ci' scenario ...
+
+---
+Thu Oct 06 20:28:05 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.10+git20221006.7a2556e:
+  * v1.2.10 Bug fixes, cleanup + a new theme
+  * Fixed: Cpu::collect() core count counter...
+  * All but two places `const bool` have been updated
+  * More const bool cleanup
+  * Remove const from bool variables
+  * Avoid the unnecessary use of copy constructor
+  * Fix variable initialization to 'auto' for getB()
+  * Forgot to update 'auto' usage wherever necessary
+  * More 'No need for const & in bool'
+  * No need for const & in bool
+  * Changed: Using sysconf(_SC_NPROCESSORS_CONF) for number of cores instead 
of sysconf(_SC_NPROCESSORS_ONLN)
+  * Further Cleanup Part 2
+  * Further 'cleanup'
+  * Further improvements
+  * Clean up btop_tools.{hpp,cpp} files
+  * Ignore files created by Qt Creator
+
+---
+Sun Oct 02 16:15:30 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.9+git20221002.24f0609:
+  * Fixed: Crashing when cores are offline
+  * Fixed missing "#" from value
+  * Fixed: Extra checks to avoid crash on trying to replace empty strings in 
tree mode
+  * Updated README.md
+  * [feature] Added Paper theme
+  * Update FUNDING.yml
+  * Update FUNDING.yml
+  * Update README.md
+
+---

Old:

  btop-1.2.9+git20220828.26ac007.tar.gz

New:

  btop-1.2.12+git20221007.3dd6a6c.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.eGGFoa/_old  2022-10-15 16:40:39.366614614 +0200
+++ /var/tmp/diff_new_pack.eGGFoa/_new  2022-10-15 16:40:39.374614634 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.9+git20220828.26ac007
+Version:1.2.12+git20221007.3dd6a6c
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.eGGFoa/_old  2022-10-15 16:40:39.418614739 +0200
+++ /var/tmp/diff_new_pack.eGGFoa/_new  2022-10-15 16:40:39.422614749 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  26ac00c574bf2f5648da4e677403b964886f
+  3dd6a6cc6b3677d01c9adf33bd579713bf1dc2fa
 (No newline at EOF)
 

++ btop-1.2.9+git20220828.26ac007.tar.gz -> 
btop-1.2.12+git20221007.3dd6a6c.tar.gz ++
 3141 lines of diff (skipped)

++ btop.obsinfo ++
--- /var/tmp/diff_new_pack.eGGFoa/_old  2022-10-15 16:40:39.606615191 +0200
+++ /var/tmp/diff_new_pack.eGGFoa/_new  2022-10-15 16:40:39.606615191 +0200
@@ -1,5 +1,5 @@
 name: btop
-version: 1.2.9+git20220828.26ac007
-mtime: 1661689356
-commit: 26ac00c574bf2f5648da4e677403b964886f
+version: 1.2.12+git20221007.3dd6a6c
+mtime: 1665169187
+commit: 3dd6a6cc6b3677d01c9adf33bd579713bf1dc2fa
 


commit btop for openSUSE:Factory

2022-09-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-09-12 19:09:00

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.2083 (New)


Package is "btop"

Mon Sep 12 19:09:00 2022 rev:21 rq:1002965 version:1.2.9+git20220828.26ac007

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-07-07 
12:57:37.515346586 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.2083/btop.changes  2022-09-12 
19:09:01.782668125 +0200
@@ -1,0 +2,47 @@
+Sun Aug 28 16:40:11 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.9+git20220828.26ac007:
+  * Fixed: Process tree filtering not case insensitive
+  * v1.2.9 Bug fixes + new features and themes
+  * Fixed: Memory values not clearing properly when not in graph mode in mem 
box
+  * Cleaning up snap
+  * Instructions for btop-desktop
+  * Update snapcraft.yaml
+  * Removing desktop launch
+  * Add FreeBSD installation command
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update btop.desktop
+  * Update btop.desktop
+  * Add files via upload
+  * Create btop.desktop
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Maybe
+  * updated color change
+  * Added: Option to hide the small cpu graphs for processes
+  * Add Fedora/RHEL install docs
+  * [fix] Color correction
+  * Changed: Small graphs now show colors for each character
+  * [feature] Created 'Elementarish' theme
+  * Fixed: Getting selfpath on macos (fix for finding theme folder)
+  * switch Logger calls to debug() to avoid filling up the logfile
+  * rename zfs_pools_only option to zfs_hide_datasets, make its description 
clearer
+  * check if at least one object was read before updating ZFS pool io in 
zfs_collect_pool_total_stats(), use try-catch to prevent possible crashes from 
int_64t conversions
+  * add "?" to see help
+  * Fixed: Logo transparency
+  * Use fs::directory_iterator() instead of readdir() in ZFS functions, use 
fs::path instead of strings.
+  * Move get_zfs_stat_file() and zfs_collect_pool_total_stats() functions 
declarations to btop_collect.cpp so they aren't included when compiling for 
macos and freebsd
+  * Made ZFS stats collection compatible with zfs_pools_only option. ZFS 
pool's stat filepath points to the objset-* file when the option is disabled, 
otherwise it points to the pool's stats directory. Made ZFS total pool stat 
collection into a separate function for clean code. Also removed an unnecessary 
variable in the default ZFS stat collection, and changed io_ticks to track the 
number of reads/writes, reducing unnecessary calculations.
+  * Re-implemented ZFS stat collection to be compatible with new ZFS versions, 
now it uses files "/proc/spl/kstat/zfs/*pool_name*/objset*". Needs additional 
work to be compatible with the option "zfs_pools_only".
+  * Pass const string ref
+  * Changed: Rewrite of process sorting and tree generation including fixes 
for tree sorting and mouse support
+  * Add solarized_light theme
+  * Add zfs_pools_only option
+
+---

Old:

  btop-1.2.8+git20220629.102b6db.tar.gz

New:

  btop-1.2.9+git20220828.26ac007.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.5OlSLB/_old  2022-09-12 19:09:02.358669743 +0200
+++ /var/tmp/diff_new_pack.5OlSLB/_new  2022-09-12 19:09:02.362669755 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.8+git20220629.102b6db
+Version:1.2.9+git20220828.26ac007
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.5OlSLB/_old  2022-09-12 19:09:02.394669845 +0200
+++ /var/tmp/diff_new_pack.5OlSLB/_new  2022-09-12 19:09:02.398669856 +0200
@@ -1,7 +1,3 @@
-
-
 
   
 https://github.com/aristocratos/btop

++ _servicedata ++
--- /var/tmp/diff_new_pack.5OlSLB/_old  2022-09-12 19:09:02.418669912 +0200
+++ /var/tmp/diff_new_pack.5OlSLB/_new  2022-09-12 19:09:02.422669923 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  102b6dbc9d33906319e7c710cf58ba2893d6ec49
+  26ac00c574bf2f5648da4e677403b964886f
 (No newline at EOF)
 

++ btop-1.2.8+git20220629.102b6db.tar.gz -> 
btop-1.2.9+git20220828.26ac007.tar.gz ++
 1941 lines of diff (skipped)

++ btop.obsinfo ++
--- /var/tmp/diff_new_pack.5OlSLB/_old  2022-09-12 19:09:02.538670249 +0200
+++ /var/tmp/d

commit btop for openSUSE:Factory

2022-07-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-07-07 12:57:18

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1523 (New)


Package is "btop"

Thu Jul  7 12:57:18 2022 rev:20 rq:987270 version:1.2.8+git20220629.102b6db

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-06-01 
17:35:07.750773921 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1523/btop.changes  2022-07-07 
12:57:37.515346586 +0200
@@ -1,0 +2,40 @@
+Wed Jun 29 17:02:08 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.8+git20220629.102b6db:
+  * v1.2.8 New features & themes
+  * use Shared::procPath, fix Logger error type
+  * Fixed kernel proc filter clearing issue + optimization
+  * Optimize away clear_kernel_cache() function
+  * Add tomorrow night theme
+  * fix identation
+  * Remove duplicate fstype setter
+  * Remove forgotten debug logger calls
+  * Added support for ZFS pool io stats monitoring
+  * Changed: Disable battery monitoring if it fails instead of exiting
+  * Add everforest-dark-hard.theme
+  * Changed spaces to tabs
+  * Finished kernel proc filtering.
+  * Added a check for filter kernel mode
+  * Added caching for kernel processes.
+  * More indentation
+  * Replaced my spaces with tabs
+  * Indentation fix.
+  * Woops that went unnoticed, didn't it?
+  * Fixed menu description
+  * Added linux label on the config option
+  * Fixed clang-format off labels
+  * Made kernel process filtering more efficient
+  * Replaced $*\s with tabs
+  * Fixed some formatting issues.
+  * Added TUI option for kernel proc filtering.
+  * Moved to correct version of the code
+
+---
+Tue Jun 14 14:56:35 UTC 2022 - scott.bradn...@suse.com
+
+- Adjusting '/usr/bin' to '%{_bindir}'
+- Update to version 1.2.7+git20220603.83e9942:
+  * Update README.md
+  * Update btop.desktop
+
+---

Old:

  btop-1.2.7+git20220528.c3eb02f.tar.gz

New:

  btop-1.2.8+git20220629.102b6db.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.4Y35V4/_old  2022-07-07 12:57:38.051347384 +0200
+++ /var/tmp/diff_new_pack.4Y35V4/_new  2022-07-07 12:57:38.055347390 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.7+git20220528.c3eb02f
+Version:1.2.8+git20220629.102b6db
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
@@ -47,7 +47,7 @@
 %make_install PREFIX=/usr
 
 %files
-/usr/bin/btop
+%{_bindir}/btop
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/themes
 %dir %{_datadir}/icons/hicolor

++ _servicedata ++
--- /var/tmp/diff_new_pack.4Y35V4/_old  2022-07-07 12:57:38.095347449 +0200
+++ /var/tmp/diff_new_pack.4Y35V4/_new  2022-07-07 12:57:38.095347449 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
+  102b6dbc9d33906319e7c710cf58ba2893d6ec49
 (No newline at EOF)
 

++ btop-1.2.7+git20220528.c3eb02f.tar.gz -> 
btop-1.2.8+git20220629.102b6db.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md 
new/btop-1.2.8+git20220629.102b6db/CHANGELOG.md
--- old/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md 2022-05-28 
21:08:30.0 +0200
+++ new/btop-1.2.8+git20220629.102b6db/CHANGELOG.md 2022-06-29 
18:59:27.0 +0200
@@ -1,3 +1,15 @@
+## v1.2.8
+
+* Added: Support for ZFS pool io stats monitoring, by @simplepad
+
+* Added: Filtering of kernel processes, by @0xJoeMama
+
+* Added: New theme everforest-dark-hard, by @iambeingtracked
+
+* Added: New theme tomorrow-night, by @appuchias
+
+* Changed: Disable battery monitoring if it fails instead of exiting
+
 ## v1.2.7
 
 * Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.7+git20220528.c3eb02f/README.md 
new/btop-1.2.8+git20220629.102b6db/README.md
--- old/btop-1.2.7+git20220528.c3eb02f/README.md2022-05-28 
21:08:30.0 +0200
+++ new/btop-1.2.8+git20220629.102b6db/README.md2022-06-29 
18:59:27.0 +0200
@@ -171,7 +171,7 @@
 
 For best experience, a terminal with support for:
 
-* 24-bit truecolor ([See list of terminals with truecolor 
support](https://gist.github.com/XVilka/8346728))
+* 24-bit truecolor ([See list of terminals with truecolor 
support](https://github

commit btop for openSUSE:Factory

2022-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-06-01 17:34:47

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1548 (New)


Package is "btop"

Wed Jun  1 17:34:47 2022 rev:19 rq:980175 version:1.2.7+git20220528.c3eb02f

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-05-12 
23:02:05.976936914 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1548/btop.changes  2022-06-01 
17:35:07.750773921 +0200
@@ -1,0 +2,23 @@
+Tue May 31 20:35:04 UTC 2022 - Scott Bradnick 
+
+- Swapping out '%{_datarootdir}' for '%{_datadir}'.
+
+---
+Tue May 31 16:32:03 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.7+git20220528.c3eb02f:
+  * v1.2.7 Bug fixes & new features
+  * Fixed: Net sync scale bug
+  * Added tokyo-night & tokyo-storm theme
+
+---
+Mon May 23 00:52:43 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.6+git20220516.c257938:
+  * Fix makefile to install to /usr/local instead of /usr
+  * Update makefile to install/remove icons and desktop entry
+  * Add desktop icon svg and png
+  * Add btop.desktop
+  * Added: Case insensitive process filtering
+
+---

Old:

  btop-1.2.6+git20220505.841941a.tar.gz

New:

  btop-1.2.7+git20220528.c3eb02f.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.CLfqlg/_old  2022-06-01 17:35:08.358774639 +0200
+++ /var/tmp/diff_new_pack.CLfqlg/_new  2022-06-01 17:35:08.362774644 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.6+git20220505.841941a
+Version:1.2.7+git20220528.c3eb02f
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
@@ -48,10 +48,18 @@
 
 %files
 /usr/bin/btop
-%dir /usr/share/btop
-%dir /usr/share/btop/themes
-/usr/share/btop/README.md
-/usr/share/btop/themes/*.theme
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/themes
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/48x48
+%dir %{_datadir}/icons/hicolor/48x48/apps
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/%{name}/README.md
+%{_datadir}/%{name}/themes/*.theme
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %license LICENSE
 %doc CHANGELOG.md
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.CLfqlg/_old  2022-06-01 17:35:08.402774691 +0200
+++ /var/tmp/diff_new_pack.CLfqlg/_new  2022-06-01 17:35:08.406774696 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aristocratos/btop
-  a7384483a4e9bc99009cfbf1f2898394ad4222ac
+  c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
 (No newline at EOF)
 

++ btop-1.2.6+git20220505.841941a.tar.gz -> 
btop-1.2.7+git20220528.c3eb02f.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/CHANGELOG.md 
new/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md
--- old/btop-1.2.6+git20220505.841941a/CHANGELOG.md 2022-05-05 
17:49:01.0 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md 2022-05-28 
21:08:30.0 +0200
@@ -1,3 +1,17 @@
+## v1.2.7
+
+* Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)
+
+* Added: Case insensitive process filtering, by @abrasumente233
+
+* Added: Include ZFS ARC in cached/available memory on Linux, by @mattico
+
+* Added: Desktop entry and icons, by @yonatan8070
+
+* Fixed: Net sync scale bug
+
+* Added: tokyo-night & tokyo-storm themes, by @Schievel1
+
 ## v1.2.6
 
 * Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001
Binary files old/btop-1.2.6+git20220505.841941a/Img/icon.png and 
new/btop-1.2.7+git20220528.c3eb02f/Img/icon.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/Img/icon.svg 
new/btop-1.2.7+git20220528.c3eb02f/Img/icon.svg
--- old/btop-1.2.6+git20220505.841941a/Img/icon.svg 1970-01-01 
01:00:00.0 +0100
+++ new/btop-1.2.7+git20220528.c3eb02f/Img/icon.svg 2022-05-28 
21:08:30.0 +0200
@@ -0,0 +1,111 @@
+
+http://www.w3.org/1999/xlink";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:svg="http://www.w3.org/2000/svg";>
+  
+
+
+
+  
+  
+  
+  
+  
+
+
+  
+  
+  

commit btop for openSUSE:Factory

2022-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-05-12 23:01:04

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1538 (New)


Package is "btop"

Thu May 12 23:01:04 2022 rev:18 rq:976929 version:1.2.6+git20220505.841941a

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-04-20 
16:57:26.470629277 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1538/btop.changes  2022-05-12 
23:02:05.976936914 +0200
@@ -2 +2,14 @@
-Tue Apr 19 15:04:27 UTC 2022 - scott.bradn...@suse.com
+Thu May 05 18:56:57 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.6+git20220505.841941a:
+  * Include ZFS ARC in cached/available memory on Linux
+  * Fixed: Disk IO stats for individual partitions instead of whole disk
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * Update snapcraft.yaml
+  * removed unneeded plugin
+
+---
+Thu Apr 14 17:03:31 UTC 2022 - scott.bradn...@suse.com
@@ -8 +21 @@
-Wed Apr 13 15:54:02 UTC 2022 - scott.bradn...@suse.com
+Wed Apr 13 15:59:21 UTC 2022 - scott.bradn...@suse.com
@@ -10 +23 @@
-- Update to version v1.2.6+git20220413.4bae3c4:
+- Update to version 1.2.6+git20220413.4bae3c4:
@@ -17,3 +29,0 @@
-  * v1.2.5 Bug fixes
-  * Fixed: Mouse mappings for net box
-  * fix: title_left symbol between auto and zero in the net box is not 
displayed
@@ -22 +32 @@
-Mon Mar  7 16:21:05 UTC 2022 - scott.bradn...@suse.com
+Mon Mar  7 16:21:05 UTC 2022 - Scott Bradnick 
@@ -34 +44 @@
-Mon Feb 28 16:23:44 UTC 2022 - scott.bradn...@suse.com
+Mon Feb 28 16:23:44 UTC 2022 - Scott Bradnick 
@@ -44 +54 @@
-Tue Feb 15 18:31:34 UTC 2022 - scott.bradn...@suse.com
+Tue Feb 15 18:31:34 UTC 2022 - Scott Bradnick 
@@ -53 +63 @@
-Mon Feb 14 20:32:36 UTC 2022 - scott.bradn...@suse.com
+Mon Feb 14 20:32:36 UTC 2022 - Scott Bradnick 
@@ -62 +72 @@
-Fri Feb 11 19:13:10 UTC 2022 - scott.bradn...@suse.com
+Fri Feb 11 19:13:10 UTC 2022 - Scott Bradnick 
@@ -75 +85 @@
-Tue Jan 18 15:13:31 UTC 2022 - scott.bradn...@suse.com
+Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick 
@@ -84 +94 @@
-Wed Dec 29 21:39:39 UTC 2021 - scott.bradn...@suse.com
+Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick 
@@ -93 +103 @@
-Mon Dec 13 15:14:51 UTC 2021 - scott.bradn...@suse.com
+Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick 
@@ -104 +114 @@
-Sun Nov 28 21:25:30 UTC 2021 - scott.bradn...@suse.com
+Sun Nov 28 21:25:30 UTC 2021 - Scott Bradnick 
@@ -115 +125 @@
-Tue Nov 16 16:47:50 UTC 2021 - scott.bradn...@suse.com
+Tue Nov 16 16:47:50 UTC 2021 - Scott Bradnick 
@@ -123 +133 @@
-Mon Nov 15 21:11:28 UTC 2021 - scott.bradn...@suse.com
+Mon Nov 15 21:11:28 UTC 2021 - Scott Bradnick 
@@ -129 +139 @@
-Tue Nov  9 14:57:37 UTC 2021 - scott.bradn...@suse.com
+Tue Nov  9 14:57:37 UTC 2021 - Scott Bradnick 
@@ -143 +153 @@
-Thu Nov  4 14:31:35 UTC 2021 - scott.bradn...@suse.com
+Thu Nov  4 14:31:35 UTC 2021 - Scott Bradnick 
@@ -149 +159 @@
-Tue Nov  2 20:43:52 UTC 2021 - scott.bradn...@suse.com
+Tue Nov  2 20:43:52 UTC 2021 - Scott Bradnick 
@@ -157 +167 @@
-Wed Oct 27 15:15:27 UTC 2021 - scott.bradn...@suse.com
+Wed Oct 27 15:15:27 UTC 2021 - Scott Bradnick 
@@ -166 +176 @@
-Thu Oct 21 16:03:46 UTC 2021 - scott.bradn...@suse.com
+Thu Oct 21 16:03:46 UTC 2021 - Scott Bradnick 
@@ -172 +182 @@
-Tue Oct 19 15:40:53 UTC 2021 - scott.bradn...@suse.com
+Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick 
@@ -184 +194 @@
-Mon Oct 18 17:33:44 UTC 2021 - scott.bradn...@suse.com
+Mon Oct 18 17:33:44 UTC 2021 - Scott Bradnick 
@@ -189 +199 @@
-Wed Oct 13 15:50:02 UTC 2021 - scott.bradn...@suse.com
+Wed Oct 13 15:50:02 UTC 2021 - Scott Bradnick 
@@ -194 +204 @@
-Thu Oct  7 13:57:15 UTC 2021 - scott.bradn...@suse.com
+Thu Oct  7 13:57:15 UTC 2021 - Scott Bradnick 
@@ -205 +215 @@
-Wed Sep 29 20:57:08 UTC 2021 - scott.bradn...@suse.com
+Wed Sep 29 20:57:08 UTC 2021 - Scott Bradnick 
@@ -210 +220 @@
-Tue Sep 28 18:07:45 UTC 2021 - scott.bradn...@suse.com
+Tue Sep 28 18:07:45 UTC 2021 - Scott Bradnick 
@@ -215 +225 @@
-Tue Sep 28 13:36:12 UTC 2021 - scott.bradn...@suse.com
+Tue Sep 28 13:36:12 UTC 2021 - Scott Bradnick 
@@ -220 +230 @@
-Mon Sep 27 12:34:55 UTC 2021 - scott.bradn...@suse.com
+Mon Sep 27 12:34:55 UTC 2021 - Scott Bradnick 
@@ -225 +235 @@
-Fri Sep 24 14:28:18 UTC 2021 - scott.bradn...@suse.com
+Fri Sep 24 14:28:18 UTC 2021 - Scott Bradnick 
@@ -230 +240 @@
-Thu Sep 23 14:05:47 UTC 2021 - scott.bradn...@suse.com
+Thu Sep 23 14:05:47 UTC 2021 - Scott Bradnick 
@@ -235 +245 @@
-Wed Sep 22 15:19:38 UTC 2021 - scott.bradn...@suse.com
+Wed Sep 22 15:19:38 UTC 2021 - Scott Bradnick 
@@ -240 +250 @@
-Tue Sep 21 14:59:00 UTC 2021 - scott.br

commit btop for openSUSE:Factory

2022-04-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-04-20 16:56:53

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1941 (New)


Package is "btop"

Wed Apr 20 16:56:53 2022 rev:17 rq:970907 version:1.2.6+git20220414.9abf849

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-03-07 
19:03:00.174033092 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1941/btop.changes  2022-04-20 
16:57:26.470629277 +0200
@@ -2 +2,21 @@
-Mon Mar  7 16:21:05 UTC 2022 - Scott Bradnick  - 1.2.5
+Tue Apr 19 15:04:27 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.6+git20220414.9abf849:
+  * Update snapcraft.yaml
+
+---
+Wed Apr 13 15:54:02 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version v1.2.6+git20220413.4bae3c4:
+  * Update continuous-build-linux.yml
+  * v1.2.6 Bug fixes
+  * Changed: Enter symbol to a more common variant
+  * updated robin_hood.h to v3.11.5
+  * Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
+  * Fixed: Wrong memory unit when shorten and size is less than 10
+  * v1.2.5 Bug fixes
+  * Fixed: Mouse mappings for net box
+  * fix: title_left symbol between auto and zero in the net box is not 
displayed
+
+---
+Mon Mar  7 16:21:05 UTC 2022 - scott.bradn...@suse.com
@@ -14 +34 @@
-Mon Feb 28 16:23:44 UTC 2022 - Scott Bradnick  - 1.2.4
+Mon Feb 28 16:23:44 UTC 2022 - scott.bradn...@suse.com
@@ -24 +44 @@
-Tue Feb 15 18:31:34 UTC 2022 - Scott Bradnick  - 1.2.3
+Tue Feb 15 18:31:34 UTC 2022 - scott.bradn...@suse.com
@@ -33 +53 @@
-Mon Feb 14 20:32:36 UTC 2022 - Scott Bradnick  - 1.2.2
+Mon Feb 14 20:32:36 UTC 2022 - scott.bradn...@suse.com
@@ -42 +62 @@
-Fri Feb 11 19:13:10 UTC 2022 - Scott Bradnick  - 1.2.1
+Fri Feb 11 19:13:10 UTC 2022 - scott.bradn...@suse.com
@@ -55 +75 @@
-Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick  - 1.2.0
+Tue Jan 18 15:13:31 UTC 2022 - scott.bradn...@suse.com
@@ -64 +84 @@
-Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick  - 1.1.4
+Wed Dec 29 21:39:39 UTC 2021 - scott.bradn...@suse.com
@@ -73 +93 @@
-Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick  - 1.1.3
+Mon Dec 13 15:14:51 UTC 2021 - scott.bradn...@suse.com
@@ -84 +104 @@
-Sun Nov 28 21:25:30 UTC 2021 - Scott Bradnick  - 1.1.2
+Sun Nov 28 21:25:30 UTC 2021 - scott.bradn...@suse.com
@@ -95 +115 @@
-Tue Nov 16 16:47:50 UTC 2021 - Scott Bradnick  - 1.1.1
+Tue Nov 16 16:47:50 UTC 2021 - scott.bradn...@suse.com
@@ -103 +123 @@
-Mon Nov 15 21:11:28 UTC 2021 - Scott Bradnick  - 1.1.0
+Mon Nov 15 21:11:28 UTC 2021 - scott.bradn...@suse.com
@@ -109 +129 @@
-Tue Nov  9 14:57:37 UTC 2021 - Scott Bradnick  - 
1.0.24
+Tue Nov  9 14:57:37 UTC 2021 - scott.bradn...@suse.com
@@ -123 +143 @@
-Thu Nov  4 14:31:35 UTC 2021 - Scott Bradnick  - 
1.0.22
+Thu Nov  4 14:31:35 UTC 2021 - scott.bradn...@suse.com
@@ -129 +149 @@
-Tue Nov  2 20:43:52 UTC 2021 - Scott Bradnick  - 
1.0.21
+Tue Nov  2 20:43:52 UTC 2021 - scott.bradn...@suse.com
@@ -137 +157 @@
-Wed Oct 27 15:15:27 UTC 2021 - Scott Bradnick  - 
1.0.20
+Wed Oct 27 15:15:27 UTC 2021 - scott.bradn...@suse.com
@@ -146 +166 @@
-Thu Oct 21 16:03:46 UTC 2021 - Scott Bradnick  - 
1.0.19
+Thu Oct 21 16:03:46 UTC 2021 - scott.bradn...@suse.com
@@ -152 +172 @@
-Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick  - 
1.0.18
+Tue Oct 19 15:40:53 UTC 2021 - scott.bradn...@suse.com
@@ -164 +184 @@
-Mon Oct 18 17:33:44 UTC 2021 - Scott Bradnick 
+Mon Oct 18 17:33:44 UTC 2021 - scott.bradn...@suse.com
@@ -169 +189 @@
-Wed Oct 13 15:50:02 UTC 2021 - Scott Bradnick 
+Wed Oct 13 15:50:02 UTC 2021 - scott.bradn...@suse.com
@@ -174 +194 @@
-Thu Oct  7 13:57:15 UTC 2021 - Scott Bradnick 
+Thu Oct  7 13:57:15 UTC 2021 - scott.bradn...@suse.com
@@ -185 +205 @@
-Wed Sep 29 20:57:08 UTC 2021 - Scott Bradnick 
+Wed Sep 29 20:57:08 UTC 2021 - scott.bradn...@suse.com
@@ -190 +210 @@
-Tue Sep 28 18:07:45 UTC 2021 - Scott Bradnick 
+Tue Sep 28 18:07:45 UTC 2021 - scott.bradn...@suse.com
@@ -195 +215 @@
-Tue Sep 28 13:36:12 UTC 2021 - Scott Bradnick 
+Tue Sep 28 13:36:12 UTC 2021 - scott.bradn...@suse.com
@@ -200 +220 @@
-Mon Sep 27 12:34:55 UTC 2021 - Scott Bradnick 
+Mon Sep 27 12:34:55 UTC 2021 - scott.bradn...@suse.com
@@ -205 +225 @@
-Fri Sep 24 14:28:18 UTC 2021 - Scott Bradnick 
+Fri Sep 24 14:28:18 UTC 2021 - scott.bradn...@suse.com
@@ -210 +230 @@
-Thu Sep 23 14:05:47 UTC 2021 - Scott Bradnick 
+Thu Sep 23 14:05:47 UTC 2021 - scott.bradn...@suse.com
@@ -215 +235 @@
-Wed Sep 22 15:19:38 UTC 2021 - Scott Bradnick 
+Wed Sep 22 15:19:38 UTC 2021 - scott.bradn...@suse.com
@@ -220 +240 @@
-Tue Sep 21 14:59:00 UTC 2021 - Scott Bradnick 
+Tue Sep 21 14:59:00

commit btop for openSUSE:Factory

2022-03-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-03-07 19:02:59

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1958 (New)


Package is "btop"

Mon Mar  7 19:02:59 2022 rev:16 rq:960037 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-02-28 
19:44:34.925963560 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1958/btop.changes  2022-03-07 
19:03:00.174033092 +0100
@@ -1,0 +2,12 @@
+Mon Mar  7 16:21:05 UTC 2022 - Scott Bradnick  - 1.2.5
+
+- Update to upstream release 1.2.5:
+  * Fixed: Fallback to less accurate UTF8 char count if conversion to
+wstring fails
+  * Fixed: Small ui fixes for mem and disks
+  * Added: New theme HotPurpleTrafficLight, by @pallebone
+  * Fixed: title_left symbol between auto and zero in the net box is
+not displayed, by @mrdotx
+  * Fixed: Mouse mappings for net box
+
+---

Old:

  v1.2.4.tar.gz

New:

  v1.2.5.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.lkKiUr/_old  2022-03-07 19:03:01.050032782 +0100
+++ /var/tmp/diff_new_pack.lkKiUr/_new  2022-03-07 19:03:01.054032780 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.4
+Version:1.2.5
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.2.4.tar.gz -> v1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.4/CHANGELOG.md new/btop-1.2.5/CHANGELOG.md
--- old/btop-1.2.4/CHANGELOG.md 2022-02-27 14:24:39.0 +0100
+++ new/btop-1.2.5/CHANGELOG.md 2022-03-06 00:27:23.0 +0100
@@ -1,3 +1,15 @@
+## v1.2.5
+
+* Fixed: Fallback to less accurate UTF8 char count if conversion to wstring 
fails
+
+* Fixed: Small ui fixes for mem and disks
+
+* Added: New theme HotPurpleTrafficLight, by @pallebone
+
+* Fixed: title_left symbol between auto and zero in the net box is not 
displayed, by @mrdotx
+
+* Fixed: Mouse mappings for net box
+
 ## v1.2.4
 
 * Optimization: Proc::draw()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.4/src/btop.cpp new/btop-1.2.5/src/btop.cpp
--- old/btop-1.2.4/src/btop.cpp 2022-02-27 14:24:39.0 +0100
+++ new/btop-1.2.5/src/btop.cpp 2022-03-06 00:27:23.0 +0100
@@ -60,7 +60,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.2.4";
+   const string Version = "1.2.5";
 
int coreCount;
string overlay;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.4/src/btop_draw.cpp 
new/btop-1.2.5/src/btop_draw.cpp
--- old/btop-1.2.4/src/btop_draw.cpp2022-02-27 14:24:39.0 +0100
+++ new/btop-1.2.5/src/btop_draw.cpp2022-03-06 00:27:23.0 +0100
@@ -816,7 +816,7 @@
const string humanized = 
floating_humanizer(mem.stats.at(name));
const string graphics = (use_graphs ? 
mem_graphs.at(name)(mem.percent.at(name), redraw or data_same) : 
mem_meters.at(name)(mem.percent.at(name).back()));
if (mem_size > 2) {
-   out += Mv::to(y+1+cy, x+1+cx) + divider + 
ljust(title, 4, false, false, not big_mem) + ljust(":", (big_mem ? 1 : 6))
+   out += Mv::to(y+1+cy, x+1+cx) + divider + 
title.substr(0, big_mem ? 10 : 5) + ":"
+ Mv::to(y+1+cy, x+cx + mem_width - 2 - 
humanized.size()) + trans(humanized)
+ Mv::to(y+2+cy, x+cx + (graph_height 
>= 2 ? 0 : 1)) + graphics + up + rjust(to_string(mem.percent.at(name).back()) + 
"%", 4);
cy += (graph_height == 0 ? 2 : graph_height + 
1);
@@ -836,6 +836,7 @@
cx = mem_width; cy = 0;
const bool big_disk = disks_width >= 25;
divider = Mv::l(1) + Theme::c("div_line") + 
Symbols::div_left + Symbols::h_line * disks_width + Theme::c("mem_box") + 
Fx::ub + Symbols::div_right + Mv::l(disks_width);
+   const string hu_div = Theme::c("div_line") + 
Symbols::h_line + Theme::c("main_fg");
if (io_mode) {
for (const auto& moun

commit btop for openSUSE:Factory

2022-02-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-02-28 19:44:04

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1958 (New)


Package is "btop"

Mon Feb 28 19:44:04 2022 rev:15 rq:958095 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-02-15 
23:58:15.240373839 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1958/btop.changes  2022-02-28 
19:44:34.925963560 +0100
@@ -1,0 +2,10 @@
+Mon Feb 28 16:23:44 UTC 2022 - Scott Bradnick  - 1.2.4
+
+- Update to upstream release 1.2.4:
+  * Optimization: Proc::draw()
+  * Fixed: Ignore duplicate disks with same mountpoint
+  * Changed: Restrict command line for processes to 1000 characters to fix
+utf8 conversion errors
+  * Added: add "g" and "G" to vim keys, by @mohi001
+
+---

Old:

  v1.2.3.tar.gz

New:

  v1.2.4.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.lrsjS7/_old  2022-02-28 19:44:35.629963711 +0100
+++ /var/tmp/diff_new_pack.lrsjS7/_new  2022-02-28 19:44:35.637963713 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.2.3.tar.gz -> v1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.3/CHANGELOG.md new/btop-1.2.4/CHANGELOG.md
--- old/btop-1.2.3/CHANGELOG.md 2022-02-15 18:39:36.0 +0100
+++ new/btop-1.2.4/CHANGELOG.md 2022-02-27 14:24:39.0 +0100
@@ -1,3 +1,13 @@
+## v1.2.4
+
+* Optimization: Proc::draw()
+
+* Fixed: Ignore duplicate disks with same mountpoint
+
+* Changed: Restrict command line for processes to 1000 characters to fix utf8 
conversion errors
+
+* Added: add "g" and "G" to vim keys, by @mohi001
+
 ## v1.2.3
 
 * Changed: floating_humanizer() now show fractions when shortened and value is 
< 10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.3/README.md new/btop-1.2.4/README.md
--- old/btop-1.2.3/README.md2022-02-15 18:39:36.0 +0100
+++ new/btop-1.2.4/README.md2022-02-27 14:24:39.0 +0100
@@ -595,7 +595,7 @@
 #* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
 presets = "cpu:1:default,proc:0:default 
cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
 
-#* Set to True to enable "h,j,k,l" keys for directional control in lists.
+#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
 #* Conflicting keys for h:"help" and k:"kill" is accessible while holding 
shift.
 vim_keys = False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.3/src/btop.cpp new/btop-1.2.4/src/btop.cpp
--- old/btop-1.2.3/src/btop.cpp 2022-02-15 18:39:36.0 +0100
+++ new/btop-1.2.4/src/btop.cpp 2022-02-27 14:24:39.0 +0100
@@ -60,7 +60,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.2.3";
+   const string Version = "1.2.4";
 
int coreCount;
string overlay;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.3/src/btop_config.cpp 
new/btop-1.2.4/src/btop_config.cpp
--- old/btop-1.2.3/src/btop_config.cpp  2022-02-15 18:39:36.0 +0100
+++ new/btop-1.2.4/src/btop_config.cpp  2022-02-27 14:24:39.0 +0100
@@ -54,7 +54,7 @@
"#* Use 
withespace \" \" as separator between different presets.\n"
"#* Example: 
\"cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty\""},
 
-   {"vim_keys","#* Set to True to enable 
\"h,j,k,l\" keys for directional control in lists.\n"
+   {"vim_keys","#* Set to True to enable 
\"h,j,k,l,g,G\" keys for directional control in lists.\n"
"#* Conflicting 
keys for h:\"help\" and k:\"kill\" is accessible while holding shift."},
 
{"rounded_corners", "#* Rounded corners on boxes, 
is ignored if TTY mode is ON."},
@@ -77,8 +77,8 @@
 
{"

commit btop for openSUSE:Factory

2022-02-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-02-15 23:57:47

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1956 (New)


Package is "btop"

Tue Feb 15 23:57:47 2022 rev:14 rq:955097 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-02-13 
00:15:27.736127532 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1956/btop.changes  2022-02-15 
23:58:15.240373839 +0100
@@ -1,0 +2,18 @@
+Tue Feb 15 18:31:34 UTC 2022 - Scott Bradnick  - 1.2.3
+
+- Update to upstream release 1.2.3:
+  * Changed: floating_humanizer() now show fractions when shortened and value
+is < 10
+  * Fixed: Process tree not redrawing properly
+  * Fixed: string to wstring conversion crash when string is too big
+
+---
+Mon Feb 14 20:32:36 UTC 2022 - Scott Bradnick  - 1.2.2
+
+- Update to upstream release 1.2.2:
+  * Changed: Reverted uncolor() back to using regex to fix delay in opening
+menu when compiled with musl
+  * Added: Toggle for showing free disk space for privileged or normal users
+  * Added: Clarification on signal screen that number can be manually entered
+
+---

Old:

  v1.2.1.tar.gz

New:

  v1.2.3.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.Lx7exB/_old  2022-02-15 23:58:15.732375197 +0100
+++ /var/tmp/diff_new_pack.Lx7exB/_new  2022-02-15 23:58:15.736375208 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.1
+Version:1.2.3
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.2.1.tar.gz -> v1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.1/CHANGELOG.md new/btop-1.2.3/CHANGELOG.md
--- old/btop-1.2.1/CHANGELOG.md 2022-02-11 20:02:21.0 +0100
+++ new/btop-1.2.3/CHANGELOG.md 2022-02-15 18:39:36.0 +0100
@@ -1,3 +1,19 @@
+## v1.2.3
+
+* Changed: floating_humanizer() now show fractions when shortened and value is 
< 10
+
+* Fixed: Process tree not redrawing properly
+
+* Fixed: string to wstring conversion crash when string is too big
+
+## v1.2.2
+
+* Changed: Reverted uncolor() back to using regex to fix delay in opening menu 
when compiled with musl
+
+* Added: Toggle for showing free disk space for privileged or normal users
+
+* Added: Clarification on signal screen that number can be manually entered
+
 ## v1.2.1
 
 * Added: Arrow only after use of "f" when filtering processes, by 
@NavigationHazard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.1/Makefile new/btop-1.2.3/Makefile
--- old/btop-1.2.1/Makefile 2022-02-11 20:02:21.0 +0100
+++ new/btop-1.2.3/Makefile 2022-02-15 18:39:36.0 +0100
@@ -4,6 +4,7 @@
 
 override BTOP_VERSION := $(shell head -n100 src/btop.cpp 2>/dev/null | grep 
"Version =" | cut -f2 -d"\"" || echo " unknown")
 override TIMESTAMP := $(shell date +%s 2>/dev/null || echo "0")
+override DATESTAMP := $(shell date '+%Y-%m-%d %H:%M:%S' || echo "5 minutes 
ago")
 ifeq ($(shell command -v gdate >/dev/null; echo $$?),0)
DATE_CMD := gdate
 else
@@ -129,15 +130,27 @@
override OPTFLAGS := -O0 -g
 endif
 
-SOURCES:= $(shell find $(SRCDIR) -maxdepth 1 -type f -name *.$(SRCEXT))
+SOURCES:= $(sort $(shell find $(SRCDIR) -maxdepth 1 -type f -name 
*.$(SRCEXT)))
 
-SOURCES += $(shell find $(SRCDIR)/$(PLATFORM_DIR) -type f -name *.$(SRCEXT))
+SOURCES += $(sort $(shell find $(SRCDIR)/$(PLATFORM_DIR) -type f -name 
*.$(SRCEXT)))
 
+#? Setup percentage progress
 SOURCE_COUNT := $(words $(SOURCES))
 
 OBJECTS:= $(patsubst 
$(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.$(OBJEXT)))
 
-PROGRESS = expr $$(find $(BUILDDIR) -maxdepth 2 -type f -name *.o | wc -l) '*' 
90 / $(SOURCE_COUNT)
+ifeq ($(shell find $(BUILDDIR) -type f -newermt "$(DATESTAMP)" -name *.o 
>/dev/null 2>&1; echo $$?),0)
+   ifneq ($(wildcard $(BUILDDIR)/.*),)
+   SKIPPED_SOURCES := $(foreach fname,$(SOURCES),$(shell find 
$(BUILDDIR) -type f -newer $(fname) -name *.o | grep "$(basename $(notdir 
$(fname))).o" 2>/dev/null))
+   override SOURCE_COUNT := $(shell expr $(SOURCE_COUNT) - $(words 
$(SKIPPED_SOURCES)))
+   ifeq ($(SOURCE_COUNT),0)
+   override SOURCE_COUNT = $(words $(SOURCES))
+   endif
+   endif
+   PROGRESS = expr $$(find $(BUILDDIR) -type f -newermt "$

commit btop for openSUSE:Factory

2022-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-02-13 00:15:20

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1956 (New)


Package is "btop"

Sun Feb 13 00:15:20 2022 rev:13 rq:953810 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2022-01-21 
01:26:23.062190590 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1956/btop.changes  2022-02-13 
00:15:27.736127532 +0100
@@ -1,0 +2,13 @@
+Fri Feb 11 19:13:10 UTC 2022 - Scott Bradnick  - 1.2.1
+
+- Update to upstream release 1.2.1:
+  * Added: Arrow only after use of "f" when filtering processes, by 
@NavigationHazard
+  * Fixed: Fx::uncolor not removing all escapes
+  * Fixed: Text alignment for popup boxes
+  * Fixed: Terminal resize warning getting stuck
+  * Removed: Unnecessary counter for atomic_lock
+  * Added: Percentage progress to Makefile
+  * Fixed: Alignment of columns in proc box when wide UTF8 characters are used
+  * Fixed: Battery meter draw fix
+
+---

Old:

  v1.2.0.tar.gz

New:

  v1.2.1.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.vAIJvZ/_old  2022-02-13 00:15:28.264129028 +0100
+++ /var/tmp/diff_new_pack.vAIJvZ/_new  2022-02-13 00:15:28.272129051 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.2.0.tar.gz -> v1.2.1.tar.gz ++
 1929 lines of diff (skipped)


commit btop for openSUSE:Factory

2022-01-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-01-21 01:25:41

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1938 (New)


Package is "btop"

Fri Jan 21 01:25:41 2022 rev:12 rq:947724 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-12-30 
17:10:31.282856026 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1938/btop.changes  2022-01-21 
01:26:23.062190590 +0100
@@ -1,0 +2,9 @@
+Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick  - 1.2.0
+
+- Update to upstream release 1.2.0:
+  * Added: Support for FreeBSD, by @joske and @aristocratos
+  * Fixed (again): Account for system rolling over net speeds in Net::collect()
+  * Added: Theme gruvbox_material_dark, by @marcoradocchia
+  * Added: Option for base 10 bytes/bits
+
+---

Old:

  v1.1.4.tar.gz

New:

  v1.2.0.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.t9VO8G/_old  2022-01-21 01:26:23.462187847 +0100
+++ /var/tmp/diff_new_pack.t9VO8G/_new  2022-01-21 01:26:23.466187821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package btop
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.1.4
+Version:1.2.0
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.1.4.tar.gz -> v1.2.0.tar.gz ++
 1905 lines of diff (skipped)


commit btop for openSUSE:Factory

2021-12-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-12-30 17:10:29

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1896 (New)


Package is "btop"

Thu Dec 30 17:10:29 2021 rev:11 rq:943242 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-12-13 
20:51:18.960670220 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1896/btop.changes  2021-12-30 
17:10:31.282856026 +0100
@@ -1,0 +2,9 @@
+Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick  - 1.1.4
+
+- Update to upstream release 1.1.4:
+   * Fixed: Create dependency files in build directory when compiling, by 
@stwnt
+   * Fixed: fix CPU temp fallback on macOS, by @joske
+   * Changed: From rng::sort() to rng::stable_sort() for more stability
+   * Fixed: in_avail() can always be zero, by @pg83
+
+---

Old:

  v1.1.3.tar.gz

New:

  v1.1.4.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.dLt4cu/_old  2021-12-30 17:10:31.770856297 +0100
+++ /var/tmp/diff_new_pack.dLt4cu/_new  2021-12-30 17:10:31.774856300 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.1.3.tar.gz -> v1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.3/CHANGELOG.md new/btop-1.1.4/CHANGELOG.md
--- old/btop-1.1.3/CHANGELOG.md 2021-12-11 18:22:08.0 +0100
+++ new/btop-1.1.4/CHANGELOG.md 2021-12-29 14:40:32.0 +0100
@@ -1,3 +1,13 @@
+## v1.1.4
+
+* Fixed: Create dependency files in build directory when compiling, by @stwnt
+
+* Fixed: fix CPU temp fallback on macOS, by @joske
+
+* Changed: From rng::sort() to rng::stable_sort() for more stability
+
+* Fixed: in_avail() can always be zero, by @pg83
+
 ## v1.1.3
 
 * Added: New theme ayu, by @AlphaNecron
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.3/Makefile new/btop-1.1.4/Makefile
--- old/btop-1.1.3/Makefile 2021-12-11 18:22:08.0 +0100
+++ new/btop-1.1.4/Makefile 2021-12-29 14:40:32.0 +0100
@@ -223,12 +223,7 @@
@sleep 0.3 2>/dev/null || true
@TSTAMP=$$(date +%s 2>/dev/null || echo "0")
@$(QUIET) || printf "\033[1;97mCompiling $<\033[0m\n"
-   @$(CXX) $(CXXFLAGS) $(INC) -c -o $@ $< || exit 1
-   @$(CXX) $(CXXFLAGS) $(INC) -MM $(SRCDIR)/$*.$(SRCEXT) > 
$(BUILDDIR)/$*.$(DEPEXT) >/dev/null || exit 1
-   @cp -f $(BUILDDIR)/$*.$(DEPEXT) $(BUILDDIR)/$*.$(DEPEXT).tmp
-   @sed -e 's|.*:|$(BUILDDIR)/$*.$(OBJEXT):|' < 
$(BUILDDIR)/$*.$(DEPEXT).tmp > $(BUILDDIR)/$*.$(DEPEXT)
-   @sed -e 's/.*://' -e 's/\\$$//' < $(BUILDDIR)/$*.$(DEPEXT).tmp | fmt -1 
| sed -e 's/^ *//' -e 's/$$/:/' >> $(BUILDDIR)/$*.$(DEPEXT)
-   @rm -f $(BUILDDIR)/$*.$(DEPEXT).tmp
+   @$(CXX) $(CXXFLAGS) $(INC) -MMD -c -o $@ $< || exit 1
@printf "\033[1;92m-> \033[1;37m$@ 
\033[100D\033[35C\033[1;93m(\033[1;97m$$(du -ah $@ | cut -f1)iB\033[1;93m) 
\033[92m(\033[97m$$($(DATE_CMD) -d @$$(expr $$(date +%s 2>/dev/null || echo 
"0") - $${TSTAMP} 2>/dev/null) -u +%Mm:%Ss 2>/dev/null | sed 's/^00m://' || 
echo '')\033[92m)\033[0m\n"
 
 #? Non-File Targets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.3/README.md new/btop-1.1.4/README.md
--- old/btop-1.1.3/README.md2021-12-11 18:22:08.0 +0100
+++ new/btop-1.1.4/README.md2021-12-29 14:40:32.0 +0100
@@ -507,8 +507,8 @@
 force_tty = False
 
 #* Define presets for the layout of the boxes. Preset 0 is always all boxes 
shown with default settings. Max 9 presets.
-#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positons, 
G=graph symbol to use for box.
-#* Use withespace " " as seprator between different presets.
+#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, 
G=graph symbol to use for box.
+#* Use withespace " " as separator between different presets.
 #* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
 presets = "cpu:1:default,proc:0:default 
cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.3/src/btop.cpp new/btop-1.1.4/src/btop.cpp
--- old/btop-1.1.3/src/btop.cpp 2021-12-11 18:22:08.0 +0100
+++ new/btop-1.1.4/src/btop.cpp 2021-12-29 14:40:3

commit btop for openSUSE:Factory

2021-12-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-12-13 20:45:13

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.2520 (New)


Package is "btop"

Mon Dec 13 20:45:13 2021 rev:10 rq:940286 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-12-02 
02:10:37.739509057 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.2520/btop.changes  2021-12-13 
20:51:18.960670220 +0100
@@ -1,0 +2,11 @@
+Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick  - 1.1.3
+
+- Update to upstream release 1.1.3:
+  * Added: New theme ayu, by @AlphaNecron
+  * Added: New theme gruvbox_dark_v2, by @pietryszak
+  * Fixed: Macos cpu coretemp for Intel, by @joske
+  * Added: New theme OneDark, by @vtmx
+  * Fixed: Fixed network graph scale int rollover
+  * Fixed: Suspected possibility of very rare stall in Input::clear()
+
+---

Old:

  v1.1.2.tar.gz

New:

  v1.1.3.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.dYfypc/_old  2021-12-13 20:51:19.692670688 +0100
+++ /var/tmp/diff_new_pack.dYfypc/_new  2021-12-13 20:51:19.700670693 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   btop
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
 Group:  System/Monitoring
-URL:https://github.com/aristocratos/btop/archive
-Source: %{url}/v%{version}.tar.gz#/v%{version}.tar.gz
+URL:https://github.com/aristocratos/btop
+Source: %{url}/archive/v%{version}.tar.gz#/v%{version}.tar.gz
 BuildRequires:  coreutils
 %if 0%{?suse_version} < 1550
 %define cxxopt CXX=g++-10

++ v1.1.2.tar.gz -> v1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.2/CHANGELOG.md new/btop-1.1.3/CHANGELOG.md
--- old/btop-1.1.2/CHANGELOG.md 2021-11-27 18:52:10.0 +0100
+++ new/btop-1.1.3/CHANGELOG.md 2021-12-11 18:22:08.0 +0100
@@ -1,3 +1,17 @@
+## v1.1.3
+
+* Added: New theme ayu, by @AlphaNecron
+
+* Added: New theme gruvbox_dark_v2, by @pietryszak
+
+* Fixed: Macos cpu coretemp for Intel, by @joske
+
+* Added: New theme OneDark, by @vtmx
+
+* Fixed: Fixed network graph scale int rollover
+
+* Fixed: Suspected possibility of very rare stall in Input::clear()
+
 ## v1.1.2
 
 * Fixed: SISEGV on macos Mojave, by @mgradowski
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.2/README.md new/btop-1.1.3/README.md
--- old/btop-1.1.2/README.md2021-11-27 18:52:10.0 +0100
+++ new/btop-1.1.3/README.md2021-12-11 18:22:08.0 +0100
@@ -275,6 +275,13 @@
   sudo zypper in btop
   ```
 
+**Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**
+
+* **[Homebrew](https://formulae.brew.sh/formula/btop)**
+  ```bash
+  brew install btop
+  ```
+
 ## Compilation Linux
 
Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better 
CPU efficiency in the compiled binary).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.2/src/btop.cpp new/btop-1.1.3/src/btop.cpp
--- old/btop-1.1.2/src/btop.cpp 2021-11-27 18:52:10.0 +0100
+++ new/btop-1.1.3/src/btop.cpp 2021-12-11 18:22:08.0 +0100
@@ -56,7 +56,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.1.2";
+   const string Version = "1.1.3";
 
int coreCount;
string overlay;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.2/src/btop_draw.cpp 
new/btop-1.1.3/src/btop_draw.cpp
--- old/btop-1.1.2/src/btop_draw.cpp2021-11-27 18:52:10.0 +0100
+++ new/btop-1.1.3/src/btop_draw.cpp2021-12-11 18:22:08.0 +0100
@@ -947,8 +947,8 @@
const string title_left = Theme::c("net_box") + Fx::ub + 
Symbols::title_left;
const string title_right = Theme::c("net_box") + Fx::ub + 
Symbols::title_right;
const int i_size = min((int)selected_iface.size(), 10);
-   const long long down_max = (net_auto ? graph_max.at("download") 
: (long long)(Config::getI("net_download") << 20) / 8);
-   const long long up_max = (net_auto ? graph_max.at("upload") : 

commit btop for openSUSE:Factory

2021-12-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-11-30 23:16:08

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.31177 (New)


Package is "btop"

Tue Nov 30 23:16:08 2021 rev:9 rq:934744 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-11-17 
01:15:46.578192161 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.31177/btop.changes 2021-12-02 
02:10:37.739509057 +0100
@@ -1,0 +2,11 @@
+Sun Nov 28 21:25:30 UTC 2021 - Scott Bradnick  - 1.1.2
+
+- Update to upstream release 1.1.2:
+  * Fixed: SISEGV on macos Mojave, by @mgradowski
+  * Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
+  * Fixed: Wrong unit for net_upload and net_download in config menu
+  * Fixed: UTF-8 detection on macos
+  * Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
+  * Fixed: coretemp ordering
+
+---

Old:

  v1.1.1.tar.gz

New:

  v1.1.2.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.ZYZNHu/_old  2021-12-02 02:10:38.403507031 +0100
+++ /var/tmp/diff_new_pack.ZYZNHu/_new  2021-12-02 02:10:38.403507031 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.1.1.tar.gz -> v1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.1.1/.github/workflows/continuous-build-linux.yml 
new/btop-1.1.2/.github/workflows/continuous-build-linux.yml
--- old/btop-1.1.1/.github/workflows/continuous-build-linux.yml 2021-11-16 
08:41:16.0 +0100
+++ new/btop-1.1.2/.github/workflows/continuous-build-linux.yml 2021-11-27 
18:52:10.0 +0100
@@ -52,7 +52,6 @@
   - mipsel-linux-musln32
   - mipsel-linux-musln32sf
   - mipsel-linux-muslsf
-  - or1k-linux-musl
   - powerpc-linux-musl
   - powerpc-linux-muslsf
   - powerpc64-linux-musl
@@ -62,15 +61,17 @@
   - riscv32-linux-musl
   - riscv64-linux-musl
   - s390x-linux-musl
-  - sh2-linux-musl
-  - sh2-linux-muslfdpic
-  - sh2eb-linux-musl
-  - sh2eb-linux-muslfdpic
-  - sh4-linux-musl
-  - sh4eb-linux-musl
   - x86_64-linux-musl
   - x86_64-linux-muslx32
 
+# - or1k-linux-musl
+# - sh2-linux-musl
+# - sh2-linux-muslfdpic
+# - sh2eb-linux-musl
+# - sh2eb-linux-muslfdpic
+# - sh4-linux-musl
+# - sh4eb-linux-musl
+
 runs-on: ubuntu-latest
 container: muslcc/x86_64:${{ matrix.toolchain }}
 
@@ -85,7 +86,7 @@
 run: git init # [fix Stopping at filesystem boundary 
(GIT_DISCOVERY_ACROSS_FILESYSTEM not set).]
 
   - name: Build
-run: make STATIC=true STRIP=true QUIET=true
+run: make STATIC=true STRIP=true
 
   - name: Make executable
 run: chmod +x bin/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.1/CHANGELOG.md new/btop-1.1.2/CHANGELOG.md
--- old/btop-1.1.1/CHANGELOG.md 2021-11-16 08:41:16.0 +0100
+++ new/btop-1.1.2/CHANGELOG.md 2021-11-27 18:52:10.0 +0100
@@ -1,3 +1,17 @@
+## v1.1.2
+
+* Fixed: SISEGV on macos Mojave, by @mgradowski
+
+* Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
+
+* Fixed: Wrong unit for net_upload and net_download in config menu
+
+* Fixed: UTF-8 detection on macos
+
+* Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
+
+* Fixed: coretemp ordering
+
 ## v1.1.1
 
 * Added: Partial static build (libgcc, libstdc++) for macos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.1.1/src/btop.cpp new/btop-1.1.2/src/btop.cpp
--- old/btop-1.1.1/src/btop.cpp 2021-11-16 08:41:16.0 +0100
+++ new/btop-1.1.2/src/btop.cpp 2021-11-27 18:52:10.0 +0100
@@ -28,6 +28,9 @@
 #include 
 #include 
 #include 
+#ifdef __APPLE__
+   #include 
+#endif
 
 #include 
 #include 
@@ -53,7 +56,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.1.1";
+   const string Version = "1.1.2";
 
int coreCount;
string overlay;
@@ -764,12 +767,34 @@
   

commit btop for openSUSE:Factory

2021-11-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-11-17 01:14:31

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Wed Nov 17 01:14:31 2021 rev:8 rq:931842 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-11-09 
23:55:30.499980077 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-11-17 
01:15:46.578192161 +0100
@@ -1,0 +2,14 @@
+Tue Nov 16 16:47:50 UTC 2021 - Scott Bradnick  - 1.1.1
+
+- Update to upstream release 1.1.1:
+  * Added: Partial static build (libgcc, libstdc++) for macos
+  * Changed: Continuous build macos switched to OSX 11.6 (Big Sur) and partial 
static build
+  * Changed: Release binaries for macos switched to OSX 12 (Monterey) and 
partial static build
+
+---
+Mon Nov 15 21:11:28 UTC 2021 - Scott Bradnick  - 1.1.0
+
+- Update to upstream release 1.1.0:
+  * Added: Support for OSX, by @joske and @aristocratos
+
+---

Old:

  v1.0.24.tar.gz

New:

  v1.1.1.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.X9uByB/_old  2021-11-17 01:15:47.358192198 +0100
+++ /var/tmp/diff_new_pack.X9uByB/_new  2021-11-17 01:15:47.358192198 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.0.24
+Version:1.1.1
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.0.24.tar.gz -> v1.1.1.tar.gz ++
 2610 lines of diff (skipped)


commit btop for openSUSE:Factory

2021-11-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-11-09 23:55:02

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Tue Nov  9 23:55:02 2021 rev:7 rq:930481 version:1.0.24

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-11-05 
22:58:28.608276433 +0100
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-11-09 
23:55:30.499980077 +0100
@@ -1,0 +2,14 @@
+Tue Nov  9 14:57:37 UTC 2021 - Scott Bradnick  - 
1.0.24
+
+- Update to upstream release 1.0.24:
+  * Changed: Collection ordering
+  * Fixed: Restore all escape seq mouse modes on exit
+  * Fixed: SIGINT not cleaning up on exit
+
+- Update to upstream relaese 1.0.23:
+  * Fixed: Config parser missing first value when not including version header
+  * Fixed: Vim keys menu lists selection
+  * Fixed: Stall when clearing input queue on exit and queue is >1
+  * Fixed: Inconsistent behaviour of "q" key in the menus
+
+---

Old:

  v1.0.22.tar.gz

New:

  v1.0.24.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.3uZWJb/_old  2021-11-09 23:55:30.959980311 +0100
+++ /var/tmp/diff_new_pack.3uZWJb/_new  2021-11-09 23:55:30.959980311 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.0.22
+Version:1.0.24
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.0.22.tar.gz -> v1.0.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.22/CHANGELOG.md new/btop-1.0.24/CHANGELOG.md
--- old/btop-1.0.22/CHANGELOG.md2021-11-03 22:11:31.0 +0100
+++ new/btop-1.0.24/CHANGELOG.md2021-11-09 10:03:37.0 +0100
@@ -1,3 +1,21 @@
+## v1.0.24
+
+* Changed: Collection ordering
+
+* Fixed: Restore all escape seq mouse modes on exit
+
+* Fixed: SIGINT not cleaning up on exit
+
+## v1.0.23
+
+* Fixed: Config parser missing first value when not including version header
+
+* Fixed: Vim keys menu lists selection
+
+* Fixed: Stall when clearing input queue on exit and queue is >1
+
+* Fixed: Inconsistent behaviour of "q" key in the menus
+
 ## v1.0.22
 
 * Fixed: Bad values for disks and network on 32-bit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.22/src/btop.cpp new/btop-1.0.24/src/btop.cpp
--- old/btop-1.0.22/src/btop.cpp2021-11-03 22:11:31.0 +0100
+++ new/btop-1.0.24/src/btop.cpp2021-11-09 10:03:37.0 +0100
@@ -53,7 +53,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.0.22";
+   const string Version = "1.0.24";
 
int coreCount;
string overlay;
@@ -79,6 +79,8 @@
 
atomic resized (false);
atomic quitting (false);
+   atomic should_quit (false);
+   atomic should_sleep (false);
atomic _runner_started (false);
 
bool arg_tty = false;
@@ -208,7 +210,6 @@
}
 
Config::write();
-   Input::clear();
 
//? Wait for any remaining Tools::atomic_lock destructors to finish for 
max 1000ms
for (int i = 0; Tools::active_locks > 0 and i < 100; i++) {
@@ -216,6 +217,7 @@
}
 
if (Term::initialized) {
+   Input::clear();
Term::restore();
}
 
@@ -254,10 +256,24 @@
 void _signal_handler(const int sig) {
switch (sig) {
case SIGINT:
-   clean_quit(0);
+   if (Runner::active) {
+   Global::should_quit = true;
+   Runner::stopping = true;
+   Input::interrupt = true;
+   }
+   else {
+   clean_quit(0);
+   }
break;
case SIGTSTP:
-   _sleep();
+   if (Runner::active) {
+   Global::should_sleep = true;
+   Runner::stopping = true;
+   Input::interrupt = true;
+   }
+   else {
+   _sleep();
+   }

commit btop for openSUSE:Factory

2021-11-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-11-05 22:58:22

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Fri Nov  5 22:58:22 2021 rev:6 rq:929209 version:1.0.22

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-10-29 
22:35:14.331704911 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-11-05 
22:58:28.608276433 +0100
@@ -1,0 +2,14 @@
+Thu Nov  4 14:31:35 UTC 2021 - Scott Bradnick  - 
1.0.22
+
+- Update to upstream release 1.0.22:
+  * Fixed: Bad values for disks and network on 32-bit
+
+---
+Tue Nov  2 20:43:52 UTC 2021 - Scott Bradnick  - 
1.0.21
+
+- Update to upstream release 1.0.21:
+  * Fixed: Removed extra spaces in cpu name
+  * Added: / as alternative bind for filter
+  * Fixed: Security issue when running with SUID bit set
+
+---

Old:

  v1.0.20.tar.gz

New:

  v1.0.22.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.k0YpWX/_old  2021-11-05 22:58:29.148276765 +0100
+++ /var/tmp/diff_new_pack.k0YpWX/_new  2021-11-05 22:58:29.152276768 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.0.20
+Version:1.0.22
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.0.20.tar.gz -> v1.0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.20/CHANGELOG.md new/btop-1.0.22/CHANGELOG.md
--- old/btop-1.0.20/CHANGELOG.md2021-10-26 23:41:40.0 +0200
+++ new/btop-1.0.22/CHANGELOG.md2021-11-03 22:11:31.0 +0100
@@ -1,3 +1,15 @@
+## v1.0.22
+
+* Fixed: Bad values for disks and network on 32-bit
+
+## v1.0.21
+
+* Fixed: Removed extra spaces in cpu name
+
+* Added: / as alternative bind for filter
+
+* Fixed: Security issue when running with SUID bit set
+
 ## v1.0.20
 
 * Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.20/README.md new/btop-1.0.22/README.md
--- old/btop-1.0.20/README.md   2021-10-26 23:41:40.0 +0200
+++ new/btop-1.0.22/README.md   2021-11-03 22:11:31.0 +0100
@@ -38,9 +38,38 @@
 
 ### Under development
 
+# 30 October 2021
+
+Work on the OSX and FreeBSD branches, both initiated and mostly worked on by 
[@joske](https://github.com/joske), will likely be completed in the coming 
weeks.
+The OSX branch has some memory leaks that needs to be sorted out and both have 
some issues with the processes cpu usage calculation and other smaller issues 
that needs fixing.
+
+If you want to help out, test for bugs/fix bugs or just try out the branches:
+
+**OSX**
+```bash
+# Install and use Homebrew or MacPorts package managers for easy dependency 
installation
+brew install coreutils make gcc@11
+git clone https://github.com/aristocratos/btop.git
+cd btop
+git checkout OSX
+gmake
+```
+
+**FreeBSD**
+```bash
+sudo pkg install gmake gcc11 coreutils git
+git clone https://github.com/aristocratos/btop.git
+cd btop
+git checkout freebsd
+gmake
+```
+
+Note that GNU make (`gmake`) is recommended but not required for OSX but it is 
required on FreeBSD.
+
+
 # 6 October 2021
 
-OsX development have been started by @joske , big thanks :)
+OsX development have been started by [@joske](https://github.com/joske), big 
thanks :)
 See branch [OSX](https://github.com/aristocratos/btop/tree/OSX) for current 
progress.
 
 # 18 September 2021
@@ -179,6 +208,8 @@
 
 1. **Download btop-(VERSION)-(PLATFORM)-(ARCH).tbz from [latest 
release](https://github.com/aristocratos/btop/releases/latest) and unpack to a 
new folder**
 
+   **Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!**
+
 2. **Install (from created folder)**
 
* **Run install.sh or:**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.20/src/btop.cpp new/btop-1.0.22/src/btop.cpp
--- old/btop-1.0.20/src/btop.cpp2021-10-26 23:41:40.0 +0200
+++ new/btop-1.0.22/src/btop.cpp2021-11-03 22:11:31.0 +0100
@@ -53,7 +53,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const stri

commit btop for openSUSE:Factory

2021-10-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-10-29 22:34:09

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Fri Oct 29 22:34:09 2021 rev:5 rq:928023 version:1.0.20

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-10-23 
00:52:28.877161230 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-10-29 
22:35:14.331704911 +0200
@@ -1,0 +2,9 @@
+Wed Oct 27 15:15:27 UTC 2021 - Scott Bradnick  - 
1.0.20
+
+- Update to upstream release 1.0.20:
+  * Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri
+  * Changed: Updated makefile
+  * Changed: Regex for Fx::uncolor() changed to string search and replace
+  * Changed: Removed all use of regex with dedicated string functions
+
+---

Old:

  v1.0.19.tar.gz

New:

  v1.0.20.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.NrSnXh/_old  2021-10-29 22:35:14.807705090 +0200
+++ /var/tmp/diff_new_pack.NrSnXh/_new  2021-10-29 22:35:14.807705090 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.0.19
+Version:1.0.20
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0

++ v1.0.19.tar.gz -> v1.0.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.19/CHANGELOG.md new/btop-1.0.20/CHANGELOG.md
--- old/btop-1.0.19/CHANGELOG.md2021-10-21 16:54:18.0 +0200
+++ new/btop-1.0.20/CHANGELOG.md2021-10-26 23:41:40.0 +0200
@@ -1,3 +1,13 @@
+## v1.0.20
+
+* Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri
+
+* Changed: Updated makefile
+
+* Changed: Regex for Fx::uncolor() changed to string search and replace
+
+* Changed: Removed all use of regex with dedicated string functions
+
 ## v1.0.19
 
 * Fixed: Makefile now tests compiler flag compatibility
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.19/Makefile new/btop-1.0.20/Makefile
--- old/btop-1.0.19/Makefile2021-10-21 16:54:18.0 +0200
+++ new/btop-1.0.20/Makefile2021-10-26 23:41:40.0 +0200
@@ -24,14 +24,14 @@
 override PLATFORM_LC := $(shell echo $(PLATFORM) | tr '[:upper:]' '[:lower:]')
 
 #? Any flags added to TESTFLAGS must not contain whitespace for the testing to 
work
-override TESTFLAGS := -fexceptions -fcf-protection -fstack-protector 
-fstack-clash-protection -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS
+override TESTFLAGS := -fexceptions -fcf-protection -fstack-protector 
-fstack-clash-protection
 
 ifeq ($(STATIC),true)
-   override TESTFLAGS += -DSTATIC_BUILD -static -static-libgcc 
-static-libstdc++ -Wl,--fatal-warnings
+   override ADDFLAGS += -DSTATIC_BUILD -static -static-libgcc 
-static-libstdc++ -Wl,--fatal-warnings
 endif
 
 ifeq ($(STRIP),true)
-   override TESTFLAGS += -s
+   override ADDFLAGS += -s
 endif
 
 #? Compiler and Linker
@@ -84,8 +84,8 @@
 #? Flags, Libraries and Includes
 override REQFLAGS   := -std=c++20
 WARNFLAGS  := -Wall -Wextra -pedantic
-OPTFLAGS   ?= -O2 -ftree-loop-vectorize -flto=$(THREADS)
-LDCXXFLAGS := -pthread $(GOODFLAGS) $(ADDFLAGS)
+OPTFLAGS   := -O2 -ftree-loop-vectorize -flto=$(THREADS)
+LDCXXFLAGS := -pthread -D_FORTIFY_SOURCE=2 
-D_GLIBCXX_ASSERTIONS $(GOODFLAGS) $(ADDFLAGS)
 override CXXFLAGS  += $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS)
 override LDFLAGS   += $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS)
 INC:= -I$(INCDIR) -I$(SRCDIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.19/src/btop.cpp new/btop-1.0.20/src/btop.cpp
--- old/btop-1.0.19/src/btop.cpp2021-10-21 16:54:18.0 +0200
+++ new/btop-1.0.20/src/btop.cpp2021-10-26 23:41:40.0 +0200
@@ -53,7 +53,7 @@
{"#801414", "   ?   
??"},
{"#00", "??
? ?"},
};
-   const string Version = "1.0.19";
+   const string Version = "1.0.20";
 
int coreCount;
string overlay;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.19/src/btop_tools.cpp 
new/

commit btop for openSUSE:Factory

2021-10-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-10-23 00:51:44

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Sat Oct 23 00:51:44 2021 rev:4 rq:926997 version:1.0.19

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-10-19 
23:03:51.965274003 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-10-23 
00:52:28.877161230 +0200
@@ -1,0 +2,6 @@
+Thu Oct 21 16:03:46 UTC 2021 - Scott Bradnick  - 
1.0.19
+
+- Update to upstream release 1.0.19:
+  * Fixed: Makefile now tests compiler flag compatibility
+
+---

Old:

  v1.0.18.tar.gz

New:

  v1.0.19.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.KD50JU/_old  2021-10-23 00:52:29.261161400 +0200
+++ /var/tmp/diff_new_pack.KD50JU/_new  2021-10-23 00:52:29.265161402 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   btop
-Version:1.0.18
+Version:1.0.19
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
@@ -35,7 +35,7 @@
 BuildRequires:  sed
 
 %description
-Resource monitor that shows usage and stats for processor, memory, disks, 
network and processes.C++ version and continuation of bashtop and bpytop.
+Resource monitor that shows usage and stats for processor, memory, disks, 
network and processes. C++ version and continuation of bashtop and bpytop.
 
 %prep
 %setup -q

++ v1.0.18.tar.gz -> v1.0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.18/CHANGELOG.md new/btop-1.0.19/CHANGELOG.md
--- old/btop-1.0.18/CHANGELOG.md2021-10-19 17:29:57.0 +0200
+++ new/btop-1.0.19/CHANGELOG.md2021-10-21 16:54:18.0 +0200
@@ -1,3 +1,7 @@
+## v1.0.19
+
+* Fixed: Makefile now tests compiler flag compatibility
+
 ## v1.0.18
 
 * Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.18/Makefile new/btop-1.0.19/Makefile
--- old/btop-1.0.18/Makefile2021-10-19 17:29:57.0 +0200
+++ new/btop-1.0.19/Makefile2021-10-21 16:54:18.0 +0200
@@ -1,6 +1,6 @@
-#* Btop++ makefile v1.2
+#* Btop++ makefile v1.4
 
-BANNER  = \n \033[38;5;196m??\033[38;5;240m??? 
\033[38;5;196m\033[38;5;240m??? 
\033[38;5;196m??\033[38;5;240m??? 
\033[38;5;196m??\033[38;5;240m???\n 
\033[38;5;160m??\033[38;5;239m?\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m???\033[38;5;160m??\033[38;5;239m?\033[38;5;160m??\033[38;5;239m???
   \033[38;5;160m??\033[38;5;239m???
\033[38;5;160m??\033[38;5;239m???\n 
\033[38;5;124m??\033[38;5;238m??   
\033[38;5;124m??\033[38;5;238m???   \033[38;5;124m??\033[38;5;238m???   
\033[38;5;124m??\033[38;5;238m???\033[38;5;124m??\033[38;5;238m??
 
\033[38;5;124m??\033[38;5;238m???\033[38;5;124m??\033[38;5;238m???\n
 \033[38;5;88m??\033[38;5;237m?\033[38;5;88m??\033[38
 ;5;237m???   \033[38;5;88m??\033[38;5;237m???   
\033[38;5;88m??\033[38;5;237m???   
\033[38;5;88m??\033[38;5;237m???\033[38;5;88m??\033[38;5;237m???
  
??\033[38;5;88m??\033[38;5;237m???\033[38;5;88m??\033[38;5;237m?\n
 \033[38;5;52m??\033[38;5;236m??   
\033[38;5;52m??\033[38;5;236m???   
???\033[38;5;52m??\033[38;5;236m??\033[38;5;52m??\033[38;5;236m???
??\n \033[38;5;235m?
?? ?  \033[1;3;38;5;240mMakefile 
v1.3\033[0m
+BANNER  = \n \033[38;5;196m??\033[38;5;240m??? 
\033[38;5;196m\033[38;5;240m??? 
\033[38;5;196m??\033[38;5;240m??? 
\033[38;5;196m??\033[38;5;240m???\n 
\033[38;5;160m??\033[38;5;239m?\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m\033[38;5;160m??\033[38;5;239m???\033[38;5;160m??\033[38;5;239m?\033[38;5;160m??\033[38;5;239m???
   \033[38;5;160m??\033[38;5;239m???
\033[38;5;160m??\033[

commit btop for openSUSE:Factory

2021-10-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-10-19 23:03:42

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.1890 (New)


Package is "btop"

Tue Oct 19 23:03:42 2021 rev:3 rq:926326 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-10-11 
15:32:06.722892564 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1890/btop.changes  2021-10-19 
23:03:51.965274003 +0200
@@ -1,0 +2,22 @@
+Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick  - 
1.0.18
+
+- Update to upstream release 1.0.18:
+  * Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
+- Update to upstream release 1.0.17:
+  * Changed: Reverted mutexes back to custom atomic bool based locks
+  * Added: Static binaries switched to building with musl + more platforms, by 
@jan-guenter
+  * Fixed: Improved battery detection, by @jan-guenter
+  * Added: Displayed battery selectable in options menu
+  * Fixed: Battery error if non existent battery named is entered
+
+---
+Mon Oct 18 17:33:44 UTC 2021 - Scott Bradnick 
+
+- Updating to version 1.0.16 ...
+
+---
+Wed Oct 13 15:50:02 UTC 2021 - Scott Bradnick 
+
+- Updating to version 1.0.15 ...
+
+---

Old:

  v1.0.14.tar.gz

New:

  v1.0.18.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.CzoCg5/_old  2021-10-19 23:03:52.489274241 +0200
+++ /var/tmp/diff_new_pack.CzoCg5/_new  2021-10-19 23:03:52.493274243 +0200
@@ -17,10 +17,11 @@
 
 
 Name:   btop
-Version:1.0.14
+Version:1.0.18
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
+Group:  System/Monitoring
 URL:https://github.com/aristocratos/btop/archive
 Source: %{url}/v%{version}.tar.gz#/v%{version}.tar.gz
 BuildRequires:  coreutils
@@ -34,7 +35,7 @@
 BuildRequires:  sed
 
 %description
-Resource monitor that shows usage and stats for processor, memory, disks, 
network and processes. C++ version and continuation of bashtop and bpytop.
+Resource monitor that shows usage and stats for processor, memory, disks, 
network and processes.C++ version and continuation of bashtop and bpytop.
 
 %prep
 %setup -q

++ v1.0.14.tar.gz -> v1.0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.14/.editorconfig 
new/btop-1.0.18/.editorconfig
--- old/btop-1.0.14/.editorconfig   2021-10-06 17:11:10.0 +0200
+++ new/btop-1.0.18/.editorconfig   2021-10-19 17:29:57.0 +0200
@@ -1,3 +1,7 @@
 [*.{cpp,h,sh,md,cfg,sample}]
 indent_style = tab
 indent_size = 4
+
+[*.{yml,yaml}]
+indent_style = space
+indent_size = 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.14/.github/ISSUE_TEMPLATE/bug_report.md 
new/btop-1.0.18/.github/ISSUE_TEMPLATE/bug_report.md
--- old/btop-1.0.14/.github/ISSUE_TEMPLATE/bug_report.md2021-10-06 
17:11:10.0 +0200
+++ new/btop-1.0.18/.github/ISSUE_TEMPLATE/bug_report.md2021-10-19 
17:29:57.0 +0200
@@ -44,10 +44,12 @@
 
 If btop++ is crashing at start the following steps could be helpful:
 
+(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`)
+
 1. run `gdb btop`
 
 2. `r` to run, wait for crash and press enter
 
-3. `bt` to get backtrace
+3. `thread apply all bt` to get backtrace for all threads
 
 4. Copy and paste the backtrace here:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.14/.github/workflows/continuous-build.yml 
new/btop-1.0.18/.github/workflows/continuous-build.yml
--- old/btop-1.0.14/.github/workflows/continuous-build.yml  2021-10-06 
17:11:10.0 +0200
+++ new/btop-1.0.18/.github/workflows/continuous-build.yml  2021-10-19 
17:29:57.0 +0200
@@ -1,7 +1,12 @@
 name: Continuous Build Linux
 
 on:
+  workflow_dispatch:
   push:
+branches:
+  - main
+tags-ignore:
+  - '*.*'
 paths:
   - 'src/**'
   - '!src/osx/**'
@@ -11,109 +16,94 @@
   - '.github/workflows/continuous-build.yml'
 
 jobs:
-  build:
+  static-build:
+continue-on-error: true
+strategy:
+  matrix:
+toolchain:
+  - aarch64-linux-musl
+  - aarch64_be-linux-musl
+  - arm-linux-musleabi
+  - arm-linux-musleabihf
+  - armeb-linux-musleabi
+ 

commit btop for openSUSE:Factory

2021-10-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2021-10-11 15:31:15

Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and  /work/SRC/openSUSE:Factory/.btop.new.2443 (New)


Package is "btop"

Mon Oct 11 15:31:15 2021 rev:2 rq:924228 version:1.0.14

Changes:

--- /work/SRC/openSUSE:Factory/btop/btop.changes2021-10-04 
18:40:44.170132688 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.2443/btop.changes  2021-10-11 
15:32:06.722892564 +0200
@@ -1,0 +2,11 @@
+Thu Oct  7 13:57:15 UTC 2021 - Scott Bradnick 
+
+- Updating to version 1.0.14 ...
+
+---
+Sat Oct  2 09:54:55 UTC 2021 - Stefan Seyfried 
+
+- allow to build on 15.3 also
+- improve filelist (no more "files listed twice...")
+
+---

Old:

  v1.0.11.tar.gz

New:

  v1.0.14.tar.gz



Other differences:
--
++ btop.spec ++
--- /var/tmp/diff_new_pack.A9E7Nb/_old  2021-10-11 15:32:07.242893397 +0200
+++ /var/tmp/diff_new_pack.A9E7Nb/_new  2021-10-11 15:32:07.246893404 +0200
@@ -17,15 +17,20 @@
 
 
 Name:   btop
-Version:1.0.11
+Version:1.0.14
 Release:0
 Summary:Usage and stats for processor, memory, disks, network and 
processes
 License:Apache-2.0
 URL:https://github.com/aristocratos/btop/archive
 Source: %{url}/v%{version}.tar.gz#/v%{version}.tar.gz
 BuildRequires:  coreutils
-BuildRequires:  gcc11
-BuildRequires:  gcc11-c++
+%if 0%{?suse_version} < 1550
+%define cxxopt CXX=g++-10
+BuildRequires:  gcc10-c++
+%else
+%define cxxopt %{nil}
+BuildRequires:  gcc-c++ >= 11
+%endif
 BuildRequires:  sed
 
 %description
@@ -35,16 +40,16 @@
 %setup -q
 
 %build
-%make_build
+%make_build %{cxxopt}
 
 %install
 %make_install PREFIX=/usr
 
 %files
 /usr/bin/btop
-/usr/share/btop
+%dir /usr/share/btop
+%dir /usr/share/btop/themes
 /usr/share/btop/README.md
-/usr/share/btop/themes
 /usr/share/btop/themes/*.theme
 %license LICENSE
 %doc CHANGELOG.md

++ v1.0.11.tar.gz -> v1.0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.0.11/.github/workflows/continuous-build.yml 
new/btop-1.0.14/.github/workflows/continuous-build.yml
--- old/btop-1.0.11/.github/workflows/continuous-build.yml  1970-01-01 
01:00:00.0 +0100
+++ new/btop-1.0.14/.github/workflows/continuous-build.yml  2021-10-06 
17:11:10.0 +0200
@@ -0,0 +1,119 @@
+name: Continuous Build Linux
+
+on:
+  push:
+paths:
+  - 'src/**'
+  - '!src/osx/**'
+  - '!src/freebsd/**'
+  - 'include/**'
+  - 'Makefile'
+  - '.github/workflows/continuous-build.yml'
+
+jobs:
+  build:
+
+runs-on: ubuntu-latest
+container: ubuntu:21.04
+
+steps:
+  - uses: actions/checkout@v2
+  - name: Install build tools
+run: |
+  apt update && \
+  apt install coreutils sed git build-essential gcc-11 g++-11 -y
+  apt install -y g++-11-aarch64-linux-gnu g++-11-i686-linux-gnu \
+  g++-11-arm-linux-gnueabi  g++-11-arm-linux-gnueabihf 
g++-11-riscv64-linux-gnu \
+  g++-11-sparc64-linux-gnu
+
+  mkdir -p multiarch_bin
+
+  git init # [fix Stopping at filesystem boundary 
(GIT_DISCOVERY_ACROSS_FILESYSTEM not set).]
+
+  - name: Compile x86_64
+run: |
+  make CXX=g++-11 ARCH=x86_64 STATIC=true QUIET=true
+  GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
+  mv bin/btop multiarch_bin/btop-x86_64-$GIT_HASH
+  make distclean
+
+  - name: Compile i686
+run: |
+  make CXX=i686-linux-gnu-g++-11 ARCH=i686 STATIC=true QUIET=true
+  GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
+  mv bin/btop multiarch_bin/btop-i686-$GIT_HASH
+  make distclean
+
+  - name: Compile aarch64
+run: |
+  make CXX=aarch64-linux-gnu-g++-11 ARCH=aarch64 STATIC=true QUIET=true
+  GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
+  mv bin/btop multiarch_bin/btop-aarch64-$GIT_HASH
+  make distclean
+
+  - name: Compile armel
+run: |
+  make CXX=arm-linux-gnueabi-g++-11 ARCH=armel STATIC=true QUIET=true
+  GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
+  mv bin/btop multiarch_bin/btop-armel-$GIT_HASH
+  make distclean
+
+  - name: Compile armhf
+run: |
+  make CXX=arm-linux-gnueabihf-g++-11 ARCH=armhf STATIC=true QUIET=true
+  GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
+  mv bin/btop multiarch_bin/btop-armhf-$GIT_HASH
+