Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fontforge for openSUSE:Factory checked in at 2021-02-25 18:25:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontforge (Old) and /work/SRC/openSUSE:Factory/.fontforge.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontforge" Thu Feb 25 18:25:42 2021 rev:53 rq:874239 version:20201107 Changes: -------- --- /work/SRC/openSUSE:Factory/fontforge/fontforge.changes 2020-07-03 00:01:29.317896465 +0200 +++ /work/SRC/openSUSE:Factory/.fontforge.new.2378/fontforge.changes 2021-02-25 18:25:44.290109928 +0100 @@ -1,0 +2,13 @@ +Sat Feb 20 10:46:42 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 20201107: + * This release falls on the 20th anniversary of the first release of + FontForge back in 2000. It brings a wide range of minor tweaks and bug + fixes for the user interface and file format handlers and a special splash + screen to commemorate the big day +- fix-glossary.patch, support-sphinx3.patch: drop (upstream) +- remove get-source.sh: the binaries that needed to be repackaged + are no longer in the upstream release tarball +- fix-return-statement.patch: refresh against new release + +------------------------------------------------------------------- Old: ---- fix-glossary.patch fontforge-20200314-repacked.tar.xz get-source.sh support-sphinx3.patch New: ---- 20201107.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontforge.spec ++++++ --- /var/tmp/diff_new_pack.3kHjGL/_old 2021-02-25 18:25:45.290110654 +0100 +++ /var/tmp/diff_new_pack.3kHjGL/_new 2021-02-25 18:25:45.290110654 +0100 @@ -1,7 +1,7 @@ # # spec file for package fontforge # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,17 @@ Name: fontforge -Version: 20200314 +Version: 20201107 Release: 0 Summary: A Font Editor License: GPL-3.0-or-later -URL: http://fontforge.org/ -# Source: https://github.com/fontforge/fontforge/archive/%%{version}.tar.gz -# see bug 926061, fontforge-*-repacked.tar.xz does not contain fontforge-*/win/gold/libX11-*.noarch.rpm -Source0: fontforge-%{version}-repacked.tar.xz -Source1: get-source.sh -# workardound for bug 930076, imho upstream should fix this +URL: https://fontforge.org/ +Source0: https://github.com/fontforge/fontforge/archive/%{version}.tar.gz +# workaround for bug 930076, imho upstream should fix this # https://github.com/fontforge/fontforge/issues/2270 Patch0: fontforge-version.patch Patch1: fix-return-statement.patch Patch2: fix-sphinx-doc.patch -# gh#fontforge/fontforge#4269 -Patch3: support-sphinx3.patch -# taken from gh#fontforge/fontforge#4284 -Patch4: fix-glossary.patch Patch5: add-bitmap-transform-support.patch BuildRequires: cairo-devel BuildRequires: cmake @@ -107,8 +100,6 @@ %if %{?suse_version} < 1550 %patch2 -p1 %endif -%patch3 -p1 -%patch4 -p1 %patch5 -p1 %build ++++++ fix-return-statement.patch ++++++ --- /var/tmp/diff_new_pack.3kHjGL/_old 2021-02-25 18:25:45.306110665 +0100 +++ /var/tmp/diff_new_pack.3kHjGL/_new 2021-02-25 18:25:45.306110665 +0100 @@ -1,27 +1,7 @@ -Index: fontforge-20200314/gdraw/ggdkdraw.c +Index: fontforge-20201107/fontforgeexe/cvimportdlg.c =================================================================== ---- fontforge-20200314.orig/gdraw/ggdkdraw.c -+++ fontforge-20200314/gdraw/ggdkdraw.c -@@ -2333,6 +2333,7 @@ static void GGDKDrawSyncThread(GDisplay - static GWindow GGDKDrawPrinterStartJob(GDisplay *UNUSED(gdisp), void *UNUSED(user_data), GPrinterAttrs *UNUSED(attrs)) { - Log(LOGERR, " "); - assert(false); -+ return (GWindow)0L; - } - - static void GGDKDrawPrinterNextPage(GWindow UNUSED(w)) { -@@ -2343,6 +2344,7 @@ static void GGDKDrawPrinterNextPage(GWin - static int GGDKDrawPrinterEndJob(GWindow UNUSED(w), int UNUSED(cancel)) { - Log(LOGERR, " "); - assert(false); -+ return 0; - } - - -Index: fontforge-20200314/fontforgeexe/cvimportdlg.c -=================================================================== ---- fontforge-20200314.orig/fontforgeexe/cvimportdlg.c -+++ fontforge-20200314/fontforgeexe/cvimportdlg.c +--- fontforge-20201107.orig/fontforgeexe/cvimportdlg.c ++++ fontforge-20201107/fontforgeexe/cvimportdlg.c @@ -710,6 +710,7 @@ static int GFD_Options(GGadget *g, GEven _ImportParamsDlg(ImportParamsState()); d->opts_shown = true;