From c02ed1d59bb07c1361af427815e478fdf75ec432 Mon Sep 17 00:00:00 2001 From: dou33 Date: Sun, 20 Feb 2022 11:35:03 +0000 Subject: [PATCH] fix openEuler factory compile error --- compface.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compface.spec b/compface.spec index e937d17..93ead85 100644 --- a/compface.spec +++ b/compface.spec @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 32 +Release: 33 Summary: Library and tools for handling X-Face data License: MIT @@ -15,6 +15,7 @@ Patch2: compface-1.5.2-build.patch BuildRequires: diffutils BuildRequires: gcc BuildRequires: make +BuildRequires: libstdc++ libgcc libxml2 %description This is the Compface image compression and decompression library and its @@ -71,6 +72,9 @@ cmp %{SOURCE1} __test.xbm %changelog +* Sun Feb 20 2022 douyan - 1.5.2-33 +- fix openEuler compile error + * Thu May 27 2021 yaozc7 - 1.5.2-32 - Package init