1
0
forked from pool/btop

- 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=40
This commit is contained in:
Scott Bradnick 2022-11-22 18:52:12 +00:00 committed by Git OBS Bridge
parent 4b77d63640
commit 5d7bf04b97
6 changed files with 53 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/aristocratos/btop</param>
<param name="changesrevision">3dd6a6cc6b3677d01c9adf33bd579713bf1dc2fa</param></service></servicedata>
<param name="changesrevision">0f8498fa4e68e3af36a50b1d9f97b931b41b0824</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6a99f6aa302505c2f747ace33b4adf1254be06957a5e309957c5acba6d8fb2d
size 988425

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:227502ee1d36f06e26ac695076e66723b5822eb8ee8e879669e0c975cc72d526
size 991214

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Nov 07 14:43:04 UTC 2022 - scott.bradnick@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.
-------------------------------------------------------------------
Fri Oct 07 19:21:20 UTC 2022 - scott.bradnick@suse.com

View File

@ -1,4 +1,4 @@
name: btop
version: 1.2.12+git20221007.3dd6a6c
mtime: 1665169187
commit: 3dd6a6cc6b3677d01c9adf33bd579713bf1dc2fa
version: 1.2.13+git20221106.0f8498f
mtime: 1667770594
commit: 0f8498fa4e68e3af36a50b1d9f97b931b41b0824

View File

@ -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