From a0c69be629df7d2c5de62a440ffa6cf515b02b16 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Mon, 20 Jun 2022 15:38:14 +0800 Subject: [PATCH] enable check --- libuv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libuv.spec b/libuv.spec index c3dc984..53a954a 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: 1 +Release: 2 Summary: A multi-platform support library with a focus on asynchronous I/O # from README.md @@ -41,6 +41,7 @@ Development libraries for libuv %check %ldconfig_scriptlets +make check %files %license LICENSE @@ -58,7 +59,10 @@ Development libraries for libuv %doc ChangeLog %changelog -* Fri Sep 25 2021 sdlzx - 1.42.0-1 +* Mon Jun 20 2022 renhongxun - 1.42.0-2 +- enable check + +* Sat Sep 25 2021 sdlzx - 1.42.0-1 - upgrade version to 1.42.0 * Tue Jan 26 2021 liudabo - 1.40.0-1 -- Gitee