diff --git a/fontconfig-2.13.94.tar.xz b/fontconfig-2.13.94.tar.xz deleted file mode 100644 index 4da94d9..0000000 Binary files a/fontconfig-2.13.94.tar.xz and /dev/null differ diff --git a/fontconfig-2.14.2.tar.xz b/fontconfig-2.14.2.tar.xz new file mode 100644 index 0000000..204eca3 Binary files /dev/null and b/fontconfig-2.14.2.tar.xz differ diff --git a/fontconfig.spec b/fontconfig.spec index b76c3e2..89770e2 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -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 - 2.14.2-1 +- update to 2.14.2 + * Thu Oct 20 2022 wuzx - 2.13.94-3 - add sw64 patch