Update the version deps of freetype to resolve FT_Done_MM_Var symbol. (#1579464)

This commit is contained in:
Akira TAGOH 2018-06-06 12:12:22 +09:00
parent 484997d220
commit 171686acad

View File

@ -1,9 +1,11 @@
%global freetype_version 2.8-7
# ifdef'd in source code but runtime dep will be made for FT_Done_MM_Var symbol in freetype-2.9.1
# so update the build deps as well to keep deps consistency between runtime and build time.
%global freetype_version 2.9.1
Summary: Font configuration and customization library
Name: fontconfig
Version: 2.13.0
Release: 4%{?dist}
Release: 5%{?dist}
# src/ftglue.[ch] is in Public Domain
# src/fccache.c contains Public Domain code
# fc-case/CaseFolding.txt is in the UCD
@ -30,7 +32,7 @@ BuildRequires: autoconf automake libtool gettext itstool
BuildRequires: gperf
Requires: fontpackages-filesystem freetype
Requires(pre): freetype >= 2.8-7
Requires(pre): freetype >= 2.9.1
Requires(post): grep coreutils
Requires: font(:lang=en)
@ -164,6 +166,9 @@ HOME=/root /usr/bin/fc-cache -s
%doc fontconfig-devel.txt fontconfig-devel
%changelog
* Wed Jun 06 2018 Akira TAGOH <tagoh@redhat.com> - 2.13.0-5
- Update the version deps of freetype to resolve FT_Done_MM_Var symbol. (#1579464)
* Fri May 11 2018 Akira TAGOH <tagoh@redhat.com> - 2.13.0-4
- Fix the emboldening logic. (#1575649)