From 7da5a2145477d62909309e19ef9aee990964c66c Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Wed, 5 Nov 2025 07:52:01 -0500 Subject: [PATCH] Upgrade perl-Sys-CpuLoad version to 0.32 for Fedora 43 Signed-off-by: Chung Chung --- packaging/perl-Sys-CpuLoad/perl-Sys-CpuLoad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/perl-Sys-CpuLoad/perl-Sys-CpuLoad.spec b/packaging/perl-Sys-CpuLoad/perl-Sys-CpuLoad.spec index abfd26c..bea413d 100644 --- a/packaging/perl-Sys-CpuLoad/perl-Sys-CpuLoad.spec +++ b/packaging/perl-Sys-CpuLoad/perl-Sys-CpuLoad.spec @@ -1,5 +1,5 @@ Name: perl-Sys-CpuLoad -Version: 0.31 +Version: 0.32 Release: 1%{?dist} Summary: retrieve system load averages License: GPL+ or Artistic @@ -78,5 +78,8 @@ make test /usr/share/man/man3/Sys::CpuLoad.3pm.gz %changelog +* Wed Nov 05 2025 Chung Chung - 0.32-1 +- Upgrade version to 0.32 + * Sun Dec 05 2021 Andy Walsh - 0.31-1 - Initial build