Update to 1.38.0
https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
525f58b7b8
commit
b074c1201f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
21
libuv.spec
21
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 <sgallagh@redhat.com> - 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 <sgallagh@redhat.com> - 1.37.0-1
|
||||
- Update to 1.37.0
|
||||
- https://github.com/libuv/libuv/blob/v1.37.0/ChangeLog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libuv-v1.37.0.tar.gz) = dc5f616871d8ea10d7d5f66f5b1044eb1deeab7714a5fb515a40ca9a45d01efea310c182b74a4152da26c9de9ca75b0ba13b103eb0e63361144216aac408223a
|
||||
SHA512 (libuv-v1.38.0.tar.gz) = 57c33c3d8798c243a8398c0b91a0048a6a85fc117a3f13ea551ba01b5c7b13803be75b902b79c5698e6e401dca45473b7e202ed45e5fbd1db025df1062819c44
|
||||
|
Loading…
Reference in New Issue
Block a user