Accepting request 963369 from home:dirkmueller:Factory
- update to 20220308: * Overhauled resource/appearance management * Merge/Simplify improvements * Updated Unicode support to Unicode 14.0.0 * Add Points Of Inflection / Balance / Harmonize * Language system tag list/script range/feature list updates * You can now substitute glyph(s) by NULL * Reserved Font Names no longer written by default when adding SIL OFL to a font * UFO include path is altered, please update your fonts if needed * FontForge is now compiled with -Wall by default * Cidmaps are now bundled - drop fix-return-statement.patch. obsolete OBS-URL: https://build.opensuse.org/request/show/963369 OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=83
This commit is contained in:
parent
2b156396f5
commit
3e8a4c8d81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:274f8c8cbd7b6a1c77d2a1c03d4d6cd3c9319db62be8b8c88fabbf597f7e863c
|
||||
size 19485522
|
3
20220308.tar.gz
Normal file
3
20220308.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58bbc759eb102263be835e6c006b1c16b508ba3d0252acd5389062826764f7a5
|
||||
size 17438030
|
@ -1,12 +0,0 @@
|
||||
Index: fontforge-20201107/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;
|
||||
}
|
||||
+ return 0;
|
||||
}
|
||||
|
||||
static int e_h(GWindow gw, GEvent *event) {
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 21:20:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20220308:
|
||||
* Overhauled resource/appearance management
|
||||
* Merge/Simplify improvements
|
||||
* Updated Unicode support to Unicode 14.0.0
|
||||
* Add Points Of Inflection / Balance / Harmonize
|
||||
* Language system tag list/script range/feature list updates
|
||||
* You can now substitute glyph(s) by NULL
|
||||
* Reserved Font Names no longer written by default when adding SIL OFL to a font
|
||||
* UFO include path is altered, please update your fonts if needed
|
||||
* FontForge is now compiled with -Wall by default
|
||||
* Cidmaps are now bundled
|
||||
- drop fix-return-statement.patch. obsolete
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 20 10:46:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontforge
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fontforge
|
||||
Version: 20201107
|
||||
Version: 20220308
|
||||
Release: 0
|
||||
Summary: A Font Editor
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,7 +26,6 @@ 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
|
||||
Patch5: add-bitmap-transform-support.patch
|
||||
BuildRequires: cairo-devel
|
||||
@ -44,7 +43,6 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libuninameslist-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -96,7 +94,6 @@ to develop applications that use FontForge libraries.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%if %{?suse_version} < 1550
|
||||
%patch2 -p1
|
||||
%endif
|
||||
@ -130,7 +127,7 @@ rm %{buildroot}%{_docdir}/%{name}/html/.nojekyll
|
||||
%{_datadir}/icons/hicolor/*/apps/org.fontforge.FontForge.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.fontforge.FontForge.svg
|
||||
%{_datadir}/metainfo/org.fontforge.FontForge.*.xml
|
||||
%{_datadir}/pixmaps/org.fontforge.FontForge.*
|
||||
# %{_datadir}/pixmaps/org.fontforge.FontForge.*
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%dir %{_docdir}/fontforge
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user