From b074c1201f016e19a8c0a3ac314c444645678388 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2020 10:00:49 -0400 Subject: [PATCH] Update to 1.38.0 https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog Signed-off-by: Stephen Gallagher --- .gitignore | 1 + libuv.spec | 21 ++++++++++++++------- sources | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7df730d..fe60601 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /libuv-v1.34.2.tar.gz /libuv-v1.36.0.tar.gz /libuv-v1.37.0.tar.gz +/libuv-v1.38.0.tar.gz diff --git a/libuv.spec b/libuv.spec index cbc826d..b7f2a8e 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,11 @@ +# Some of the tests do not work with the network-free environment in Koji +# The packager should run `fedpkg local --with tests` on their machine +# before pushing to Koji +%bcond_with tests + Name: libuv Epoch: 1 -Version: 1.37.0 +Version: 1.38.0 Release: 1%{?dist} Summary: Platform layer for node.js @@ -16,7 +21,6 @@ BuildRequires: gcc # -- Patches -- # - %description libuv is a new platform layer for Node. Its purpose is to abstract IOCP on Windows and libev on Unix systems. We intend to eventually contain all platform @@ -50,13 +54,12 @@ Static library (.a) version of libuv. rm -f %{buildroot}%{_libdir}/libuv.la mkdir -p %{buildroot}%{_libdir}/libuv/ -install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} +install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %check -# Tests are currently disabled because some require network access -# Working with upstream to split these out -#./run-tests -#./run-benchmarks +%if %{with tests} +%make_build check +%endif %ldconfig_scriptlets @@ -77,6 +80,10 @@ install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Mon May 18 2020 Stephen Gallagher - 1.38.0-1 +- Update to 1.38.0 +- https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog + * Mon Apr 20 2020 Stephen Gallagher - 1.37.0-1 - Update to 1.37.0 - https://github.com/libuv/libuv/blob/v1.37.0/ChangeLog diff --git a/sources b/sources index 8696e0a..dcc7c46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.37.0.tar.gz) = dc5f616871d8ea10d7d5f66f5b1044eb1deeab7714a5fb515a40ca9a45d01efea310c182b74a4152da26c9de9ca75b0ba13b103eb0e63361144216aac408223a +SHA512 (libuv-v1.38.0.tar.gz) = 57c33c3d8798c243a8398c0b91a0048a6a85fc117a3f13ea551ba01b5c7b13803be75b902b79c5698e6e401dca45473b7e202ed45e5fbd1db025df1062819c44