2 Commits

Author SHA256 Message Date
fc85453a11 Accepting request 1271163 from X11:XOrg
- Update to version 2.3.9 
  * Remove support for building with pre-X11R7 versions of X
  * Remove support for building with pre-C89 versions of C
  * Require xproto >= 7.0.22 for _X_UNUSED
  * meson: Add option to build with meson
  * fix potential buffer overrun in _XftGlyphDefault
  * issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
  * build-fix for older versions of freetype2: FT_HAS_SVG was added
    late in 2021
  * issue 21: remove redundant/out-of-place prototype for XftNameUnparse
  * manpage formatting-fixes

OBS-URL: https://build.opensuse.org/request/show/1271163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXft?expand=0&rev=19
2025-04-22 15:25:42 +00:00
6a3d26e266 - Update to version 2.3.9
* Remove support for building with pre-X11R7 versions of X
  * Remove support for building with pre-C89 versions of C
  * Require xproto >= 7.0.22 for _X_UNUSED
  * meson: Add option to build with meson
  * fix potential buffer overrun in _XftGlyphDefault
  * issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
  * build-fix for older versions of freetype2: FT_HAS_SVG was added
    late in 2021
  * issue 21: remove redundant/out-of-place prototype for XftNameUnparse
  * manpage formatting-fixes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXft?expand=0&rev=34
2025-04-21 11:28:46 +00:00
4 changed files with 21 additions and 6 deletions

Binary file not shown.

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

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

View File

@@ -1,7 +1,22 @@
-------------------------------------------------------------------
Mon Apr 21 11:24:07 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 2.3.9
* Remove support for building with pre-X11R7 versions of X
* Remove support for building with pre-C89 versions of C
* Require xproto >= 7.0.22 for _X_UNUSED
* meson: Add option to build with meson
* fix potential buffer overrun in _XftGlyphDefault
* issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
* build-fix for older versions of freetype2: FT_HAS_SVG was added
late in 2021
* issue 21: remove redundant/out-of-place prototype for XftNameUnparse
* manpage formatting-fixes
-------------------------------------------------------------------
Tue Apr 18 11:23:43 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Updat to version 2.3.8
- Update to version 2.3.8
* configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
* add check for missing glyph in XftFontCheckGlyph()

View File

@@ -1,7 +1,7 @@
#
# spec file for package libXft
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libXft
%define lname libXft2
Version: 2.3.8
Version: 2.3.9
Release: 0
Summary: X FreeType library
License: MIT