update to 2.14.2

This commit is contained in:
zhouwenpei 2023-02-02 07:52:50 +00:00
parent 4055e7a871
commit 6b795ae376
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
fontconfig-2.14.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global freetype_version 2.9.1
Name: fontconfig
Version: 2.13.94
Release: 3
Version: 2.14.2
Release: 1
Summary: Fontconfig is a library for configuring and customizing font access
License: MIT and Public Domain and UCD
URL: http://fontconfig.org
@ -11,7 +11,9 @@ Source1: fc-cache
Source2: FcConfigGetFilename.3
Patch6000: backport-fontconfig-disable-network-required-test.patch
%ifarch sw_64
Patch6001: fontconfig-2.13.94-sw.patch
%endif
BuildRequires: libxml2-devel freetype-devel >= %{freetype_version} fontpackages-devel libuuid-devel
BuildRequires: autoconf automake libtool gettext itstool gperf
@ -44,9 +46,6 @@ applications that uses fontconfig.
%prep
%autosetup -n %{name}-%{version} -p1
%ifnarch sw_64
%patch6001 -R -p1
%endif
cp %{SOURCE2} $RPM_BUILD_DIR/%{name}-%{version}/doc
%build
@ -124,6 +123,9 @@ HOME=/root /usr/bin/fc-cache -s
%{_mandir}/man3/*
%changelog
* Thu Feb 02 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.14.2-1
- update to 2.14.2
* Thu Oct 20 2022 wuzx<wuzx1226@qq.com> - 2.13.94-3
- add sw64 patch