From fa1071c2cbcc7b71efe76c5910b712ba8b06da2a Mon Sep 17 00:00:00 2001 From: zhangpan Date: Sat, 11 Mar 2023 10:15:08 +0000 Subject: [PATCH] enable test (cherry picked from commit de452e6803586b6392ec2661e28f02a1cdcfb729) --- libxshmfence.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libxshmfence.spec b/libxshmfence.spec index 56d91b2..c8e74f4 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -1,6 +1,6 @@ Name: libxshmfence Version: 1.3 -Release: 6 +Release: 7 Summary: X11 shared memory fences License: MIT URL: https://www.x.org/ @@ -28,6 +28,9 @@ autoreconf -ivf %configure %make_build +%check +make check + %install %make_install %delete_la @@ -51,6 +54,12 @@ autoreconf -ivf %doc README ChangeLog %changelog +* Sat Mar 11 2023 zhangpan - 1.3-7 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:enable test + * Sat Oct 19 2019 openEuler Buildteam - 1.3-6 - Type:bugfix - Id:NA