From b9e6fea036a417a1f3e44a980b16305a729cfda2 Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Mon, 19 May 2025 11:19:05 +0800 Subject: [PATCH] del sw_64 patch ifarch --- libXfont2.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libXfont2.spec b/libXfont2.spec index 7c0e346..4cd68df 100644 --- a/libXfont2.spec +++ b/libXfont2.spec @@ -1,13 +1,11 @@ Name: libXfont2 Version: 2.0.5 -Release: 3 +Release: 4 Summary: X.Org X11 libXfont2 runtime library License: MIT URL: https://xorg.freedesktop.org/ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -%ifarch sw_64 Patch1: libXfont2-2.0.5-sw.patch -%endif BuildRequires: autoconf automake libtool pkgconfig(fontsproto) freetype-devel BuildRequires: xorg-x11-util-macros libfontenc-devel xorg-x11-xtrans-devel @@ -63,6 +61,9 @@ export CFLAGS="$RPM_OPT_FLAGS -Os" %doc README.md %changelog +* Mon May 19 2025 lingsheng - 2.0.5-4 +- del sw_64 patch ifarch + * Fri Nov 11 2022 wuzx - 2.0.5-3 - Add sw64 architecture -- Gitee