Update to 1.9.1

- https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog
This commit is contained in:
Stephen Gallagher 2016-05-18 08:38:03 -04:00
parent d4e84c79c6
commit 8fa563a9be
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/libuv-v1.7.5.tar.gz
/libuv-v1.8.0.tar.gz
/libuv-v1.9.0.tar.gz
/libuv-v1.9.1.tar.gz

View File

@ -1,7 +1,7 @@
Name: libuv
Epoch: 1
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Platform layer for node.js
@ -75,6 +75,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la
%{_libdir}/libuv.a
%changelog
* Wed May 18 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.1-1
- Update to 1.9.1
- https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog
* Mon May 09 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.0-1
- Rebase to 1.9.0 to support Node.js 6.x

View File

@ -1 +1 @@
200d7e496ef1db01442c0382225b11fe libuv-v1.9.0.tar.gz
654bf6783ac7fc10435c84ec86720a6e libuv-v1.9.1.tar.gz