From 3da1681502cf0c17e37b7cf29676a01d63166a11 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:57:18 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From af944fad3e11076250734509c2e06277f8138917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:49:49 +0200 Subject: [PATCH 2/9] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-cpugraph-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-cpugraph-plugin.spec b/xfce4-cpugraph-plugin.spec index dfc6f2e..c679373 100644 --- a/xfce4-cpugraph-plugin.spec +++ b/xfce4-cpugraph-plugin.spec @@ -9,7 +9,8 @@ Version: 1.2.10 Release: %autorelease Summary: CPU monitor for the Xfce panel -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-cpugraph-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 From a2298acedc01986c3806a5683fe311adef797c57 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:08:08 -0600 Subject: [PATCH 3/9] rebuild for xfce-4.20 From 7187dd0cc5ce9074303b645a090633d5b185952e Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 09:59:52 -0600 Subject: [PATCH 4/9] Update to v1.2.11 --- .gitignore | 1 + sources | 2 +- xfce4-cpugraph-plugin.spec | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a6dda69..72cadf6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ xfce4-cpugraph-plugin-0.4.0.tar.gz /xfce4-cpugraph-plugin-1.2.7.tar.bz2 /xfce4-cpugraph-plugin-1.2.8.tar.bz2 /xfce4-cpugraph-plugin-1.2.10.tar.bz2 +/xfce4-cpugraph-plugin-1.2.11.tar.bz2 diff --git a/sources b/sources index 81d39fe..62392d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpugraph-plugin-1.2.10.tar.bz2) = 414c2a5da9576d2ed1f5478a07ff5c51c45eaa0a8432a31b6fb2408b81f5ab4485e3b10486af26cf33a18d23e2dc3afe21bf88630e4db91adcfa3e0f80468cf3 +SHA512 (xfce4-cpugraph-plugin-1.2.11.tar.bz2) = c9c9b32028c223146b5ae73df3dfff14fff38d15695459f96d9428d4b2e82d08e46eee6d2f83a2b261845b1a03df20287d7bb83a8323f48813ccb56299009d93 diff --git a/xfce4-cpugraph-plugin.spec b/xfce4-cpugraph-plugin.spec index c679373..28e40bd 100644 --- a/xfce4-cpugraph-plugin.spec +++ b/xfce4-cpugraph-plugin.spec @@ -5,7 +5,7 @@ %global xfceversion 4.18 Name: xfce4-cpugraph-plugin -Version: 1.2.10 +Version: 1.2.11 Release: %autorelease Summary: CPU monitor for the Xfce panel @@ -15,11 +15,10 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-cpugraph-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel BuildRequires: xfce4-panel-devel -BuildRequires: intltool BuildRequires: gettext Requires: xfce4-panel >= %{xfceversion} From a43889cd0eaacfc3fe4c2f5b46f6e6dd9b81bf1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:42:06 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 5d1d091ee4af2385e8956e0795ef628268258b22 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 1 Jun 2025 18:27:19 -0500 Subject: [PATCH 6/9] Update to v1.3.0; switch to meson --- .gitignore | 1 + sources | 2 +- xfce4-cpugraph-plugin.spec | 21 +++++++++------------ 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 72cadf6..54c7f90 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ xfce4-cpugraph-plugin-0.4.0.tar.gz /xfce4-cpugraph-plugin-1.2.8.tar.bz2 /xfce4-cpugraph-plugin-1.2.10.tar.bz2 /xfce4-cpugraph-plugin-1.2.11.tar.bz2 +/xfce4-cpugraph-plugin-1.3.0.tar.xz diff --git a/sources b/sources index 62392d2..8117c66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpugraph-plugin-1.2.11.tar.bz2) = c9c9b32028c223146b5ae73df3dfff14fff38d15695459f96d9428d4b2e82d08e46eee6d2f83a2b261845b1a03df20287d7bb83a8323f48813ccb56299009d93 +SHA512 (xfce4-cpugraph-plugin-1.3.0.tar.xz) = aefb0f94b7a4a480ca5769bd09aed29404316562a70abcb243c538de8637062de2eb6defe424d1f2cd2555a49d5aae4393b623b4d65dca84f87b420d38da4443 diff --git a/xfce4-cpugraph-plugin.spec b/xfce4-cpugraph-plugin.spec index 28e40bd..1a8677e 100644 --- a/xfce4-cpugraph-plugin.spec +++ b/xfce4-cpugraph-plugin.spec @@ -1,11 +1,11 @@ # Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173658 %global _hardened_build 1 -%global minorversion 1.2 +%global minorversion 1.3 %global xfceversion 4.18 Name: xfce4-cpugraph-plugin -Version: 1.2.11 +Version: 1.3.0 Release: %autorelease Summary: CPU monitor for the Xfce panel @@ -13,13 +13,13 @@ Summary: CPU monitor for the Xfce panel License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-cpugraph-plugin -Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel BuildRequires: xfce4-panel-devel -BuildRequires: gettext +BuildRequires: meson Requires: xfce4-panel >= %{xfceversion} %description @@ -33,27 +33,24 @@ colors and the size of the plugin are customizable. %build -%configure -%make_build +%meson +%meson_build %install -%make_install -# remove la file -find %{buildroot} -name '*.la' -exec rm -f {} ';' +%meson_install # make sure debuginfo is generated properly chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %find_lang %{name} - %check -make check +%meson_test %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS +%doc AUTHORS NEWS %license COPYING %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop From 6899aaa03c234cfa5a9fdb405ba4c7afdfa564f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:46:14 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 92538958f62080615149ee2cfa3c04a73ef0a60e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:36:13 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 3b016b8619a0b68f1238d95e19b48979e56dfd1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:09:22 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild