Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package AppStream for openSUSE:Factory 
checked in at 2026-06-04 18:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/AppStream (Old)
 and      /work/SRC/openSUSE:Factory/.AppStream.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "AppStream"

Thu Jun  4 18:54:06 2026 rev:60 rq:1356905 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes      2026-02-06 
19:06:49.379202564 +0100
+++ /work/SRC/openSUSE:Factory/.AppStream.new.2375/AppStream.changes    
2026-06-04 18:56:24.366052697 +0200
@@ -1,0 +2,6 @@
+Wed Jun  3 07:58:14 UTC 2026 - Christophe Marin <[email protected]>
+
+- Add upstream change:
+  * 0001-Explicitly-add-fcfreetype.h-include-to-asc-font.c.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Explicitly-add-fcfreetype.h-include-to-asc-font.c.patch

----------(New B)----------
  New:- Add upstream change:
  * 0001-Explicitly-add-fcfreetype.h-include-to-asc-font.c.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ AppStream.spec ++++++
--- /var/tmp/diff_new_pack.xkTTgU/_old  2026-06-04 18:56:25.714108377 +0200
+++ /var/tmp/diff_new_pack.xkTTgU/_new  2026-06-04 18:56:25.718108543 +0200
@@ -47,6 +47,8 @@
 # PATCH-FIX-OPENSUSE
 # TODO: Only apply to Leap when libfyaml >= 0.9.3 will be in factory
 Patch1:         0001-Disable-failing-test-with-old-libfyaml.patch
+# PATCH-FIX-UPSTREAM
+Patch2:         0001-Explicitly-add-fcfreetype.h-include-to-asc-font.c.patch
 BuildRequires:  cairo-devel
 BuildRequires:  docbook-xsl-stylesheets
 %if %{with gcc14}

++++++ 0001-Explicitly-add-fcfreetype.h-include-to-asc-font.c.patch ++++++
>From 510ec119e36a660d10db64be0bdadd2909434e53 Mon Sep 17 00:00:00 2001
From: Tom Pollard <[email protected]>
Date: Tue, 26 May 2026 11:37:33 +0100
Subject: [PATCH] Explicitly add fcfreetype.h include to asc-font.c

As of https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/
b4b753d66dea17d645166adca239a0fba84d03a9 first included in 2.18.0
FcFreeTypeQuery has been moved to fcfreetype.h
---
 compose/asc-font.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compose/asc-font.c b/compose/asc-font.c
index 71e8869d..422fb4c2 100644
--- a/compose/asc-font.c
+++ b/compose/asc-font.c
@@ -29,6 +29,7 @@
 
 #include <glib/gstdio.h>
 #include <fontconfig/fontconfig.h>
+#include <fontconfig/fcfreetype.h>
 #include FT_SFNT_NAMES_H
 #include FT_TRUETYPE_IDS_H
 #include <pango/pango-language.h>
-- 
2.54.0

Reply via email to