Package Release Info

mkfontscale-1.2.3-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mkfontscale

Change Logs

* Mon Mar 04 2024 sndirsch@suse.com
- Update to version 1.2.3
  * configure: Use pkg-config to find zlib
  * configure: Use AC_SYS_LARGEFILE to enable large file support
  * gitlab CI: stop requiring Signed-off-by in commits
  * Remove "All rights reserved" from Oracle copyright notices
  * Convert to X.Org standard code style
  * doDirectory: add missing check for malloc() returning NULL
  * mkfontscale.c: handle -Wshadow warnings from gcc
  * ident.c: clear -Wdeclaration-after-statement warning
  * Variable scope reductions as recommended by cppcheck
  * Resolve some -Wsign-conversion warnings from clang
  * Fix -Wimplicit-float-conversion warnings from clang
  * configure: Move check for zlib into its own section
  * Address a UBSan warning about int left shift overflow
* Sun Apr 03 2022 sndirsch@suse.com
- Update to version 1.2.2
  * bugfix release
* Fri Mar 12 2021 dmueller@suse.com
- modernize spec file (move license to licensedir)
* Fri Mar 22 2019 sndirsch@suse.com
- Update to version 1.2.1
  * This release fixes a regression introduced in the 1.2.0
    release that could leave the mkfontdir script containing
    an unexpanded reference to ${exec_prefix} as shown in
    https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5
* Sun Mar 03 2019 sndirsch@suse.com
- Update to version 1.2.0
  * Starting with this release, 1.2.0, it now includes the
    mkfontdir script previously distributed separately for
    compatibility with older X11 versions.
- provide/obsolete mkfontdir package
* Mon Sep 10 2018 sndirsch@suse.com
- recommends xorg-x11-fonts-core package, so an approprite
  encodings.dir file can be written to each font directory
  (boo#1106850)
* Wed Mar 07 2018 sndirsch@suse.com
- Update to version 1.1.3:
  * autogen.sh: use quoted string variables
  * mkfontscale: Avoid a buffer underrun
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish
  * fix handling of Type1 fonts without /FamilyName and/or /FullName
- supersedes u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
* Tue Mar 03 2015 pgajdos@suse.com
- fix segfault for Hershey fonts [bnc#918466]
- treat /FontName as family name when /FamilyName is missing
  + u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
* Mon Feb 02 2015 zaitor@opensuse.org
- Update to version 1.1.2:
  + Remove extraneous duplicate checks for -r & -n options.
  + autogen.sh: Honor NOCONFIGURE=1.
  + configure: Drop AM_MAINTAINER_MODE.
  + Only include config.h if it exists.
  + Fix possible malloc allocation error found by clang static
    analysis.
  + Plug a memory leak found by clang static analysis.
  + Print which option was in error along with usage message.
  + Make usage() always exit(1).
  + Add -v flag to print program version.
  + Add missing newline to usage output.
* Sat Aug 17 2013 zaitor@opensuse.org
- Update to version 1.1.1:
  + Protect config.h inclusion like usual.
  + Document -u/-U options in man page.
  + Replace malloc(strlen);strcpy() calls with strdup.
  + Since hash() returns unsigned int, store results in unsigned
    ints.
  + Fix compilation for MinGW.
  + Prefer original file over symlink (v2).
- Drop mkfontscale-skip_symlinks.diff, fixed upstream.