public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/htop] rawhide: update htop to 3.5.2 fixes rhbz#2456873
@ 2026-08-07 18:56 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-07 18:56 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 18:56 [rpms/htop] rawhide: update htop to 3.5.2 fixes rhbz#2456873 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox