diff --git a/libuv.spec b/libuv.spec index 723686e3fb250bb868e1b3cf21cd62c710fb7a73..8aa9b370ec8623eab6d73c787d756b0cc454fda3 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: 4 +Release: 5 Summary: A multi-platform support library with a focus on asynchronous I/O # from README.md @@ -12,7 +12,7 @@ Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.g Patch1: libuv-Add-sw64-architecture.patch Patch2: backport-Skip-some-tests.patch -BuildRequires: autoconf automake libtool gcc +BuildRequires: autoconf automake libtool gcc make %description libuv is a multi-platform support library with a focus on asynchronous I/O. @@ -63,6 +63,9 @@ make check %doc ChangeLog %changelog +* Thu Dec 15 2022 shixuantong - 1:1.42.0-5 +- add make to buildrequires + * Thu Dec 08 2022 shixuantong - 1:1.42.0-4 - skip some test