From 8fa563a9be232c761f0eedd703a2f8b63c8de3dc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 18 2016 12:38:03 +0000 Subject: Update to 1.9.1 - https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog --- diff --git a/.gitignore b/.gitignore index 76b2206..4c5f5bd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libuv.spec b/libuv.spec index 1b458bd..5771850 100644 --- a/libuv.spec +++ b/libuv.spec @@ -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 - 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 - 1.9.0-1 - Rebase to 1.9.0 to support Node.js 6.x diff --git a/sources b/sources index f2e8f78..5d17b5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -200d7e496ef1db01442c0382225b11fe libuv-v1.9.0.tar.gz +654bf6783ac7fc10435c84ec86720a6e libuv-v1.9.1.tar.gz