From 7083ba99846b07f44bedaee9ce071e5095e448a8 Mon Sep 17 00:00:00 2001 From: jzm369 Date: Tue, 9 Feb 2021 17:16:03 +0800 Subject: [PATCH] add check in spec and rebuild libXext (cherry picked from commit 9f1d7cfddc9544f8c4d04a0405b737d43492525b) --- libXext.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libXext.spec b/libXext.spec index 6f36977..6bc1c34 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,6 +1,6 @@ Name: libXext Version: 1.3.4 -Release: 2 +Release: 4 Summary: Common extensions to the X11 protocol License: MIT URL: https://xorg.freedesktop.org/ @@ -32,6 +32,9 @@ autoreconf -v --install --force %configure %make_build +%check +make check + %install %make_install %delete_la @@ -57,6 +60,12 @@ autoreconf -v --install --force %exclude %{_docdir}/libXext %changelog +* Tue Feb 9 2021 jinzhimin - 1.3.4-4 +- rebuild libXext + +* Tue Feb 9 2021 jinzhimin - 1.3.4-3 +- add check in spec + * Sat Oct 19 2019 openEuler Buildteam - 1.3.4-2 - Type:bugfix - Id:NA