From b8f8c94a19f7fb833ac433f1246b0c820f4fb9a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:24:45 +0000 Subject: [PATCH 01/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 40848cb..33ac511 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -8,7 +8,7 @@ Name: xfce4-datetime-plugin Version: 0.6.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.6.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.6.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From c89a9540b62e19d85f9c396bc668fe3f2190347f Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 4 Nov 2016 21:03:09 -0200 Subject: [PATCH 02/33] - Update to 0.7.0 - [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0 - Spec clean-up --- .gitignore | 1 + sources | 2 +- xfce4-datetime-plugin.spec | 22 ++++++++++------------ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b3dfb9b..0bf9196 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xfce4-datetime-plugin-0.6.1.tar.bz2 /xfce4-datetime-plugin-0.6.2.tar.bz2 +/xfce4-datetime-plugin-0.7.0.tar.bz2 diff --git a/sources b/sources index f61e751..7d1594a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe604a251eadbc5b0f2b4737b85d92c8 xfce4-datetime-plugin-0.6.2.tar.bz2 +30caaa94c6c267827a31ad69fa472e51 xfce4-datetime-plugin-0.7.0.tar.bz2 diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 33ac511..7876dfd 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -1,4 +1,4 @@ -%global minorversion 0.6 +%global minorversion 0.7 %if 0%{?fedora} >= 22 %global xfceversion 4.12 @@ -7,8 +7,8 @@ %endif Name: xfce4-datetime-plugin -Version: 0.6.2 -Release: 7%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -16,10 +16,9 @@ License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-datetime-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libxfce4ui-devel >= 4.8.0 -BuildRequires: xfce4-panel-devel >= 4.8.0 +BuildRequires: libxfce4ui-devel >= 4.12.0 +BuildRequires: xfce4-panel-devel >= 4.12.0 BuildRequires: gettext BuildRequires: intltool Requires: xfce4-panel >= %{xfceversion} @@ -39,7 +38,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL='install -p' # remove la file @@ -51,18 +49,18 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - - %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS THANKS %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop %changelog +* Fri Nov 04 2016 Filipe Rosset - 0.7.0-1 +- Update to 0.7.0 +- [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0 +- Spec clean-up + * Fri Feb 05 2016 Fedora Release Engineering - 0.6.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 8770909d38f319d5d276d309caa68f5a6cee97ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:47:10 +0000 Subject: [PATCH 03/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 7876dfd..764da4c 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -8,7 +8,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -56,6 +56,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Nov 04 2016 Filipe Rosset - 0.7.0-1 - Update to 0.7.0 - [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0 From b6beab0b2b0a3c207cb52bd563f82cea88c09b6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:02:01 +0000 Subject: [PATCH 04/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 764da4c..eee3597 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -8,7 +8,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -56,6 +56,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 365bda334f9a7c9bf616639872c3682140025aa2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:36:07 +0000 Subject: [PATCH 05/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index eee3597..07433ae 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -8,7 +8,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -56,6 +56,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 4847f4dc3183ce77d39fec789687db0fff79dade Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:31:40 +0000 Subject: [PATCH 06/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 07433ae..23c1050 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -8,7 +8,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -56,6 +56,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.7.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 25359e3c4cc9c4d8d104fcaf4cc875bbdda7a628 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 11 Feb 2018 12:09:02 -0200 Subject: [PATCH 07/33] - Spec cleanup / modernization --- xfce4-datetime-plugin.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 23c1050..304a217 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -1,14 +1,10 @@ +%global _hardened_build 1 %global minorversion 0.7 - -%if 0%{?fedora} >= 22 - %global xfceversion 4.12 -%else - %global xfceversion 4.10 -%endif +%global xfceversion 4.12 Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -29,16 +25,16 @@ left-click on it. %prep -%setup -q +%autosetup %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} INSTALL='install -p' +%make_install # remove la file find %{buildroot} -name '*.la' -exec rm -f {} ';' @@ -50,12 +46,16 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %files -f %{name}.lang -%doc AUTHORS COPYING ChangeLog NEWS THANKS +%doc AUTHORS ChangeLog NEWS THANKS +%license COPYING %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop %changelog +* Sun Feb 11 2018 Filipe Rosset - 0.7.0-6 +- Spec cleanup / modernization + * Fri Feb 09 2018 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From adf0bfa60cc2b0077613cc12d45555773bd05c9a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 9 Apr 2018 20:22:43 -0300 Subject: [PATCH 08/33] - added gcc as BR --- xfce4-datetime-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 304a217..fe26a0b 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -13,6 +13,7 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-datetime-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: libxfce4ui-devel >= 4.12.0 BuildRequires: xfce4-panel-devel >= 4.12.0 BuildRequires: gettext @@ -53,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Mon Apr 09 2018 Filipe Rosset - 0.7.0-7 +- added gcc as BR + * Sun Feb 11 2018 Filipe Rosset - 0.7.0-6 - Spec cleanup / modernization From ed9271fd4782548e9dbfbaa73d27e1bd1e5b1245 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:13:31 +0000 Subject: [PATCH 09/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index fe26a0b..e43b32a 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.7.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Apr 09 2018 Filipe Rosset - 0.7.0-7 - added gcc as BR From 43ca0d10de464ca7467b4528dd9bf85a5d7d4514 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 19:19:53 -0400 Subject: [PATCH 10/33] Rebuilt (xfce 4.13) --- xfce4-datetime-plugin.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index e43b32a..d3159f0 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -1,10 +1,10 @@ %global _hardened_build 1 %global minorversion 0.7 -%global xfceversion 4.12 +%global xfceversion 4.13 Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 8%{?dist} +Release: 20%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops @@ -13,9 +13,9 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-datetime-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 -BuildRequires: gcc -BuildRequires: libxfce4ui-devel >= 4.12.0 -BuildRequires: xfce4-panel-devel >= 4.12.0 +BuildRequires: gcc-c++ +BuildRequires: libxfce4ui-devel >= %{xfceversion} +BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: gettext BuildRequires: intltool Requires: xfce4-panel >= %{xfceversion} @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Aug 11 2018 Mukundan Ragavan - 0.7.0-20 +- Rebuilt (xfce 4.13) + * Sat Jul 14 2018 Fedora Release Engineering - 0.7.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 89780dce5c264db9ec0b8902b1d54e49092c8f9e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 11/33] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfce4-datetime-plugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index d3159f0..27d07f3 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -7,7 +7,6 @@ Version: 0.7.0 Release: 20%{?dist} Summary: Date/time plugin for the Xfce panel -Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-datetime-plugin From 8533604971a6d6d38fd787a46a5c063f93e4c9ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:17:57 +0000 Subject: [PATCH 12/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 27d07f3..ea086e3 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.7.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Aug 11 2018 Mukundan Ragavan - 0.7.0-20 - Rebuilt (xfce 4.13) From 8ee912858f3127cdd0c1b9a5e8f30efa065698ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:04:45 +0000 Subject: [PATCH 13/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index ea086e3..88523ba 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.7.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.7.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.7.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From e66e0cd9a450fc7ba608274d23c2879e97c238a6 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 12 Aug 2019 21:30:58 -0400 Subject: [PATCH 14/33] Update to 0.8.0 --- .gitignore | 1 + sources | 2 +- xfce4-datetime-plugin.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf9196..a02449e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfce4-datetime-plugin-0.6.1.tar.bz2 /xfce4-datetime-plugin-0.6.2.tar.bz2 /xfce4-datetime-plugin-0.7.0.tar.bz2 +/xfce4-datetime-plugin-0.8.0.tar.bz2 diff --git a/sources b/sources index 7d1594a..b720cc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30caaa94c6c267827a31ad69fa472e51 xfce4-datetime-plugin-0.7.0.tar.bz2 +SHA512 (xfce4-datetime-plugin-0.8.0.tar.bz2) = 936af402bfd3ef199dc05254c57201b90f9554b2d824d74d2825f16d60e9a4c1a03f25811d80bc666a05dd6b47798ef2119f458b55d612e0803f75fc583fe550 diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 88523ba..ae56e18 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -1,10 +1,10 @@ %global _hardened_build 1 -%global minorversion 0.7 -%global xfceversion 4.13 +%global minorversion 0.8 +%global xfceversion 4.14 Name: xfce4-datetime-plugin -Version: 0.7.0 -Release: 22%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Mon Aug 12 2019 Mukundan Ragavan - 0.8.0-1 +- Update to 0.8.0 + * Sat Jul 27 2019 Fedora Release Engineering - 0.7.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 711179f764ec8776c74ab8742f1d134988db6b8a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:19:55 +0000 Subject: [PATCH 15/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index ae56e18..16da6df 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Aug 12 2019 Mukundan Ragavan - 0.8.0-1 - Update to 0.8.0 From 9e475751649d5654e5211230b19f7578fcb1d098 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:38:06 +0000 Subject: [PATCH 16/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 16da6df..035cf3b 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From c929826304f4216824543c394163f25d803a0488 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 24 Dec 2020 16:07:10 -0500 Subject: [PATCH 17/33] Update to 0.8.1 --- .gitignore | 1 + sources | 2 +- xfce4-datetime-plugin.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a02449e..9f5bb0b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-datetime-plugin-0.6.1.tar.bz2 /xfce4-datetime-plugin-0.6.2.tar.bz2 /xfce4-datetime-plugin-0.7.0.tar.bz2 /xfce4-datetime-plugin-0.8.0.tar.bz2 +/xfce4-datetime-plugin-0.8.1.tar.bz2 diff --git a/sources b/sources index b720cc2..20264ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-datetime-plugin-0.8.0.tar.bz2) = 936af402bfd3ef199dc05254c57201b90f9554b2d824d74d2825f16d60e9a4c1a03f25811d80bc666a05dd6b47798ef2119f458b55d612e0803f75fc583fe550 +SHA512 (xfce4-datetime-plugin-0.8.1.tar.bz2) = 2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 035cf3b..f680799 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -1,10 +1,10 @@ %global _hardened_build 1 %global minorversion 0.8 -%global xfceversion 4.14 +%global xfceversion 4.16 Name: xfce4-datetime-plugin -Version: 0.8.0 -Release: 3%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -53,6 +53,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Thu Dec 24 2020 Mukundan Ragavan - 0.8.1-1 +- Update to 0.8.1 + * Wed Jul 29 2020 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 578c3be25dd015455f50603a18720c46b9c01dd5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:18:12 +0000 Subject: [PATCH 18/33] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-datetime-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index f680799..6581ee6 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -12,6 +12,7 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-datetime-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} From 8e313daebce2f994130c9f4a6e0239cc65c89df9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:57:32 +0000 Subject: [PATCH 19/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 6581ee6..534e234 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Dec 24 2020 Mukundan Ragavan - 0.8.1-1 - Update to 0.8.1 From 0cea3a1786d4162d6cccd12e6b6a2305c7253ec2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:28:55 +0000 Subject: [PATCH 20/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 534e234..3bc78d8 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From b8ea84ee5fb589375c8f37fed3c3cc5e5177afc2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:00:29 +0000 Subject: [PATCH 21/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 3bc78d8..8a91960 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9f84a2f0a9b8008931f1bc06a804679dde9e3c70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:01:36 +0000 Subject: [PATCH 22/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 8a91960..21566f8 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.8.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 4c62179dafb4efa812c8b890f7d033c87e7ad92c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 Sep 2022 16:41:16 -0700 Subject: [PATCH 23/33] Update to 0.8.2. Likely the last release, please move to the panel clock plugin. --- .gitignore | 1 + sources | 2 +- xfce4-datetime-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f5bb0b..d94812e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfce4-datetime-plugin-0.6.1.tar.bz2 /xfce4-datetime-plugin-0.7.0.tar.bz2 /xfce4-datetime-plugin-0.8.0.tar.bz2 /xfce4-datetime-plugin-0.8.1.tar.bz2 +/xfce4-datetime-plugin-0.8.2.tar.bz2 diff --git a/sources b/sources index 20264ec..3d4788c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-datetime-plugin-0.8.1.tar.bz2) = 2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a +SHA512 (xfce4-datetime-plugin-0.8.2.tar.bz2) = 3457b503c6fc72b2a1ffb7a26bf71776362087fcb3a33c6050d169843591855420c60399869131013653a6acac5b18f5926fc51690b49ebad01c4d078b2bca97 diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 21566f8..792c3c4 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -3,8 +3,8 @@ %global xfceversion 4.16 Name: xfce4-datetime-plugin -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Mon Sep 19 2022 Kevin Fenzi - 0.8.2-1 +- Update to 0.8.2. Likely the last release, please move to the panel clock plugin. + * Sat Jul 23 2022 Fedora Release Engineering - 0.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 2cfeccb41f04af853bc3f9291e7ac862aa4cde88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:22:07 +0000 Subject: [PATCH 24/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 792c3c4..1a6834b 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Sep 19 2022 Kevin Fenzi - 0.8.2-1 - Update to 0.8.2. Likely the last release, please move to the panel clock plugin. From d2147c9ac1e2dd1b3f63cb79ab5d19923b07c977 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:44:40 +0000 Subject: [PATCH 25/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 1a6834b..dc4d555 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 4c0cc662a782643963f7db2355c0823049b5e1a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:34:01 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index dc4d555..d9f9561 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.8.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From ec017805aa6d4c277e43932e1f81057b05be3e05 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:57:28 +0000 Subject: [PATCH 27/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index d9f9561..adaff9a 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Date/time plugin for the Xfce panel License: GPLv2+ @@ -54,6 +54,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.8.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9b47d1dc1c26fc54239144f603b3c97fab2e787e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:50:04 +0200 Subject: [PATCH 28/33] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-datetime-plugin.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index adaff9a..8403f4e 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,10 +4,11 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Date/time plugin 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-datetime-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 @@ -54,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Jul 26 2024 Miroslav Suchý - 0.8.2-6 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From f09bf63634ff61b95c5f3dcdc9a1e8f6c5611740 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:09:11 -0600 Subject: [PATCH 29/33] rebuild for xfce-4.20 --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 8403f4e..584a0b6 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Date/time plugin for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sun Dec 22 2024 Mukundan Ragavan - 0.8.2-7 +- rebuild for xfce-4.20 + * Fri Jul 26 2024 Miroslav Suchý - 0.8.2-6 - convert license to SPDX From 81125988c3b64aaac981e731ce896e00db455209 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:42:18 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 584a0b6..4618904 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Date/time plugin for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.8.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sun Dec 22 2024 Mukundan Ragavan - 0.8.2-7 - rebuild for xfce-4.20 From 91335551e0fe1584de17aecfb8ae89538a35e30b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:46:20 +0000 Subject: [PATCH 31/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 4618904..e87dcf8 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Date/time plugin for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.8.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.8.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 739f81bb576522b361fe7d6cc088519489180534 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:36:19 +0000 Subject: [PATCH 32/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index e87dcf8..09524f4 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Date/time plugin for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.8.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.8.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a8f152e8322a32ac0953b177c008dd272a984ca5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:09:27 +0000 Subject: [PATCH 33/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xfce4-datetime-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec index 09524f4..78ed0d8 100644 --- a/xfce4-datetime-plugin.spec +++ b/xfce4-datetime-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-datetime-plugin Version: 0.8.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Date/time plugin for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.8.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.8.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild