From e6e89f6c4de4941a9c8347e63573f14b35688d8f Mon Sep 17 00:00:00 2001 From: Chen Hao Date: Tue, 17 Dec 2024 10:52:53 +0800 Subject: [PATCH] Fix patch naming format --- compface.spec | 13 ++++++++----- ...5.2-4.diff.gz => libcompface_1.5.2-4.diff.patch | Bin 2 files changed, 8 insertions(+), 5 deletions(-) rename libcompface_1.5.2-4.diff.gz => libcompface_1.5.2-4.diff.patch (100%) diff --git a/compface.spec b/compface.spec index 93ead85..727b4ff 100644 --- a/compface.spec +++ b/compface.spec @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 33 +Release: 34 Summary: Library and tools for handling X-Face data License: MIT @@ -8,7 +8,7 @@ URL: http://ftp.xemacs.org/pub/xemacs/aux/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz Source1: compface-test.xbm Source2: compface-README.copyright -Patch0: libcompface_1.5.2-4.diff.gz +Patch0: libcompface_1.5.2-4.diff.patch Patch1: compface-1.5.2-stack-smashing.patch Patch2: compface-1.5.2-build.patch @@ -34,9 +34,9 @@ library. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -b .stack-smashing -%patch2 -p0 +%patch 0 -p1 +%patch 1 -p1 -b .stack-smashing +%patch 2 -p0 %build @@ -72,6 +72,9 @@ cmp %{SOURCE1} __test.xbm %changelog +* Wed Dec 18 2024 chenhao - 1.5.2-34 +- Fix patch naming format + * Sun Feb 20 2022 douyan - 1.5.2-33 - fix openEuler compile error diff --git a/libcompface_1.5.2-4.diff.gz b/libcompface_1.5.2-4.diff.patch similarity index 100% rename from libcompface_1.5.2-4.diff.gz rename to libcompface_1.5.2-4.diff.patch -- Gitee