[packages/fontconfig] real solution for missing FT_Done_MM_Var symbol; rel 4

atler atler at pld-linux.org
Thu Dec 19 14:02:01 CET 2019


commit 350d98e11325f38432e7d43b182b789a1aefa330
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Dec 19 13:57:54 2019 +0100

    real solution for missing FT_Done_MM_Var symbol; rel 4
    
    freetype introduced FT_Done_MM_Var in 2.9 and fontconfig uses it
    conditionally if available during build time. to avoid issues require
    freetype build and runtime versions >= 2.9

 fontconfig.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fontconfig.spec b/fontconfig.spec
index 9247f6c..b482bfc 100644
--- a/fontconfig.spec
+++ b/fontconfig.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):	Narzędzia do konfigurowania fontów
 Summary(pt_BR.UTF-8):	Ferramentas para configuração e customização do acesso a fontes
 Name:		fontconfig
 Version:	2.13.1
-Release:	3
+Release:	4
 Epoch:		1
 License:	MIT
 Group:		Libraries
@@ -28,7 +28,7 @@ BuildRequires:	docbook-utils >= 0.6.13-3
 BuildRequires:	ed
 BuildRequires:	expat-devel
 # pkgconfig(freetype) >= 21.0.15
-BuildRequires:	freetype-devel >= 1:2.8.1
+BuildRequires:	freetype-devel >= 1:2.9
 BuildRequires:	gettext-tools >= 0.19.8
 BuildRequires:	gperf
 %{?with_tests:BuildRequires:	json-c-devel}
@@ -61,7 +61,7 @@ Summary:	Font configuration and customization library
 Summary(pl.UTF-8):	Biblioteka do konfigurowania fontów
 Summary(pt_BR.UTF-8):	Biblioteca para configuração e customização do acesso a fontes
 Group:		Libraries
-Requires:	freetype >= 1:2.8.1
+Requires:	freetype >= 1:2.9
 Provides:	XFree86-fontconfig
 Obsoletes:	XFree86-fontconfig
 Conflicts:	fontconfig <= 1:2.2.98-1
@@ -85,7 +85,7 @@ Summary(pt_BR.UTF-8):	Biblioteca para configuração e customização do acesso
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	expat-devel
-Requires:	freetype-devel >= 1:2.8.1
+Requires:	freetype-devel >= 1:2.9
 Requires:	libuuid-devel
 Provides:	XFree86-fontconfig-devel
 Obsoletes:	XFree86-fontconfig-devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fontconfig.git/commitdiff/350d98e11325f38432e7d43b182b789a1aefa330



More information about the pld-cvs-commit mailing list