From b302c85d27694eae7b88c29ce817300c9477d90a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:20:34 +0000 Subject: [PATCH 01/27] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-notifyd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 31bcbe6..6430e2e 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -13,6 +13,7 @@ URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd #VCS: git:git://http://git.xfce.org/apps/xfce4-notifyd/ Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: libxfce4ui-devel >= %{xfceversion} From 719612b3865e9c5ea94d74f2f59d324c13a8abf6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:59:21 +0000 Subject: [PATCH 02/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notifyd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 6430e2e..4da6649 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -5,7 +5,7 @@ Name: xfce4-notifyd Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple notification daemon for Xfce License: GPLv2 @@ -79,6 +79,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Aug 31 2020 Mukundan Ragavan - 0.6.2-1 - Update to 0.6.2 From 107301c5cdd708d451b57900257aa3ee316f401d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:30:52 +0000 Subject: [PATCH 03/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notifyd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 4da6649..826b400 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -5,7 +5,7 @@ Name: xfce4-notifyd Version: 0.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple notification daemon for Xfce License: GPLv2 @@ -79,6 +79,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 7981cd3c96f204f65725272d23651eb9513ae335 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:02:21 +0000 Subject: [PATCH 04/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notifyd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 826b400..0da8094 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -5,7 +5,7 @@ Name: xfce4-notifyd Version: 0.6.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple notification daemon for Xfce License: GPLv2 @@ -79,6 +79,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.6.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 47d619f3da0e2e3f8d4b204e6bbc08f14fa7d883 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 26 Feb 2022 11:19:58 -0600 Subject: [PATCH 05/27] opt into rpmautospec --- changelog | 172 ++++++++++++++++++++++++++++++++++++++++++++ xfce4-notifyd.spec | 175 +-------------------------------------------- 2 files changed, 174 insertions(+), 173 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..66b42fe --- /dev/null +++ b/changelog @@ -0,0 +1,172 @@ +* Sat Jan 22 2022 Fedora Release Engineering - 0.6.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Aug 31 2020 Mukundan Ragavan - 0.6.2-1 +- Update to 0.6.2 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon May 04 2020 Mukundan Ragavan - 0.6.1-1 +- Update to 0.6.1 + +* Wed Apr 08 2020 Mukundan Ragavan - 0.6.0-1 +- Update to 0.6.0 + +* Fri Jan 31 2020 Fedora Release Engineering - 0.4.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 0.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Apr 22 2019 Mukundan Ragavan - 0.4.4-1 +- Update to 0.4.4 + +* Sun Feb 03 2019 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Oct 28 2018 Mukundan Ragavan - 0.4.3-1 +- Update to 0.4.3 + +* Sat Aug 11 2018 Mukundan Ragavan - 0.4.2-20 +- Rebuilt (xfce 4.13) + +* Sat Jul 14 2018 Fedora Release Engineering - 0.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Mar 03 2018 Mukundan Ragavan - 0.4.2-2 +- Modernize spec + +* Thu Mar 01 2018 Mukundan Ragavan - 0.4.2-1 +- Update to 0.4.2 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Dec 12 2017 Kevin Fenzi - 0.4.1-1 +- Update to 0.4.1 + +* Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-2 +- Add xfce4-panel-devel as buildrequires +- Updates files section + +* Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-1 +- Update to 0.4.0 + +* Thu Aug 03 2017 Fedora Release Engineering - 0.3.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.3.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Mar 20 2017 Mukundan Ragavan - 0.3.6-1 +- Update to 0.3.6 + +* Mon Feb 13 2017 Mukundan Ragavan - 0.3.5-1 +- Update to 0.3.5 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Nov 09 2016 Mukundan Ragavan - 0.3.4-1 +- Update to 0.3.4 + +* Sun Oct 02 2016 Kevin Fenzi - 0.3.3-1 +- Update to 0.3.3. bugfix release + +* Sat Sep 10 2016 Kevin Fenzi - 0.3.2-1 +- Update to 0.3.2. bugfix release + +* Tue Sep 06 2016 Mukundan Ragavan - 0.3.1-1 +- Update to 0.3.1. bugfix release + +* Fri Jul 29 2016 Kevin Fenzi - 0.3.0-1 +- Update to 0.3.0. Fixes bug #1361562 + +* Fri Feb 05 2016 Fedora Release Engineering - 0.2.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 0.2.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Feb 28 2015 Kevin Fenzi 0.2.4-7 +- Rebuild again with provider and against Xfce 4.12 + +* Sat Feb 28 2015 Kevin Fenzi 0.2.4-6 +- Rebuild without provider to bootstrap against Xfce 4.12 + +* Sat Feb 21 2015 Till Maas - 0.2.4-5 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Mon Aug 18 2014 Fedora Release Engineering - 0.2.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu May 09 2013 Christoph Wickert - 0.2.4-1 +- Update to 0.2.4 + +* Mon Apr 22 2013 Christoph Wickert - 0.2.3-1 +- Update to 0.2.3 (fixes #759053 and #926785) +- BR libnotify-devel +- Drop upstreamed patches + +* Fri Feb 15 2013 Fedora Release Engineering - 0.2.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Oct 06 2012 Christoph Wickert - 0.2.2-6 +- Remove obsolete libsexy checks +- Add patch to avoid flickering +- Add patch to support image URI locations +- Make xfce4-notifyd-config show up in xfce4-settings-manager + +* Sun Jul 22 2012 Fedora Release Engineering - 0.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 01 2012 Kevin Fenzi - 0.2.2-4 +- Rebuild for new lbxfce4util + +* Sat Jan 14 2012 Fedora Release Engineering - 0.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 0.2.2-2 +- Rebuild for new libpng + +* Tue Aug 09 2011 Christoph Wickert - 0.2.2-1 +- Update to 0.2.2 +- Remove upstreamed Fix-race-with-window-becoming-invalid.patch + +* Sun Jul 31 2011 Christoph Wickert - 0.2.1-3 +- Fix crash in handle_error. Thanks to Ricky Zhou (#706677) +- Remove obsolete BuildRequires libglade2-devel + +* Mon Feb 07 2011 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 02 2011 Christoph Wickert - 0.2.1-1 +- Update to 0.2.1 (fixes #660549) +- Own %%{_libdir}/xfce4/notifyd/ + +* Sat Nov 27 2010 Christoph Wickert - 0.2.0-1 +- Update to 0.2.0 + +* Mon Jul 27 2009 Fedora Release Engineering - 0.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Christoph Wickert - 0.1.0-2 +- Patch to rename dbus-service file to avoid conflict with notification-daemon +- Add Debian's patch support the reason arg in libnotify 0.4.5 + +* Mon Feb 23 2009 Christoph Wickert - 0.1.0-1 +- Initial Fedora Package diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 0da8094..d779403 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -5,7 +5,7 @@ Name: xfce4-notifyd Version: 0.6.2 -Release: 4%{?dist} +Release: %autorelease Summary: Simple notification daemon for Xfce License: GPLv2 @@ -79,175 +79,4 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog -* Sat Jan 22 2022 Fedora Release Engineering - 0.6.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.6.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.6.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Aug 31 2020 Mukundan Ragavan - 0.6.2-1 -- Update to 0.6.2 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon May 04 2020 Mukundan Ragavan - 0.6.1-1 -- Update to 0.6.1 - -* Wed Apr 08 2020 Mukundan Ragavan - 0.6.0-1 -- Update to 0.6.0 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.4.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 0.4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Apr 22 2019 Mukundan Ragavan - 0.4.4-1 -- Update to 0.4.4 - -* Sun Feb 03 2019 Fedora Release Engineering - 0.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sun Oct 28 2018 Mukundan Ragavan - 0.4.3-1 -- Update to 0.4.3 - -* Sat Aug 11 2018 Mukundan Ragavan - 0.4.2-20 -- Rebuilt (xfce 4.13) - -* Sat Jul 14 2018 Fedora Release Engineering - 0.4.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Mar 03 2018 Mukundan Ragavan - 0.4.2-2 -- Modernize spec - -* Thu Mar 01 2018 Mukundan Ragavan - 0.4.2-1 -- Update to 0.4.2 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Dec 12 2017 Kevin Fenzi - 0.4.1-1 -- Update to 0.4.1 - -* Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-2 -- Add xfce4-panel-devel as buildrequires -- Updates files section - -* Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-1 -- Update to 0.4.0 - -* Thu Aug 03 2017 Fedora Release Engineering - 0.3.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.3.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon Mar 20 2017 Mukundan Ragavan - 0.3.6-1 -- Update to 0.3.6 - -* Mon Feb 13 2017 Mukundan Ragavan - 0.3.5-1 -- Update to 0.3.5 - -* Sat Feb 11 2017 Fedora Release Engineering - 0.3.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Nov 09 2016 Mukundan Ragavan - 0.3.4-1 -- Update to 0.3.4 - -* Sun Oct 02 2016 Kevin Fenzi - 0.3.3-1 -- Update to 0.3.3. bugfix release - -* Sat Sep 10 2016 Kevin Fenzi - 0.3.2-1 -- Update to 0.3.2. bugfix release - -* Tue Sep 06 2016 Mukundan Ragavan - 0.3.1-1 -- Update to 0.3.1. bugfix release - -* Fri Jul 29 2016 Kevin Fenzi - 0.3.0-1 -- Update to 0.3.0. Fixes bug #1361562 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.2.4-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.2.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Feb 28 2015 Kevin Fenzi 0.2.4-7 -- Rebuild again with provider and against Xfce 4.12 - -* Sat Feb 28 2015 Kevin Fenzi 0.2.4-6 -- Rebuild without provider to bootstrap against Xfce 4.12 - -* Sat Feb 21 2015 Till Maas - 0.2.4-5 -- Rebuilt for Fedora 23 Change - https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code - -* Mon Aug 18 2014 Fedora Release Engineering - 0.2.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.2.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu May 09 2013 Christoph Wickert - 0.2.4-1 -- Update to 0.2.4 - -* Mon Apr 22 2013 Christoph Wickert - 0.2.3-1 -- Update to 0.2.3 (fixes #759053 and #926785) -- BR libnotify-devel -- Drop upstreamed patches - -* Fri Feb 15 2013 Fedora Release Engineering - 0.2.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Oct 06 2012 Christoph Wickert - 0.2.2-6 -- Remove obsolete libsexy checks -- Add patch to avoid flickering -- Add patch to support image URI locations -- Make xfce4-notifyd-config show up in xfce4-settings-manager - -* Sun Jul 22 2012 Fedora Release Engineering - 0.2.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 01 2012 Kevin Fenzi - 0.2.2-4 -- Rebuild for new lbxfce4util - -* Sat Jan 14 2012 Fedora Release Engineering - 0.2.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.2.2-2 -- Rebuild for new libpng - -* Tue Aug 09 2011 Christoph Wickert - 0.2.2-1 -- Update to 0.2.2 -- Remove upstreamed Fix-race-with-window-becoming-invalid.patch - -* Sun Jul 31 2011 Christoph Wickert - 0.2.1-3 -- Fix crash in handle_error. Thanks to Ricky Zhou (#706677) -- Remove obsolete BuildRequires libglade2-devel - -* Mon Feb 07 2011 Fedora Release Engineering - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 02 2011 Christoph Wickert - 0.2.1-1 -- Update to 0.2.1 (fixes #660549) -- Own %%{_libdir}/xfce4/notifyd/ - -* Sat Nov 27 2010 Christoph Wickert - 0.2.0-1 -- Update to 0.2.0 - -* Mon Jul 27 2009 Fedora Release Engineering - 0.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Christoph Wickert - 0.1.0-2 -- Patch to rename dbus-service file to avoid conflict with notification-daemon -- Add Debian's patch support the reason arg in libnotify 0.4.5 - -* Mon Feb 23 2009 Christoph Wickert - 0.1.0-1 -- Initial Fedora Package +%autochangelog From 05843725ab636d5e7449c194fdfa8020458c3500 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 26 Feb 2022 17:39:53 -0600 Subject: [PATCH 06/27] local build --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2724fa..56dfe76 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.0.tar.bz2 /xfce4-notifyd-0.6.1.tar.bz2 /xfce4-notifyd-0.6.2.tar.bz2 +/xfce4-notifyd-0.6.3.tar.bz2 diff --git a/sources b/sources index 642e5db..f6c1279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.6.2.tar.bz2) = 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325 +SHA512 (xfce4-notifyd-0.6.3.tar.bz2) = 9113018c238878c2584cb4221dd5aaaab9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index d779403..0e9d355 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.14 Name: xfce4-notifyd -Version: 0.6.2 +Version: 0.6.3 Release: %autorelease Summary: Simple notification daemon for Xfce @@ -13,7 +13,7 @@ URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd #VCS: git:git://http://git.xfce.org/apps/xfce4-notifyd/ Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: libxfce4ui-devel >= %{xfceversion} From 26d1649eddc127ae423fb9e517234d8c92509b59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:03:51 +0000 Subject: [PATCH 07/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 7e206969cab9f56bf0c96a28b1e3b0935340831b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 3 Sep 2022 11:50:42 -0700 Subject: [PATCH 08/27] Update to 0.6.4. Signed-off-by: Kevin Fenzi --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56dfe76..6878812 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.1.tar.bz2 /xfce4-notifyd-0.6.2.tar.bz2 /xfce4-notifyd-0.6.3.tar.bz2 +/xfce4-notifyd-0.6.4.tar.bz2 diff --git a/sources b/sources index f6c1279..e664420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.6.3.tar.bz2) = 9113018c238878c2584cb4221dd5aaaab9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a +SHA512 (xfce4-notifyd-0.6.4.tar.bz2) = 644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 0e9d355..c531e27 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.14 Name: xfce4-notifyd -Version: 0.6.3 +Version: 0.6.4 Release: %autorelease Summary: Simple notification daemon for Xfce From dfef3c3161f653140dae8175928c6924ddcefc95 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 15 Jan 2023 21:44:00 -0600 Subject: [PATCH 09/27] Update to v0.6.5 (Xfce 4.18) --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6878812..78f7444 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.2.tar.bz2 /xfce4-notifyd-0.6.3.tar.bz2 /xfce4-notifyd-0.6.4.tar.bz2 +/xfce4-notifyd-0.6.5.tar.bz2 diff --git a/sources b/sources index e664420..e30fea9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.6.4.tar.bz2) = 644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b +SHA512 (xfce4-notifyd-0.6.5.tar.bz2) = 9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index c531e27..a4b3715 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,10 +1,10 @@ # Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282 %global minorversion 0.6 -%global xfceversion 4.14 +%global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.6.4 +Version: 0.6.5 Release: %autorelease Summary: Simple notification daemon for Xfce From 4cd22911e4de2424e4c30896cd63506f31492f84 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:24:13 +0000 Subject: [PATCH 10/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 8f344ae42bb7065deffaa3c6ef5aa2c74fe57d70 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 21 Jan 2023 17:08:26 -0600 Subject: [PATCH 11/27] Update to v0.7.1 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78f7444..1e31864 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.3.tar.bz2 /xfce4-notifyd-0.6.4.tar.bz2 /xfce4-notifyd-0.6.5.tar.bz2 +/xfce4-notifyd-0.7.1.tar.bz2 diff --git a/sources b/sources index e30fea9..52086db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.6.5.tar.bz2) = 9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac +SHA512 (xfce4-notifyd-0.7.1.tar.bz2) = 92f4387d705a8c345635542c9d4583af1db3f63c76fdee33210930acd68beffe3f334206692bb0aacfb28a18039f745ff26ab97f7b50fa7eb0f53e69208e5f6d diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index a4b3715..b674df1 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,10 +1,10 @@ # Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282 -%global minorversion 0.6 +%global minorversion 0.7 %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.6.5 +Version: 0.7.1 Release: %autorelease Summary: Simple notification daemon for Xfce From be4e858f7f18ed7df7b586b939b5d237afd47140 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Jan 2023 10:49:46 -0600 Subject: [PATCH 12/27] Update to v0.7.2 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e31864..8b6b73e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.4.tar.bz2 /xfce4-notifyd-0.6.5.tar.bz2 /xfce4-notifyd-0.7.1.tar.bz2 +/xfce4-notifyd-0.7.2.tar.bz2 diff --git a/sources b/sources index 52086db..10ffe60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.7.1.tar.bz2) = 92f4387d705a8c345635542c9d4583af1db3f63c76fdee33210930acd68beffe3f334206692bb0aacfb28a18039f745ff26ab97f7b50fa7eb0f53e69208e5f6d +SHA512 (xfce4-notifyd-0.7.2.tar.bz2) = 7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index b674df1..35d0b8e 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.7.1 +Version: 0.7.2 Release: %autorelease Summary: Simple notification daemon for Xfce From f36aa33eba4f52eb6c5c79931d50c3b237466638 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 8 Feb 2023 21:10:49 -0600 Subject: [PATCH 13/27] Update to v0.7.3 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b6b73e..c9c9183 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.6.5.tar.bz2 /xfce4-notifyd-0.7.1.tar.bz2 /xfce4-notifyd-0.7.2.tar.bz2 +/xfce4-notifyd-0.7.3.tar.bz2 diff --git a/sources b/sources index 10ffe60..60dc3bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.7.2.tar.bz2) = 7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894 +SHA512 (xfce4-notifyd-0.7.3.tar.bz2) = 525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 35d0b8e..7cf172f 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.7.2 +Version: 0.7.3 Release: %autorelease Summary: Simple notification daemon for Xfce From d79d63a26c2e6805b9b1482b3d45eca7c9f897ce Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 12 Feb 2023 08:48:57 -0600 Subject: [PATCH 14/27] Update to v0.8.0 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9c9183..a453325 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.7.1.tar.bz2 /xfce4-notifyd-0.7.2.tar.bz2 /xfce4-notifyd-0.7.3.tar.bz2 +/xfce4-notifyd-0.8.0.tar.bz2 diff --git a/sources b/sources index 60dc3bd..b16b05a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.7.3.tar.bz2) = 525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee +SHA512 (xfce4-notifyd-0.8.0.tar.bz2) = 3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 7cf172f..0e8b740 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,10 +1,10 @@ # Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282 -%global minorversion 0.7 +%global minorversion 0.8 %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.7.3 +Version: 0.8.0 Release: %autorelease Summary: Simple notification daemon for Xfce @@ -22,6 +22,7 @@ BuildRequires: xfconf-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: glib2-devel >= 2.42.0 BuildRequires: libnotify-devel >= 0.7.0 +BuildRequires: sqlite-devel BuildRequires: desktop-file-utils BuildRequires: intltool BuildRequires: systemd From f2ce0fe7910943be2296ec9dfa250aaac2f37163 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 21 Feb 2023 20:29:37 -0600 Subject: [PATCH 15/27] Update to v0.8.1 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a453325..7bd32bf 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.7.2.tar.bz2 /xfce4-notifyd-0.7.3.tar.bz2 /xfce4-notifyd-0.8.0.tar.bz2 +/xfce4-notifyd-0.8.1.tar.bz2 diff --git a/sources b/sources index b16b05a..061796e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.8.0.tar.bz2) = 3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271 +SHA512 (xfce4-notifyd-0.8.1.tar.bz2) = 555261a5931030e50686c4fb86fe62c5455ecba3ed6251851e0fae8652fbc85cb3c4fff3444a3dd6df3d9c44955d4f3049720c04635560170e3eb2c98aa95122 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 0e8b740..ce65b0e 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.8.0 +Version: 0.8.1 Release: %autorelease Summary: Simple notification daemon for Xfce @@ -64,7 +64,7 @@ find %{buildroot} -name \*.la -exec rm {} \; %files -f %{name}.lang %license COPYING -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS NEWS TODO %{_bindir}/xfce4-notifyd-config %{_libdir}/xfce4/notifyd/ %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so From 78a9fb5b2c6235d9555b78f5bfea09451146faa7 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 28 Feb 2023 19:50:59 -0600 Subject: [PATCH 16/27] Update to v0.8.2 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7bd32bf..03f6c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.7.3.tar.bz2 /xfce4-notifyd-0.8.0.tar.bz2 /xfce4-notifyd-0.8.1.tar.bz2 +/xfce4-notifyd-0.8.2.tar.bz2 diff --git a/sources b/sources index 061796e..f5bcd6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.8.1.tar.bz2) = 555261a5931030e50686c4fb86fe62c5455ecba3ed6251851e0fae8652fbc85cb3c4fff3444a3dd6df3d9c44955d4f3049720c04635560170e3eb2c98aa95122 +SHA512 (xfce4-notifyd-0.8.2.tar.bz2) = 8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index ce65b0e..962b8df 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.8.1 +Version: 0.8.2 Release: %autorelease Summary: Simple notification daemon for Xfce From 29dcf0c1102b20ae92210d40febae8a18f80b6ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:46:50 +0000 Subject: [PATCH 17/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From d20d09b98081fde21fc3018561b7aeb6d8b578d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:36:12 +0000 Subject: [PATCH 18/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d97a6b29c1e18f15b794ee8ec5c8e63fdcc1a8d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:59:35 +0000 Subject: [PATCH 19/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a6af1026017107fc11d39ac54992f0593a60fa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:32:05 +0200 Subject: [PATCH 20/27] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-notifyd.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 962b8df..b6d6a49 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -8,7 +8,8 @@ Version: 0.8.2 Release: %autorelease Summary: Simple notification daemon for Xfce -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd #VCS: git:git://http://git.xfce.org/apps/xfce4-notifyd/ Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 From 6cdd78145771bdba375940d952c73c6cd4612453 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 17 Aug 2024 14:58:55 -0500 Subject: [PATCH 21/27] Update to v0.9.6 --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03f6c0e..155a0c7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.8.0.tar.bz2 /xfce4-notifyd-0.8.1.tar.bz2 /xfce4-notifyd-0.8.2.tar.bz2 +/xfce4-notifyd-0.9.6.tar.bz2 diff --git a/sources b/sources index f5bcd6a..82d165a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.8.2.tar.bz2) = 8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0 +SHA512 (xfce4-notifyd-0.9.6.tar.bz2) = deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index b6d6a49..468a281 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,10 +1,10 @@ # Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282 -%global minorversion 0.8 +%global minorversion 0.9 %global xfceversion 4.18 Name: xfce4-notifyd -Version: 0.8.2 +Version: 0.9.6 Release: %autorelease Summary: Simple notification daemon for Xfce @@ -79,6 +79,9 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/xfce4/panel/plugins/notification-plugin.desktop %{_mandir}/man1/xfce4-notifyd-config.1.* %{_sysconfdir}/xdg/autostart/%{name}.desktop +%{_userunitdir}/xfce4-notifyd.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service %changelog %autochangelog From 1a5200f8ad62471296cc5d83e5603a3b793d4755 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:44:49 +0000 Subject: [PATCH 22/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 74204cc962fd69732e0dbcce648b725ef6f4a155 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 10 Mar 2025 19:07:09 -0700 Subject: [PATCH 23/27] Update to 0.9.7. Signed-off-by: Kevin Fenzi --- .gitignore | 1 + sources | 2 +- xfce4-notifyd.spec | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 155a0c7..59004a7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.8.1.tar.bz2 /xfce4-notifyd-0.8.2.tar.bz2 /xfce4-notifyd-0.9.6.tar.bz2 +/xfce4-notifyd-0.9.7.tar.bz2 diff --git a/sources b/sources index 82d165a..aa17411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.9.6.tar.bz2) = deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071 +SHA512 (xfce4-notifyd-0.9.7.tar.bz2) = 8bbc7eff631704c7ac9417d3eaba151a0e6de54e48e0b75f7e7ec67c596a11b5ecd3b7ed12ffe6d657d335cb11102686fd69d5f0d1ab5b6645a594d6f0cbd6a6 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 468a281..f8506c4 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,10 +1,10 @@ # Review: https://bugzilla.redhat.com/show_bug.cgi?id=499282 %global minorversion 0.9 -%global xfceversion 4.18 +%global xfceversion 4.20 Name: xfce4-notifyd -Version: 0.9.6 +Version: 0.9.7 Release: %autorelease Summary: Simple notification daemon for Xfce @@ -75,6 +75,7 @@ find %{buildroot} -name \*.la -exec rm {} \; %{_datadir}/themes/ZOMG-PONIES!/ %{_datadir}/themes/Bright/ %{_datadir}/themes/Retro/ +%{_datadir}/themes/XP-Balloon/ %{_datadir}/icons/hicolor/*/*/* %{_datadir}/xfce4/panel/plugins/notification-plugin.desktop %{_mandir}/man1/xfce4-notifyd-config.1.* From 1a524c33e9d9b6c7476e480f1b49d0169019f993 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 6 Apr 2025 11:37:12 -0500 Subject: [PATCH 24/27] Update to v0.9.7; switch to meson build system; add new build dependencies --- xfce4-notifyd.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index f8506c4..61b55c5 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -25,7 +25,10 @@ BuildRequires: glib2-devel >= 2.42.0 BuildRequires: libnotify-devel >= 0.7.0 BuildRequires: sqlite-devel BuildRequires: desktop-file-utils -BuildRequires: intltool +BuildRequires: gtk-layer-shell-devel +BuildRequires: libcanberra-devel +BuildRequires: libcanberra-gtk3 +BuildRequires: meson BuildRequires: systemd Requires: dbus @@ -50,11 +53,11 @@ Features: %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop %find_lang %{name} From b4ff9492f52e658f326502cd00f6148842fd8cf2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:47:35 +0000 Subject: [PATCH 25/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5ee7f4263c347d5f720ebc58bad4408de16c6003 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:37:36 +0000 Subject: [PATCH 26/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From fcf43e2c3c41685b9f7a88fea373dcb3b3a6bf44 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:10:43 +0000 Subject: [PATCH 27/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild