]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
up to 0.6.20 auto/th/nodejs-0.6.20-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 30 Jul 2012 09:40:42 +0000 (12:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 30 Jul 2012 09:40:42 +0000 (12:40 +0300)
nodejs-shared-zlib.patch [deleted file]
nodejs.spec

diff --git a/nodejs-shared-zlib.patch b/nodejs-shared-zlib.patch
deleted file mode 100644 (file)
index e49b045..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- node-v0.6.15-o/wscript     2012-04-21 20:16:10.000000000 -0600
-+++ node-v0.6.15/wscript       2012-04-21 20:16:34.000000000 -0600
-@@ -284,7 +284,7 @@
-   conf.env["USE_GDBJIT"] = o.use_gdbjit
-   conf.env['USE_NPM'] = not o.without_npm
--  if not conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
-+  if conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
-     conf.env.append_value("LINKFLAGS", "-lz")
-   conf.check(lib='dl', uselib_store='DL')
index 3a53557b89f6f6fbe4d6369b221c8b78809e5e44..1a369bf515fea43125c427d0dd2e9ca654eed3ff 100644 (file)
@@ -1,19 +1,17 @@
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
-Version:       0.6.19
+Version:       0.6.20
 Release:       1
 License:       BSD and MIT and ASL 2.0 and GPLv3
 Group:         Development/Languages
 URL:           http://www.nodejs.org/
 Source0:       http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
-# Source0-md5: f5669a9717422b811c6bad1cc961b1e5
+# Source0-md5: fcf8e0f2981f9dd66606a2162a2df55d
 Patch1:                %{name}-soname.patch
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
 # use /usr/lib64/node as an arch-specific module dir when appropriate
 Patch3:                %{name}-lib64path.patch
-# Fix linking of zlib
-Patch4:                %{name}-shared-zlib.patch
 Patch5:                uv-fpic.patch
 BuildRequires: c-ares-devel >= 1.7.4
 BuildRequires: gcc >= 5:4.0
@@ -79,7 +77,6 @@ used by Node.js and many of its modules.
 %else
 %patch2 -p1
 %endif
-%patch4 -p1
 %patch5 -p1
 
 # fix #!/usr/bin/env python -> #!/usr/bin/python:
This page took 0.093597 seconds and 4 git commands to generate.