From 4129f7e905567340dd53ee86c68bda3d2e4887fc Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 22 Apr 2008 02:21:52 +0000 Subject: [PATCH 01/77] Initialize branch F-9 for xfce4-notes-plugin --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From 64e52b86a956e20d7ea19a60b0511ab0393da7c6 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 25 May 2008 04:12:57 +0000 Subject: [PATCH 02/77] - Update to 1.6.2 --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 25 ++++++++++++++----------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 06fe2ff..6327394 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.1.tar.bz2 +xfce4-notes-plugin-1.6.2.tar.gz diff --git a/sources b/sources index 93f7d0d..dce1e22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be2e9006e2a033c722243e4afc1cfc2a xfce4-notes-plugin-1.6.1.tar.bz2 +7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 9d84850..a307266 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,12 +1,12 @@ Name: xfce4-notes-plugin -Version: 1.6.1 -Release: 2%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel @@ -35,6 +35,14 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO @@ -44,15 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_bindir}/xfce4-popup-notes -%post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - %changelog +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +- Update to 1.6.2 + * Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 - Autorebuild for GCC 4.3 From 4fbc1938a38309ea265ff6f6fdd39b753c37ffa6 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 25 May 2008 12:23:05 +0000 Subject: [PATCH 03/77] - Update to 1.6.2 --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 25 ++++++++++++++----------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 06fe2ff..6327394 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.1.tar.bz2 +xfce4-notes-plugin-1.6.2.tar.gz diff --git a/sources b/sources index 93f7d0d..dce1e22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be2e9006e2a033c722243e4afc1cfc2a xfce4-notes-plugin-1.6.1.tar.bz2 +7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 9d84850..a307266 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,12 +1,12 @@ Name: xfce4-notes-plugin -Version: 1.6.1 -Release: 2%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel @@ -35,6 +35,14 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO @@ -44,15 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_bindir}/xfce4-popup-notes -%post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - %changelog +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +- Update to 1.6.2 + * Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 - Autorebuild for GCC 4.3 From bde94988b8c8021b193e2e09850c7e54b86ee6e2 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 22:33:36 +0000 Subject: [PATCH 04/77] - Update to 1.6.3 - BR intltool - Update gtk-update-icon-cache scriptlets --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 55 +++++++++++++++++++++++++++-------------- 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6327394..065f8e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.2.tar.gz +xfce4-notes-plugin-1.6.3.tar.bz2 diff --git a/sources b/sources index dce1e22..c38fcf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz +8a54229eca70f2e2b349401284f920ca xfce4-notes-plugin-1.6.3.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index a307266..0bdb839 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,17 +1,17 @@ Name: xfce4-notes-plugin -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel BuildRequires: Thunar-devel >= 0.8.0 -BuildRequires: gettext, perl(XML::Parser) +BuildRequires: gettext, intltool, perl(XML::Parser) Requires: xfce4-panel >= 4.4.1 %description @@ -20,28 +20,39 @@ clicking on the customizable icon with the middle button of your mouse, show/hide the notes using the left one, edit the titlebar, change the notes background color and much more. + %prep %setup -q + %build %configure --disable-static make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT + %post touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + %postun touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + %files -f %{name}.lang %defattr(-,root,root,-) @@ -52,50 +63,56 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_bindir}/xfce4-popup-notes + %changelog -* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +* Thu Nov 27 2008 Christoph Wickert - 1.6.3-1 +- Update to 1.6.3 +- BR intltool +- Update gtk-update-icon-cache scriptlets + +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 - Update to 1.6.2 * Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 - Autorebuild for GCC 4.3 -* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 +* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 - Update to 1.6.1 - BR Thunar-devel for new file system monitoring feature -* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 +* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 - Rebuild for Xfce 4.4.2 -* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 +* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 - Update to 1.6.0 -* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 +* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 - Rebuild for BuildID feature - Update license tag -* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 +* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 - Rebuild for Xfce 4.4.1 -* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 +* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 - Update to 1.4.1 on Xfce 4.4. -* Sun Nov 26 2006 Christoph Wickert - 1.4-1 +* Sun Nov 26 2006 Christoph Wickert - 1.4-1 - Update to 1.4. -* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 +* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 - Bump release for devel checkin. -* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 +* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 - Rebuild for XFCE 4.3.99.1. - BR perl(XML::Parser). -* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 +* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 - Update to 1.3.99.1. -* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 +* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 - Update to 1.3.90.2 on XFCE 4.3.90.2. -* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 +* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 - Mass rebuild for Fedora Core 6. * Tue Apr 11 2006 Christoph Wickert - 0.11.1-4 From ff0f56a2ca1ff3260ab07fa6fc635eb1cbad16fe Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 22:49:38 +0000 Subject: [PATCH 05/77] - Update to 1.6.3 - BR intltool - Update gtk-update-icon-cache scriptlets --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 55 +++++++++++++++++++++++++++-------------- 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6327394..065f8e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.2.tar.gz +xfce4-notes-plugin-1.6.3.tar.bz2 diff --git a/sources b/sources index dce1e22..c38fcf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz +8a54229eca70f2e2b349401284f920ca xfce4-notes-plugin-1.6.3.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index a307266..0bdb839 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,17 +1,17 @@ Name: xfce4-notes-plugin -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel BuildRequires: Thunar-devel >= 0.8.0 -BuildRequires: gettext, perl(XML::Parser) +BuildRequires: gettext, intltool, perl(XML::Parser) Requires: xfce4-panel >= 4.4.1 %description @@ -20,28 +20,39 @@ clicking on the customizable icon with the middle button of your mouse, show/hide the notes using the left one, edit the titlebar, change the notes background color and much more. + %prep %setup -q + %build %configure --disable-static make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT + %post touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + %postun touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + %files -f %{name}.lang %defattr(-,root,root,-) @@ -52,50 +63,56 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_bindir}/xfce4-popup-notes + %changelog -* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +* Thu Nov 27 2008 Christoph Wickert - 1.6.3-1 +- Update to 1.6.3 +- BR intltool +- Update gtk-update-icon-cache scriptlets + +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 - Update to 1.6.2 * Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 - Autorebuild for GCC 4.3 -* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 +* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 - Update to 1.6.1 - BR Thunar-devel for new file system monitoring feature -* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 +* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 - Rebuild for Xfce 4.4.2 -* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 +* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 - Update to 1.6.0 -* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 +* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 - Rebuild for BuildID feature - Update license tag -* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 +* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 - Rebuild for Xfce 4.4.1 -* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 +* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 - Update to 1.4.1 on Xfce 4.4. -* Sun Nov 26 2006 Christoph Wickert - 1.4-1 +* Sun Nov 26 2006 Christoph Wickert - 1.4-1 - Update to 1.4. -* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 +* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 - Bump release for devel checkin. -* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 +* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 - Rebuild for XFCE 4.3.99.1. - BR perl(XML::Parser). -* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 +* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 - Update to 1.3.99.1. -* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 +* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 - Update to 1.3.90.2 on XFCE 4.3.90.2. -* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 +* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 - Mass rebuild for Fedora Core 6. * Tue Apr 11 2006 Christoph Wickert - 0.11.1-4 From e16768617a5c8d7e50c7262922ca5fd39f0d0a01 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 18 Jan 2009 23:56:13 +0000 Subject: [PATCH 06/77] - Rebuild for Xfce 4.6 (Beta 3) - Enable Xfconf settings dialog --- xfce4-notes-plugin.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 0bdb839..e0c5de1 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -10,9 +10,9 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel -BuildRequires: Thunar-devel >= 0.8.0 +BuildRequires: Thunar-devel >= 0.8.0, xfconf-devel >= 4.5.90 BuildRequires: gettext, intltool, perl(XML::Parser) -Requires: xfce4-panel >= 4.4.1 +Requires: xfce4-panel >= 4.4.1, xfconf >= 4.5.90 %description This plugin provides sticky notes for your desktop. You can create a note by @@ -65,6 +65,10 @@ fi %changelog +* Sun Jan 18 2009 Christoph Wickert - 1.6.3-2 +- Rebuild for Xfce 4.6 (Beta 3) +- Enable Xfconf settings dialog + * Thu Nov 27 2008 Christoph Wickert - 1.6.3-1 - Update to 1.6.3 - BR intltool From d0bf79f5005941f2118eb8f31c0bccb5e3bec89e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 08:59:46 +0000 Subject: [PATCH 07/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index e0c5de1..d536c38 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin Version: 1.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -65,6 +65,9 @@ fi %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Jan 18 2009 Christoph Wickert - 1.6.3-2 - Rebuild for Xfce 4.6 (Beta 3) - Enable Xfconf settings dialog From 7a839c4c247dc94871d874e16395d3260ea3d395 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 1 Mar 2009 03:55:24 +0000 Subject: [PATCH 08/77] - Update to 1.6.4 --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 065f8e5..d4c3aef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.3.tar.bz2 +xfce4-notes-plugin-1.6.4.tar.bz2 diff --git a/sources b/sources index c38fcf9..c972ff3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a54229eca70f2e2b349401284f920ca xfce4-notes-plugin-1.6.3.tar.bz2 +88132a8224880f01f02450020c73f9c3 xfce4-notes-plugin-1.6.4.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index d536c38..b17c57c 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin -Version: 1.6.3 -Release: 3%{?dist} +Version: 1.6.4 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -65,6 +65,9 @@ fi %changelog +* Sun Mar 01 2009 Christoph Wickert - 1.6.4-1 +- Update to 1.6.4 + * Thu Feb 26 2009 Fedora Release Engineering - 1.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 18f6201161fb1b5a458f7e4314856c6032a0c620 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 4 Jul 2009 00:58:38 +0000 Subject: [PATCH 09/77] - Update to 1.7.0 - Update gtk-update-icon-cache scriptlets --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 26 ++++++++++++++++---------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index d4c3aef..aae3369 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.6.4.tar.bz2 +xfce4-notes-plugin-1.7.0.tar.bz2 diff --git a/sources b/sources index c972ff3..92260aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88132a8224880f01f02450020c73f9c3 xfce4-notes-plugin-1.6.4.tar.bz2 +a08f6febf6e6dd8b90767f83a179e24c xfce4-notes-plugin-1.7.0.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index b17c57c..6dd282e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,5 +1,5 @@ Name: xfce4-notes-plugin -Version: 1.6.4 +Version: 1.7.0 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel @@ -10,9 +10,9 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel -BuildRequires: Thunar-devel >= 0.8.0, xfconf-devel >= 4.5.90 +BuildRequires: xfconf-devel >= 4.6.0 BuildRequires: gettext, intltool, perl(XML::Parser) -Requires: xfce4-panel >= 4.4.1, xfconf >= 4.5.90 +Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0 %description This plugin provides sticky notes for your desktop. You can create a note by @@ -41,22 +41,24 @@ rm -rf $RPM_BUILD_ROOT %post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO +%{_bindir}/xfce4-notes-settings %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png @@ -65,6 +67,10 @@ fi %changelog +* Fri Jul 03 2009 Christoph Wickert - 1.7.0-1 +- Update to 1.7.0 +- Update gtk-update-icon-cache scriptlets + * Sun Mar 01 2009 Christoph Wickert - 1.6.4-1 - Update to 1.6.4 From 42102f12db6a583e72e6cb6b9d490e17baa22d6a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:54:06 +0000 Subject: [PATCH 10/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 6dd282e..6b4dff4 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -67,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Fri Jul 03 2009 Christoph Wickert - 1.7.0-1 - Update to 1.7.0 - Update gtk-update-icon-cache scriptlets From ce384070ea4ccdcdacb5ee6e97fdbfd40b47fcb1 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Fri, 4 Sep 2009 22:07:59 +0000 Subject: [PATCH 11/77] - Update to 1.7.1 --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index aae3369..f2626ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.7.0.tar.bz2 +xfce4-notes-plugin-1.7.1.tar.bz2 diff --git a/sources b/sources index 92260aa..a106a4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a08f6febf6e6dd8b90767f83a179e24c xfce4-notes-plugin-1.7.0.tar.bz2 +c6d27d8c566fbd98a14bd59273da0adf xfce4-notes-plugin-1.7.1.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 6b4dff4..e052b79 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,12 +1,12 @@ Name: xfce4-notes-plugin -Version: 1.7.0 -Release: 2%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel @@ -57,7 +57,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README TODO +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/xfce4-notes-settings %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop @@ -67,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Sep 04 2009 Christoph Wickert - 1.7.1-1 +- Update to 1.7.1 + * Mon Jul 27 2009 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From ad9eab1daa801e318272e5d56f61514bac2ac3ff Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:57 +0000 Subject: [PATCH 12/77] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c810457..afb0e5d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xfce4-notes-plugin SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a1c7860942edecfd670279e24eefd406230e35f8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:31:41 +0000 Subject: [PATCH 13/77] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c810457..afb0e5d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xfce4-notes-plugin SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 9d58fee67426d707af09fa1660377969c06b2f3a Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 20 Dec 2009 14:48:33 +0000 Subject: [PATCH 14/77] - Update to 1.7.2 - New build dep: unique-devel --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin.spec | 26 +++++++++++++++++++------- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index f2626ed..9283a28 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.7.1.tar.bz2 +xfce4-notes-plugin-1.7.2.tar.bz2 diff --git a/sources b/sources index a106a4b..8f99fe1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6d27d8c566fbd98a14bd59273da0adf xfce4-notes-plugin-1.7.1.tar.bz2 +054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index e052b79..59ecf92 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,5 +1,5 @@ Name: xfce4-notes-plugin -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel @@ -9,9 +9,10 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 BuildRequires: xfconf-devel >= 4.6.0 -BuildRequires: gettext, intltool, perl(XML::Parser) +BuildRequires: unique-devel +BuildRequires: gettext, intltool, desktop-file-utils Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0 %description @@ -27,13 +28,17 @@ background color and much more. %build %configure --disable-static -make %{?_smp_mflags} +V=1 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' %find_lang %{name} +desktop-file-validate \ + $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop +desktop-file-validate \ + $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop %clean @@ -58,15 +63,22 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README +%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop +%{_bindir}/xfce4-notes +%{_bindir}/xfce4-popup-notes %{_bindir}/xfce4-notes-settings %{_libexecdir}/xfce4/panel-plugins/%{name} -%{_datadir}/xfce4/panel-plugins/*.desktop +%{_datadir}/applications/xfce4-notes.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%{_bindir}/xfce4-popup-notes +%{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Sun Dec 20 2009 Christoph Wickert - 1.7.2-1 +- Update to 1.7.2 +- New build dep: unique-devel + * Fri Sep 04 2009 Christoph Wickert - 1.7.1-1 - Update to 1.7.1 From ad574c7f696d43be2602d8e42b88e53c3f9410ed Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 17 Feb 2010 09:55:40 +0000 Subject: [PATCH 15/77] - Add patch to fix DSO linking (#565043) --- xfce4-notes-plugin-1.7.2-dsofix.patch | 12 ++++++++++++ xfce4-notes-plugin.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 xfce4-notes-plugin-1.7.2-dsofix.patch diff --git a/xfce4-notes-plugin-1.7.2-dsofix.patch b/xfce4-notes-plugin-1.7.2-dsofix.patch new file mode 100644 index 0000000..0420272 --- /dev/null +++ b/xfce4-notes-plugin-1.7.2-dsofix.patch @@ -0,0 +1,12 @@ +diff -dur xfce4-notes-plugin-1.7.2.orig/panel-plugin/Makefile.in xfce4-notes-plugin-1.7.2/panel-plugin/Makefile.in +--- xfce4-notes-plugin-1.7.2.orig/panel-plugin/Makefile.in 2009-12-19 13:42:03.000000000 +0100 ++++ xfce4-notes-plugin-1.7.2/panel-plugin/Makefile.in 2010-02-17 10:49:31.000000000 +0100 +@@ -234,7 +234,7 @@ + INTLTOOL_PERL = @INTLTOOL_PERL@ + INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lm + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 59ecf92..56d8563 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,12 +1,13 @@ Name: xfce4-notes-plugin Version: 1.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin 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/%{name}/1.7/%{name}-%{version}.tar.bz2 +Patch0: xfce4-notes-plugin-1.7.2-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 @@ -24,6 +25,7 @@ background color and much more. %prep %setup -q +%patch0 -p1 -b .dsofix %build @@ -75,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Feb 17 2010 Christoph Wickert - 1.7.2-2 +- Add patch to fix DSO linking (#565043) + * Sun Dec 20 2009 Christoph Wickert - 1.7.2-1 - Update to 1.7.2 - New build dep: unique-devel From af91955354913bc6353f51d54c01f6dd67f03480 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 27 Mar 2010 13:00:45 +0000 Subject: [PATCH 16/77] - Update to 1.7.3 --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin-1.7.2-dsofix.patch | 12 ------------ xfce4-notes-plugin-1.7.3-dsofix.patch | 11 +++++++++++ xfce4-notes-plugin.spec | 10 +++++++--- 5 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 xfce4-notes-plugin-1.7.2-dsofix.patch create mode 100644 xfce4-notes-plugin-1.7.3-dsofix.patch diff --git a/.cvsignore b/.cvsignore index 9283a28..c2d6c13 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.7.2.tar.bz2 +xfce4-notes-plugin-1.7.3.tar.bz2 diff --git a/sources b/sources index 8f99fe1..2817040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2 +0b4ecda1fc35ac98bc8cff56f4d0b4b3 xfce4-notes-plugin-1.7.3.tar.bz2 diff --git a/xfce4-notes-plugin-1.7.2-dsofix.patch b/xfce4-notes-plugin-1.7.2-dsofix.patch deleted file mode 100644 index 0420272..0000000 --- a/xfce4-notes-plugin-1.7.2-dsofix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -dur xfce4-notes-plugin-1.7.2.orig/panel-plugin/Makefile.in xfce4-notes-plugin-1.7.2/panel-plugin/Makefile.in ---- xfce4-notes-plugin-1.7.2.orig/panel-plugin/Makefile.in 2009-12-19 13:42:03.000000000 +0100 -+++ xfce4-notes-plugin-1.7.2/panel-plugin/Makefile.in 2010-02-17 10:49:31.000000000 +0100 -@@ -234,7 +234,7 @@ - INTLTOOL_PERL = @INTLTOOL_PERL@ - INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lm - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin-1.7.3-dsofix.patch b/xfce4-notes-plugin-1.7.3-dsofix.patch new file mode 100644 index 0000000..313845d --- /dev/null +++ b/xfce4-notes-plugin-1.7.3-dsofix.patch @@ -0,0 +1,11 @@ +--- xfce4-notes-plugin-1.7.3.orig/src/Makefile.in 2010-03-27 09:36:43.000000000 +0100 ++++ xfce4-notes-plugin-1.7.3/src/Makefile.in 2010-03-27 12:31:56.000000000 +0100 +@@ -210,7 +210,7 @@ + INTLTOOL_PERL = @INTLTOOL_PERL@ + INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lm + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 56d8563..c43f7ce 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,13 +1,13 @@ Name: xfce4-notes-plugin -Version: 1.7.2 -Release: 2%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: Notes plugin 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/%{name}/1.7/%{name}-%{version}.tar.bz2 -Patch0: xfce4-notes-plugin-1.7.2-dsofix.patch +Patch0: xfce4-notes-plugin-1.7.3-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 @@ -74,9 +74,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/xfce4/panel-plugins/*.desktop +%{_datadir}/%{name}/ %changelog +* Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 +- Update to 1.7.3 + * Wed Feb 17 2010 Christoph Wickert - 1.7.2-2 - Add patch to fix DSO linking (#565043) From fbac7e9627c16aa53b0628f1e461fed567ea955e Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 29 Mar 2010 21:22:52 +0000 Subject: [PATCH 17/77] - Update to 1.7.4 - Use exo-open to open URLs (#577548) - Drop patch for DSO linking problems, fixed upstream --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin-1.7.3-dsofix.patch | 11 ----------- xfce4-notes-plugin.spec | 11 +++++++---- 4 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 xfce4-notes-plugin-1.7.3-dsofix.patch diff --git a/.cvsignore b/.cvsignore index c2d6c13..e87ea18 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.7.3.tar.bz2 +xfce4-notes-plugin-1.7.4.tar.bz2 diff --git a/sources b/sources index 2817040..34de72a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b4ecda1fc35ac98bc8cff56f4d0b4b3 xfce4-notes-plugin-1.7.3.tar.bz2 +47bd8d19d807a471d9d4d09db2ebafb6 xfce4-notes-plugin-1.7.4.tar.bz2 diff --git a/xfce4-notes-plugin-1.7.3-dsofix.patch b/xfce4-notes-plugin-1.7.3-dsofix.patch deleted file mode 100644 index 313845d..0000000 --- a/xfce4-notes-plugin-1.7.3-dsofix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xfce4-notes-plugin-1.7.3.orig/src/Makefile.in 2010-03-27 09:36:43.000000000 +0100 -+++ xfce4-notes-plugin-1.7.3/src/Makefile.in 2010-03-27 12:31:56.000000000 +0100 -@@ -210,7 +210,7 @@ - INTLTOOL_PERL = @INTLTOOL_PERL@ - INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lm - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index c43f7ce..58dc8d9 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,5 +1,5 @@ Name: xfce4-notes-plugin -Version: 1.7.3 +Version: 1.7.4 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel @@ -7,14 +7,13 @@ Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 -Patch0: xfce4-notes-plugin-1.7.3-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 BuildRequires: xfconf-devel >= 4.6.0 BuildRequires: unique-devel BuildRequires: gettext, intltool, desktop-file-utils -Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0 +Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, exo %description This plugin provides sticky notes for your desktop. You can create a note by @@ -25,7 +24,6 @@ background color and much more. %prep %setup -q -%patch0 -p1 -b .dsofix %build @@ -78,6 +76,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 +- Update to 1.7.4 +- Use exo-open to open URLs (#577548) +- Drop patch for DSO linking problems, fixed upstream + * Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 - Update to 1.7.3 From cb55484248cc552524fb5a64ddadf1c620d29f4c Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 29 Mar 2010 21:54:14 +0000 Subject: [PATCH 18/77] obviously the DSO linkage problems are not fixed, although upstream said so --- xfce4-notes-plugin-1.7.3-dsofix.patch | 11 +++++++++++ xfce4-notes-plugin.spec | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 xfce4-notes-plugin-1.7.3-dsofix.patch diff --git a/xfce4-notes-plugin-1.7.3-dsofix.patch b/xfce4-notes-plugin-1.7.3-dsofix.patch new file mode 100644 index 0000000..313845d --- /dev/null +++ b/xfce4-notes-plugin-1.7.3-dsofix.patch @@ -0,0 +1,11 @@ +--- xfce4-notes-plugin-1.7.3.orig/src/Makefile.in 2010-03-27 09:36:43.000000000 +0100 ++++ xfce4-notes-plugin-1.7.3/src/Makefile.in 2010-03-27 12:31:56.000000000 +0100 +@@ -210,7 +210,7 @@ + INTLTOOL_PERL = @INTLTOOL_PERL@ + INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lm + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 58dc8d9..6974e37 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -7,6 +7,7 @@ Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 +Patch0: xfce4-notes-plugin-1.7.3-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 @@ -24,6 +25,7 @@ background color and much more. %prep %setup -q +%patch0 -p1 -b .dsofix %build @@ -79,7 +81,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 - Update to 1.7.4 - Use exo-open to open URLs (#577548) -- Drop patch for DSO linking problems, fixed upstream * Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 - Update to 1.7.3 From 4a8c23619565a13393adf3e6f369d12220aca173 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 31 Mar 2010 00:21:14 +0000 Subject: [PATCH 19/77] - Update to 1.7.6 - Drop DSO linking patch, fixed upstream --- .cvsignore | 2 +- sources | 2 +- xfce4-notes-plugin-1.7.3-dsofix.patch | 11 ----------- xfce4-notes-plugin.spec | 8 +++++--- 4 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 xfce4-notes-plugin-1.7.3-dsofix.patch diff --git a/.cvsignore b/.cvsignore index e87ea18..c8090f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-notes-plugin-1.7.4.tar.bz2 +xfce4-notes-plugin-1.7.6.tar.bz2 diff --git a/sources b/sources index 34de72a..c071175 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47bd8d19d807a471d9d4d09db2ebafb6 xfce4-notes-plugin-1.7.4.tar.bz2 +a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2 diff --git a/xfce4-notes-plugin-1.7.3-dsofix.patch b/xfce4-notes-plugin-1.7.3-dsofix.patch deleted file mode 100644 index 313845d..0000000 --- a/xfce4-notes-plugin-1.7.3-dsofix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xfce4-notes-plugin-1.7.3.orig/src/Makefile.in 2010-03-27 09:36:43.000000000 +0100 -+++ xfce4-notes-plugin-1.7.3/src/Makefile.in 2010-03-27 12:31:56.000000000 +0100 -@@ -210,7 +210,7 @@ - INTLTOOL_PERL = @INTLTOOL_PERL@ - INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lm - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 6974e37..2ef2549 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,5 +1,5 @@ Name: xfce4-notes-plugin -Version: 1.7.4 +Version: 1.7.6 Release: 1%{?dist} Summary: Notes plugin for the Xfce panel @@ -7,7 +7,6 @@ Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 -Patch0: xfce4-notes-plugin-1.7.3-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 @@ -25,7 +24,6 @@ background color and much more. %prep %setup -q -%patch0 -p1 -b .dsofix %build @@ -78,6 +76,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Mar 31 2010 Christoph Wickert - 1.7.6-1 +- Update to 1.7.6 +- Drop DSO linking patch, fixed upstream + * Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 - Update to 1.7.4 - Use exo-open to open URLs (#577548) From b8692ba21ce3011d3cd5c66a6d3ce31173204618 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:45:57 +0000 Subject: [PATCH 20/77] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index afb0e5d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-notes-plugin -# $Id$ -NAME := xfce4-notes-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 1e70af181935698cb8d41ec992ee4918963ea5f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:45:57 +0000 Subject: [PATCH 21/77] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index afb0e5d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-notes-plugin -# $Id$ -NAME := xfce4-notes-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9 From b31587bbc44e2a28873e7c37dfc96ff0622069b6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 14 Jan 2011 20:56:29 +0000 Subject: [PATCH 22/77] adjust file list for new location of plugin, remove .la file --- xfce4-notes-plugin.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 2ef2549..7d8bd1d 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin Version: 1.7.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -40,6 +40,8 @@ desktop-file-validate \ desktop-file-validate \ $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop +rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel-plugins/*.la + %clean rm -rf $RPM_BUILD_ROOT @@ -67,7 +69,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/xfce4-notes %{_bindir}/xfce4-popup-notes %{_bindir}/xfce4-notes-settings -%{_libexecdir}/xfce4/panel-plugins/%{name} +%{_libdir}/xfce4/panel-plugins/*.so* %{_datadir}/applications/xfce4-notes.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg @@ -76,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Jan 14 2011 Adam Williamson - 1.7.6-2 +- adjust file list for new location of plugin, remove .la file + * Tue Mar 31 2010 Christoph Wickert - 1.7.6-1 - Update to 1.7.6 - Drop DSO linking patch, fixed upstream From f8c65b422a00c8354abd8eb895b8cea60bbe7d85 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:43:59 -0600 Subject: [PATCH 23/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 7d8bd1d..3b8c807 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-notes-plugin Version: 1.7.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -78,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jan 14 2011 Adam Williamson - 1.7.6-2 - adjust file list for new location of plugin, remove .la file From ff2f05598b31e42b8234fa36cb546fbced8bea95 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Tue, 22 Feb 2011 14:42:37 +0100 Subject: [PATCH 24/77] Update to 1.7.7 --- .gitignore | 1 + sources | 2 +- xfce4-notes-plugin.spec | 41 ++++++++++++++++++++++++----------------- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index c8090f8..2225241 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xfce4-notes-plugin-1.7.6.tar.bz2 +/xfce4-notes-plugin-1.7.7.tar.bz2 diff --git a/sources b/sources index c071175..449a26f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2 +42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 3b8c807..683596b 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,19 +1,23 @@ -Name: xfce4-notes-plugin -Version: 1.7.6 -Release: 3%{?dist} -Summary: Notes plugin for the Xfce panel +# Review -Group: User Interface/Desktops -License: GPLv2+ -URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%global minor_version 1.7 -BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 -BuildRequires: xfconf-devel >= 4.6.0 -BuildRequires: unique-devel -BuildRequires: gettext, intltool, desktop-file-utils -Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, exo +Name: xfce4-notes-plugin +Version: 1.7.7 +Release: 1%{?dist} +Summary: Notes plugin 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/%{name}/1.7/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 +BuildRequires: xfconf-devel >= 4.6.0 +BuildRequires: unique-devel +BuildRequires: gettext, intltool, desktop-file-utils +Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, exo %description This plugin provides sticky notes for your desktop. You can create a note by @@ -34,13 +38,14 @@ V=1 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} + desktop-file-validate \ $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop desktop-file-validate \ $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop -rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel-plugins/*.la %clean @@ -71,13 +76,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/xfce4-notes-settings %{_libdir}/xfce4/panel-plugins/*.so* %{_datadir}/applications/xfce4-notes.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/icons/hicolor/*/*/* %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/%{name}/ %changelog +* Tue Feb 22 2011 Christoph Wickert - 1.7.7-1 +- Update to 1.7.7 + * Mon Feb 07 2011 Fedora Release Engineering - 1.7.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 7c2a52dacdf95f3d46a522d1196c7e6e8b9727a2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2011 01:40:06 -0500 Subject: [PATCH 25/77] Rebuild for new libpng --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 683596b..f337847 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Dec 06 2011 Adam Jackson - 1.7.7-2 +- Rebuild for new libpng + * Tue Feb 22 2011 Christoph Wickert - 1.7.7-1 - Update to 1.7.7 From 8a9fc25c9f417c5851b1f8e6ff37c823ce0e16f2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:50:05 -0600 Subject: [PATCH 26/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index f337847..3c4b944 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.7.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Dec 06 2011 Adam Jackson - 1.7.7-2 - Rebuild for new libpng From 2ffd410f6cd2e1c57092e848ba3ba36c1196d6a3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Apr 2012 23:33:05 -0600 Subject: [PATCH 27/77] Rebuild for Xfce 4.10 --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 3c4b944..6176831 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Apr 05 2012 Kevin Fenzi - 1.7.7-4 +- Rebuild for Xfce 4.10 + * Sat Jan 14 2012 Fedora Release Engineering - 1.7.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 1d6963bb46e4e2395b20c093cc0f82c77f002bad Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Apr 2012 09:50:36 -0600 Subject: [PATCH 28/77] Rebuild for Xfce 4.10(pre2) --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 6176831..a95741f 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Apr 15 2012 Kevin Fenzi - 1.7.7-5 +- Rebuild for Xfce 4.10(pre2) + * Thu Apr 05 2012 Kevin Fenzi - 1.7.7-4 - Rebuild for Xfce 4.10 From 5f77cd8b7d7f314a9411ca94f34fcfd2579f5240 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:10:21 -0500 Subject: [PATCH 29/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index a95741f..e52f65f 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.7.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sun Apr 15 2012 Kevin Fenzi - 1.7.7-5 - Rebuild for Xfce 4.10(pre2) From 8dacb2b3a0fbaf8a7ed325a04b95415b0f3c0ce5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:37:52 -0600 Subject: [PATCH 30/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index e52f65f..ad6ea46 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.7.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.7.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 39381e6a44543bb2485467654edc8a82fdf40c2a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:01:41 -0500 Subject: [PATCH 31/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index ad6ea46..1f711ba 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.7.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.7.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 13327ec2e8175fc0635641c0a74503a269b7924d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:39:51 -0500 Subject: [PATCH 32/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 1f711ba..92335bb 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.7.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.7.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From c63cd2d3c4cffacf8a46c779c1ca945b82ab76eb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:47:24 +0000 Subject: [PATCH 33/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 92335bb..88bc88a 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.7.7-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.7.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 739c9fb601980347a0dc518d5f5f3b1e1142f601 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:19:54 +0100 Subject: [PATCH 34/77] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- xfce4-notes-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 88bc88a..7f0e2f7 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Feb 21 2015 Till Maas - 1.7.7-11 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Mon Aug 18 2014 Fedora Release Engineering - 1.7.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 18a1b43cdfb44171ed3746cfbc84fda905be4afa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 28 Feb 2015 20:19:19 -0700 Subject: [PATCH 35/77] Rebuild for Xfce 4.12 --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 7f0e2f7..65d0836 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.7.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Feb 28 2015 Kevin Fenzi 1.7.7-12 +- Rebuild for Xfce 4.12 + * Sat Feb 21 2015 Till Maas - 1.7.7-11 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code From 76c780efbf3fa9fbece49b1de170219239481a48 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 19 Apr 2015 17:52:55 -0600 Subject: [PATCH 36/77] Update to 1.8.0 --- .gitignore | 1 + sources | 2 +- ...4-notes-plugin-1.8.0-format-security.patch | 51 +++++++++++++++++++ xfce4-notes-plugin.spec | 21 +++++--- 4 files changed, 66 insertions(+), 9 deletions(-) create mode 100644 xfce4-notes-plugin-1.8.0-format-security.patch diff --git a/.gitignore b/.gitignore index 2225241..f0a780e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.7.7.tar.bz2 +/xfce4-notes-plugin-1.8.0.tar.bz2 diff --git a/sources b/sources index 449a26f..4ff68ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2 +569341bc27e2e46d23b6bffc14bff41a xfce4-notes-plugin-1.8.0.tar.bz2 diff --git a/xfce4-notes-plugin-1.8.0-format-security.patch b/xfce4-notes-plugin-1.8.0-format-security.patch new file mode 100644 index 0000000..dff52fa --- /dev/null +++ b/xfce4-notes-plugin-1.8.0-format-security.patch @@ -0,0 +1,51 @@ +diff -Nur xfce4-notes-plugin-1.8.0.orig/lib/application.c xfce4-notes-plugin-1.8.0/lib/application.c +--- xfce4-notes-plugin-1.8.0.orig/lib/application.c 2015-03-27 12:56:20.000000000 -0600 ++++ xfce4-notes-plugin-1.8.0/lib/application.c 2015-04-19 17:19:25.064534543 -0600 +@@ -352,7 +352,7 @@ + XfconfChannel* _tmp16_; + const gchar* _tmp17_; + _tmp9_ = _ ("Select notes path"); +- _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp9_); ++ _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp9_); + g_object_ref_sink (_tmp10_); + error_dialog = _tmp10_; + _tmp11_ = error_dialog; +@@ -419,7 +419,7 @@ + XfconfChannel* _tmp35_; + const gchar* _tmp36_; + _tmp27_ = _ ("Select notes path"); +- _tmp28_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp27_); ++ _tmp28_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp27_); + g_object_ref_sink (_tmp28_); + error_dialog = _tmp28_; + _tmp29_ = error_dialog; +@@ -2082,7 +2082,7 @@ + gint _tmp9_; + _tmp3_ = window; + _tmp4_ = _ ("Are you sure you want to delete this group?"); +- _tmp5_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) _tmp3_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _tmp4_); ++ _tmp5_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) _tmp3_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", _tmp4_); + g_object_ref_sink (_tmp5_); + dialog = _tmp5_; + _tmp6_ = dialog; +@@ -2721,7 +2721,7 @@ + e = _inner_error_; + _inner_error_ = NULL; + _tmp0_ = _ ("Unable to open the settings dialog"); +- _tmp1_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp0_); ++ _tmp1_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp0_); + g_object_ref_sink (_tmp1_); + error_dialog = _tmp1_; + _tmp2_ = error_dialog; +diff -Nur xfce4-notes-plugin-1.8.0.orig/lib/window.c xfce4-notes-plugin-1.8.0/lib/window.c +--- xfce4-notes-plugin-1.8.0.orig/lib/window.c 2015-03-27 12:56:20.000000000 -0600 ++++ xfce4-notes-plugin-1.8.0/lib/window.c 2015-04-19 17:20:12.759699192 -0600 +@@ -3542,7 +3542,7 @@ + GtkMessageDialog* _tmp13_; + gint _tmp14_; + _tmp9_ = _ ("Are you sure you want to delete this note?"); +- _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) self, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _tmp9_); ++ _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) self, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", _tmp9_); + g_object_ref_sink (_tmp10_); + dialog = _tmp10_; + _tmp11_ = dialog; diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 65d0836..2275f0e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,19 +1,21 @@ # Review -%global minor_version 1.7 +%global minor_version 1.8 Name: xfce4-notes-plugin -Version: 1.7.7 -Release: 12%{?dist} +Version: 1.8.0 +Release: 1%{?dist} Summary: Notes plugin 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/%{name}/1.7/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 + +Patch1: xfce4-notes-plugin-1.8.0-format-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0 +BuildRequires: xfce4-panel-devel >= 4.4.0, libxfce4ui-devel >= 4.4.0 BuildRequires: xfconf-devel >= 4.6.0 BuildRequires: unique-devel BuildRequires: gettext, intltool, desktop-file-utils @@ -29,6 +31,7 @@ background color and much more. %prep %setup -q +%patch1 -p1 %build %configure --disable-static @@ -74,14 +77,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/xfce4-notes %{_bindir}/xfce4-popup-notes %{_bindir}/xfce4-notes-settings -%{_libdir}/xfce4/panel-plugins/*.so* +%{_libdir}/xfce4/panel/plugins/libnotes.so %{_datadir}/applications/xfce4-notes.desktop %{_datadir}/icons/hicolor/*/*/* %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/%{name}/ - %changelog +* Mon Apr 13 2015 Kevin Fenzi 1.8.0-1 +- Update to 1.8.0 + * Sat Feb 28 2015 Kevin Fenzi 1.7.7-12 - Rebuild for Xfce 4.12 @@ -125,7 +130,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Fri Jan 14 2011 Adam Williamson - 1.7.6-2 - adjust file list for new location of plugin, remove .la file -* Tue Mar 31 2010 Christoph Wickert - 1.7.6-1 +* Wed Mar 31 2010 Christoph Wickert - 1.7.6-1 - Update to 1.7.6 - Drop DSO linking patch, fixed upstream From 8ea4db65eb22ebb43c451225491dcc606617d1d3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 03:56:29 +0000 Subject: [PATCH 37/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 2275f0e..69d221b 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Apr 13 2015 Kevin Fenzi 1.8.0-1 - Update to 1.8.0 From 26677067bf05b3379e0558adac2fb2c61edab97a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 24 Jun 2015 19:38:32 -0600 Subject: [PATCH 38/77] Update to 1.8.1 --- .gitignore | 1 + sources | 2 +- xfce4-notes-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0a780e..bec28eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.7.7.tar.bz2 /xfce4-notes-plugin-1.8.0.tar.bz2 +/xfce4-notes-plugin-1.8.1.tar.bz2 diff --git a/sources b/sources index 4ff68ac..35450d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -569341bc27e2e46d23b6bffc14bff41a xfce4-notes-plugin-1.8.0.tar.bz2 +31cb9520b01512a94344770b4befdb3b xfce4-notes-plugin-1.8.1.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 69d221b..ac3f27e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -3,8 +3,8 @@ %global minor_version 1.8 Name: xfce4-notes-plugin -Version: 1.8.0 -Release: 2%{?dist} +Version: 1.8.1 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Wed Jun 24 2015 Kevin Fenzi 1.8.1-1 +- Update to 1.8.1 + * Fri Jun 19 2015 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From d118e9a85011cbd1ea33d97d1ad296afbc99cbc4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:26:44 +0000 Subject: [PATCH 39/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index ac3f27e..9d8dbc6 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 24 2015 Kevin Fenzi 1.8.1-1 - Update to 1.8.1 From 59706ef9e8f562db7cc3ce75a10b81052419a78a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:48:51 +0000 Subject: [PATCH 40/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 9d8dbc6..c01a68d 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 19996cb741c3c8c0bcb1777da92639be1b1872d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:03:58 +0000 Subject: [PATCH 41/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index c01a68d..fc94561 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 3abe35d447917f7a455bbb1d5feb086850cf9a15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:39:16 +0000 Subject: [PATCH 42/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index fc94561..53c117e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.8.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a1e7e94bb2430c1095b417dd19bfff3ba3e47b0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:34:30 +0000 Subject: [PATCH 43/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 53c117e..c1b5801 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.8.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 470a6d232cc9ac2d4c7ad2875369d0b574a1a12e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:50:52 +0100 Subject: [PATCH 44/77] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- xfce4-notes-plugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index c1b5801..c0a29b4 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -13,7 +13,6 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 Patch1: xfce4-notes-plugin-1.8.0-format-security.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.4.0, libxfce4ui-devel >= 4.4.0 BuildRequires: xfconf-devel >= 4.6.0 From 1423fcb4dcfbf17d078c2b2c5d830e6bbf1e6532 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:00:34 +0100 Subject: [PATCH 45/77] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- xfce4-notes-plugin.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index c0a29b4..3b7251e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -50,9 +50,6 @@ desktop-file-validate \ -%clean -rm -rf $RPM_BUILD_ROOT - %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : From 83568d89bafe41bfde199329a63da94ada44d137 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Thu, 15 Feb 2018 00:59:30 -0200 Subject: [PATCH 46/77] - Spec cleanup / modernization --- xfce4-notes-plugin.spec | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 3b7251e..e6ca6d7 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,10 +1,10 @@ # Review - +%global _hardened_build 1 %global minor_version 1.8 Name: xfce4-notes-plugin Version: 1.8.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -28,18 +28,14 @@ background color and much more. %prep -%setup -q - -%patch1 -p1 +%autosetup -p1 %build %configure --disable-static -V=1 make %{?_smp_mflags} - +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} @@ -49,26 +45,9 @@ desktop-file-validate \ $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop - - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS README +%license COPYING %config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop %{_bindir}/xfce4-notes %{_bindir}/xfce4-popup-notes @@ -80,6 +59,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Thu Feb 15 2018 Filipe Rosset - 1.8.1-7 +- Spec cleanup / modernization + * Fri Feb 09 2018 Fedora Release Engineering - 1.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From e1e1dbc1a28ea75df22f9328afa6db61e60e93b2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:53 +0200 Subject: [PATCH 47/77] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xfce4-notes-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index e6ca6d7..22c1037 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -14,6 +14,7 @@ Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_versio Patch1: xfce4-notes-plugin-1.8.0-format-security.patch +BuildRequires: gcc BuildRequires: xfce4-panel-devel >= 4.4.0, libxfce4ui-devel >= 4.4.0 BuildRequires: xfconf-devel >= 4.6.0 BuildRequires: unique-devel From 220a54de06e041bc2221650dc93e15a123000705 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:15:16 +0000 Subject: [PATCH 48/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 22c1037..d5a5c53 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -4,7 +4,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -60,6 +60,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.8.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 15 2018 Filipe Rosset - 1.8.1-7 - Spec cleanup / modernization From b72bb2f0f3815f362f47df3f0f4397aac13c5304 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 19:09:27 -0400 Subject: [PATCH 49/77] Rebuilt (xfce 4.13) --- xfce4-notes-plugin.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index d5a5c53..0f592d1 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,10 +1,11 @@ # Review %global _hardened_build 1 %global minor_version 1.8 +%global xfceversion 4.13 Name: xfce4-notes-plugin Version: 1.8.1 -Release: 8%{?dist} +Release: 20%{?dist} Summary: Notes plugin for the Xfce panel Group: User Interface/Desktops @@ -14,12 +15,15 @@ Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_versio Patch1: xfce4-notes-plugin-1.8.0-format-security.patch -BuildRequires: gcc -BuildRequires: xfce4-panel-devel >= 4.4.0, libxfce4ui-devel >= 4.4.0 -BuildRequires: xfconf-devel >= 4.6.0 +BuildRequires: gcc-c++ +BuildRequires: xfce4-panel-devel >= %{xfceversion} +BuildRequires: libxfceui-devel >= %{xfceversion} +BuildRequires: xfconf-devel >= %{xfceversion} BuildRequires: unique-devel BuildRequires: gettext, intltool, desktop-file-utils -Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, exo +Requires: xfce4-panel >= %{xfceversion} +Requires: xfconf >= %{xfceversion} +Requires: exo %description This plugin provides sticky notes for your desktop. You can create a note by @@ -60,6 +64,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Aug 11 2018 Mukundan Ragavan - 1.8.1-20 +- Rebuilt (xfce 4.13) + * Sat Jul 14 2018 Fedora Release Engineering - 1.8.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From f60f7870769ac1df0867ab96a335bcd43dffa37a Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 19:17:00 -0400 Subject: [PATCH 50/77] Rebuilt (xfce 4.13) --- xfce4-notes-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 0f592d1..1371dc1 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -17,7 +17,7 @@ Patch1: xfce4-notes-plugin-1.8.0-format-security.patch BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} -BuildRequires: libxfceui-devel >= %{xfceversion} +BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfconf-devel >= %{xfceversion} BuildRequires: unique-devel BuildRequires: gettext, intltool, desktop-file-utils From 21e7142859eae75e3b35e5d96678853551bde835 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 51/77] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfce4-notes-plugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 1371dc1..4794ffe 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -8,7 +8,6 @@ Version: 1.8.1 Release: 20%{?dist} Summary: Notes plugin 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/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 From e42d92bcba3067f1fc8d40887941e1169f0f044f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:20:21 +0000 Subject: [PATCH 52/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 4794ffe..fec3701 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -63,6 +63,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.8.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Aug 11 2018 Mukundan Ragavan - 1.8.1-20 - Rebuilt (xfce 4.13) From ccfdb94fb9c85b52e00bebfcfd378d39302d5dce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:07:30 +0000 Subject: [PATCH 53/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index fec3701..25aa78e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -63,6 +63,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.8.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.8.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 31c521f89e8db9b1f6c51a307a11e4e50d29f571 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:22:39 +0000 Subject: [PATCH 54/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 25aa78e..d3e69bc 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -63,6 +63,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.8.1-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.8.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From d70132cd055f478f62ba5dacb5afbbb18123adec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:40:17 +0000 Subject: [PATCH 55/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index d3e69bc..118b42d 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -63,6 +63,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.8.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 615e9c05c5f001301ea53a48392594871414dce5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:20:22 +0000 Subject: [PATCH 56/77] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-notes-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 118b42d..66cffa5 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -14,6 +14,7 @@ Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_versio Patch1: xfce4-notes-plugin-1.8.0-format-security.patch +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion} From e43855a09d8afdd32edc1f76044d0b2864173986 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:59:13 +0000 Subject: [PATCH 57/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 66cffa5..ea8d4d9 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.8.1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -64,6 +64,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.8.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.8.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 565d9ad0e418c254d035ae1153c19a92350a2dbb Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Fri, 2 Apr 2021 21:23:51 -0400 Subject: [PATCH 58/77] Update to 1.9.0 --- .gitignore | 1 + sources | 2 +- xfce4-notes-plugin.spec | 27 ++++++++++++++------------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index bec28eb..6b78b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.7.7.tar.bz2 /xfce4-notes-plugin-1.8.0.tar.bz2 /xfce4-notes-plugin-1.8.1.tar.bz2 +/xfce4-notes-plugin-1.9.0.tar.bz2 diff --git a/sources b/sources index 35450d0..0ffef8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31cb9520b01512a94344770b4befdb3b xfce4-notes-plugin-1.8.1.tar.bz2 +SHA512 (xfce4-notes-plugin-1.9.0.tar.bz2) = 32ee410fa9d4dff4f73a844ac53024c39a884b48cee32faf14c1ed75200f912bd4e51a1fe3305deea9ec98a617b63a65e271437b09cb9b664498746a8095f4a1 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index ea8d4d9..c93bc1e 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,20 +1,18 @@ # Review %global _hardened_build 1 -%global minor_version 1.8 -%global xfceversion 4.13 +%global minor_version 1.9 +%global xfceversion 4.16 Name: xfce4-notes-plugin -Version: 1.8.1 -Release: 25%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 -Patch1: xfce4-notes-plugin-1.8.0-format-security.patch - -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion} @@ -33,7 +31,7 @@ background color and much more. %prep -%autosetup -p1 +%autosetup %build %configure --disable-static @@ -41,17 +39,17 @@ background color and much more. %install %make_install -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -exec rm -f {} ';' %find_lang %{name} desktop-file-validate \ - $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop + %{buildroot}/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop desktop-file-validate \ - $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop + %{buildroot}/%{_datadir}/applications/xfce4-notes.desktop %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS %license COPYING %config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop %{_bindir}/xfce4-notes @@ -60,10 +58,13 @@ desktop-file-validate \ %{_libdir}/xfce4/panel/plugins/libnotes.so %{_datadir}/applications/xfce4-notes.desktop %{_datadir}/icons/hicolor/*/*/* -%{_datadir}/xfce4/panel-plugins/*.desktop +%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/%{name}/ %changelog +* Fri Apr 02 2021 Mukundan Ragavan - 1.9.0-1 +- Update to 1.9.0 + * Wed Jan 27 2021 Fedora Release Engineering - 1.8.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 23f4906529f68fae33827bca64a75907c4667a2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:30:42 +0000 Subject: [PATCH 59/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index c93bc1e..3b3c2f7 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -62,6 +62,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Apr 02 2021 Mukundan Ragavan - 1.9.0-1 - Update to 1.9.0 From d3202240805bed38c539ee63975967a29a1acc78 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 2 Aug 2021 12:29:00 -0400 Subject: [PATCH 60/77] drop BR on unique (no longer required) --- xfce4-notes-plugin.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 3b3c2f7..dcf25c3 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -17,7 +17,6 @@ BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfconf-devel >= %{xfceversion} -BuildRequires: unique-devel BuildRequires: gettext, intltool, desktop-file-utils Requires: xfce4-panel >= %{xfceversion} Requires: xfconf >= %{xfceversion} @@ -62,6 +61,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Mon Aug 02 2021 Mukundan Ragavan - 1.9.0-3 +- drop BR on unique (no longer required) + * Fri Jul 23 2021 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 6953517432d89dbbefbc83d8ecebc11211df83d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:02:12 +0000 Subject: [PATCH 61/77] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index dcf25c3..9be04f6 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -61,6 +61,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Aug 02 2021 Mukundan Ragavan - 1.9.0-3 - drop BR on unique (no longer required) From d6f253a833a186f926e435a66a68e5134999d3c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:03:41 +0000 Subject: [PATCH 62/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 9be04f6..20af0bb 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -61,6 +61,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f1816923d59df44f9c5a532b35cd4a1892a40b53 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:24:03 +0000 Subject: [PATCH 63/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-notes-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 20af0bb..2db16b9 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -61,6 +61,9 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.9.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 91f65d57a5f546f16f27c6a88a45c425e613dc4c Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 28 Mar 2023 19:30:25 -0500 Subject: [PATCH 64/77] rpmautospec --- changelog | 220 +++++++++++++++++++++++++++++++++++++++ xfce4-notes-plugin.spec | 223 +--------------------------------------- 2 files changed, 222 insertions(+), 221 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..81a923d --- /dev/null +++ b/changelog @@ -0,0 +1,220 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 1.9.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Aug 02 2021 Mukundan Ragavan - 1.9.0-3 +- drop BR on unique (no longer required) + +* Fri Jul 23 2021 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Apr 02 2021 Mukundan Ragavan - 1.9.0-1 +- Update to 1.9.0 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.8.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 1.8.1-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.8.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.8.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Aug 11 2018 Mukundan Ragavan - 1.8.1-20 +- Rebuilt (xfce 4.13) + +* Sat Jul 14 2018 Fedora Release Engineering - 1.8.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 15 2018 Filipe Rosset - 1.8.1-7 +- Spec cleanup / modernization + +* Fri Feb 09 2018 Fedora Release Engineering - 1.8.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.8.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 24 2015 Kevin Fenzi 1.8.1-1 +- Update to 1.8.1 + +* Fri Jun 19 2015 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Apr 13 2015 Kevin Fenzi 1.8.0-1 +- Update to 1.8.0 + +* Sat Feb 28 2015 Kevin Fenzi 1.7.7-12 +- Rebuild for Xfce 4.12 + +* Sat Feb 21 2015 Till Maas - 1.7.7-11 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Mon Aug 18 2014 Fedora Release Engineering - 1.7.7-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 1.7.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 1.7.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 1.7.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 1.7.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 15 2012 Kevin Fenzi - 1.7.7-5 +- Rebuild for Xfce 4.10(pre2) + +* Thu Apr 05 2012 Kevin Fenzi - 1.7.7-4 +- Rebuild for Xfce 4.10 + +* Sat Jan 14 2012 Fedora Release Engineering - 1.7.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 1.7.7-2 +- Rebuild for new libpng + +* Tue Feb 22 2011 Christoph Wickert - 1.7.7-1 +- Update to 1.7.7 + +* Mon Feb 07 2011 Fedora Release Engineering - 1.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jan 14 2011 Adam Williamson - 1.7.6-2 +- adjust file list for new location of plugin, remove .la file + +* Wed Mar 31 2010 Christoph Wickert - 1.7.6-1 +- Update to 1.7.6 +- Drop DSO linking patch, fixed upstream + +* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 +- Update to 1.7.4 +- Use exo-open to open URLs (#577548) + +* Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 +- Update to 1.7.3 + +* Wed Feb 17 2010 Christoph Wickert - 1.7.2-2 +- Add patch to fix DSO linking (#565043) + +* Sun Dec 20 2009 Christoph Wickert - 1.7.2-1 +- Update to 1.7.2 +- New build dep: unique-devel + +* Fri Sep 04 2009 Christoph Wickert - 1.7.1-1 +- Update to 1.7.1 + +* Mon Jul 27 2009 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 03 2009 Christoph Wickert - 1.7.0-1 +- Update to 1.7.0 +- Update gtk-update-icon-cache scriptlets + +* Sun Mar 01 2009 Christoph Wickert - 1.6.4-1 +- Update to 1.6.4 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 18 2009 Christoph Wickert - 1.6.3-2 +- Rebuild for Xfce 4.6 (Beta 3) +- Enable Xfconf settings dialog + +* Thu Nov 27 2008 Christoph Wickert - 1.6.3-1 +- Update to 1.6.3 +- BR intltool +- Update gtk-update-icon-cache scriptlets + +* Sat May 24 2008 Christoph Wickert - 1.6.2-1 +- Update to 1.6.2 + +* Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 +- Autorebuild for GCC 4.3 + +* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 +- Update to 1.6.1 +- BR Thunar-devel for new file system monitoring feature + +* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 +- Rebuild for Xfce 4.4.2 + +* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 +- Update to 1.6.0 + +* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 +- Rebuild for BuildID feature +- Update license tag + +* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 +- Rebuild for Xfce 4.4.1 + +* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 +- Update to 1.4.1 on Xfce 4.4. + +* Sun Nov 26 2006 Christoph Wickert - 1.4-1 +- Update to 1.4. + +* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 +- Bump release for devel checkin. + +* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 +- Rebuild for XFCE 4.3.99.1. +- BR perl(XML::Parser). + +* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 +- Update to 1.3.99.1. + +* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 +- Update to 1.3.90.2 on XFCE 4.3.90.2. + +* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 +- Mass rebuild for Fedora Core 6. + +* Tue Apr 11 2006 Christoph Wickert - 0.11.1-4 +- Require xfce4-panel. + +* Thu Feb 16 2006 Christoph Wickert - 0.11.1-3 +- Rebuild for Fedora Extras 5. + +* Thu Dec 01 2005 Christoph Wickert - 0.11.1-2 +- Add libxfcegui4-devel BuildReqs. +- Fix %%defattr. + +* Mon Nov 14 2005 Christoph Wickert - 0.11.1-1 +- Initial Fedora Extras version. +- Update to 0.11.1. +- disable-static instead of removing .a files. + +* Fri Sep 23 2005 Christoph Wickert - 0.10.0-2.fc4.cw +- Add libxml2 BuildReqs. + +* Sat Jul 09 2005 Christoph Wickert - 0.10.0-1.fc4.cw +- Rebuild for Core 4. + +* Thu Apr 14 2005 Christoph Wickert - 0.10.0-1.fc3.cw +- Initial RPM release. diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 2db16b9..1e70aaf 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -5,7 +5,7 @@ Name: xfce4-notes-plugin Version: 1.9.0 -Release: 6%{?dist} +Release: %autorelease Summary: Notes plugin for the Xfce panel License: GPLv2+ @@ -61,223 +61,4 @@ desktop-file-validate \ %{_datadir}/%{name}/ %changelog -* Sat Jan 21 2023 Fedora Release Engineering - 1.9.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.9.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.9.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Aug 02 2021 Mukundan Ragavan - 1.9.0-3 -- drop BR on unique (no longer required) - -* Fri Jul 23 2021 Fedora Release Engineering - 1.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Apr 02 2021 Mukundan Ragavan - 1.9.0-1 -- Update to 1.9.0 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.8.1-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.8.1-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 1.8.1-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.8.1-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.8.1-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Aug 11 2018 Mukundan Ragavan - 1.8.1-20 -- Rebuilt (xfce 4.13) - -* Sat Jul 14 2018 Fedora Release Engineering - 1.8.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 15 2018 Filipe Rosset - 1.8.1-7 -- Spec cleanup / modernization - -* Fri Feb 09 2018 Fedora Release Engineering - 1.8.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.8.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.8.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.8.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.8.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 24 2015 Kevin Fenzi 1.8.1-1 -- Update to 1.8.1 - -* Fri Jun 19 2015 Fedora Release Engineering - 1.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Apr 13 2015 Kevin Fenzi 1.8.0-1 -- Update to 1.8.0 - -* Sat Feb 28 2015 Kevin Fenzi 1.7.7-12 -- Rebuild for Xfce 4.12 - -* Sat Feb 21 2015 Till Maas - 1.7.7-11 -- Rebuilt for Fedora 23 Change - https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code - -* Mon Aug 18 2014 Fedora Release Engineering - 1.7.7-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.7.7-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.7.7-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.7.7-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.7.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 15 2012 Kevin Fenzi - 1.7.7-5 -- Rebuild for Xfce 4.10(pre2) - -* Thu Apr 05 2012 Kevin Fenzi - 1.7.7-4 -- Rebuild for Xfce 4.10 - -* Sat Jan 14 2012 Fedora Release Engineering - 1.7.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 1.7.7-2 -- Rebuild for new libpng - -* Tue Feb 22 2011 Christoph Wickert - 1.7.7-1 -- Update to 1.7.7 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.7.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Jan 14 2011 Adam Williamson - 1.7.6-2 -- adjust file list for new location of plugin, remove .la file - -* Wed Mar 31 2010 Christoph Wickert - 1.7.6-1 -- Update to 1.7.6 -- Drop DSO linking patch, fixed upstream - -* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 -- Update to 1.7.4 -- Use exo-open to open URLs (#577548) - -* Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 -- Update to 1.7.3 - -* Wed Feb 17 2010 Christoph Wickert - 1.7.2-2 -- Add patch to fix DSO linking (#565043) - -* Sun Dec 20 2009 Christoph Wickert - 1.7.2-1 -- Update to 1.7.2 -- New build dep: unique-devel - -* Fri Sep 04 2009 Christoph Wickert - 1.7.1-1 -- Update to 1.7.1 - -* Mon Jul 27 2009 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Jul 03 2009 Christoph Wickert - 1.7.0-1 -- Update to 1.7.0 -- Update gtk-update-icon-cache scriptlets - -* Sun Mar 01 2009 Christoph Wickert - 1.6.4-1 -- Update to 1.6.4 - -* Thu Feb 26 2009 Fedora Release Engineering - 1.6.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Jan 18 2009 Christoph Wickert - 1.6.3-2 -- Rebuild for Xfce 4.6 (Beta 3) -- Enable Xfconf settings dialog - -* Thu Nov 27 2008 Christoph Wickert - 1.6.3-1 -- Update to 1.6.3 -- BR intltool -- Update gtk-update-icon-cache scriptlets - -* Sat May 24 2008 Christoph Wickert - 1.6.2-1 -- Update to 1.6.2 - -* Mon Feb 18 2008 Fedora Release Engineering - 1.6.1-2 -- Autorebuild for GCC 4.3 - -* Sat Dec 29 2007 Christoph Wickert - 1.6.1-1 -- Update to 1.6.1 -- BR Thunar-devel for new file system monitoring feature - -* Fri Dec 07 2007 Christoph Wickert - 1.6.0-2 -- Rebuild for Xfce 4.4.2 - -* Sat Nov 24 2007 Christoph Wickert - 1.6.0-1 -- Update to 1.6.0 - -* Sat Aug 25 2007 Christoph Wickert - 1.4.1-3 -- Rebuild for BuildID feature -- Update license tag - -* Sat Apr 28 2007 Christoph Wickert - 1.4.1-2 -- Rebuild for Xfce 4.4.1 - -* Mon Jan 22 2007 Christoph Wickert - 1.4.1-1 -- Update to 1.4.1 on Xfce 4.4. - -* Sun Nov 26 2006 Christoph Wickert - 1.4-1 -- Update to 1.4. - -* Thu Oct 05 2006 Christoph Wickert - 1.3.99.1-3 -- Bump release for devel checkin. - -* Wed Sep 13 2006 Christoph Wickert - 1.3.99.1-2 -- Rebuild for XFCE 4.3.99.1. -- BR perl(XML::Parser). - -* Thu Sep 07 2006 Christoph Wickert - 1.3.99.1-1 -- Update to 1.3.99.1. - -* Mon Sep 04 2006 Christoph Wickert - 1.3.90.2-1 -- Update to 1.3.90.2 on XFCE 4.3.90.2. - -* Mon Sep 04 2006 Christoph Wickert - 0.11.1-5 -- Mass rebuild for Fedora Core 6. - -* Tue Apr 11 2006 Christoph Wickert - 0.11.1-4 -- Require xfce4-panel. - -* Thu Feb 16 2006 Christoph Wickert - 0.11.1-3 -- Rebuild for Fedora Extras 5. - -* Thu Dec 01 2005 Christoph Wickert - 0.11.1-2 -- Add libxfcegui4-devel BuildReqs. -- Fix %%defattr. - -* Mon Nov 14 2005 Christoph Wickert - 0.11.1-1 -- Initial Fedora Extras version. -- Update to 0.11.1. -- disable-static instead of removing .a files. - -* Fri Sep 23 2005 Christoph Wickert - 0.10.0-2.fc4.cw -- Add libxml2 BuildReqs. - -* Sat Jul 09 2005 Christoph Wickert - 0.10.0-1.fc4.cw -- Rebuild for Core 4. - -* Thu Apr 14 2005 Christoph Wickert - 0.10.0-1.fc3.cw -- Initial RPM release. +%autochangelog From 3c2f126eb8ca85ccebecfe30dd9755d2ddce7076 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 28 Mar 2023 19:36:42 -0500 Subject: [PATCH 65/77] Update to v1.10.0 --- .gitignore | 1 + sources | 2 +- ...4-notes-plugin-1.8.0-format-security.patch | 51 ------------------- xfce4-notes-plugin.spec | 5 +- 4 files changed, 4 insertions(+), 55 deletions(-) delete mode 100644 xfce4-notes-plugin-1.8.0-format-security.patch diff --git a/.gitignore b/.gitignore index 6b78b0a..247592a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.8.0.tar.bz2 /xfce4-notes-plugin-1.8.1.tar.bz2 /xfce4-notes-plugin-1.9.0.tar.bz2 +/xfce4-notes-plugin-1.10.0.tar.bz2 diff --git a/sources b/sources index 0ffef8b..6c95a0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notes-plugin-1.9.0.tar.bz2) = 32ee410fa9d4dff4f73a844ac53024c39a884b48cee32faf14c1ed75200f912bd4e51a1fe3305deea9ec98a617b63a65e271437b09cb9b664498746a8095f4a1 +SHA512 (xfce4-notes-plugin-1.10.0.tar.bz2) = 4c050a95f879f0ba5e28662853ab764a14fbcef513e037bfdef1e3cae91b504d0c55eb0b533098589cf568c8e6e6e3ec2dec0841eb54c99c50105f6fff55a447 diff --git a/xfce4-notes-plugin-1.8.0-format-security.patch b/xfce4-notes-plugin-1.8.0-format-security.patch deleted file mode 100644 index dff52fa..0000000 --- a/xfce4-notes-plugin-1.8.0-format-security.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -Nur xfce4-notes-plugin-1.8.0.orig/lib/application.c xfce4-notes-plugin-1.8.0/lib/application.c ---- xfce4-notes-plugin-1.8.0.orig/lib/application.c 2015-03-27 12:56:20.000000000 -0600 -+++ xfce4-notes-plugin-1.8.0/lib/application.c 2015-04-19 17:19:25.064534543 -0600 -@@ -352,7 +352,7 @@ - XfconfChannel* _tmp16_; - const gchar* _tmp17_; - _tmp9_ = _ ("Select notes path"); -- _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp9_); -+ _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp9_); - g_object_ref_sink (_tmp10_); - error_dialog = _tmp10_; - _tmp11_ = error_dialog; -@@ -419,7 +419,7 @@ - XfconfChannel* _tmp35_; - const gchar* _tmp36_; - _tmp27_ = _ ("Select notes path"); -- _tmp28_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp27_); -+ _tmp28_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp27_); - g_object_ref_sink (_tmp28_); - error_dialog = _tmp28_; - _tmp29_ = error_dialog; -@@ -2082,7 +2082,7 @@ - gint _tmp9_; - _tmp3_ = window; - _tmp4_ = _ ("Are you sure you want to delete this group?"); -- _tmp5_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) _tmp3_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _tmp4_); -+ _tmp5_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) _tmp3_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", _tmp4_); - g_object_ref_sink (_tmp5_); - dialog = _tmp5_; - _tmp6_ = dialog; -@@ -2721,7 +2721,7 @@ - e = _inner_error_; - _inner_error_ = NULL; - _tmp0_ = _ ("Unable to open the settings dialog"); -- _tmp1_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _tmp0_); -+ _tmp1_ = (GtkMessageDialog*) gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", _tmp0_); - g_object_ref_sink (_tmp1_); - error_dialog = _tmp1_; - _tmp2_ = error_dialog; -diff -Nur xfce4-notes-plugin-1.8.0.orig/lib/window.c xfce4-notes-plugin-1.8.0/lib/window.c ---- xfce4-notes-plugin-1.8.0.orig/lib/window.c 2015-03-27 12:56:20.000000000 -0600 -+++ xfce4-notes-plugin-1.8.0/lib/window.c 2015-04-19 17:20:12.759699192 -0600 -@@ -3542,7 +3542,7 @@ - GtkMessageDialog* _tmp13_; - gint _tmp14_; - _tmp9_ = _ ("Are you sure you want to delete this note?"); -- _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) self, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _tmp9_); -+ _tmp10_ = (GtkMessageDialog*) gtk_message_dialog_new ((GtkWindow*) self, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", _tmp9_); - g_object_ref_sink (_tmp10_); - dialog = _tmp10_; - _tmp11_ = dialog; diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 1e70aaf..acb27ae 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,10 +1,9 @@ -# Review %global _hardened_build 1 -%global minor_version 1.9 +%global minor_version 1.10 %global xfceversion 4.16 Name: xfce4-notes-plugin -Version: 1.9.0 +Version: 1.10.0 Release: %autorelease Summary: Notes plugin for the Xfce panel From bc17a9e12c10a14d6f9c91de327b011e0513d09d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:46:39 +0000 Subject: [PATCH 66/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 05678219f6dcd113828d63e9b22d0c4229491078 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 15 Jan 2024 08:59:15 -0600 Subject: [PATCH 67/77] Update to v1.11.0 --- .gitignore | 1 + sources | 2 +- xfce4-notes-plugin.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 247592a..c135ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.8.1.tar.bz2 /xfce4-notes-plugin-1.9.0.tar.bz2 /xfce4-notes-plugin-1.10.0.tar.bz2 +/xfce4-notes-plugin-1.11.0.tar.bz2 diff --git a/sources b/sources index 6c95a0c..bc00893 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notes-plugin-1.10.0.tar.bz2) = 4c050a95f879f0ba5e28662853ab764a14fbcef513e037bfdef1e3cae91b504d0c55eb0b533098589cf568c8e6e6e3ec2dec0841eb54c99c50105f6fff55a447 +SHA512 (xfce4-notes-plugin-1.11.0.tar.bz2) = 3644049bb2aa77bbed5b391f47d67dbf6528cb535448287a28a011d78a6fb31971a3556fe37ad380858d2b561ef67fee2bc93c4ed0c19c75c564d832cd4d47f1 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index acb27ae..59b320b 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,9 +1,9 @@ %global _hardened_build 1 -%global minor_version 1.10 +%global minor_version 1.11 %global xfceversion 4.16 Name: xfce4-notes-plugin -Version: 1.10.0 +Version: 1.11.0 Release: %autorelease Summary: Notes plugin for the Xfce panel @@ -57,7 +57,7 @@ desktop-file-validate \ %{_datadir}/applications/xfce4-notes.desktop %{_datadir}/icons/hicolor/*/*/* %{_datadir}/xfce4/panel/plugins/*.desktop -%{_datadir}/%{name}/ +%{_datadir}/xfce4/notes/gtk-3.0/gtk.css %changelog %autochangelog From c42a36bd1364861a5d90d503fb265666e2ceb4a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:36:03 +0000 Subject: [PATCH 68/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d15af037a8d587dad9932e1ded75b9949873d530 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:59:26 +0000 Subject: [PATCH 69/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 88578c039b81f80b98adc6d626b2039a0b615e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:51:36 +0200 Subject: [PATCH 70/77] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-notes-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 59b320b..77e6060 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -7,7 +7,8 @@ Version: 1.11.0 Release: %autorelease Summary: Notes 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} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 From df25228024db7ac658f4d61190b06140e8e17fca Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:46:51 -0600 Subject: [PATCH 71/77] fix FTBFS and rebuild for xfce 4.20 --- 0001-Fix-FTBFS-with-gcc-14.patch | 359 +++++++++++++++++++++++++++++++ xfce4-notes-plugin.spec | 6 +- 2 files changed, 364 insertions(+), 1 deletion(-) create mode 100644 0001-Fix-FTBFS-with-gcc-14.patch diff --git a/0001-Fix-FTBFS-with-gcc-14.patch b/0001-Fix-FTBFS-with-gcc-14.patch new file mode 100644 index 0000000..9f1edec --- /dev/null +++ b/0001-Fix-FTBFS-with-gcc-14.patch @@ -0,0 +1,359 @@ +From: Yves-Alexis Perez +Date: Fri, 26 Jul 2024 10:32:39 +0200 +Subject: Fix FTBFS with gcc-14 + +- add pragma generated by more recent vala compiler to explicitely + disable some warnings +- use menu.insert() instead of menu.append() to fix ftbfs with gcc-14 + (https://gitlab.gnome.org/GNOME/gtk/-/issues/5870) +--- + lib/application.c | 17 +++++++++++++---- + lib/application.vala | 6 +++--- + lib/hypertextview.c | 9 +++++++++ + lib/icon-button.c | 9 +++++++++ + lib/note.c | 9 +++++++++ + lib/theme-gtkcss.c | 9 +++++++++ + lib/theme.c | 9 +++++++++ + lib/window-monitor.c | 9 +++++++++ + lib/window.c | 9 +++++++++ + src/main-panel-plugin.c | 9 +++++++++ + src/main-popup.c | 9 +++++++++ + src/main-status-icon.c | 14 +++++++++++--- + src/main-status-icon.vala | 6 +++--- + 13 files changed, 111 insertions(+), 13 deletions(-) + +diff --git a/lib/application.c b/lib/application.c +index aff74db..2ecf377 100644 +--- a/lib/application.c ++++ b/lib/application.c +@@ -1,4 +1,4 @@ +-/* application.c generated by valac 0.56.14, the Vala compiler ++/* application.c generated by valac 0.56.17, the Vala compiler + * generated from application.vala, do not modify */ + + /* +@@ -37,6 +37,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_APPLICATION_0_PROPERTY, + XNP_APPLICATION_NOTES_PATH_PROPERTY, +@@ -3458,7 +3467,7 @@ __lambda16_ (Block2Data* _data2_) + _tmp8_ = mi; + g_signal_connect_object (_tmp8_, "activate", (GCallback) _____lambda18__gtk_menu_item_activate, self, 0); + _tmp9_ = mi; +- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, _tmp9_); ++ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (_tmp9_, gtk_widget_get_type ()) ? ((GtkWidget*) _tmp9_) : NULL, -1); + _g_object_unref0 (mi); + _g_object_unref0 (win); + } +@@ -3467,7 +3476,7 @@ __lambda16_ (Block2Data* _data2_) + _tmp10_ = (GtkSeparatorMenuItem*) gtk_separator_menu_item_new (); + g_object_ref_sink (_tmp10_); + mi_sep = _tmp10_; +- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, (GtkMenuItem*) mi_sep); ++ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (mi_sep, gtk_widget_get_type ()) ? ((GtkWidget*) mi_sep) : NULL, -1); + _tmp11_ = (GtkImageMenuItem*) gtk_image_menu_item_new_with_mnemonic (_ ("_Add a new group")); + g_object_ref_sink (_tmp11_); + mi_add = _tmp11_; +@@ -3476,7 +3485,7 @@ __lambda16_ (Block2Data* _data2_) + g_object_ref_sink (_tmp12_); + image = _tmp12_; + gtk_image_menu_item_set_image (mi_add, (GtkWidget*) image); +- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, (GtkMenuItem*) mi_add); ++ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (mi_add, gtk_widget_get_type ()) ? ((GtkWidget*) mi_add) : NULL, -1); + gtk_widget_show_all ((GtkWidget*) _data2_->menu); + _g_object_unref0 (image); + _g_object_unref0 (mi_add); +diff --git a/lib/application.vala b/lib/application.vala +index 12fef77..e154de9 100644 +--- a/lib/application.vala ++++ b/lib/application.vala +@@ -1052,12 +1052,12 @@ namespace Xnp { + var w = i.get_data ("window"); + w.present (); + }); +- menu.append (mi); ++ menu.append (mi as Gtk.Widget, -1); + } + + // New group menu item + var mi_sep = new Gtk.SeparatorMenuItem (); +- menu.append (mi_sep); ++ menu.append (mi_sep as Gtk.Widget, -1); + var mi_add = new Gtk.ImageMenuItem.with_mnemonic (_("_Add a new group")); + mi_add.activate.connect (() => { + var new_win = create_window (); +@@ -1066,7 +1066,7 @@ namespace Xnp { + }); + var image = new Gtk.Image.from_icon_name ("gtk-add", Gtk.IconSize.MENU); + mi_add.set_image (image); +- menu.append (mi_add); ++ menu.insert (mi_add as Gtk.Widget, -1); + + // Show all items + menu.show_all (); +diff --git a/lib/hypertextview.c b/lib/hypertextview.c +index 8577647..29f0ea4 100644 +--- a/lib/hypertextview.c ++++ b/lib/hypertextview.c +@@ -32,6 +32,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_HYPERTEXT_VIEW_0_PROPERTY, + XNP_HYPERTEXT_VIEW_FONT_PROPERTY, +diff --git a/lib/icon-button.c b/lib/icon-button.c +index fc6f956..2dfe650 100644 +--- a/lib/icon-button.c ++++ b/lib/icon-button.c +@@ -31,6 +31,15 @@ + + #define M_PI 3.14159265358979323846 + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_ICON_BUTTON_0_PROPERTY, + XNP_ICON_BUTTON_ENABLED_PROPERTY, +diff --git a/lib/note.c b/lib/note.c +index 3e28543..a151932 100644 +--- a/lib/note.c ++++ b/lib/note.c +@@ -27,6 +27,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_NOTE_0_PROPERTY, + XNP_NOTE_NAME_PROPERTY, +diff --git a/lib/theme-gtkcss.c b/lib/theme-gtkcss.c +index 5d53157..a882bbb 100644 +--- a/lib/theme-gtkcss.c ++++ b/lib/theme-gtkcss.c +@@ -34,6 +34,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_THEME_GTKCSS_0_PROPERTY, + XNP_THEME_GTKCSS_USE_GTK_STYLE_PROPERTY, +diff --git a/lib/theme.c b/lib/theme.c +index 4b9aef8..a0382ef 100644 +--- a/lib/theme.c ++++ b/lib/theme.c +@@ -30,6 +30,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_THEME_0_PROPERTY, + XNP_THEME_NUM_PROPERTIES +diff --git a/lib/window-monitor.c b/lib/window-monitor.c +index 6eb43b0..5fe0c04 100644 +--- a/lib/window-monitor.c ++++ b/lib/window-monitor.c +@@ -27,6 +27,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + enum { + XNP_WINDOW_MONITOR_0_PROPERTY, + XNP_WINDOW_MONITOR_NUM_PROPERTIES +diff --git a/lib/window.c b/lib/window.c +index 8198818..afa80bb 100644 +--- a/lib/window.c ++++ b/lib/window.c +@@ -33,6 +33,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + #define XNP_WINDOW_ui_string "\n" \ + "\n" \ + " \n" \ +diff --git a/src/main-panel-plugin.c b/src/main-panel-plugin.c +index 2a90d4d..803c5e4 100644 +--- a/src/main-panel-plugin.c ++++ b/src/main-panel-plugin.c +@@ -31,6 +31,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + #if !defined(VALA_EXTERN) + #if defined(_MSC_VER) + #define VALA_EXTERN __declspec(dllexport) extern +diff --git a/src/main-popup.c b/src/main-popup.c +index 8371935..d804cb9 100644 +--- a/src/main-popup.c ++++ b/src/main-popup.c +@@ -26,6 +26,15 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif ++ + #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) + #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) + +diff --git a/src/main-status-icon.c b/src/main-status-icon.c +index ee1f095..8a6eb73 100644 +--- a/src/main-status-icon.c ++++ b/src/main-status-icon.c +@@ -31,6 +31,14 @@ + #include + #include + ++#if !defined(VALA_STRICT_C) ++#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) ++#pragma GCC diagnostic warning "-Wincompatible-pointer-types" ++#elif defined(__clang__) && (__clang_major__ >= 16) ++#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" ++#endif ++#endif + #if !defined(VALA_EXTERN) + #if defined(_MSC_VER) + #define VALA_EXTERN __declspec(dllexport) extern +@@ -261,7 +269,7 @@ menu_add_icon_item (GtkMenu* menu, + image = _tmp1_; + gtk_image_menu_item_set_image (mi, (GtkWidget*) image); + g_signal_connect_data ((GtkMenuItem*) mi, "activate", (GCallback) ___lambda6__gtk_menu_item_activate, block1_data_ref (_data1_), (GClosureNotify) block1_data_unref, 0); +- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkMenuItem*) mi); ++ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); + _g_object_unref0 (image); + _g_object_unref0 (mi); + block1_data_unref (_data1_); +@@ -277,7 +285,7 @@ menu_add_separator (GtkMenu* menu) + _tmp0_ = (GtkSeparatorMenuItem*) gtk_separator_menu_item_new (); + g_object_ref_sink (_tmp0_); + mi = _tmp0_; +- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkMenuItem*) mi); ++ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); + _g_object_unref0 (mi); + } + +@@ -345,7 +353,7 @@ build_context_menu (void) + _tmp3_ = xnp_application_context_menu (_tmp2_); + menu_go = _tmp3_; + gtk_menu_item_set_submenu (mi, menu_go); +- gtk_menu_shell_append ((GtkMenuShell*) menu, mi); ++ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); + menu_add_separator (menu); + menu_add_icon_item (menu, _ ("_Properties"), "gtk-properties", ___lambda7__callback, NULL); + menu_add_icon_item (menu, _ ("_About"), "gtk-about", ___lambda8__callback, NULL); +diff --git a/src/main-status-icon.vala b/src/main-status-icon.vala +index 9f5141d..e09cf24 100644 +--- a/src/main-status-icon.vala ++++ b/src/main-status-icon.vala +@@ -54,12 +54,12 @@ static void menu_add_icon_item (Gtk.Menu menu, string text, string icon, Callbac + var image = new Gtk.Image.from_icon_name (icon, Gtk.IconSize.MENU); + mi.set_image (image); + mi.activate.connect (() => { callback (); }); +- menu.append (mi); ++ menu.insert (mi as Gtk.Widget, -1); + } + + static void menu_add_separator (Gtk.Menu menu) { + var mi = new Gtk.SeparatorMenuItem (); +- menu.append (mi); ++ menu.insert (mi as Gtk.Widget, -1); + } + + static Gtk.Menu build_context_menu () { +@@ -68,7 +68,7 @@ static Gtk.Menu build_context_menu () { + var mi = new Gtk.MenuItem.with_mnemonic (_("_Groups")); + var menu_go = application.context_menu (); + mi.set_submenu (menu_go); +- menu.append (mi); ++ menu.insert (mi as Gtk.Widget, -1); + + menu_add_separator (menu); + menu_add_icon_item (menu, _("_Properties"), "gtk-properties", () => { application.open_settings_dialog (); }); diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 77e6060..7339488 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -12,6 +12,10 @@ License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 +# patch from upstream git +# https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/-/issues/84 +Patch0: 0001-Fix-FTBFS-with-gcc-14.patch + BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} @@ -30,7 +34,7 @@ background color and much more. %prep -%autosetup +%autosetup -p1 %build %configure --disable-static From 73add2ff3c58280cf6dc4275080d068e90ef6020 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 4 Jan 2025 08:17:08 -0600 Subject: [PATCH 72/77] Update to v1.11.1; drop unneded patch; add BR: gtksourceview4-devel --- .gitignore | 1 + 0001-Fix-FTBFS-with-gcc-14.patch | 359 ------------------------------- sources | 2 +- xfce4-notes-plugin.spec | 10 +- 4 files changed, 6 insertions(+), 366 deletions(-) delete mode 100644 0001-Fix-FTBFS-with-gcc-14.patch diff --git a/.gitignore b/.gitignore index c135ebc..e6911e0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.9.0.tar.bz2 /xfce4-notes-plugin-1.10.0.tar.bz2 /xfce4-notes-plugin-1.11.0.tar.bz2 +/xfce4-notes-plugin-1.11.1.tar.bz2 diff --git a/0001-Fix-FTBFS-with-gcc-14.patch b/0001-Fix-FTBFS-with-gcc-14.patch deleted file mode 100644 index 9f1edec..0000000 --- a/0001-Fix-FTBFS-with-gcc-14.patch +++ /dev/null @@ -1,359 +0,0 @@ -From: Yves-Alexis Perez -Date: Fri, 26 Jul 2024 10:32:39 +0200 -Subject: Fix FTBFS with gcc-14 - -- add pragma generated by more recent vala compiler to explicitely - disable some warnings -- use menu.insert() instead of menu.append() to fix ftbfs with gcc-14 - (https://gitlab.gnome.org/GNOME/gtk/-/issues/5870) ---- - lib/application.c | 17 +++++++++++++---- - lib/application.vala | 6 +++--- - lib/hypertextview.c | 9 +++++++++ - lib/icon-button.c | 9 +++++++++ - lib/note.c | 9 +++++++++ - lib/theme-gtkcss.c | 9 +++++++++ - lib/theme.c | 9 +++++++++ - lib/window-monitor.c | 9 +++++++++ - lib/window.c | 9 +++++++++ - src/main-panel-plugin.c | 9 +++++++++ - src/main-popup.c | 9 +++++++++ - src/main-status-icon.c | 14 +++++++++++--- - src/main-status-icon.vala | 6 +++--- - 13 files changed, 111 insertions(+), 13 deletions(-) - -diff --git a/lib/application.c b/lib/application.c -index aff74db..2ecf377 100644 ---- a/lib/application.c -+++ b/lib/application.c -@@ -1,4 +1,4 @@ --/* application.c generated by valac 0.56.14, the Vala compiler -+/* application.c generated by valac 0.56.17, the Vala compiler - * generated from application.vala, do not modify */ - - /* -@@ -37,6 +37,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_APPLICATION_0_PROPERTY, - XNP_APPLICATION_NOTES_PATH_PROPERTY, -@@ -3458,7 +3467,7 @@ __lambda16_ (Block2Data* _data2_) - _tmp8_ = mi; - g_signal_connect_object (_tmp8_, "activate", (GCallback) _____lambda18__gtk_menu_item_activate, self, 0); - _tmp9_ = mi; -- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, _tmp9_); -+ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (_tmp9_, gtk_widget_get_type ()) ? ((GtkWidget*) _tmp9_) : NULL, -1); - _g_object_unref0 (mi); - _g_object_unref0 (win); - } -@@ -3467,7 +3476,7 @@ __lambda16_ (Block2Data* _data2_) - _tmp10_ = (GtkSeparatorMenuItem*) gtk_separator_menu_item_new (); - g_object_ref_sink (_tmp10_); - mi_sep = _tmp10_; -- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, (GtkMenuItem*) mi_sep); -+ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (mi_sep, gtk_widget_get_type ()) ? ((GtkWidget*) mi_sep) : NULL, -1); - _tmp11_ = (GtkImageMenuItem*) gtk_image_menu_item_new_with_mnemonic (_ ("_Add a new group")); - g_object_ref_sink (_tmp11_); - mi_add = _tmp11_; -@@ -3476,7 +3485,7 @@ __lambda16_ (Block2Data* _data2_) - g_object_ref_sink (_tmp12_); - image = _tmp12_; - gtk_image_menu_item_set_image (mi_add, (GtkWidget*) image); -- gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, (GtkMenuItem*) mi_add); -+ gtk_menu_shell_insert ((GtkMenuShell*) _data2_->menu, G_TYPE_CHECK_INSTANCE_TYPE (mi_add, gtk_widget_get_type ()) ? ((GtkWidget*) mi_add) : NULL, -1); - gtk_widget_show_all ((GtkWidget*) _data2_->menu); - _g_object_unref0 (image); - _g_object_unref0 (mi_add); -diff --git a/lib/application.vala b/lib/application.vala -index 12fef77..e154de9 100644 ---- a/lib/application.vala -+++ b/lib/application.vala -@@ -1052,12 +1052,12 @@ namespace Xnp { - var w = i.get_data ("window"); - w.present (); - }); -- menu.append (mi); -+ menu.append (mi as Gtk.Widget, -1); - } - - // New group menu item - var mi_sep = new Gtk.SeparatorMenuItem (); -- menu.append (mi_sep); -+ menu.append (mi_sep as Gtk.Widget, -1); - var mi_add = new Gtk.ImageMenuItem.with_mnemonic (_("_Add a new group")); - mi_add.activate.connect (() => { - var new_win = create_window (); -@@ -1066,7 +1066,7 @@ namespace Xnp { - }); - var image = new Gtk.Image.from_icon_name ("gtk-add", Gtk.IconSize.MENU); - mi_add.set_image (image); -- menu.append (mi_add); -+ menu.insert (mi_add as Gtk.Widget, -1); - - // Show all items - menu.show_all (); -diff --git a/lib/hypertextview.c b/lib/hypertextview.c -index 8577647..29f0ea4 100644 ---- a/lib/hypertextview.c -+++ b/lib/hypertextview.c -@@ -32,6 +32,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_HYPERTEXT_VIEW_0_PROPERTY, - XNP_HYPERTEXT_VIEW_FONT_PROPERTY, -diff --git a/lib/icon-button.c b/lib/icon-button.c -index fc6f956..2dfe650 100644 ---- a/lib/icon-button.c -+++ b/lib/icon-button.c -@@ -31,6 +31,15 @@ - - #define M_PI 3.14159265358979323846 - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_ICON_BUTTON_0_PROPERTY, - XNP_ICON_BUTTON_ENABLED_PROPERTY, -diff --git a/lib/note.c b/lib/note.c -index 3e28543..a151932 100644 ---- a/lib/note.c -+++ b/lib/note.c -@@ -27,6 +27,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_NOTE_0_PROPERTY, - XNP_NOTE_NAME_PROPERTY, -diff --git a/lib/theme-gtkcss.c b/lib/theme-gtkcss.c -index 5d53157..a882bbb 100644 ---- a/lib/theme-gtkcss.c -+++ b/lib/theme-gtkcss.c -@@ -34,6 +34,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_THEME_GTKCSS_0_PROPERTY, - XNP_THEME_GTKCSS_USE_GTK_STYLE_PROPERTY, -diff --git a/lib/theme.c b/lib/theme.c -index 4b9aef8..a0382ef 100644 ---- a/lib/theme.c -+++ b/lib/theme.c -@@ -30,6 +30,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_THEME_0_PROPERTY, - XNP_THEME_NUM_PROPERTIES -diff --git a/lib/window-monitor.c b/lib/window-monitor.c -index 6eb43b0..5fe0c04 100644 ---- a/lib/window-monitor.c -+++ b/lib/window-monitor.c -@@ -27,6 +27,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - enum { - XNP_WINDOW_MONITOR_0_PROPERTY, - XNP_WINDOW_MONITOR_NUM_PROPERTIES -diff --git a/lib/window.c b/lib/window.c -index 8198818..afa80bb 100644 ---- a/lib/window.c -+++ b/lib/window.c -@@ -33,6 +33,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - #define XNP_WINDOW_ui_string "\n" \ - "\n" \ - " \n" \ -diff --git a/src/main-panel-plugin.c b/src/main-panel-plugin.c -index 2a90d4d..803c5e4 100644 ---- a/src/main-panel-plugin.c -+++ b/src/main-panel-plugin.c -@@ -31,6 +31,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - #if !defined(VALA_EXTERN) - #if defined(_MSC_VER) - #define VALA_EXTERN __declspec(dllexport) extern -diff --git a/src/main-popup.c b/src/main-popup.c -index 8371935..d804cb9 100644 ---- a/src/main-popup.c -+++ b/src/main-popup.c -@@ -26,6 +26,15 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif -+ - #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) - #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) - -diff --git a/src/main-status-icon.c b/src/main-status-icon.c -index ee1f095..8a6eb73 100644 ---- a/src/main-status-icon.c -+++ b/src/main-status-icon.c -@@ -31,6 +31,14 @@ - #include - #include - -+#if !defined(VALA_STRICT_C) -+#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14) -+#pragma GCC diagnostic warning "-Wincompatible-pointer-types" -+#elif defined(__clang__) && (__clang_major__ >= 16) -+#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types" -+#pragma clang diagnostic ignored "-Wincompatible-pointer-types" -+#endif -+#endif - #if !defined(VALA_EXTERN) - #if defined(_MSC_VER) - #define VALA_EXTERN __declspec(dllexport) extern -@@ -261,7 +269,7 @@ menu_add_icon_item (GtkMenu* menu, - image = _tmp1_; - gtk_image_menu_item_set_image (mi, (GtkWidget*) image); - g_signal_connect_data ((GtkMenuItem*) mi, "activate", (GCallback) ___lambda6__gtk_menu_item_activate, block1_data_ref (_data1_), (GClosureNotify) block1_data_unref, 0); -- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkMenuItem*) mi); -+ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); - _g_object_unref0 (image); - _g_object_unref0 (mi); - block1_data_unref (_data1_); -@@ -277,7 +285,7 @@ menu_add_separator (GtkMenu* menu) - _tmp0_ = (GtkSeparatorMenuItem*) gtk_separator_menu_item_new (); - g_object_ref_sink (_tmp0_); - mi = _tmp0_; -- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkMenuItem*) mi); -+ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); - _g_object_unref0 (mi); - } - -@@ -345,7 +353,7 @@ build_context_menu (void) - _tmp3_ = xnp_application_context_menu (_tmp2_); - menu_go = _tmp3_; - gtk_menu_item_set_submenu (mi, menu_go); -- gtk_menu_shell_append ((GtkMenuShell*) menu, mi); -+ gtk_menu_shell_insert ((GtkMenuShell*) menu, G_TYPE_CHECK_INSTANCE_TYPE (mi, gtk_widget_get_type ()) ? ((GtkWidget*) mi) : NULL, -1); - menu_add_separator (menu); - menu_add_icon_item (menu, _ ("_Properties"), "gtk-properties", ___lambda7__callback, NULL); - menu_add_icon_item (menu, _ ("_About"), "gtk-about", ___lambda8__callback, NULL); -diff --git a/src/main-status-icon.vala b/src/main-status-icon.vala -index 9f5141d..e09cf24 100644 ---- a/src/main-status-icon.vala -+++ b/src/main-status-icon.vala -@@ -54,12 +54,12 @@ static void menu_add_icon_item (Gtk.Menu menu, string text, string icon, Callbac - var image = new Gtk.Image.from_icon_name (icon, Gtk.IconSize.MENU); - mi.set_image (image); - mi.activate.connect (() => { callback (); }); -- menu.append (mi); -+ menu.insert (mi as Gtk.Widget, -1); - } - - static void menu_add_separator (Gtk.Menu menu) { - var mi = new Gtk.SeparatorMenuItem (); -- menu.append (mi); -+ menu.insert (mi as Gtk.Widget, -1); - } - - static Gtk.Menu build_context_menu () { -@@ -68,7 +68,7 @@ static Gtk.Menu build_context_menu () { - var mi = new Gtk.MenuItem.with_mnemonic (_("_Groups")); - var menu_go = application.context_menu (); - mi.set_submenu (menu_go); -- menu.append (mi); -+ menu.insert (mi as Gtk.Widget, -1); - - menu_add_separator (menu); - menu_add_icon_item (menu, _("_Properties"), "gtk-properties", () => { application.open_settings_dialog (); }); diff --git a/sources b/sources index bc00893..3fab280 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notes-plugin-1.11.0.tar.bz2) = 3644049bb2aa77bbed5b391f47d67dbf6528cb535448287a28a011d78a6fb31971a3556fe37ad380858d2b561ef67fee2bc93c4ed0c19c75c564d832cd4d47f1 +SHA512 (xfce4-notes-plugin-1.11.1.tar.bz2) = 7d81c3535a8c8dea922d88cf8bc3498db5c3f4b49aff1a4bc6c34ec93dc37381dd97403202e2828af521045445848cd72ccce5436b5fa24b567a68a6f4cb42dc diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 7339488..6e86e5a 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -3,7 +3,7 @@ %global xfceversion 4.16 Name: xfce4-notes-plugin -Version: 1.11.0 +Version: 1.11.1 Release: %autorelease Summary: Notes plugin for the Xfce panel @@ -12,16 +12,14 @@ License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 -# patch from upstream git -# https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/-/issues/84 -Patch0: 0001-Fix-FTBFS-with-gcc-14.patch - BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfconf-devel >= %{xfceversion} -BuildRequires: gettext, intltool, desktop-file-utils +BuildRequires: gettext +BuildRequires: desktop-file-utils +BuildRequires: gtksourceview4-devel Requires: xfce4-panel >= %{xfceversion} Requires: xfconf >= %{xfceversion} Requires: exo From eadcd890133a6db781dd608f60ab6832d3adbcd3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:44:38 +0000 Subject: [PATCH 73/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 35b12f2d085a90f8f54440cd8384168c22e6a4d5 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 2 Feb 2025 07:57:43 -0600 Subject: [PATCH 74/77] Update to v1.11.2 --- .gitignore | 1 + sources | 2 +- xfce4-notes-plugin.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6911e0..0134662 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfce4-notes-plugin-1.7.6.tar.bz2 /xfce4-notes-plugin-1.10.0.tar.bz2 /xfce4-notes-plugin-1.11.0.tar.bz2 /xfce4-notes-plugin-1.11.1.tar.bz2 +/xfce4-notes-plugin-1.11.2.tar.bz2 diff --git a/sources b/sources index 3fab280..631f2aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notes-plugin-1.11.1.tar.bz2) = 7d81c3535a8c8dea922d88cf8bc3498db5c3f4b49aff1a4bc6c34ec93dc37381dd97403202e2828af521045445848cd72ccce5436b5fa24b567a68a6f4cb42dc +SHA512 (xfce4-notes-plugin-1.11.2.tar.bz2) = 65d6ec24f67969ddc34a8da696c9df178f7d9469012b1866fd964d3ab3b58388dff6d66f1a477087d9c165fd536b711808177bf62cbee1c843221b289abba524 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 6e86e5a..70a093d 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -3,7 +3,7 @@ %global xfceversion 4.16 Name: xfce4-notes-plugin -Version: 1.11.1 +Version: 1.11.2 Release: %autorelease Summary: Notes plugin for the Xfce panel From bb2ce3168b786b78006a0cf1baed528ad6f82beb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:47:30 +0000 Subject: [PATCH 75/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 941f34eb7cf0dd80e4303bae3d9458fb7fb46a4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:37:30 +0000 Subject: [PATCH 76/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 5f224dce0d4fb110f12c9d8e172f8a021c2593d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:10:37 +0000 Subject: [PATCH 77/77] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild