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