From ccf4294bd7cf4a7cfe0653afd35fd3b688f18ce0 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Nov 14 2023 17:27:18 +0000 Subject: Add a developer id in the AppData https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer --- diff --git a/21510.patch b/21510.patch index 5d4cd3f..b573796 100644 --- a/21510.patch +++ b/21510.patch @@ -1,7 +1,7 @@ -From d11431802427db2a4c8a313aaabda5cf3caa065a Mon Sep 17 00:00:00 2001 +From a4dbec8321d41126f16d4abafefa0f4c72cba9ac Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 9 Nov 2023 16:32:22 -0500 -Subject: [PATCH] Fix deprecated top-level developer_name in AppData XML +Subject: [PATCH 1/2] Fix deprecated top-level developer_name in AppData XML Use the name element in a developer block instead, as recommended by appstreamcli 1.0.0. --- @@ -23,3 +23,27 @@ index dc84f231c9d..8baffb42ae4 100644 spyder.desktop + +From afccd95c11ea828fac30c0bbb2d6ea6d6ca594c3 Mon Sep 17 00:00:00 2001 +From: "Benjamin A. Beasley" +Date: Tue, 14 Nov 2023 12:23:22 -0500 +Subject: [PATCH 2/2] Add a developer id in the AppData + +https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer +--- + scripts/org.spyder_ide.spyder.appdata.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/scripts/org.spyder_ide.spyder.appdata.xml b/scripts/org.spyder_ide.spyder.appdata.xml +index 8baffb42ae4..0637623a6e8 100644 +--- a/scripts/org.spyder_ide.spyder.appdata.xml ++++ b/scripts/org.spyder_ide.spyder.appdata.xml +@@ -29,7 +29,7 @@ +

+ + +- ++ + The Spyder Project Contributors + + diff --git a/spyder.spec b/spyder.spec index dc096eb..61dfebf 100644 --- a/spyder.spec +++ b/spyder.spec @@ -28,6 +28,7 @@ Patch: 21501.patch Patch: no_upper_bound_for_kernels.patch # Fix deprecated top-level developer_name in AppData XML +# Add a developer id in the AppData # https://github.com/spyder-ide/spyder/pull/21510 Patch: %{forgeurl}/pull/21510.patch