[libuv] Bump to version included with Node.js 0.9.7

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jan 22 17:20:21 UTC 2013


commit 69c352ba4e43ee5cba456fdbc39402cc16473635
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jan 22 12:26:13 2013 +0000

    Bump to version included with Node.js 0.9.7

 .gitignore        |    1 +
 libuv-snapshot.sh |    2 +-
 libuv.spec        |    9 ++++++---
 sources           |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e20a93..3ebb6e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libuv-0.9.3git09b0222.tar.gz
 /libuv-0.9.4gitdc559a5.tar.gz
+/libuv-0.9.7git4ba03dd.tar.gz
diff --git a/libuv-snapshot.sh b/libuv-snapshot.sh
index 711c022..79e13f8 100755
--- a/libuv-snapshot.sh
+++ b/libuv-snapshot.sh
@@ -2,7 +2,7 @@
 
 git clone https://github.com/joyent/libuv.git
 pushd libuv
-git archive --format=tar --prefix=libuv-0.9.4/ dc559a5ce69cef28e1c73a3782c17b5801989e67 |gzip -nc > ../libuv-0.9.4gitdc559a5.tar.gz
+git archive --format=tar --prefix=libuv-0.9.7/ 4ba03ddd569bdd361b1498d5f19ec0075db01500|gzip -nc > ../libuv-0.9.7git4ba03dd.tar.gz
 popd
 
 rm -Rf libuv
diff --git a/libuv.spec b/libuv.spec
index 221c50a..79a39e6 100644
--- a/libuv.spec
+++ b/libuv.spec
@@ -1,8 +1,8 @@
-%global git_snapshot dc559a5
+%global git_snapshot 4ba03dd
 
 Name: libuv
-Version: 0.9.4
-Release: 0.1.git%{git_snapshot}%{?dist}
+Version: 0.9.7
+Release: 1.git%{git_snapshot}%{?dist}
 Summary: Platform layer for node.js
 
 Group: Development/Tools
@@ -112,6 +112,9 @@ sed -e "s#@prefix@#%{_prefix}#g" \
 %{_includedir}/uv-private
 
 %changelog
+* Tue Jan 22 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.9.7-1.git4ba03dd
+- Bump to version included with Node.js 0.9.7
+
 * Wed Dec 26 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.9.4-0.1.gitdc559a5
 - bump to version included with node 0.9.4
 - drop upstreamed patch
diff --git a/sources b/sources
index a795ede..9230684 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5be6d1cc686a06f2f3f1c82d8fd97f4e  libuv-0.9.4gitdc559a5.tar.gz
+a774d89592ef799dbdebb26f722c132a  libuv-0.9.7git4ba03dd.tar.gz


More information about the scm-commits mailing list