From de8970016e2a6179668742099ae8a3e434764e6a1b23cd966049c2f40f90cadf Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sun, 18 Feb 2024 12:45:19 +0000 Subject: [PATCH] - Add upstream change to fix potential URL validity check errors: * 0001-Don-t-prematurely-abort-URL-validity-check-during-se.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/AppStream?expand=0&rev=114 --- AppStream.changes | 6 ++++++ AppStream.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/AppStream.changes b/AppStream.changes index 578b4fe..4a149aa 100644 --- a/AppStream.changes +++ b/AppStream.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 18 12:44:31 UTC 2024 - Christophe Marin + +- Add upstream change to fix potential URL validity check errors: + * 0001-Don-t-prematurely-abort-URL-validity-check-during-se.patch + ------------------------------------------------------------------- Thu Feb 1 09:04:42 UTC 2024 - Christophe Marin diff --git a/AppStream.spec b/AppStream.spec index b11426b..bb414b5 100644 --- a/AppStream.spec +++ b/AppStream.spec @@ -45,6 +45,8 @@ Source1: http://www.freedesktop.org/software/appstream/releases/%{rname}- Source2: AppStream.keyring # PATCH-FIX-OPENSUSE Patch0: support-meson0.59.patch +# PATCH-FIX-UPSTREAM -- Fixes tests on KDE CI +Patch1: 0001-Don-t-prematurely-abort-URL-validity-check-during-se.patch BuildRequires: cairo-devel BuildRequires: docbook-xsl-stylesheets %if %{with gcc13}