Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package font-manager for openSUSE:Factory checked in at 2021-10-15 23:04:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/font-manager (Old) and /work/SRC/openSUSE:Factory/.font-manager.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "font-manager" Fri Oct 15 23:04:17 2021 rev:3 rq:925422 version:0.8.7 Changes: -------- --- /work/SRC/openSUSE:Factory/font-manager/font-manager.changes 2021-07-29 21:33:03.616690066 +0200 +++ /work/SRC/openSUSE:Factory/.font-manager.new.1890/font-manager.changes 2021-10-15 23:04:54.154137629 +0200 @@ -1,0 +2,6 @@ +Fri Oct 15 11:53:32 UTC 2021 - Jan Baier <[email protected]> + +- Add font-manager-fix-gcc11-compilation.patch + * Add (skip) annotation to fsType_to_string + +------------------------------------------------------------------- New: ---- font-manager-fix-gcc11-compilation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ font-manager.spec ++++++ --- /var/tmp/diff_new_pack.kQx1XF/_old 2021-10-15 23:04:54.670137997 +0200 +++ /var/tmp/diff_new_pack.kQx1XF/_new 2021-10-15 23:04:54.674138000 +0200 @@ -25,6 +25,7 @@ License: GPL-3.0-or-later URL: https://fontmanager.github.io/ Source0: https://github.com/FontManager/%{name}/archive/refs/tags/%{version}.tar.gz +Patch0: font-manager-fix-gcc11-compilation.patch BuildRequires: appstream-glib BuildRequires: gettext-runtime BuildRequires: meson ++++++ font-manager-fix-gcc11-compilation.patch ++++++ >From f9c4621389dae5999ca9d2f3c8402c2512a9ea60 Mon Sep 17 00:00:00 2001 From: Jerry Casiano <[email protected]> Date: Thu, 30 Sep 2021 18:31:10 -0400 Subject: [PATCH] - Add (skip) annotation to fsType_to_string - Issue #240 --- lib/common/font-manager-freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/font-manager-freetype.c b/lib/common/font-manager-freetype.c index cd0236a4..9d3bfac6 100644 --- a/lib/common/font-manager-freetype.c +++ b/lib/common/font-manager-freetype.c @@ -278,7 +278,7 @@ font_manager_fsType_get_type (void) } /** - * font_manager_fsType_to_string: + * font_manager_fsType_to_string: (skip) * @fstype: #FontManagerfsType * * Returns a description of the fsType field suitable for display.
