From e8c0216d96c2ee2b89cf5546cd06d857b3357de04d225df898dec3ca06c4209b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 7 Jan 2020 09:57:22 +0000 Subject: [PATCH] - 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 --- fonttosfnt-1.0.5.tar.bz2 | 3 --- fonttosfnt-1.1.0.tar.bz2 | 3 +++ fonttosfnt.changes | 16 ++++++++++++++++ fonttosfnt.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 fonttosfnt-1.0.5.tar.bz2 create mode 100644 fonttosfnt-1.1.0.tar.bz2 diff --git a/fonttosfnt-1.0.5.tar.bz2 b/fonttosfnt-1.0.5.tar.bz2 deleted file mode 100644 index 9636946..0000000 --- a/fonttosfnt-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c80a5ff516aa06da2e90df044b8e28715f7d9e451feac8030951d9ff828d8503 -size 141446 diff --git a/fonttosfnt-1.1.0.tar.bz2 b/fonttosfnt-1.1.0.tar.bz2 new file mode 100644 index 0000000..af24243 --- /dev/null +++ b/fonttosfnt-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7283fd477e3de75cce40b91b5012953e30b862975555d4482435e2ee7b0f46dc +size 143545 diff --git a/fonttosfnt.changes b/fonttosfnt.changes index be14ee8..eb1f923 100644 --- a/fonttosfnt.changes +++ b/fonttosfnt.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 7 09:38:28 UTC 2020 - Stefan Dirsch + +- 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 diff --git a/fonttosfnt.spec b/fonttosfnt.spec index f44bd96..0471616 100644 --- a/fonttosfnt.spec +++ b/fonttosfnt.spec @@ -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}