forked from pool/ttf-converter
Antonio Larrosa
f153c0ff94
- Fix for SLE 15 where %primary_python is not defined. OBS-URL: https://build.opensuse.org/request/show/1143554 OBS-URL: https://build.opensuse.org/package/show/M17N/ttf-converter?expand=0&rev=14
100 lines
3.9 KiB
Plaintext
100 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 2 06:34:59 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Fix for SLE 15 where %primary_python is not defined.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 1 13:23:03 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Reduce the BuildRequires from python3 to just python-rpm-macros
|
|
and Require: %{primary_python}-base instead of python3-base
|
|
which might be off for a short time when %primary_python changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 1 12:46:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Use %python3_fix_shebang
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update %description with content from upstream README.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 4 17:26:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to version 1.0.7:
|
|
* Explicitly flush the file for following read operation
|
|
* Fixed Unused mode warning
|
|
* Code style cleanups
|
|
* Update description inside README.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 30 17:35:53 UTC 2020 - alarrosa@suse.com
|
|
|
|
- Update to version 1.0.6:
|
|
* Standarize output when converting vector and bitmap fonts
|
|
* Add more subfamilies fixes (boo#1169444)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 29 12:09:28 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to version 1.0.5:
|
|
* Add --family and --subfamily arguments to force values on those
|
|
fields
|
|
* Add parameters to fix glyph unicode values
|
|
--fix-glyph-unicode : Try to fix unicode points and glyph names
|
|
based on glyph names containing hexadecimal codes (like
|
|
"$0C00", "char12345" or "uni004F")
|
|
--replace-unicode-values: When passed 2 comma separated numbers
|
|
a,b the glyph with an unicode value of a is replaced with the
|
|
unicode value b. Can be used more than once.
|
|
--shift-unicode-values: When passed 3 comma separated numbers
|
|
a,b,c this shifts the unicode values of glyphs between a and b
|
|
(both included) by adding c. Can be used more than once.
|
|
* Add --bitmapTransform parameter to transform bitmap glyphs. When
|
|
used, all glyphs are modified with the transformation function and
|
|
values passed as parameters. The parameter has three values
|
|
separated by commas: fliph|flipv|rotate90cw|rotate90ccw|
|
|
rotate180|skew|transmove,xoff,yoff
|
|
(boo#1169444)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 25 10:38:37 UTC 2020 - alarrosa@suse.com
|
|
|
|
- Update to version 1.0.4:
|
|
* Add support to convert bitmap fonts (boo#1169444)
|
|
* Rename MediumItalic subfamily to Medium Italic
|
|
* Show some more information when removing duplicated glyphs
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Initial release of ttf-converter 1.0 (boo#1169444)
|
|
|