]> git.pld-linux.org Git - packages/libuv.git/commitdiff
up to 0.10.13
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 Aug 2013 13:29:56 +0000 (16:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 Aug 2013 13:29:56 +0000 (16:29 +0300)
libuv.spec

index be6faefe00424d914bd681435076ca52993b0839..c31a2762bb62eea366c4df20e2d3f1030a532862 100644 (file)
@@ -2,17 +2,17 @@
 # Conditional build:
 %bcond_with    tests           # build with tests (require network access)
 
-# git log -1 --pretty=format:%h v0.10.5
-%define git_snapshot 6595a77
+# git log -1 --pretty=format:%h v0.10.13
+%define git_snapshot 381312e
 Summary:       Platform layer for node.js
 Name:          libuv
-Version:       0.10.5
+Version:       0.10.13
 Release:       1
 License:       MIT
 Group:         Development/Tools
 URL:           http://nodejs.org/
 Source0:       http://libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
-# Source0-md5: 169e4d299e791b733892bc1c04b2b6b9
+# Source0-md5: 45ff7b043bd0139fc3fd289991411dc5
 Source2:       %{name}.pc.in
 BuildRequires: libstdc++-devel
 BuildRequires: pkgconfig
@@ -20,7 +20,7 @@ BuildRequires:        python-gyp
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # we only need major.minor in the SONAME in the stable (even numbered) series
-# this should be changed to %%{version} in unstable (odd numbered) releases
+# this should be changed to %{version} in unstable (odd numbered) releases
 %define                sover   0.10
 
 %description
This page took 0.146981 seconds and 4 git commands to generate.