Accepting request 1154485 from X11:XOrg
- 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/request/show/1154485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mkfontscale?expand=0&rev=15
This commit is contained in:
commit
b31c817f1c
BIN
mkfontscale-1.2.2.tar.xz
(Stored with Git LFS)
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
BIN
mkfontscale-1.2.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user