From 6bcc5c641a6500a8a527a7bfa96f0c71d23473b1 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 23 Dec 2020 16:22:16 -0500 Subject: [PATCH 01/21] Update to 1.1.4 --- .gitignore | 1 + sources | 2 +- xfce4-mount-plugin.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e51f85d..dfacbc9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfce4-mount-plugin-0.5.5.tar.bz2 /xfce4-mount-plugin-1.1.1.tar.bz2 /xfce4-mount-plugin-1.1.2.tar.bz2 /xfce4-mount-plugin-1.1.3.tar.bz2 +/xfce4-mount-plugin-1.1.4.tar.bz2 diff --git a/sources b/sources index beb652a..e22834e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-mount-plugin-1.1.3.tar.bz2) = 10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124 +SHA512 (xfce4-mount-plugin-1.1.4.tar.bz2) = aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a932111114c6c2b76de89407553bc484f33ed036a0 diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 6cb706a..647320a 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -2,11 +2,11 @@ %global _hardened_build 1 %global minorversion 1.1 -%global xfceversion 4.13 +%global xfceversion 4.16 Name: xfce4-mount-plugin -Version: 1.1.3 -Release: 24%{?dist} +Version: 1.1.4 +Release: 1%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -44,13 +44,16 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %files -f %{name}.lang -%doc AUTHORS ChangeLog README TODO +%doc AUTHORS ChangeLog TODO %license COPYING %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop -%{_datadir}/icons/hicolor/*/*/* +%{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Wed Dec 23 2020 Mukundan Ragavan - 1.1.4-1 +- Update to 1.1.4 + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.3-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 52c6fb1251b78c94c9cb293598f12cea7cefacb1 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 28 Dec 2020 21:02:27 -0500 Subject: [PATCH 02/21] Update to 1.1.5 --- .gitignore | 1 + sources | 2 +- xfce4-mount-plugin.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dfacbc9..8df6c72 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ xfce4-mount-plugin-0.5.5.tar.bz2 /xfce4-mount-plugin-1.1.2.tar.bz2 /xfce4-mount-plugin-1.1.3.tar.bz2 /xfce4-mount-plugin-1.1.4.tar.bz2 +/xfce4-mount-plugin-1.1.5.tar.bz2 diff --git a/sources b/sources index e22834e..da52e13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-mount-plugin-1.1.4.tar.bz2) = aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a932111114c6c2b76de89407553bc484f33ed036a0 +SHA512 (xfce4-mount-plugin-1.1.5.tar.bz2) = bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 647320a..d690b06 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -5,7 +5,7 @@ %global xfceversion 4.16 Name: xfce4-mount-plugin -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} Summary: Mount/unmount utility for the Xfce panel @@ -51,6 +51,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Mon Dec 28 2020 Mukundan Ragavan - 1.1.5-1 +- Update to 1.1.5 + * Wed Dec 23 2020 Mukundan Ragavan - 1.1.4-1 - Update to 1.1.4 From b89febc4cfe1ac5637269f9987741a2d280f3323 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:19:46 +0000 Subject: [PATCH 03/21] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-mount-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index d690b06..3e6583e 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -14,6 +14,7 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} From 84d653ce9a0cc10a6cbd67a1152e7abf8e851d4b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:58:45 +0000 Subject: [PATCH 04/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-mount-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 3e6583e..650c169 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,6 +52,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 28 2020 Mukundan Ragavan - 1.1.5-1 - Update to 1.1.5 From ef45d4ea23cc03ed8a49633adc694833c61c1d85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:30:16 +0000 Subject: [PATCH 05/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-mount-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 650c169..67269bb 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,6 +52,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 509966c9f0f6f7b532d46421d53c5d5d5bbdd01e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:01:44 +0000 Subject: [PATCH 06/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-mount-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 67269bb..cc76434 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,6 +52,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From af4538ecd7ad7f05f489ae5dc5428646625cc662 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:03:11 +0000 Subject: [PATCH 07/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-mount-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index cc76434..ac93aa9 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,6 +52,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 20408e20f7a6d4688decbfa37d56860564623bc6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:23:34 +0000 Subject: [PATCH 08/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-mount-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index ac93aa9..8a8e7d2 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,6 +52,9 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e0f268b2ce868b2f4575f8ee1081336dac4ec44d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 19:35:30 -0500 Subject: [PATCH 09/21] rpmautospec --- changelog | 199 +++++++++++++++++++++++++++++++++++++++ xfce4-mount-plugin.spec | 202 +--------------------------------------- 2 files changed, 201 insertions(+), 200 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..677e12f --- /dev/null +++ b/changelog @@ -0,0 +1,199 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 1.1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 2020 Mukundan Ragavan - 1.1.5-1 +- Update to 1.1.5 + +* Wed Dec 23 2020 Mukundan Ragavan - 1.1.4-1 +- Update to 1.1.4 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.3-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 1.1.3-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.1.3-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.1.3-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Aug 11 2018 Mukundan Ragavan - 1.1.3-20 +- Rebuilt (xfce 4.13) + +* Tue Jul 17 2018 Mukundan Ragavan - 1.1.3-1 +- Update to 1.1.3 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 14 2018 Filipe Rosset - 1.1.2-5 +- Spec cleanup / modernization + +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Feb 21 2017 Mukundan Ragavan - 1.1.2-1 +- Update to 1.1.2 + +* Sun Feb 19 2017 Mukundan Ragavan - 1.1.1-1 +- Update to 1.1.1 (bugfix release) + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat Jan 28 2017 Mukundan Ragavan - 1.1.0-1 +- Update to 1.1.0 +- gtk3 port + +* Fri Feb 05 2016 Fedora Release Engineering - 0.6.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 0.6.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Feb 28 2015 Kevin Fenzi 0.6.7-4 +- Rebuild for Xfce 4.12 + +* Mon Aug 18 2014 Fedora Release Engineering - 0.6.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Apr 27 2014 Kevin Fenzi 0.6.7-1 +- Update to 0.6.7 + +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Apr 27 2012 Kevin Fenzi - 0.6.3-1 +- Update to 0.6.3 + +* Tue Apr 24 2012 Ville Skyttä - 0.6.1-2 +- Fix -debuginfo. + +* Sat Apr 21 2012 Kevin Fenzi - 0.6.1-1 +- Update to 0.6.1 + +* Sun Apr 15 2012 Kevin Fenzi - 0.5.5-10 +- Rebuild for Xfce 4.10(pre2) + +* Thu Apr 05 2012 Kevin Fenzi - 0.5.5-9 +- Rebuild for Xfce 4.10 + +* Sat Jan 14 2012 Fedora Release Engineering - 0.5.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 0.5.5-7 +- Rebuild for new libpng + +* Mon Feb 07 2011 Fedora Release Engineering - 0.5.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Dec 19 2010 Christoph Wickert - 0.5.5-5 +- Rebuild for xfce4-panel 4.7 +- Update Source0 URL +- Update icon-cache scriptlets + +* Mon Jul 27 2009 Fedora Release Engineering - 0.5.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.5.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 18 2009 Christoph Wickert - 0.5.5-2 +- Rebuild for Xfce 4.6 (Beta 3) + +* Sat May 24 2008 Christoph Wickert - 0.5.5-1 +- Update to 0.5.5. Can now mount devices by UUID + +* Mon Feb 18 2008 Fedora Release Engineering - 0.5.1-4 +- Autorebuild for GCC 4.3 + +* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 +- Rebuild for BuildID feature +- Update license tag + +* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 +- Rebuild for Xfce 4.4.1 + +* Sat Mar 03 2007 Christoph Wickert - 0.5.1-1 +- Update to 0.5.1. + +* Fri Mar 02 2007 Christoph Wickert - 0.5.0-1 +- Update to 0.5.0. + +* Sun Jan 28 2007 Christoph Wickert - 0.4.8-2 +- Rebuild for Xfce 4.4. +- Update gtk-icon-cache scriptlets. + +* Thu Oct 05 2006 Christoph Wickert - 0.4.8-1 +- Update to 0.4.8. + +* Wed Sep 13 2006 Christoph Wickert - 0.4.5-2 +- Rebuild for XFCE 4.3.99.1. +- BR perl(XML::Parser), drop BR intltool. + +* Mon Sep 04 2006 Christoph Wickert - 0.4.5-1 +- Update to 0.4.5 on XFCE 4.3.90.2. + +* Mon Sep 04 2006 Christoph Wickert - 0.3.3-5 +- Mass rebuild for Fedora Core 6. + +* Sat Jun 03 2006 Christoph Wickert - 0.3.3-4 +- BuildRequire intltool (#193444) and gettext. + +* Tue Apr 11 2006 Christoph Wickert - 0.3.3-3 +- Require xfce4-panel. + +* Thu Feb 16 2006 Christoph Wickert - 0.3.3-2 +- Rebuild for Fedora Extras 5. + +* Sat Jan 21 2006 Christoph Wickert - 0.3.3-1 +- Update to 0.3.3. + +* Thu Dec 01 2005 Christoph Wickert - 0.3.2-3 +- Add libxfcegui4-devel BuildReqs. +- Fix %%defattr. + +* Mon Nov 14 2005 Christoph Wickert - 0.3.2-2 +- Initial Fedora Extras version. +- Rebuild for XFCE 4.2.3. +- disable-static instead of removing .a files. + +* Fri Sep 23 2005 Christoph Wickert - 0.3.2-1.fc4.cw +- Updated to version 0.3.2. +- Add libxml2 BuildReqs. + +* Sat Jul 09 2005 Christoph Wickert - 0.3-1.fc4.cw +- Updated to version 0.3. +- Rebuild for Core 4. + +* Thu Apr 14 2005 Christoph Wickert - 0.1-1.fc3.cw +- Initial RPM release. diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 8a8e7d2..fbffd6c 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -6,7 +6,7 @@ Name: xfce4-mount-plugin Version: 1.1.5 -Release: 6%{?dist} +Release: %autorelease Summary: Mount/unmount utility for the Xfce panel License: GPLv2+ @@ -52,202 +52,4 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/icons/hicolor/*/apps/xfce-mount.svg %changelog -* Sat Jan 21 2023 Fedora Release Engineering - 1.1.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.1.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.1.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.1.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 1.1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 2020 Mukundan Ragavan - 1.1.5-1 -- Update to 1.1.5 - -* Wed Dec 23 2020 Mukundan Ragavan - 1.1.4-1 -- Update to 1.1.4 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.1.3-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 1.1.3-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.1.3-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.1.3-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Aug 11 2018 Mukundan Ragavan - 1.1.3-20 -- Rebuilt (xfce 4.13) - -* Tue Jul 17 2018 Mukundan Ragavan - 1.1.3-1 -- Update to 1.1.3 - -* Sat Jul 14 2018 Fedora Release Engineering - 1.1.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 14 2018 Filipe Rosset - 1.1.2-5 -- Spec cleanup / modernization - -* Fri Feb 09 2018 Fedora Release Engineering - 1.1.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Feb 21 2017 Mukundan Ragavan - 1.1.2-1 -- Update to 1.1.2 - -* Sun Feb 19 2017 Mukundan Ragavan - 1.1.1-1 -- Update to 1.1.1 (bugfix release) - -* Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Jan 28 2017 Mukundan Ragavan - 1.1.0-1 -- Update to 1.1.0 -- gtk3 port - -* Fri Feb 05 2016 Fedora Release Engineering - 0.6.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.6.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Feb 28 2015 Kevin Fenzi 0.6.7-4 -- Rebuild for Xfce 4.12 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.6.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.6.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Apr 27 2014 Kevin Fenzi 0.6.7-1 -- Update to 0.6.7 - -* Sun Aug 04 2013 Fedora Release Engineering - 0.6.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.6.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.6.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Apr 27 2012 Kevin Fenzi - 0.6.3-1 -- Update to 0.6.3 - -* Tue Apr 24 2012 Ville Skyttä - 0.6.1-2 -- Fix -debuginfo. - -* Sat Apr 21 2012 Kevin Fenzi - 0.6.1-1 -- Update to 0.6.1 - -* Sun Apr 15 2012 Kevin Fenzi - 0.5.5-10 -- Rebuild for Xfce 4.10(pre2) - -* Thu Apr 05 2012 Kevin Fenzi - 0.5.5-9 -- Rebuild for Xfce 4.10 - -* Sat Jan 14 2012 Fedora Release Engineering - 0.5.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.5.5-7 -- Rebuild for new libpng - -* Mon Feb 07 2011 Fedora Release Engineering - 0.5.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Dec 19 2010 Christoph Wickert - 0.5.5-5 -- Rebuild for xfce4-panel 4.7 -- Update Source0 URL -- Update icon-cache scriptlets - -* Mon Jul 27 2009 Fedora Release Engineering - 0.5.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.5.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Jan 18 2009 Christoph Wickert - 0.5.5-2 -- Rebuild for Xfce 4.6 (Beta 3) - -* Sat May 24 2008 Christoph Wickert - 0.5.5-1 -- Update to 0.5.5. Can now mount devices by UUID - -* Mon Feb 18 2008 Fedora Release Engineering - 0.5.1-4 -- Autorebuild for GCC 4.3 - -* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 -- Rebuild for BuildID feature -- Update license tag - -* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 -- Rebuild for Xfce 4.4.1 - -* Sat Mar 03 2007 Christoph Wickert - 0.5.1-1 -- Update to 0.5.1. - -* Fri Mar 02 2007 Christoph Wickert - 0.5.0-1 -- Update to 0.5.0. - -* Sun Jan 28 2007 Christoph Wickert - 0.4.8-2 -- Rebuild for Xfce 4.4. -- Update gtk-icon-cache scriptlets. - -* Thu Oct 05 2006 Christoph Wickert - 0.4.8-1 -- Update to 0.4.8. - -* Wed Sep 13 2006 Christoph Wickert - 0.4.5-2 -- Rebuild for XFCE 4.3.99.1. -- BR perl(XML::Parser), drop BR intltool. - -* Mon Sep 04 2006 Christoph Wickert - 0.4.5-1 -- Update to 0.4.5 on XFCE 4.3.90.2. - -* Mon Sep 04 2006 Christoph Wickert - 0.3.3-5 -- Mass rebuild for Fedora Core 6. - -* Sat Jun 03 2006 Christoph Wickert - 0.3.3-4 -- BuildRequire intltool (#193444) and gettext. - -* Tue Apr 11 2006 Christoph Wickert - 0.3.3-3 -- Require xfce4-panel. - -* Thu Feb 16 2006 Christoph Wickert - 0.3.3-2 -- Rebuild for Fedora Extras 5. - -* Sat Jan 21 2006 Christoph Wickert - 0.3.3-1 -- Update to 0.3.3. - -* Thu Dec 01 2005 Christoph Wickert - 0.3.2-3 -- Add libxfcegui4-devel BuildReqs. -- Fix %%defattr. - -* Mon Nov 14 2005 Christoph Wickert - 0.3.2-2 -- Initial Fedora Extras version. -- Rebuild for XFCE 4.2.3. -- disable-static instead of removing .a files. - -* Fri Sep 23 2005 Christoph Wickert - 0.3.2-1.fc4.cw -- Updated to version 0.3.2. -- Add libxml2 BuildReqs. - -* Sat Jul 09 2005 Christoph Wickert - 0.3-1.fc4.cw -- Updated to version 0.3. -- Rebuild for Core 4. - -* Thu Apr 14 2005 Christoph Wickert - 0.1-1.fc3.cw -- Initial RPM release. +%autochangelog From d07a57b9ee662335267c6ce2801351852a1b140a Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 19:43:11 -0500 Subject: [PATCH 10/21] Update to v1.1.6 --- .gitignore | 1 + sources | 2 +- xfce4-mount-plugin.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8df6c72..fbab13a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xfce4-mount-plugin-0.5.5.tar.bz2 /xfce4-mount-plugin-1.1.3.tar.bz2 /xfce4-mount-plugin-1.1.4.tar.bz2 /xfce4-mount-plugin-1.1.5.tar.bz2 +/xfce4-mount-plugin-1.1.6.tar.bz2 diff --git a/sources b/sources index da52e13..86d12d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-mount-plugin-1.1.5.tar.bz2) = bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca +SHA512 (xfce4-mount-plugin-1.1.6.tar.bz2) = 5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3 diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index fbffd6c..eee1172 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -5,7 +5,7 @@ %global xfceversion 4.16 Name: xfce4-mount-plugin -Version: 1.1.5 +Version: 1.1.6 Release: %autorelease Summary: Mount/unmount utility for the Xfce panel @@ -45,7 +45,7 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %files -f %{name}.lang -%doc AUTHORS ChangeLog TODO +%doc AUTHORS ChangeLog %license COPYING %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop From 34819b0977ec87b674ba46394860eecd9522ca0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:46:09 +0000 Subject: [PATCH 11/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 9d08a6cbfe66f37b060dc87f199a7ced1e95ddb3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:35:34 +0000 Subject: [PATCH 12/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From bb9496aab17036a26fae281d851022e395eab669 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:58:56 +0000 Subject: [PATCH 13/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 66dd312c76a110eca1491b504530da3dcd522386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:51:06 +0200 Subject: [PATCH 14/21] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-mount-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index eee1172..4dce260 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -9,7 +9,8 @@ Version: 1.1.6 Release: %autorelease Summary: Mount/unmount utility for the Xfce panel -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 From 71f9203306dfcb11fbcebb4140abc9d93b84b6ef Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:18:37 -0600 Subject: [PATCH 15/21] rebuild for xfce-4.20 From a1bc874a2786b9fa50d8e8aa7e68b892baabdf21 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 09:54:00 -0600 Subject: [PATCH 16/21] Update to v1.1.7 --- .gitignore | 1 + sources | 2 +- xfce4-mount-plugin.spec | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fbab13a..d0bae27 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xfce4-mount-plugin-0.5.5.tar.bz2 /xfce4-mount-plugin-1.1.4.tar.bz2 /xfce4-mount-plugin-1.1.5.tar.bz2 /xfce4-mount-plugin-1.1.6.tar.bz2 +/xfce4-mount-plugin-1.1.7.tar.bz2 diff --git a/sources b/sources index 86d12d2..b79b05d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-mount-plugin-1.1.6.tar.bz2) = 5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3 +SHA512 (xfce4-mount-plugin-1.1.7.tar.bz2) = e156aad49bcba0f91fea259e820ec798f407ec7b89832939d69f9612e370541bfefe2c52e23766e16828c6faadb57881e8eb8b6fa309dcc5e7162612bc757138 diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 4dce260..4c44bcf 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -5,7 +5,7 @@ %global xfceversion 4.16 Name: xfce4-mount-plugin -Version: 1.1.6 +Version: 1.1.7 Release: %autorelease Summary: Mount/unmount utility for the Xfce panel @@ -15,12 +15,11 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: gettext -BuildRequires: intltool Requires: xfce4-panel >= %{xfceversion} %description From cafcfb1929725c198cf8f60125fde1e559e9952a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:44:01 +0000 Subject: [PATCH 17/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From aa34a38ab0b7a495bcd520cb286eb6d597b7c97b Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 1 Jun 2025 18:52:27 -0500 Subject: [PATCH 18/21] Update to v1.2.0; switch to meson --- .gitignore | 1 + sources | 2 +- xfce4-mount-plugin.spec | 20 +++++++++----------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index d0bae27..26de908 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ xfce4-mount-plugin-0.5.5.tar.bz2 /xfce4-mount-plugin-1.1.5.tar.bz2 /xfce4-mount-plugin-1.1.6.tar.bz2 /xfce4-mount-plugin-1.1.7.tar.bz2 +/xfce4-mount-plugin-1.2.0.tar.xz diff --git a/sources b/sources index b79b05d..7cf80c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-mount-plugin-1.1.7.tar.bz2) = e156aad49bcba0f91fea259e820ec798f407ec7b89832939d69f9612e370541bfefe2c52e23766e16828c6faadb57881e8eb8b6fa309dcc5e7162612bc757138 +SHA512 (xfce4-mount-plugin-1.2.0.tar.xz) = c67ce79daa6cdaf7b397d563952af3c013212888c60622c8609245e5da7ba2a9846fba63f2886a16acfb509b6b65b82b4bfc146e6933d843d8f0df68ed3f55b6 diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 4c44bcf..61c9634 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -1,11 +1,11 @@ # Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173549 %global _hardened_build 1 -%global minorversion 1.1 -%global xfceversion 4.16 +%global minorversion 1.2 +%global xfceversion 4.20 Name: xfce4-mount-plugin -Version: 1.1.7 +Version: 1.2.0 Release: %autorelease Summary: Mount/unmount utility for the Xfce panel @@ -13,13 +13,13 @@ Summary: Mount/unmount utility for the Xfce panel License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin -Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} -BuildRequires: gettext +BuildRequires: meson Requires: xfce4-panel >= %{xfceversion} %description @@ -29,14 +29,12 @@ Mount and unmount filesystems from the Xfce panel. %autosetup %build -%configure --disable-static -%make_build +%meson +%meson_build %install -%make_install +%meson_install -# remove la file -find %{buildroot} -name '*.la' -exec rm -f {} ';' # make sure debuginfo is generated properly chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so @@ -45,7 +43,7 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so %files -f %{name}.lang -%doc AUTHORS ChangeLog +%doc AUTHORS README %license COPYING %{_libdir}/xfce4/panel/plugins/*.so %{_datadir}/xfce4/panel/plugins/*.desktop From a097a84f4f3a3130aaf35d1459363c2f3fc59fa9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:47:12 +0000 Subject: [PATCH 19/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From e32fb78e2d54f2c0bb6476dba2b7e7c38235ce47 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:37:13 +0000 Subject: [PATCH 20/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 47f0e5c4d7467a7362053017dc9f7eeb02afac6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:10:19 +0000 Subject: [PATCH 21/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild