107 lines
4.1 KiB
Plaintext
107 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 9 09:48:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- refresh reproducible.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 13:37:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add reproducible.patch to override build date in font files
|
|
for reproducible builds of xorg-x11-fonts (boo#1173396)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 28 10:47:13 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 09:00:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- update to 1.2.2
|
|
* fix for recent versions that mixed up font size with font height.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 22 08:40:19 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 09:17:35 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.2.0
|
|
* This release contains a bunch of fixes all over the place
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 09:38:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 17 10:46:14 UTC 2018 - sndirsch@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.5+20170126.aead36f:
|
|
* config:
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Move man pages into their own directory.
|
|
- Add missing AC_CONFIG_SRCDIR.
|
|
* man:
|
|
- Remove trailing spaces and tabs.
|
|
- Replace hard coded man page section with substitution
|
|
strings.
|
|
* configure: Drop AM_MAINTAINER_MODE.
|
|
* autogen.sh:
|
|
- Honor NOCONFIGURE=1.
|
|
- Use exec instead of waiting for configure to finish.
|
|
- Use quoted string variables.
|
|
- Add default patch prefix.
|
|
- Switch to source service git checkout.
|
|
- Following the above, add libtool BuildRequires, and pass
|
|
NOCONFIGURE=1 ./autogen.sh: Needed now that we build from a git
|
|
checkout.
|
|
- Add pkgconfig(xorg-macros) BuildRequires: New dependency.
|
|
- Stop packaging ChangeLog and NEWS, dropped upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split fonttosfnt from xorg-x11. Initial version: 1.0.4.
|
|
|