- 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
This commit is contained in:
Stefan Dirsch 2022-11-16 10:23:21 +00:00 committed by Git OBS Bridge
parent ea4a800700
commit 42db285904
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60a6e7319fc938bbb8d098c9bcc86031cc2327b5d086d3335fc5c76323c03022
size 304252

3
libXft-2.3.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79f0b37c45007381c371a790c2754644ad955166dbf2a48e3625032e9bdd4f71
size 310372

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 16 10:18:48 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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