From c613201cd1dcc45c737663d5e6fd13f9269ed473 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:53 +0200 Subject: [PATCH 01/30] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xfce4-timer-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 87e1cb3..644fe1a 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -9,6 +9,7 @@ Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel BuildRequires: libxml2-devel From fd58e1bcaf31b875e3481e94c9f879225e90e282 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:17:02 +0000 Subject: [PATCH 02/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 644fe1a..1125562 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ @@ -44,6 +44,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 - Bump to 1.7.0, drop unneeded patches, spec cleanup From 38957ea330b672dfdd0280e944ecd9a5ca61706d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 20:32:50 -0400 Subject: [PATCH 03/30] Rebuilt (xfce 4.13) --- xfce4-timer-plugin.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1125562..a05a9be 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,19 +3,21 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 2%{?dist} +Release: 20%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 -BuildRequires: gcc + +BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel BuildRequires: libxml2-devel BuildRequires: gettext BuildRequires: intltool BuildRequires: perl(XML::Parser) + Requires: xfce4-panel %description @@ -28,11 +30,12 @@ certain times. %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install + %find_lang %{name} @@ -44,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 +- Rebuilt (xfce 4.13) + * Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b464a233bdaa0f7140fc9335cfba4457f13ee3b5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 04/30] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfce4-timer-plugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index a05a9be..af845b7 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -5,7 +5,6 @@ Name: xfce4-timer-plugin Version: 1.7.0 Release: 20%{?dist} Summary: Timer for the Xfce panel -Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 From bb63f7853f083ca9b1fae771641c57c2e004ba02 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:23:16 +0000 Subject: [PATCH 05/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index af845b7..ce6e057 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 - Rebuilt (xfce 4.13) From ba471fbf68721b25ff0bff5e2631329d24abc65f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:10:35 +0000 Subject: [PATCH 06/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index ce6e057..3c31cbc 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 025c3699a0c684ba8a8b376b898ce4f14a8c8cb2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:26:02 +0000 Subject: [PATCH 07/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 3c31cbc..6629e22 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 2175654216c12dfe5686d8a892567766a88d1eda Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 23 Jul 2020 21:43:49 -0400 Subject: [PATCH 08/30] Update to 1.7.1 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1c71b2..e302af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.6.0.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 +/xfce4-timer-plugin-1.7.1.tar.bz2 diff --git a/sources b/sources index 5409489..903f3fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.0.tar.bz2) = b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e +SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 6629e22..9e51715 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,8 +2,8 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.0 -Release: 23%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 +- Update to 1.7.1 + * Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 80644e950e3de5baea8668a74dedba5e18855b3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:42:44 +0000 Subject: [PATCH 09/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 9e51715..81ea6fa 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 - Update to 1.7.1 From 2f9d341bbb3389e0322d48ac2ba5014e02d026e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 09:43:06 +0000 Subject: [PATCH 10/30] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 81ea6fa..24f28d3 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,10 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 14f7f4d4543d216f35c331ce81eb3e79be5f0adf Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:24:00 +0000 Subject: [PATCH 11/30] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-timer-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 24f28d3..a36fd25 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -9,6 +9,7 @@ License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel From 2d1811aa3ce4565e91949e7e3bf224fd8bbe6cd4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:01:49 +0000 Subject: [PATCH 12/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index a36fd25..4d22e2d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 71d0c53bbbabdce5c01111c1558850b1c2198dce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:33:22 +0000 Subject: [PATCH 13/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 4d22e2d..ca5ce7f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 7f53aee9227c22c361c4e451b56eacf60c28a610 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:05:03 +0000 Subject: [PATCH 14/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index ca5ce7f..5f03d19 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 6920aae33d6cc5e83d176d137d14cd95f27f5355 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:06:48 +0000 Subject: [PATCH 15/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 5f03d19..d80d18a 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 7f558bf1bf50ed1a933ba7cbe929ba71752bdee4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:26:59 +0000 Subject: [PATCH 16/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index d80d18a..1f51438 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 235492070162acd96dd35556c808ce7d145b84b5 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 20:53:29 -0500 Subject: [PATCH 17/30] rpmqutospec --- changelog | 138 +++++++++++++++++++++++++++++++++++++++ xfce4-timer-plugin.spec | 141 +--------------------------------------- 2 files changed, 140 insertions(+), 139 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..9407b5e --- /dev/null +++ b/changelog @@ -0,0 +1,138 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 +- Update to 1.7.1 + +* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 +- Rebuilt (xfce 4.13) + +* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 +- Bump to 1.7.0, drop unneeded patches, spec cleanup + +* Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 +- Update to 1.6.0 now using libxfce4ui + +* Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 +- Rebuild for Xfce 4.12 + +* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 +- Rebuild for Xfce 4.10(pre2) + +* Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 +- Rebuild for Xfce 4.10 + +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 0.6.1-8 +- Rebuild for new libpng + +* Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 +- Fix segfault when creating plugin in 4.8 panel (#682458) +- Update translations from Xfce Transifex + +* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 +- Rebuild for Xfce 4.8 + +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 +- Rebuild for Xfce 4.6 (Beta 3) + +* Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 +- Update to 0.6.1 +- BR intltool + +* Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 +- Autorebuild for GCC 4.3 + +* Sat Dec 29 2007 Christoph Wickert - 0.6-2 +- Bump release due to tag collision + +* Sat Dec 29 2007 Christoph Wickert - 0.6-1 +- Update to 0.6 + +* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 +- Rebuild for BuildID feature +- Update license tag + +* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 +- Rebuild for Xfce 4.4.1 + +* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 +- Update to 0.5.1 on Xfce 4.4. + +* Sat Sep 23 2006 Christoph Wickert - 0.5-1 +- Initial Fedora Extras version. diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1f51438..331ed4d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 8%{?dist} +Release: %autorelease Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,141 +47,4 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog -* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 -- Update to 1.7.1 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 -- Rebuilt (xfce 4.13) - -* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 -- Bump to 1.7.0, drop unneeded patches, spec cleanup - -* Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 -- Update to 1.6.0 now using libxfce4ui - -* Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 -- Rebuild for Xfce 4.12 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 -- Rebuild for Xfce 4.10(pre2) - -* Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 -- Rebuild for Xfce 4.10 - -* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.6.1-8 -- Rebuild for new libpng - -* Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 -- Fix segfault when creating plugin in 4.8 panel (#682458) -- Update translations from Xfce Transifex - -* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 -- Rebuild for Xfce 4.8 - -* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 -- Rebuild for Xfce 4.6 (Beta 3) - -* Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 -- Update to 0.6.1 -- BR intltool - -* Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 -- Autorebuild for GCC 4.3 - -* Sat Dec 29 2007 Christoph Wickert - 0.6-2 -- Bump release due to tag collision - -* Sat Dec 29 2007 Christoph Wickert - 0.6-1 -- Update to 0.6 - -* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 -- Rebuild for BuildID feature -- Update license tag - -* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 -- Rebuild for Xfce 4.4.1 - -* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 -- Update to 0.5.1 on Xfce 4.4. - -* Sat Sep 23 2006 Christoph Wickert - 0.5-1 -- Initial Fedora Extras version. +%autochangelog From 66fdcb7cd0f97d5864476572ed355d163ee0b27a Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 20:57:41 -0500 Subject: [PATCH 18/30] Update to v1.7.2 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e302af7..efb7cec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.6.0.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 /xfce4-timer-plugin-1.7.1.tar.bz2 +/xfce4-timer-plugin-1.7.2.tar.bz2 diff --git a/sources b/sources index 903f3fe..a4efa0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16 +SHA512 (xfce4-timer-plugin-1.7.2.tar.bz2) = 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 331ed4d..91cb91f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.1 +Version: 1.7.2 Release: %autorelease Summary: Timer for the Xfce panel License: GPLv2+ @@ -40,7 +40,7 @@ certain times. %files -f %{name}.lang -%doc AUTHORS ChangeLog README TODO +%doc AUTHORS ChangeLog TODO %license COPYING %{_libdir}/xfce4/panel/plugins/libxfcetimer* %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop From 2719da0e0bd5fa781c3f1c738d541e3d91784fa5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:49:44 +0000 Subject: [PATCH 19/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 9b46a08b5ee42b5bb979f4cc20eef239d02365ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:40:14 +0000 Subject: [PATCH 20/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b2377425b000f8759b507f6f0d99e5734ff1bcb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:02:27 +0000 Subject: [PATCH 21/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 45cea068c13ced83df4e8132e912e295b18a35d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:54:31 +0200 Subject: [PATCH 22/30] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-timer-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 91cb91f..51f271d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -5,7 +5,8 @@ Name: xfce4-timer-plugin Version: 1.7.2 Release: %autorelease Summary: Timer 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} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 From d1cd085732302e9ba83bd20945a4bb96d6d95a16 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:22:56 -0600 Subject: [PATCH 23/30] rebuild for xfce-4.20 From 28ef65fc89325fb56f174aebefddc6d7b2d5b786 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 08:36:02 -0600 Subject: [PATCH 24/30] Update to v1.7.3 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efb7cec..a23af1f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 /xfce4-timer-plugin-1.7.1.tar.bz2 /xfce4-timer-plugin-1.7.2.tar.bz2 +/xfce4-timer-plugin-1.7.3.tar.bz2 diff --git a/sources b/sources index a4efa0a..8d7efce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.2.tar.bz2) = 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d +SHA512 (xfce4-timer-plugin-1.7.3.tar.bz2) = aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 51f271d..dc26885 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.2 +Version: 1.7.3 Release: %autorelease Summary: Timer for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. From 6f99d7449a8ebc7ea8547f41d59a0d467d7ad0d2 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 08:54:38 -0600 Subject: [PATCH 25/30] remove TODO file from doc --- xfce4-timer-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index dc26885..92f00cd 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -41,7 +41,7 @@ certain times. %files -f %{name}.lang -%doc AUTHORS ChangeLog TODO +%doc AUTHORS ChangeLog %license COPYING %{_libdir}/xfce4/panel/plugins/libxfcetimer* %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop From aca84e9ffd17aec4f8eecf3a519cf9dfa52ab251 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:48:09 +0000 Subject: [PATCH 26/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From ff903daec0524be7a865b8e88cae42b935b5f0c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:49:14 +0000 Subject: [PATCH 27/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2e25ada579b082835f5b42974628fcefd5b69529 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:39:18 +0000 Subject: [PATCH 28/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6dab8055cabbd905dad0f2d44482dee3fcbdc828 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:12:23 +0000 Subject: [PATCH 29/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 6a305a1bf576539f3be0a410dc075a5dedb327f1 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sat, 1 Aug 2026 01:20:24 -0300 Subject: [PATCH 30/30] Update to 1.8.0 + switch to meson build system + spec cleanup and modernization --- .gitignore | 8 ++---- sources | 2 +- xfce4-timer-plugin.spec | 54 ++++++++++++++++++++++------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index a23af1f..ec03acd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -xfce4-timer-plugin-0.6.1.tar.bz2 -/xfce4-timer-plugin-1.6.0.tar.bz2 -/xfce4-timer-plugin-1.7.0.tar.bz2 -/xfce4-timer-plugin-1.7.1.tar.bz2 -/xfce4-timer-plugin-1.7.2.tar.bz2 -/xfce4-timer-plugin-1.7.3.tar.bz2 +/xfce4-timer-plugin-*.tar.bz2 +/xfce4-timer-plugin-*.tar.xz diff --git a/sources b/sources index 8d7efce..eff79b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.3.tar.bz2) = aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55 +SHA512 (xfce4-timer-plugin-1.8.0.tar.xz) = 9729181248ee3aa6e90be8a6975a76121ce89c26131fc4eadb6840eec7059afb45f06ff9bae5e202e39d081bd898ece2fd236c5d64e1ab07a8c8ecb2c18558f0 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 92f00cd..b7f264f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,25 +1,22 @@ -%global minorver 1.7 -%global _hardened_build 1 +# CVS https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin +%global minorver 1.8 -Name: xfce4-timer-plugin -Version: 1.7.3 -Release: %autorelease -Summary: Timer for the Xfce 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/%{name} -Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +Name: xfce4-timer-plugin +Version: 1.8.0 +Release: %autorelease +Summary: Timer for the Xfce panel +License: GPL-2.0-or-later +URL: https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start +Source0: https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.xz -BuildRequires: make -BuildRequires: gcc-c++ -BuildRequires: xfce4-panel-devel -BuildRequires: libxfce4ui-devel -BuildRequires: libxml2-devel -BuildRequires: gettext -BuildRequires: intltool -BuildRequires: perl(XML::Parser) +BuildRequires: gcc-c++ +BuildRequires: gettext +BuildRequires: libxfce4ui-devel +BuildRequires: libxml2-devel +BuildRequires: meson +BuildRequires: xfce4-panel-devel -Requires: xfce4-panel +Requires: xfce4-panel %description A timer for the Xfce panel. It supports countdown periods and alarms at @@ -29,23 +26,30 @@ certain times. %prep %autosetup -%build -%configure --disable-static -%make_build +%build +%meson +%meson_build + %install -%make_install +%meson_install + +# Rename non-standard hye locale to hy +if [ -d %{buildroot}%{_datadir}/locale/hye ]; then + mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy +fi %find_lang %{name} %files -f %{name}.lang -%doc AUTHORS ChangeLog +%doc AUTHORS NEWS README.md %license COPYING -%{_libdir}/xfce4/panel/plugins/libxfcetimer* +%{_libdir}/xfce4/panel/plugins/libxfcetimer.so %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g + %changelog %autochangelog