Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfig for openSUSE:Factory checked in at 2024-08-28 21:31:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfig (Old) and /work/SRC/openSUSE:Factory/.xfig.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfig" Wed Aug 28 21:31:41 2024 rev:57 rq:1196405 version:3.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/xfig/xfig.changes 2024-01-08 23:46:10.852315855 +0100 +++ /work/SRC/openSUSE:Factory/.xfig.new.2698/xfig.changes 2024-08-28 21:32:01.216083306 +0200 @@ -1,0 +2,5 @@ +Wed Aug 28 07:01:39 UTC 2024 - Dr. Werner Fink <wer...@suse.de> + +- Add patch xfig-3.2.9-gcc14.patch to make it build again + +------------------------------------------------------------------- New: ---- xfig-3.2.9-gcc14.patch BETA DEBUG BEGIN: New: - Add patch xfig-3.2.9-gcc14.patch to make it build again BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfig.spec ++++++ --- /var/tmp/diff_new_pack.RODzyj/_old 2024-08-28 21:32:04.048201248 +0200 +++ /var/tmp/diff_new_pack.RODzyj/_new 2024-08-28 21:32:04.064201914 +0200 @@ -44,6 +44,8 @@ Patch8: Sanitize-a-call-to-realloc-ticket-165.patch # PATCH-FIX-UPSTREAM Patch9: Fix-exporting-only-active-layers-ticket-163.patch +# PATCH-FIX-UPSTREAM +Patch10: xfig-3.2.9-gcc14.patch BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: flex @@ -109,6 +111,7 @@ %patch -P7 -b .fixes %patch -P8 -p1 %patch -P9 -p1 +%patch -P10 cp %{SOURCE1} . test ! -e Libraries/Examples/aircraft.fig || { echo forbidden file found 1>&2; exit 1; } ++++++ xfig-3.2.9-gcc14.patch ++++++ --- src/u_fonts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- src/u_fonts.h +++ src/u_fonts.h 2024-08-28 07:00:30.512232174 +0000 @@ -77,7 +77,7 @@ extern struct _fstruct latex_fontinfo[]; * need to map the byte characters into UTF-8 multi byte characters. * This to make XftTextExtentsUtf8() and XftDrawStringUtf8() working. */ -typedef XftChar8 *(*map_f)(XftChar8); +typedef XftChar32 (*map_f)(XftChar8); extern XftChar32 map_dingbats(XftChar8); extern XftChar32 map_symbols(XftChar8); extern map_f adobe_charset(XftFont *font);