From 42db285904eb1423de80c5e97e88de6c5e00deb5e6266f2738b720f5b8773a96 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 16 Nov 2022 10:23:21 +0000 Subject: [PATCH] - Update to version 2.3.7 * libxft issue #15 https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/15 XftFontLoadGlyphs for mono font returns wrong info in extents from XftTextExtentsUtf8 for variable chars Patch by Scott Mcdermott, based on https://github.com/googlefonts/Inconsolata/issues/42 * fix compiler warning * libxft issue #16 https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/16 Stack gets smashed in fonts with colors when calling XftGlyphRender BGRA changes made incorrect comparison for local vs allocated buffer in XftGlyphSpecRender * stdint.h header is needed for SIZE_MAX OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXft?expand=0&rev=30 --- libXft-2.3.6.tar.xz | 3 --- libXft-2.3.7.tar.xz | 3 +++ libXft.changes | 18 ++++++++++++++++++ libXft.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 libXft-2.3.6.tar.xz create mode 100644 libXft-2.3.7.tar.xz diff --git a/libXft-2.3.6.tar.xz b/libXft-2.3.6.tar.xz deleted file mode 100644 index ac3b50c..0000000 --- a/libXft-2.3.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a6e7319fc938bbb8d098c9bcc86031cc2327b5d086d3335fc5c76323c03022 -size 304252 diff --git a/libXft-2.3.7.tar.xz b/libXft-2.3.7.tar.xz new file mode 100644 index 0000000..0a8d7b7 --- /dev/null +++ b/libXft-2.3.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f0b37c45007381c371a790c2754644ad955166dbf2a48e3625032e9bdd4f71 +size 310372 diff --git a/libXft.changes b/libXft.changes index 92c7d85..db36a90 100644 --- a/libXft.changes +++ b/libXft.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 16 10:18:48 UTC 2022 - Stefan Dirsch + +- Update to version 2.3.7 + * libxft issue #15 + https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/15 + XftFontLoadGlyphs for mono font returns wrong info in extents from + XftTextExtentsUtf8 for variable chars + Patch by Scott Mcdermott, based on + https://github.com/googlefonts/Inconsolata/issues/42 + * fix compiler warning + * libxft issue #16 + https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/16 + Stack gets smashed in fonts with colors when calling XftGlyphRender + BGRA changes made incorrect comparison for local vs allocated + buffer in XftGlyphSpecRender + * stdint.h header is needed for SIZE_MAX + ------------------------------------------------------------------- Sat Sep 10 17:08:20 UTC 2022 - Stefan Dirsch diff --git a/libXft.spec b/libXft.spec index 574cb49..7c1a7cc 100644 --- a/libXft.spec +++ b/libXft.spec @@ -18,7 +18,7 @@ Name: libXft %define lname libXft2 -Version: 2.3.6 +Version: 2.3.7 Release: 0 Summary: X FreeType library License: MIT