diff --git a/.gitignore b/.gitignore index 4c5f5bd..f07d6b0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /libuv-v1.8.0.tar.gz /libuv-v1.9.0.tar.gz /libuv-v1.9.1.tar.gz +/libuv-v1.10.0.tar.gz diff --git a/libuv.spec b/libuv.spec index 5771850..02110a1 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 -Version: 1.9.1 +Version: 1.10.0 Release: 1%{?dist} Summary: Platform layer for node.js @@ -75,6 +75,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/libuv.a %changelog +* Mon Oct 24 2016 Stephen Gallagher - 1.10.0-1 +- Update to 1.10.0 +- https://github.com/libuv/libuv/blob/v1.10.0/ChangeLog + * Wed May 18 2016 Stephen Gallagher - 1.9.1-1 - Update to 1.9.1 - https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog diff --git a/sources b/sources index 5d17b5e..0855279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -654bf6783ac7fc10435c84ec86720a6e libuv-v1.9.1.tar.gz +87b6a192a8131931baf9c89bd048b9ef libuv-v1.10.0.tar.gz