Dominique Leuenberger 2020-06-23 18:59:49 +00:00 committed by Git OBS Bridge
commit 2224fec95f
6 changed files with 31 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/antlarr-suse/ttf-converter</param> <param name="url">https://github.com/antlarr-suse/ttf-converter</param>
<param name="filename">ttf-converter</param> <param name="filename">ttf-converter</param>
<param name="version">1.0</param> <param name="version">1.0.3</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/antlarr-suse/ttf-converter</param> <param name="url">https://github.com/antlarr-suse/ttf-converter</param>
<param name="changesrevision">a2540b89cabccd914f70d2f3902ac7f3a6467b2d</param></service></servicedata> <param name="changesrevision">6ec51ca498265a020d1d66f1e7b1ba32b9ee4ea7</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c919f1bdaa59041c52a3812a414b71852a299a42b764ab10a4521837815a97dd
size 14492

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40dc0f684e83258720f3e04cb1aeb2d10ecb17757de0c66b1ec6493247311779
size 13640

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 22 09:54:07 UTC 2020 - alarrosa@suse.com
- Update to version 1.0.3:
* Bump version to 1.0.3
* Add a --force-monospaced argument instead of hardcoding
font names
* Fix print format
* Convert `BoldCond` subfamily to `Bold Condensed`
-------------------------------------------------------------------
Fri Jun 19 16:25:09 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 1.0.2 (boo#1169444 #c41)
* Fixes for Monospaced fonts and force the Nimbus Mono L font
to be Monospaced
* Add a --version argument
-------------------------------------------------------------------
Fri Jun 19 11:25:07 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 1.0.1 (boo#1169444 #c41)
* Fix subfamily names so the converted font's subfamily match
the original ones
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 20 07:45:35 UTC 2020 - Antonio Larrosa <alarrosa@suse.com> Mon Apr 20 07:45:35 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,7 +17,7 @@
Name: ttf-converter Name: ttf-converter
Version: 1.0 Version: 1.0.3
Release: 0 Release: 0
Summary: Python script that converts fonts to TrueType format Summary: Python script that converts fonts to TrueType format
License: GPL-3.0-only License: GPL-3.0-only