diff --git a/.gitignore b/.gitignore index 14b5f68..703eeec 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /libuv-v0.10.11.tar.gz /libuv-v0.10.12.tar.gz /libuv-v0.10.13.tar.gz +/libuv-v0.10.14.tar.gz diff --git a/libuv.spec b/libuv.spec index e9d153f..fee3a9b 100644 --- a/libuv.spec +++ b/libuv.spec @@ -4,7 +4,7 @@ Name: libuv Epoch: 1 -Version: 0.10.13 +Version: 0.10.14 Release: 1%{?dist} Summary: Platform layer for node.js @@ -98,6 +98,10 @@ sed -e "s#@prefix@#%{_prefix}#g" \ %{_includedir}/uv-private %changelog +* Tue Aug 27 2013 T.C. Hollingsworth - 1:0.10.14-1 +- new upstream release 0.10.14 + https://github.com/joyent/libuv/blob/v0.10.14/ChangeLog + * Thu Jul 25 2013 T.C. Hollingsworth - 1:0.10.13-1 - new upstream release 0.10.13 https://github.com/joyent/libuv/blob/v0.10.13/ChangeLog diff --git a/sources b/sources index 9f50712..1f982e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45ff7b043bd0139fc3fd289991411dc5 libuv-v0.10.13.tar.gz +86b90a5133085535d0588c340244e06e libuv-v0.10.14.tar.gz