From b64efdf36be465f0986a3fbb93f7e9a195ca18d6 Mon Sep 17 00:00:00 2001 From: sndirsch <> Date: Mar 05 2024 18:29:18 +0000 Subject: Update mkfontscale to version 1.2.3 / rev 15 via SR 1154485 https://build.opensuse.org/request/show/1154485 by user sndirsch + anag+factory - 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 --- diff --git a/.files b/.files index 8fe5918..039d2e2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c6798ad..17d3895 100644 --- a/.rev +++ b/.rev @@ -120,4 +120,25 @@ * bugfix release 966688 + + c55a6ea2b650c429b83a288647904e67 + 1.2.3 + + anag+factory + - 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 + 1154485 + diff --git a/mkfontscale-1.2.2.tar.xz b/mkfontscale-1.2.2.tar.xz deleted file mode 120000 index 9200635..0000000 --- a/mkfontscale-1.2.2.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiek4p5vwh7hinxb6vsqmcwkuprjdd7hiwyojf43kwjznciu7ywvyq \ No newline at end of file diff --git a/mkfontscale-1.2.3.tar.xz b/mkfontscale-1.2.3.tar.xz new file mode 120000 index 0000000..28bb4f1 --- /dev/null +++ b/mkfontscale-1.2.3.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreibjehg4grhrvtxajpgw5ipcsvs4cmecmmag4e2kt3ryz6oj237hly \ No newline at end of file diff --git a/mkfontscale.changes b/mkfontscale.changes index 1d223c0..df47d00 100644 --- a/mkfontscale.changes +++ b/mkfontscale.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Mon Mar 4 03:54:15 UTC 2024 - Stefan Dirsch + +- 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 - Update to version 1.2.2 diff --git a/mkfontscale.spec b/mkfontscale.spec index 2ca81f9..356cc14 100644 --- a/mkfontscale.spec +++ b/mkfontscale.spec @@ -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