From eb910a7d83f62b0b80b128b354401e0145c26a9b Mon Sep 17 00:00:00 2001 From: Hailiang Date: Tue, 13 May 2025 14:39:35 +0800 Subject: [PATCH] del sw_64 patch ifarch (cherry picked from commit 2bf45717077cd0f93bf82343372463e58ca381e8) --- libXfont2.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libXfont2.spec b/libXfont2.spec index 1762b8b..53c48f3 100644 --- a/libXfont2.spec +++ b/libXfont2.spec @@ -1,13 +1,11 @@ Name: libXfont2 Version: 2.0.6 -Release: 1 +Release: 2 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.gz -%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 +* Tue May 13 2025 mahailiang - 2.0.6-2 +- del sw_64 patch ifarch + * Fri Feb 03 2023 zhouwenpei - 2.0.6-1 - update to 2.0.6 -- Gitee