- 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mkfontscale?expand=0&rev=25
This commit is contained in:
Stefan Dirsch 2024-03-04 03:58:25 +00:00 committed by Git OBS Bridge
parent 26e9dfc191
commit 5d1e068542
4 changed files with 23 additions and 5 deletions

BIN
mkfontscale-1.2.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
mkfontscale-1.2.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 4 03:54:15 UTC 2024 - Stefan Dirsch <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 3 19:28:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mkfontscale
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: mkfontscale
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: Utility to create index of scalable font files for X
License: MIT