From c2ab183ffabea00f84547953e66b6dc2b4da8435 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Apr 2013 07:47:44 -0400 Subject: [PATCH 1/2] Remove extra source tarball entries No reason to force packagers to download anything but the one that the spec file refers to. --- sources | 1 - 1 file changed, 1 deletion(-) diff --git a/sources b/sources index 49511b2..5fc0aab 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -bcd4997a3e323f448c16f2f70ba3fe1b libuv-0.10.0git5462dab.tar.gz fb20265511ebb7f0785f83c60a650324 libuv-v0.10.3.tar.gz From 4424244633d90df8cb6e29b0ff8a715ee4367605 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Sun, 14 Apr 2013 19:00:33 -0700 Subject: [PATCH 2/2] new upstream release 0.10.4 --- .gitignore | 1 + libuv.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6f7cd2..ee3c5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libuv-0.9.4gitdc559a5.tar.gz /libuv-0.10.0git5462dab.tar.gz /libuv-v0.10.3.tar.gz +/libuv-v0.10.4.tar.gz diff --git a/libuv.spec b/libuv.spec index 693e95f..c388d5d 100644 --- a/libuv.spec +++ b/libuv.spec @@ -6,8 +6,8 @@ Name: libuv Epoch: 1 -Version: 0.10.3 -Release: 2%{?dist} +Version: 0.10.4 +Release: 1%{?dist} Summary: Platform layer for node.js Group: Development/Tools @@ -118,6 +118,9 @@ sed -e "s#@prefix@#%{_prefix}#g" \ %{_includedir}/uv-private %changelog +* Mon Apr 15 2013 T.C. Hollingsworth - 1:0.10.4-1 +- new upstream release 0.10.4 + * Thu Apr 04 2013 T.C. Hollingsworth - 1:0.10.3-2 - backport patch that fixes FTBFS in nodejs-0.10.3 diff --git a/sources b/sources index 5fc0aab..84186c3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ fb20265511ebb7f0785f83c60a650324 libuv-v0.10.3.tar.gz +46f051294885ffcec502d21958d92bbb libuv-v0.10.4.tar.gz