From 99d18b7eb9ed8a022a301ac70bc9bba47788d5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:53:01 +0200 Subject: [PATCH 1/8] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-fsguard-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-fsguard-plugin.spec b/xfce4-fsguard-plugin.spec index a56ccd9..da915ad 100644 --- a/xfce4-fsguard-plugin.spec +++ b/xfce4-fsguard-plugin.spec @@ -9,7 +9,8 @@ Version: 1.1.3 Release: %autorelease Summary: Filesystem-Guard plugin for the Xfce panel -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-fsguard-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 From e663d02f87a20bf0a0e11c2ab6d899fa22d6bd13 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:15:13 -0600 Subject: [PATCH 2/8] rebuild for xfce-4.20 From 1cfa9fb2320f98e0cd975947803ff71185864f1f Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 08:55:54 -0600 Subject: [PATCH 3/8] Update to v1.1.4 --- .gitignore | 1 + sources | 2 +- xfce4-fsguard-plugin.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a389cc6..1cbf793 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfce4-fsguard-plugin-0.4.2.tar.bz2 /xfce4-fsguard-plugin-1.1.1.tar.bz2 /xfce4-fsguard-plugin-1.1.2.tar.bz2 /xfce4-fsguard-plugin-1.1.3.tar.bz2 +/xfce4-fsguard-plugin-1.1.4.tar.bz2 diff --git a/sources b/sources index a91e7c3..cec9c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-fsguard-plugin-1.1.3.tar.bz2) = 4115a86a6ba38f8283752bb45527dac03b66ba3fb9d708391d9d98d9ecc97169ecbdfc515a01ad2ee2915144037e07ea1f9c8e9b831d47deba6e7c86d0f8563b +SHA512 (xfce4-fsguard-plugin-1.1.4.tar.bz2) = 844708aebbf7e0561ad1895f6c901a734bcfedfa217c4ab1c78e904069f639c3266a69dccee8a69529bd94c925de874ab2ff1746f8927d4445908d1bd4dff78c diff --git a/xfce4-fsguard-plugin.spec b/xfce4-fsguard-plugin.spec index da915ad..475a405 100644 --- a/xfce4-fsguard-plugin.spec +++ b/xfce4-fsguard-plugin.spec @@ -5,7 +5,7 @@ %global xfceversion 4.16 Name: xfce4-fsguard-plugin -Version: 1.1.3 +Version: 1.1.4 Release: %autorelease Summary: Filesystem-Guard plugin for the Xfce panel From f648264cf240b2897d4993000e825e087793787a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:43:27 +0000 Subject: [PATCH 4/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c775505886381051264705e8f9ef98827ee45a06 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 1 Jun 2025 18:41:32 -0500 Subject: [PATCH 5/8] Update to v1.2.0; switch to meson --- .gitignore | 1 + sources | 2 +- xfce4-fsguard-plugin.spec | 22 +++++++++------------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 1cbf793..3ef4dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ xfce4-fsguard-plugin-0.4.2.tar.bz2 /xfce4-fsguard-plugin-1.1.2.tar.bz2 /xfce4-fsguard-plugin-1.1.3.tar.bz2 /xfce4-fsguard-plugin-1.1.4.tar.bz2 +/xfce4-fsguard-plugin-1.2.0.tar.xz diff --git a/sources b/sources index cec9c73..c2bba32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-fsguard-plugin-1.1.4.tar.bz2) = 844708aebbf7e0561ad1895f6c901a734bcfedfa217c4ab1c78e904069f639c3266a69dccee8a69529bd94c925de874ab2ff1746f8927d4445908d1bd4dff78c +SHA512 (xfce4-fsguard-plugin-1.2.0.tar.xz) = 34bbe50b35ae4a812e7d3da3b6050acc3880ce2b4eb604129dc73a652c3a4b2be5297dadb2109f0f040f697b24aca90b4aafefd484563d1a6a732624a071dc61 diff --git a/xfce4-fsguard-plugin.spec b/xfce4-fsguard-plugin.spec index 475a405..905cfd5 100644 --- a/xfce4-fsguard-plugin.spec +++ b/xfce4-fsguard-plugin.spec @@ -1,11 +1,11 @@ # review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173661 %global _hardened_build 1 -%global minorversion 1.1 -%global xfceversion 4.16 +%global minorversion 1.2 +%global xfceversion 4.20 Name: xfce4-fsguard-plugin -Version: 1.1.4 +Version: 1.2.0 Release: %autorelease Summary: Filesystem-Guard plugin for the Xfce panel @@ -13,14 +13,13 @@ Summary: Filesystem-Guard plugin for the Xfce panel License: LicenseRef-Callaway-BSD URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VCS: git:git://git.xfce.org/panel-plugins/xfce4-fsguard-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: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} -BuildRequires: gettext -BuildRequires: intltool +BuildRequires: meson Requires: xfce4-panel >= %{xfceversion} %description @@ -35,15 +34,12 @@ left-click on its icon, it opens the mountpoint directory in the file manager. %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 From 54a30846f33371736a1e26f8a4eae2ee8112dd0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:46:55 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c927196dc52431298b2a759f1b369894974f09e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:36:54 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From e72f3f400aeec1cc98bcaa8a87df053ecd3ec9f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:10:02 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild