From 1cf1cb8f94591c1ab969bc415e3de5b57a0bbde0 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:17:49 +0000 Subject: [PATCH 01/24] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-cpufreq-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index efe825a..906ec12 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -10,6 +10,7 @@ License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel BuildRequires: xfce4-panel-devel From 0abf485807cfb7c8efc5d7854238f58e4a345095 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 13 Jan 2021 18:43:09 -0500 Subject: [PATCH 02/24] Update to 1.2.3 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5ce985..b84609f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xfce4-cpufreq-plugin-1.2.0.tar.bz2 /xfce4-cpufreq-plugin-1.2.1.tar.bz2 /xfce4-cpufreq-plugin-1.2.2.tar.bz2 +/xfce4-cpufreq-plugin-1.2.3.tar.bz2 diff --git a/sources b/sources index 87d670b..225368c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.2.tar.bz2) = b0cab40fa0e6cdbb59606d7712b1b1479e4a1e8ca1aa5a59d43fc863ac10eee6477461c827805d7544db49fa6e821f0351973fe650e2ef1520ddcadcbbde096e +SHA512 (xfce4-cpufreq-plugin-1.2.3.tar.bz2) = e8e9d705f304681253b6e8fb7ff8724dc7c339fda750c2fb7f05dc4f295b483679c0e2884e508c108ca9018499b50f4ff48a7d4dae5ef7c8ab78f0018f1ef959 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 906ec12..0978822 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,7 +2,7 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Wed Jan 13 2021 Mukundan Ragavan - 1.2.3-1 +- Update to 1.2.3 + * Tue Nov 10 2020 Mukundan Ragavan - 1.2.2-1 - Update to 1.2.2 From 8a3e8e424ef487b9db023a22c98825d97d0d7656 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:57:15 +0000 Subject: [PATCH 03/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 0978822..52890a9 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jan 13 2021 Mukundan Ragavan - 1.2.3-1 - Update to 1.2.3 From 34f0d5355b38851456f1f63e692e8fe079e02f4e Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 2 Feb 2021 18:45:06 -0500 Subject: [PATCH 04/24] Update to 1.2.4 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b84609f..4724e45 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xfce4-cpufreq-plugin-1.2.1.tar.bz2 /xfce4-cpufreq-plugin-1.2.2.tar.bz2 /xfce4-cpufreq-plugin-1.2.3.tar.bz2 +/xfce4-cpufreq-plugin-1.2.4.tar.bz2 diff --git a/sources b/sources index 225368c..4d77a8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.3.tar.bz2) = e8e9d705f304681253b6e8fb7ff8724dc7c339fda750c2fb7f05dc4f295b483679c0e2884e508c108ca9018499b50f4ff48a7d4dae5ef7c8ab78f0018f1ef959 +SHA512 (xfce4-cpufreq-plugin-1.2.4.tar.bz2) = 6aad36cf44ebde55e9d05cabe8547e9335188749ce92317c949c00577b04a80f2239c03664802ef386a06a2c24c433a515dc598ea36c9299766a5e56b5ae6ae4 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 52890a9..16b3752 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,8 +2,8 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.3 -Release: 2%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Tue Feb 02 2021 Mukundan Ragavan - 1.2.4-1 +- Update to 1.2.4 + * Wed Jan 27 2021 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 3431aa5d759951e9686fff3c38395a2f22081695 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 2 Mar 2021 20:47:05 -0500 Subject: [PATCH 05/24] Update to 1.2.5 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4724e45..81d6ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xfce4-cpufreq-plugin-1.2.2.tar.bz2 /xfce4-cpufreq-plugin-1.2.3.tar.bz2 /xfce4-cpufreq-plugin-1.2.4.tar.bz2 +/xfce4-cpufreq-plugin-1.2.5.tar.bz2 diff --git a/sources b/sources index 4d77a8d..d308c49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.4.tar.bz2) = 6aad36cf44ebde55e9d05cabe8547e9335188749ce92317c949c00577b04a80f2239c03664802ef386a06a2c24c433a515dc598ea36c9299766a5e56b5ae6ae4 +SHA512 (xfce4-cpufreq-plugin-1.2.5.tar.bz2) = 4a098861875f2a413e8d3778e4eef709f00efc87d9cd76ddab22462653ec21f4b8756c421e3f0726c56f151f0e637e27d2c80c4b09ab8ecb419e00bb108d3b80 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 16b3752..1e2a269 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,7 +2,7 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Tue Mar 02 2021 Mukundan Ragavan - 1.2.5-1 +- Update to 1.2.5 + * Tue Feb 02 2021 Mukundan Ragavan - 1.2.4-1 - Update to 1.2.4 From d1b3d3c016baa645bc1765f35dbaa9cf6a1368e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:28:38 +0000 Subject: [PATCH 06/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 1e2a269..976699a 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 02 2021 Mukundan Ragavan - 1.2.5-1 - Update to 1.2.5 From 41bf12e597a6bd671840b621bbe14d213f9a2abe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:00:10 +0000 Subject: [PATCH 07/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 976699a..7c1375d 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9db0e466d47999209f742c4fb7127306ca3c5225 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 2 Feb 2022 20:51:58 -0600 Subject: [PATCH 08/24] Update to 1.2.6 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 81d6ea0..beb9dba 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xfce4-cpufreq-plugin-1.2.3.tar.bz2 /xfce4-cpufreq-plugin-1.2.4.tar.bz2 /xfce4-cpufreq-plugin-1.2.5.tar.bz2 +/xfce4-cpufreq-plugin-1.2.6.tar.bz2 diff --git a/sources b/sources index d308c49..88217fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.5.tar.bz2) = 4a098861875f2a413e8d3778e4eef709f00efc87d9cd76ddab22462653ec21f4b8756c421e3f0726c56f151f0e637e27d2c80c4b09ab8ecb419e00bb108d3b80 +SHA512 (xfce4-cpufreq-plugin-1.2.6.tar.bz2) = 11c407e9397a42120d97e1dce34e484d4ffcd10b768b28f11e797d8bbcb29fa5f635595f5165aff2954593f209b8e1de8fde377c3b76e8a0434f4fd63affcef3 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 7c1375d..c7e3625 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,8 +2,8 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.5 -Release: 3%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -44,13 +44,16 @@ find %{buildroot} -name \*.la -exec rm {} \; %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS %license COPYING %{_libdir}/xfce4/panel/plugins/libcpufreq.so %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Wed Feb 02 2022 Mukundan Ragavan - 1.2.6-1 +- Update to 1.2.6 + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 56e301fb7501c7fcfc66586029111a2ae93eacb5 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 2 Feb 2022 21:04:00 -0600 Subject: [PATCH 09/24] Update to 1.2.7 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index beb9dba..97ddb24 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xfce4-cpufreq-plugin-1.2.4.tar.bz2 /xfce4-cpufreq-plugin-1.2.5.tar.bz2 /xfce4-cpufreq-plugin-1.2.6.tar.bz2 +/xfce4-cpufreq-plugin-1.2.7.tar.bz2 diff --git a/sources b/sources index 88217fe..47d639d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.6.tar.bz2) = 11c407e9397a42120d97e1dce34e484d4ffcd10b768b28f11e797d8bbcb29fa5f635595f5165aff2954593f209b8e1de8fde377c3b76e8a0434f4fd63affcef3 +SHA512 (xfce4-cpufreq-plugin-1.2.7.tar.bz2) = 6bb7f5790d3ba9756afcb47cde40420453afe191fa111e390f2ad9780f3ab51ac2c6a69586303e9a5d1fb7d1af3eda3dad93f10df072f9ae59e47fc2216db434 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index c7e3625..d4b368e 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,7 +2,7 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Wed Feb 02 2022 Mukundan Ragavan - 1.2.7-1 +- Update to 1.2.7 + * Wed Feb 02 2022 Mukundan Ragavan - 1.2.6-1 - Update to 1.2.6 From c7f204125737f2ad47e200280f6167bd370126d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:01:13 +0000 Subject: [PATCH 10/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index d4b368e..de6c03a 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Feb 02 2022 Mukundan Ragavan - 1.2.7-1 - Update to 1.2.7 From 29b39e56020f2e20b4185f92915d39218752feca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:21:48 +0000 Subject: [PATCH 11/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index de6c03a..acbc668 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e09a089837950d2d15bfbf9faadd6ae35bdffeee Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 21 Jan 2023 15:09:00 -0800 Subject: [PATCH 12/24] Update to 1.2.8. --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 97ddb24..5561232 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /xfce4-cpufreq-plugin-1.2.5.tar.bz2 /xfce4-cpufreq-plugin-1.2.6.tar.bz2 /xfce4-cpufreq-plugin-1.2.7.tar.bz2 +/xfce4-cpufreq-plugin-1.2.8.tar.bz2 diff --git a/sources b/sources index 47d639d..6824814 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.7.tar.bz2) = 6bb7f5790d3ba9756afcb47cde40420453afe191fa111e390f2ad9780f3ab51ac2c6a69586303e9a5d1fb7d1af3eda3dad93f10df072f9ae59e47fc2216db434 +SHA512 (xfce4-cpufreq-plugin-1.2.8.tar.bz2) = 482912920703b61ccba59b1a95a4153d06a7c897a59d7c2e5f84f6ea1cac17be2bade72d9187fc62279112f41cd2dd3f3157df31fae165eb2a104b74fec310da diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index acbc668..e563dc0 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,8 +2,8 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.7 -Release: 3%{?dist} +Version: 1.2.8 +Release: 1%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jan 21 2023 Kevin Fenzi - 1.2.8-1 +- Update to 1.2.8. + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 0d0b0c68774715e036134d1a4804917705ca3070 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:44:20 +0000 Subject: [PATCH 13/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index e563dc0..ef8f75b 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Kevin Fenzi - 1.2.8-1 - Update to 1.2.8. From 89d1974a41b4c1018adcce169a64c85b84173e9a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:33:41 +0000 Subject: [PATCH 14/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index ef8f75b..613c174 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 989b57d69181be923efdc87971b92425a123ad06 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:57:08 +0000 Subject: [PATCH 15/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 613c174..5dfbd25 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel License: GPLv2+ @@ -51,6 +51,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From abb4a9f0291129d1a25e1765c9fa2e838b4c9737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:49:34 +0200 Subject: [PATCH 16/24] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-cpufreq-plugin.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 5dfbd25..70d773c 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,10 +3,11 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 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/xfce4-cpufreq-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 @@ -51,6 +52,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Fri Jul 26 2024 Miroslav Suchý - 1.2.8-5 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4e34bb1aadb4ffa265c3b55cb59e227ee9acb76f Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:06:59 -0600 Subject: [PATCH 17/24] rebuild for xfce-4.20 --- xfce4-cpufreq-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 70d773c..b06c058 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: CPU frequency scaling plugin for the Xfce4 panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -52,6 +52,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog +* Sun Dec 22 2024 Mukundan Ragavan - 1.2.8-6 +- rebuild for xfce-4.20 + * Fri Jul 26 2024 Miroslav Suchý - 1.2.8-5 - convert license to SPDX From d341264bd15b839e67a5358e946d0100e72f5132 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 24 Dec 2024 06:15:31 -0600 Subject: [PATCH 18/24] rpmautospec --- changelog | 143 +++++++++++++++++++++++++++++++++++++ xfce4-cpufreq-plugin.spec | 146 +------------------------------------- 2 files changed, 145 insertions(+), 144 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..20116dd --- /dev/null +++ b/changelog @@ -0,0 +1,143 @@ +* Sun Dec 22 2024 Mukundan Ragavan - 1.2.8-6 +- rebuild for xfce-4.20 + +* Fri Jul 26 2024 Miroslav Suchý - 1.2.8-5 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Kevin Fenzi - 1.2.8-1 +- Update to 1.2.8. + +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Feb 02 2022 Mukundan Ragavan - 1.2.7-1 +- Update to 1.2.7 + +* Wed Feb 02 2022 Mukundan Ragavan - 1.2.6-1 +- Update to 1.2.6 + +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Mar 02 2021 Mukundan Ragavan - 1.2.5-1 +- Update to 1.2.5 + +* Tue Feb 02 2021 Mukundan Ragavan - 1.2.4-1 +- Update to 1.2.4 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jan 13 2021 Mukundan Ragavan - 1.2.3-1 +- Update to 1.2.3 + +* Tue Nov 10 2020 Mukundan Ragavan - 1.2.2-1 +- Update to 1.2.2 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 03 2020 Jonathan Wakely - 1.2.1-6 +- Correct fix for GCC -fno-common behaviour (#1830261) + +* Wed Feb 05 2020 Mukundan Ragavan - 1.2.1-5 +- Fix GCC-10 FTBFS + +* Fri Jan 31 2020 Fedora Release Engineering - 1.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Sep 22 2018 Mukundan Ragavan - 1.2.1-1 +- Update to 1.2.1 + +* Sat Aug 11 2018 Mukundan Ragavan - 1.2.0-20 +- Rebuilt (xfce 4.13) + +* Sat Jul 14 2018 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 18 2018 Mukundan Ragavan - 1.2.0-1 +- Update to 1.2.0 (GTK-3 port) + +* Sun Feb 11 2018 Filipe Rosset - 1.1.3-6 +- Spec cleanup / modernization + +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Apr 25 2016 Kevin Fenzi - 1.1.3-1 +- Update to 1.1.3. Translation fixes. + +* Fri Feb 05 2016 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jun 23 2015 Kevin Fenzi 1.1.2-1 +- Update to 1.1.2 + +* Fri Jun 19 2015 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Feb 28 2015 Kevin Fenzi 1.1.1 -2 +- Rebuild for Xfce 4.12 + +* Tue Dec 23 2014 Kevin Fenzi 1.1.1 -1 +- Update to 1.1.1 + +* Mon Aug 18 2014 Fedora Release Engineering - 1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 1.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 15 2012 Kevin Fenzi - 1.0.0-5 +- Rebuild for Xfce 4.10(pre2) + +* Thu Apr 05 2012 Kevin Fenzi - 1.0.0-4 +- Rebuild for Xfce 4.10 + +* Sat Jan 14 2012 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 1.0.0-2 +- Rebuild for new libpng + +* Wed Mar 16 2011 Hicham HAOUARI - 1.0.0-1 +- Initial Fedora package diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index b06c058..1544302 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-cpufreq-plugin Version: 1.2.8 -Release: 6%{?dist} +Release: %autorelease Summary: CPU frequency scaling plugin for the Xfce4 panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -52,146 +52,4 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/cpufreq.desktop %changelog -* Sun Dec 22 2024 Mukundan Ragavan - 1.2.8-6 -- rebuild for xfce-4.20 - -* Fri Jul 26 2024 Miroslav Suchý - 1.2.8-5 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 1.2.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 1.2.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.2.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Kevin Fenzi - 1.2.8-1 -- Update to 1.2.8. - -* Sat Jan 21 2023 Fedora Release Engineering - 1.2.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Feb 02 2022 Mukundan Ragavan - 1.2.7-1 -- Update to 1.2.7 - -* Wed Feb 02 2022 Mukundan Ragavan - 1.2.6-1 -- Update to 1.2.6 - -* Sat Jan 22 2022 Fedora Release Engineering - 1.2.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.2.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Mar 02 2021 Mukundan Ragavan - 1.2.5-1 -- Update to 1.2.5 - -* Tue Feb 02 2021 Mukundan Ragavan - 1.2.4-1 -- Update to 1.2.4 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.2.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jan 13 2021 Mukundan Ragavan - 1.2.3-1 -- Update to 1.2.3 - -* Tue Nov 10 2020 Mukundan Ragavan - 1.2.2-1 -- Update to 1.2.2 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.2.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun May 03 2020 Jonathan Wakely - 1.2.1-6 -- Correct fix for GCC -fno-common behaviour (#1830261) - -* Wed Feb 05 2020 Mukundan Ragavan - 1.2.1-5 -- Fix GCC-10 FTBFS - -* Fri Jan 31 2020 Fedora Release Engineering - 1.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.2.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Sep 22 2018 Mukundan Ragavan - 1.2.1-1 -- Update to 1.2.1 - -* Sat Aug 11 2018 Mukundan Ragavan - 1.2.0-20 -- Rebuilt (xfce 4.13) - -* Sat Jul 14 2018 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri May 18 2018 Mukundan Ragavan - 1.2.0-1 -- Update to 1.2.0 (GTK-3 port) - -* Sun Feb 11 2018 Filipe Rosset - 1.1.3-6 -- Spec cleanup / modernization - -* Fri Feb 09 2018 Fedora Release Engineering - 1.1.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Apr 25 2016 Kevin Fenzi - 1.1.3-1 -- Update to 1.1.3. Translation fixes. - -* Fri Feb 05 2016 Fedora Release Engineering - 1.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 23 2015 Kevin Fenzi 1.1.2-1 -- Update to 1.1.2 - -* Fri Jun 19 2015 Fedora Release Engineering - 1.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Feb 28 2015 Kevin Fenzi 1.1.1 -2 -- Rebuild for Xfce 4.12 - -* Tue Dec 23 2014 Kevin Fenzi 1.1.1 -1 -- Update to 1.1.1 - -* Mon Aug 18 2014 Fedora Release Engineering - 1.0.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.0.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.0.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 15 2012 Kevin Fenzi - 1.0.0-5 -- Rebuild for Xfce 4.10(pre2) - -* Thu Apr 05 2012 Kevin Fenzi - 1.0.0-4 -- Rebuild for Xfce 4.10 - -* Sat Jan 14 2012 Fedora Release Engineering - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 1.0.0-2 -- Rebuild for new libpng - -* Wed Mar 16 2011 Hicham HAOUARI - 1.0.0-1 -- Initial Fedora package +%autochangelog From 595a0667609f253561b2d189b45a952c393c284e Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 24 Dec 2024 06:24:30 -0600 Subject: [PATCH 19/24] Update to v1.2.9 --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5561232..0092d34 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /xfce4-cpufreq-plugin-1.2.6.tar.bz2 /xfce4-cpufreq-plugin-1.2.7.tar.bz2 /xfce4-cpufreq-plugin-1.2.8.tar.bz2 +/xfce4-cpufreq-plugin-1.2.9.tar.bz2 diff --git a/sources b/sources index 6824814..263e357 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.8.tar.bz2) = 482912920703b61ccba59b1a95a4153d06a7c897a59d7c2e5f84f6ea1cac17be2bade72d9187fc62279112f41cd2dd3f3157df31fae165eb2a104b74fec310da +SHA512 (xfce4-cpufreq-plugin-1.2.9.tar.bz2) = e75075c63f22c38b57793b5da9471be7ac49d4e17cb57ab96b04710e50c0b9161de6ea84b49f8142cac3baade1559388e58d50d8096a8e5515916644d7f70ca5 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index 1544302..d50320f 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -2,7 +2,7 @@ %global minorversion 1.2 Name: xfce4-cpufreq-plugin -Version: 1.2.8 +Version: 1.2.9 Release: %autorelease Summary: CPU frequency scaling plugin for the Xfce4 panel From c9777a04c3b915946775902548b9c241da49a0f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:41:55 +0000 Subject: [PATCH 20/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 5b59ec74351f79f560de2b7adc72a7a3ece2c1b4 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 1 Jun 2025 18:03:30 -0500 Subject: [PATCH 21/24] Update to v1.3.0; switch to meson --- .gitignore | 1 + sources | 2 +- xfce4-cpufreq-plugin.spec | 18 +++++++++--------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0092d34..260df68 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /xfce4-cpufreq-plugin-1.2.7.tar.bz2 /xfce4-cpufreq-plugin-1.2.8.tar.bz2 /xfce4-cpufreq-plugin-1.2.9.tar.bz2 +/xfce4-cpufreq-plugin-1.3.0.tar.xz diff --git a/sources b/sources index 263e357..a842d09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-cpufreq-plugin-1.2.9.tar.bz2) = e75075c63f22c38b57793b5da9471be7ac49d4e17cb57ab96b04710e50c0b9161de6ea84b49f8142cac3baade1559388e58d50d8096a8e5515916644d7f70ca5 +SHA512 (xfce4-cpufreq-plugin-1.3.0.tar.xz) = 9d09c1ffcc4635f6bafe0c560a8e7252e9151e9ca35dbb82927122e76ed2f07cfe659445d18c21d7893285961218b4bdeb80618778a4db5c3c2a72ff79d72528 diff --git a/xfce4-cpufreq-plugin.spec b/xfce4-cpufreq-plugin.spec index d50320f..40686d3 100644 --- a/xfce4-cpufreq-plugin.spec +++ b/xfce4-cpufreq-plugin.spec @@ -1,21 +1,21 @@ %global _hardened_build 1 -%global minorversion 1.2 +%global minorversion 1.3 Name: xfce4-cpufreq-plugin -Version: 1.2.9 +Version: 1.3.0 Release: %autorelease Summary: CPU frequency scaling plugin for the Xfce4 panel # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-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: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel BuildRequires: xfce4-panel-devel -BuildRequires: intltool +BuildRequires: meson Requires: xfce4-panel @@ -33,11 +33,11 @@ In a separate dialog it provides you following information: %autosetup -p1 %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %find_lang %{name} @@ -45,7 +45,7 @@ find %{buildroot} -name \*.la -exec rm {} \; %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS +%doc AUTHORS NEWS %license COPYING %{_libdir}/xfce4/panel/plugins/libcpufreq.so %{_datadir}/icons/hicolor/*/apps/%{name}.png From 1ad116611219ec174abaa89569c41a8aeb9a4de7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:46:08 +0000 Subject: [PATCH 22/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 0952835edbcc28217bf6fcc50d80262070f1e549 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:36:06 +0000 Subject: [PATCH 23/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From a4f7cd7f4e4542ccae75b5dd80dde03b1651e4f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:09:16 +0000 Subject: [PATCH 24/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild