diff mbox series

[meta-oe] btop: upgrade 1.2.13 -> 1.3.0

Message ID 1705970873-24263-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] btop: upgrade 1.2.13 -> 1.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 12:47 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Added Gpu Support Linux
* Added platform support for OpenBSD
* Enable macos clang
* Fix Apple Silicon CPUs misprinted
* Cmake support for MacOS
* Elementarish theme: color update according to Elementary palette
* Add alternative key codes for Delete, Insert, Home, End
* Fix scrollbar not clearing sometimes.
* Add keybind for toggling memory display mode in PROC box
* Minor string initialization improvement
* Made disks statvfs logic asynchronous.
* Fix signal list on non-linux/weird linux platforms
* Add option to accumulate a child's resources in parent in tree-view
* Add CMake support for Linux
* Horizon theme
* Fix short conversion of 1000-1023 *iB
* Fix integer overflows in btop_collect.cpp
* Support compiling with LLVM
* Fix getting zfs pool name with '.' char in freebsd
* [macos/freebsd] support gcc13
* FreeBSD swap info
* Create adwaita.theme
* Try get terminal size of "/dev/tty" if stdout fails
* Refresh rate program argument
* Improved error handling when determining the config directory
* Use native POSIX polling syscalls to read input
* Conditional compile on Big Sur and up

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.3.0.bb
similarity index 93%
rename from meta-oe/recipes-support/btop/btop_1.2.13.bb
rename to meta-oe/recipes-support/btop/btop_1.3.0.bb
index a944fe7b5..f20d1a8ec 100644
--- a/meta-oe/recipes-support/btop/btop_1.2.13.bb
+++ b/meta-oe/recipes-support/btop/btop_1.3.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SECTION = "console/utils"
 
 SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
-SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99"
+SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b"
 
 S = "${WORKDIR}/git"