Update the version deps of freetype to resolve FT_Done_MM_Var symbol. (#1579464)
This commit is contained in:
parent
484997d220
commit
171686acad
@ -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
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.13.0
|
Version: 2.13.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# src/ftglue.[ch] is in Public Domain
|
# src/ftglue.[ch] is in Public Domain
|
||||||
# src/fccache.c contains Public Domain code
|
# src/fccache.c contains Public Domain code
|
||||||
# fc-case/CaseFolding.txt is in the UCD
|
# fc-case/CaseFolding.txt is in the UCD
|
||||||
@ -30,7 +32,7 @@ BuildRequires: autoconf automake libtool gettext itstool
|
|||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
|
|
||||||
Requires: fontpackages-filesystem freetype
|
Requires: fontpackages-filesystem freetype
|
||||||
Requires(pre): freetype >= 2.8-7
|
Requires(pre): freetype >= 2.9.1
|
||||||
Requires(post): grep coreutils
|
Requires(post): grep coreutils
|
||||||
Requires: font(:lang=en)
|
Requires: font(:lang=en)
|
||||||
|
|
||||||
@ -164,6 +166,9 @@ HOME=/root /usr/bin/fc-cache -s
|
|||||||
%doc fontconfig-devel.txt fontconfig-devel
|
%doc fontconfig-devel.txt fontconfig-devel
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 11 2018 Akira TAGOH <tagoh@redhat.com> - 2.13.0-4
|
||||||
- Fix the emboldening logic. (#1575649)
|
- Fix the emboldening logic. (#1575649)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user