Commit Graph

18 Commits

Author SHA256 Message Date
Ana Guerrero
557cc50bf6 Accepting request 1114060 from X11:XOrg
- update to 1.2.3
  * Build xz tarballs instead of bzip2
  * gitlab CI: enable commit & merge request checks
  * gitlab CI: enable gitlab's builtin static analysis
  * Variable scope reductions as recommended by cppcheck
  * args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
  * makeBitmap: declare raster parameter const as recommended by cppcheck
  * Remove unused function findIndex
  * Allow inlining makeName
  * Use C99 compound literals to initialize newly allocated structs
  * Add CI tests

OBS-URL: https://build.opensuse.org/request/show/1114060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=12
2023-09-29 19:12:48 +00:00
3b0dad5863 - update to 1.2.3
* Build xz tarballs instead of bzip2
  * gitlab CI: enable commit & merge request checks
  * gitlab CI: enable gitlab's builtin static analysis
  * Variable scope reductions as recommended by cppcheck
  * args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
  * makeBitmap: declare raster parameter const as recommended by cppcheck
  * Remove unused function findIndex
  * Allow inlining makeName
  * Use C99 compound literals to initialize newly allocated structs
  * Add CI tests

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=17
2023-09-28 10:49:08 +00:00
Dominique Leuenberger
d4643c1212 Accepting request 900104 from X11:XOrg
- update to 1.2.2
  * fix for recent versions that mixed up font size with font height.

OBS-URL: https://build.opensuse.org/request/show/900104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=11
2021-06-18 08:13:18 +00:00
5bc0bfddbd - update to 1.2.2
* fix for recent versions that mixed up font size with font height.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=15
2021-06-15 09:02:13 +00:00
Dominique Leuenberger
ca32f2ec88 Accepting request 860173 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/860173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=10
2021-01-08 16:32:31 +00:00
f15ce93f53 Accepting request 858074 from home:dirkmueller:branches:X11:XOrg
- update to 1.2.1:
  * Resolves issues found by Oracle Parfait 4.0 static analyser:
  * Fall back to using FONT property as family name
  * fix sign of calculated descent
  * handle empty foundry encoded as NULL

OBS-URL: https://build.opensuse.org/request/show/858074
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=13
2021-01-04 12:15:04 +00:00
Dominique Leuenberger
37a9cfe647 Accepting request 844523 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/844523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=9
2020-11-02 08:37:51 +00:00
9ce90b4095 - Update to version 1.2.0
* This release contains a bunch of fixes all over the place

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=11
2020-10-21 09:24:12 +00:00
Dominique Leuenberger
7ec1c8d748 Accepting request 761498 from X11:XOrg
- Update to version 1.1.0 
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Correct a string literal
  * Mention .otb as an extension
  * Accept a BDF font on stdin
  * Avoid undefined behaviour
  * Round font size to integer value when reading bitmap font
  * Mark vsprintf_alloc as printf-like function
  * check for freetype NULL atoms
  * let freetype handle ISO-8859-1 mapping
  * allow ISO-646.1991-IRV as well, adobe standard for bdf

OBS-URL: https://build.opensuse.org/request/show/761498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=8
2020-01-07 22:53:46 +00:00
e8c0216d96 - Update to version 1.1.0
* Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Correct a string literal
  * Mention .otb as an extension
  * Accept a BDF font on stdin
  * Avoid undefined behaviour
  * Round font size to integer value when reading bitmap font
  * Mark vsprintf_alloc as printf-like function
  * check for freetype NULL atoms
  * let freetype handle ISO-8859-1 mapping
  * allow ISO-646.1991-IRV as well, adobe standard for bdf

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=9
2020-01-07 09:57:22 +00:00
Dominique Leuenberger
f04e5281a8 Accepting request 629905 from X11:XOrg
- Update to version 1.0.5
  * Is it a bird? is it a plane? No it's a fonttofs.. fontstof.. 
    fonttofn... it's a release of the tool that wraps a bitmap
    font into a truetype wrapper! Bringing you the last 9 years
    of exciting changes including ansification and lots of
    autotools cleanup changes, because that is how we rolled 7
    years ago. (Almost) no source files were harmed in the
    making of this release.
- get rid of _service/_servicedata files

OBS-URL: https://build.opensuse.org/request/show/629905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=7
2018-08-17 22:06:30 +00:00
5ca8b060ba - Update to version 1.0.5
* Is it a bird? is it a plane? No it's a fonttofs.. fontstof.. 
    fonttofn... it's a release of the tool that wraps a bitmap
    font into a truetype wrapper! Bringing you the last 9 years
    of exciting changes including ansification and lots of
    autotools cleanup changes, because that is how we rolled 7
    years ago. (Almost) no source files were harmed in the
    making of this release.
- get rid of _service/_servicedata files

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=7
2018-08-17 10:53:33 +00:00
Dominique Leuenberger
03c5853fa1 Accepting request 500949 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/500949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=6
2017-06-07 07:55:08 +00:00
2da177d823 Accepting request 500947 from home:Zaitor:branches:X11:XOrg
Minor tweak of .changes

OBS-URL: https://build.opensuse.org/request/show/500947
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=5
2017-06-04 10:34:42 +00:00
ea93e9bfc6 Accepting request 500283 from home:Zaitor:branches:X11:XOrg
Fix build in TW, switch to source service git checkout, this package have not seen a release since 2008 (wow almost 10 years), so instead of doing patches, I feel this is cleaner

OBS-URL: https://build.opensuse.org/request/show/500283
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=4
2017-06-04 10:27:13 +00:00
80fa009aa3 Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=3
2014-04-27 22:08:15 +00:00
Stephan Kulow
cd3f936b91 Accepting request 115332 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=1
2012-05-08 09:56:13 +00:00
5d2f064a22 Accepting request 113465 from home:vuntz:branches:X11:XOrg
Split fonttosfnt out of xorg-x11; no change to the content

OBS-URL: https://build.opensuse.org/request/show/113465
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=1
2012-04-14 09:31:32 +00:00