forked from pool/fontforge
Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| db5adaf196 | |||
| f7d6efac46 | |||
| f63f19c0d2 | |||
| 9afcf38820 | |||
| 45a14c5410 | |||
| b0f8261351 | |||
| b121b60891 | |||
| b99dde5e8f | |||
| e77432f38d | |||
| 0a5fbba259 | |||
| 673c75694f |
17
_service
17
_service
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/fontforge/fontforge.git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/fontforge/fontforge.git</param>
|
||||
<param name="changesrevision">770356c9b52c003939a36ed3df711b08805efb3c</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:215082d941d21a78503cb5beaadd25e543270b6429f96bc69c9cd2a16e8af0ad
|
||||
size 51817486
|
||||
3
fontforge-20251009.tar.xz
Normal file
3
fontforge-20251009.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69046500185a5581b58139dfad30c0b3d8128f00ebbfddc31f2fcf877e329e52
|
||||
size 14032824
|
||||
@@ -1,3 +1,89 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 13:02:51 UTC 2025 - MihailJP <mihailjp@gmail.com>
|
||||
|
||||
- Update to version 20251009
|
||||
* Update documentation for py scripts (#5180)
|
||||
* Update GitHub CI runners (#5328)
|
||||
* Update po files from Croudin sources. (#5330)
|
||||
* Use consistent Python in MacOS GitHub runner (#5331)
|
||||
* Fix CI for Windows GitHub runner (#5335)
|
||||
* Fix lookup flags parsing (#5338)
|
||||
* Fixes (#5332): glyph file names uXXXXX (#5333)
|
||||
* make harmonization robust and avoid zero handles after harmonization (#5262)
|
||||
* Quiet strict prototypes warnings. (#5313)
|
||||
* Fix crash in parsegvar() due to insufficient buffer (#5339)
|
||||
* Handle failed iconv conversion. Unhandled execution path was UB, causing a segfault for me (#5329)
|
||||
* Fix CMake function _get_git_version() (#5342)
|
||||
* Don't require individual tuple encapsulation in fontforge.font.bitmapSizes setter (#5138)
|
||||
* nltransform of anchor points (#5345)
|
||||
* Fix generateFontPostHook being called instead of generateFontPreHook (#5226)
|
||||
* Always set usDefaultChar to 0 (.notdef) (#5242)
|
||||
* add font attributes, method to Python docs (#5353)
|
||||
* fix segfault triggered by Python del c[i:j] (#5352)
|
||||
* Autoselect internal WOFF2 format (#5346)
|
||||
* 📝 Fix typos in the FAQ (#5355)
|
||||
* add font.style_set_names attribute to Python API (#5354)
|
||||
* Bulk tester (#5365)
|
||||
* Fix Splinefont shell invocation (#5367)
|
||||
* Fix the lists of Windows language IDs (#5359)
|
||||
* Support suplementary planes in SFD (emojis etc.) (#5364)
|
||||
* Remove psaltnames for multi-code-point names (#5305)
|
||||
* doc: added missing sudo to installation instructions (#5300)
|
||||
* Fix data corruption on SFD reading (#5380)
|
||||
* Compare vertical metrics check when generating TTC (#5372)
|
||||
* Treat FT_PIXEL_MODE_MONO as 2 grey levels (#5379)
|
||||
* Don't attempt to copy anchors into NULL font (#5405)
|
||||
* Fix export of supplementary plane characters in font name to TTF (#5396)
|
||||
* Defer crowdin update to the end of the pipeline (#5409)
|
||||
* Fix generated feature file bugs (#5384)
|
||||
* crowdin: update to java 17 (#5447)
|
||||
* Remove assert from Python script processor (#5410)
|
||||
* Use sysconfig for Python module locations (#5423)
|
||||
* Use PyConfig API on Python 3.8 (#5404)
|
||||
* Fix resource leak in unParseTTInstrs (#5476)
|
||||
* Only install GUI-specific files if ENABLE_GUI is set (#5451)
|
||||
* add math device tables to Python API (#5348)
|
||||
* Update CI runner to macOS 13 (#5482)
|
||||
* Allow hyphen and special characters in Feature File glyph names (#5358)
|
||||
* Fix Python font.appendSFNTName() function (#5494)
|
||||
* Update mm.c (#5386)
|
||||
* Warning rollup (probably some hidden bugs!) from clang trunk (#5492)
|
||||
* Fix function PyFFFont_addSmallCaps. (#5519)
|
||||
* Make SmallCaps() create symbols (#5517)
|
||||
* Segfault fix and complete implementation of "Don't generate FFTM tables" (#5509)
|
||||
* Modernize fixed pitch flag computation (#5506)
|
||||
* fix memleak in function utf7toutf8_copy (#5495)
|
||||
* Avoid crashes in Python scripts when objects are accessed in invalid state (#5483)
|
||||
* Fix CI for Ubuntu 24 (#5531)
|
||||
* Bump GitHub CI runner to Ubuntu 22 (#5551)
|
||||
* Fix memory corruption in SFUnicodeRanges() (#5537)
|
||||
* Add contour draw option to H.Metrics. (#5496)
|
||||
* Fix scaling of references in CharView (#5558)
|
||||
* Fix TTF validation on load for fixed pitch fonts (#5562)
|
||||
* Performance fixes for GSUB/GPOS dumps (#5547)
|
||||
* Simple GTK-based dialog with CSS appearance support (#5546)
|
||||
* Support Harfbuzz in Metrics View (#5522)
|
||||
* Update po files from crowdin translations (#5575)
|
||||
* Be more clever about label text in gtextfield (#5583)
|
||||
* Add minimal support for GDEF version 1.3 (#5584)
|
||||
* Sanitize messages from python (#5589)
|
||||
* Fix a crash caused by deleting a glyph with vertical kerning pairs. (#5592)
|
||||
* THEME -> GUI_THEME (#5596)
|
||||
* Update po translations from Crowdin (#5593)
|
||||
* Upgrade to Unicode 16.0.0 (#5594)
|
||||
* Fix Linux AppImage (#5599)
|
||||
* Upgrade to Unicode 17.0.0 and extend the language and script lists (#5618)
|
||||
* Remove X11 and non-Cairo drawing backends (#5612)
|
||||
* Add macOS dependency setup script (#5563)
|
||||
* Fix hotkeys in BitmapView (#5626)
|
||||
* Manually install Inno Setup 6 (#5621)
|
||||
* Remove cv->back_img_out_of_date and cv->backimgs (#5625)
|
||||
* fix spelling "bt" -> "but" (#5636)
|
||||
* Fix typos in Python module docs (#5634)
|
||||
* October 2025 release (#5632)
|
||||
* fix memleak in function DlgCreate8 (#5491)
|
||||
(CVE-2025-50949, bsc#1252652)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 06:39:39 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: fontforge
|
||||
version: 20230101+git59.770356c9b
|
||||
mtime: 1745220260
|
||||
commit: 770356c9b52c003939a36ed3df711b08805efb3c
|
||||
@@ -17,14 +17,12 @@
|
||||
|
||||
|
||||
Name: fontforge
|
||||
Version: 20230101+git59.770356c9b
|
||||
Version: 20251009
|
||||
Release: 0
|
||||
Summary: A Font Editor
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://fontforge.org/
|
||||
Source0: fontforge-20230101+git59.770356c9b.tar.zst
|
||||
# workaround for bug 930076, imho upstream should fix this
|
||||
# https://github.com/fontforge/fontforge/issues/2270
|
||||
Source0: https://github.com/fontforge/fontforge/releases/download/%{version}/fontforge-%{version}.tar.xz
|
||||
Patch0: fontforge-version.patch
|
||||
Patch1: add-bitmap-transform-support.patch
|
||||
BuildRequires: cairo-devel
|
||||
@@ -37,9 +35,11 @@ BuildRequires: gettext-tools
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gtkmm3-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libspiro-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxml2-devel
|
||||
@@ -50,13 +50,11 @@ BuildRequires: python3-devel >= 3.8
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: woff2-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: libspiro-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
FontForge allows editing of outline and bitmap fonts. With it, you can
|
||||
@@ -66,9 +64,7 @@ some Type 0s), TrueType, OpenType (Type2), and CID-keyed fonts.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for FontForge
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
FontForge allows editing of outline and bitmap fonts. With it, you can
|
||||
|
||||
Reference in New Issue
Block a user