[neon/extras/kdesvn/Neon/stable] debian/patches: rebase
Carlos De Maine
null at kde.org
Tue Mar 18 04:13:49 GMT 2025
Git commit 5dbd6dab2b009e08acd8a2fb02f594e533853b2f by Carlos De Maine.
Committed on 18/03/2025 at 04:13.
Pushed by carlosdem into branch 'Neon/stable'.
rebase
A +28 -0 debian/patches/upstream_appstream-sort-releases-from-newer-to-older.patch
https://invent.kde.org/neon/extras/kdesvn/-/commit/5dbd6dab2b009e08acd8a2fb02f594e533853b2f
diff --git a/debian/patches/upstream_appstream-sort-releases-from-newer-to-older.patch b/debian/patches/upstream_appstream-sort-releases-from-newer-to-older.patch
new file mode 100644
index 0000000..5f5c169
--- /dev/null
+++ b/debian/patches/upstream_appstream-sort-releases-from-newer-to-older.patch
@@ -0,0 +1,28 @@
+From f80abcaa59535bb4fa730621d994ed89af4d9e92 Mon Sep 17 00:00:00 2001
+From: Pino Toscano <pino at kde.org>
+Date: Thu, 2 Jan 2020 23:23:16 +0100
+Subject: [PATCH] appstream: sort releases from newer to older
+
+As also the appstream validator warns, reorder the releases from the
+newest on the top to the oldest on the bottom of the list of releases.
+This is because tools may use the first release as the newest one.
+---
+ src/org.kde.kdesvn.appdata.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/org.kde.kdesvn.appdata.xml b/src/org.kde.kdesvn.appdata.xml
+index 36047e2b..fc432256 100644
+--- a/src/org.kde.kdesvn.appdata.xml
++++ b/src/org.kde.kdesvn.appdata.xml
+@@ -109,7 +109,7 @@
+ </provides>
+ <launchable type="desktop-id">org.kde.kdesvn.desktop</launchable>
+ <releases>
+- <release version="2.0" date="2016-12-10"/>
+ <release version="2.1" date="2019-07-10"/>
++ <release version="2.0" date="2016-12-10"/>
+ </releases>
+ </component>
+--
+2.33.0
+
More information about the Neon-commits
mailing list