public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Boian Bonev <bbonev@ipacct.com>
To: git-commits@fedoraproject.org
Subject: [rpms/iotop-c] epel9: Merge branch 'rawhide' into epel9
Date: Sun, 02 Aug 2026 01:09:28 GMT [thread overview]
Message-ID: <178563296822.1.7254560667251632766.rpms-iotop-c-53578de53077@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/iotop-c
Branch : epel9
Commit : 53578de530774adb784ab66dfe9c82345476c6ec
Author : Boian Bonev <bbonev@ipacct.com>
Date : 2026-08-02T04:09:10+03:00
Stats : +70/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/iotop-c/c/53578de530774adb784ab66dfe9c82345476c6ec?branch=epel9
Log:
Merge branch 'rawhide' into epel9
---
diff --git a/.gitignore b/.gitignore
index 4e5eb1a..7289635 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +13,15 @@ iotop-1.18.tar.xz
/iotop-1.24.tar.xz.asc
/iotop-1.25.tar.xz
/iotop-1.25.tar.xz.asc
+/iotop-1.26.tar.xz
+/iotop-1.26.tar.xz.asc
/iotop-1.27.tar.xz
/iotop-1.27.tar.xz.asc
+/iotop-1.28.tar.xz
+/iotop-1.28.tar.xz.asc
+/iotop-1.29.tar.xz
+/iotop-1.29.tar.xz.asc
+/iotop-1.30.tar.xz
+/iotop-1.30.tar.xz.asc
+/iotop-1.31.tar.xz
+/iotop-1.31.tar.xz.asc
diff --git a/iotop-c.spec b/iotop-c.spec
index 75a22d6..246d15c 100644
--- a/iotop-c.spec
+++ b/iotop-c.spec
@@ -1,6 +1,6 @@
Name: iotop-c
-Version: 1.27
-Release: 1%{?dist}
+Version: 1.31
+Release: 2%{?dist}
Summary: Simple top-like I/O monitor (implemented in C)
License: GPL-2.0-or-later
@@ -9,6 +9,9 @@ Source0: https://github.com/Tomas-M/iotop/releases/download/v%{version}/i
Source1: https://github.com/Tomas-M/iotop/releases/download/v%{version}/iotop-%{version}.tar.xz.asc
Source2: https://raw.githubusercontent.com/Tomas-M/iotop/v%{version}/debian/upstream/signing-key.asc
+Provides: iotop
+Obsoletes: iotop < 0.7
+
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: ncurses-devel
@@ -41,20 +44,65 @@ possible.
V=1 NO_FLTO=1 %make_build
%install
-V=1 STRIP=: %make_install
-mv %{buildroot}%{_sbindir}/iotop %{buildroot}%{_sbindir}/iotop-c
-mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8
+V=1 STRIP=: BINDIR=$RPM_BUILD_ROOT%{_bindir} %make_install
%files
%license COPYING
%license LICENSE
-%{_sbindir}/iotop-c
-%{_mandir}/man8/iotop-c.8*
+%{_bindir}/iotop
+%{_mandir}/man8/iotop.8*
%changelog
-* Sat Feb 1 2025 Boian Bonev <bbonev@ipacct.com> - 1.27-1
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Wed Jan 21 2026 Boian Bonev <bbonev@ipacct.com> - 1.31-1
+- Update to latest ver 1.31
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Mon May 26 2025 Boian Bonev <bbonev@ipacct.com> - 1.30-1
+- Update to latest ver 1.30
+
+* Tue May 6 2025 Boian Bonev <bbonev@ipacct.com> - 1.29-1
+- Update to latest ver 1.29
+
+* Fri May 2 2025 Boian Bonev <bbonev@ipacct.com> - 1.28-1
+- Update to latest ver 1.28
+
+* Mon Feb 10 2025 Michal Hlavinka <mhlavink@redhat.com> - 1.27-4
+- rebuild
+
+* Wed Jan 22 2025 Michal Hlavinka <mhlavink@redhat.com> - 1.27-3
+- update for bin and sbin merge https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
+
+* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Mon Jan 13 2025 Boian Bonev <bbonev@ipacct.com> - 1.27-1
- Update to latest ver 1.27
+* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Sat Feb 03 2024 Boian Bonev <bbonev@ipacct.com> - 1.26-1
+- Update to latest ver 1.26
+
+* Thu Feb 01 2024 Michal Hlavinka <mhlavink@redhat.com> - 1.25-4
+- replace iotop https://fedoraproject.org/wiki/Changes/Replace_iotop_with_iotop-c
+- iotop-c executable renamed back to iotop
+
+* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+>>>>>>> rawhide
* Sat Oct 14 2023 Boian Bonev <bbonev@ipacct.com> - 1.25-1
- Update to latest ver 1.25
diff --git a/sources b/sources
index c1f2633..6bb580c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (iotop-1.27.tar.xz) = 37e948a6e5f31643d1ad304ef26f60e0291c0696e29052b5ae367bb492586a8b574fcaac11c8daff4928e643f2f392c8ca97df799bf32203c870d2b7fa255b18
-SHA512 (iotop-1.27.tar.xz.asc) = 1a612649a31485532191277c5bf501e3d4a1c66882df528f31e99cb8d0f765f398edcf58bdc74fc6986e61db61239cbdbe4296d6ba69741f9c42df1e144a15cc
+SHA512 (iotop-1.31.tar.xz) = 9c68b4fe28c3da364a358fd4d1d68f92eedd06b70105b401b440ba855bd7b0c8d029bbf009fa2df1ec1c4576ec3c7a8dd5c36bec78e151a41416684e7c839145
+SHA512 (iotop-1.31.tar.xz.asc) = 9368538524707bcea85858dce6080109ff58977d630adc74aa9885e81671989958f81d88db11ecf53ad285b76e37e0a59edddb7c16935373ac34448db6f6bbd9
diff --git a/iotop-c.spec b/iotop-c.spec
index 2d5f1d6..246d15c 100644
--- a/iotop-c.spec
+++ b/iotop-c.spec
@@ -41,7 +41,7 @@ possible.
%build
%set_build_flags
-NO_FLTO=1 %make_build
+V=1 NO_FLTO=1 %make_build
%install
V=1 STRIP=: BINDIR=$RPM_BUILD_ROOT%{_bindir} %make_install
@@ -102,6 +102,7 @@ V=1 STRIP=: BINDIR=$RPM_BUILD_ROOT%{_bindir} %make_install
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+>>>>>>> rawhide
* Sat Oct 14 2023 Boian Bonev <bbonev@ipacct.com> - 1.25-1
- Update to latest ver 1.25
reply other threads:[~2026-08-02 1:09 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=178563296822.1.7254560667251632766.rpms-iotop-c-53578de53077@fedoraproject.org \
--to=bbonev@ipacct.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