public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/htop] rawhide: update htop to 3.5.2 fixes rhbz#2456873
Date: Fri, 07 Aug 2026 18:56:52 GMT [thread overview]
Message-ID: <178612901209.1.15592455945974811232.rpms-htop-fb388e0fc856@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/htop
Branch : rawhide
Commit : fb388e0fc8567b05f733426e80824f79fd7af805
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-23T01:21:19-03:00
Stats : +27/-35 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/htop/c/fb388e0fc8567b05f733426e80824f79fd7af805?branch=rawhide
Log:
update htop to 3.5.2 fixes rhbz#2456873
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 9099a02..071f90a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ htop-0.8.3.tar.gz
/htop-3.2.2.tar.gz
/htop-3.3.0.tar.gz
/htop-3.4.1.tar.gz
+/htop-3.5.2.tar.xz
diff --git a/htop.spec b/htop.spec
index 30747b8..87eb4b7 100644
--- a/htop.spec
+++ b/htop.spec
@@ -1,25 +1,20 @@
-Name: htop
-Version: 3.4.1
-Release: %autorelease
-Summary: Interactive process viewer
-License: GPL-2.0-or-later
-URL: https://htop.dev/
-Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
-BuildRequires: desktop-file-utils
-BuildRequires: ncurses-devel
-%if 0%{?rhel} == 8
-BuildRequires: platform-python
-BuildRequires: /usr/bin/pathfix.py
-%else
-BuildRequires: python
-%endif
-BuildRequires: libtool
-BuildRequires: make
-BuildRequires: lm_sensors-devel
-BuildRequires: hwloc-devel
-BuildRequires: libcap-devel
-BuildRequires: libnl3-devel
+Name: htop
+Version: 3.5.2
+Release: %autorelease
+Summary: Interactive process viewer
+License: GPL-2.0-or-later
+URL: https://htop.dev/
+Source0: https://github.com/htop-dev/htop/releases/download/%{version}/%{name}-%{version}.tar.xz
+
+BuildRequires: desktop-file-utils
+BuildRequires: gcc
+BuildRequires: hwloc-devel
+BuildRequires: libcap-devel
+BuildRequires: libnl3-devel
+BuildRequires: libtool
+BuildRequires: lm_sensors-devel
+BuildRequires: make
+BuildRequires: ncurses-devel
%description
htop is an interactive text-mode process viewer for Linux, similar to
@@ -28,21 +23,15 @@ top(1).
%prep
%autosetup -p1
-%if 0%{?rhel} == 8
-pathfix.py -pni "/usr/libexec/platform-python" scripts/
-%endif
-
%build
autoreconf -vfi
%configure \
- --enable-openvz \
- --enable-vserver \
- --enable-hwloc \
- --enable-unicode \
- --enable-sensors \
- --enable-delayacct \
- --enable-capabilities
+ --enable-capabilities \
+ --enable-delayacct \
+ --enable-hwloc \
+ --enable-sensors \
+ --enable-unicode
%make_build
@@ -51,8 +40,10 @@ autoreconf -vfi
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+%check
+
%files
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog README.md
%license COPYING
%{_bindir}/htop
%{_datadir}/pixmaps/htop.png
diff --git a/sources b/sources
index 54a665a..71a8eee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (htop-3.4.1.tar.gz) = fe110c1c5ba63d1ff852f603e96a269c111ba4d5d85e2d737da29366dffdb36bcdd7b1124cfa5875c1c240f1704d8b889bc983597bcfff1192d3cf8bae5501c8
+SHA512 (htop-3.5.2.tar.xz) = e9a813a205505b5b24fee51b2524137c785d08956defb1968a3b60d6114a605d92b9b916aefb0228424b2d0022a97ecd0b287cec348d6494b4dce9a023b2841c
reply other threads:[~2026-08-07 18:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178612901209.1.15592455945974811232.rpms-htop-fb388e0fc856@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox