From 12bebaeb51696c28a0887d12850559499f290e67 Mon Sep 17 00:00:00 2001 From: jzm369 Date: Tue, 9 Feb 2021 17:14:14 +0800 Subject: [PATCH] add check in spec and rebuild libXdmcp (cherry picked from commit b55ed1d40b4a844044448461b933dd040f993cd2) --- libXdmcp.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libXdmcp.spec b/libXdmcp.spec index cc80517..87052f8 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,6 +1,6 @@ Name: libXdmcp Version: 1.1.3 -Release: 2 +Release: 4 Summary: X Display Manager Control Protocol library License: MIT Url: https://xorg.freedesktop.org/ @@ -33,6 +33,9 @@ autoreconf -ivf %configure %make_build +%check +make check + %install %make_install %delete_la @@ -56,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} %doc README.md ChangeLog %changelog +* Tue Feb 9 2021 jinzhimin - 1.1.3-4 +- rebuild libXdmcp + +* Tue Feb 9 2021 jinzhimin - 1.1.3-3 +- add check in spec + * Sat Dec 28 2019 openEuler Buildteam - 1.1.3-2 - Type:bugfix - Id:NA