- 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
This commit is contained in:
Stefan Dirsch 2020-01-07 09:57:22 +00:00 committed by Git OBS Bridge
parent 5ca8b060ba
commit e8c0216d96
4 changed files with 23 additions and 7 deletions

View File

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

3
fonttosfnt-1.1.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package fonttosfnt
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: fonttosfnt
Version: 1.0.5
Version: 1.1.0
Release: 0
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
License: MIT
@ -49,7 +49,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc COPYING README
%doc COPYING README.md
%{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt.1%{?ext_man}