commit npm for openSUSE:Factory
Hello community, here is the log from the commit of package npm for openSUSE:Factory checked in at 2014-11-26 10:32:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/npm (Old) and /work/SRC/openSUSE:Factory/.npm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "npm" Changes: -------- --- /work/SRC/openSUSE:Factory/npm/npm.changes 2014-09-30 20:09:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.npm.new/npm.changes 2014-11-26 10:32:59.000000000 +0100 @@ -1,0 +2,12 @@ +Fri Oct 10 16:29:54 UTC 2014 - jgleissner@suse.com + +- update to version 2.1.3 +- add patch: npm-deps.diff + * be less strict about version numbers of some dependencies + +------------------------------------------------------------------- +Thu Oct 9 15:08:49 UTC 2014 - jgleissner@suse.com + +- use nodejs-packaging for building + +------------------------------------------------------------------- Old: ---- npm-2.0.0.tgz New: ---- npm-2.1.3.tgz npm-deps.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ npm.spec ++++++ --- /var/tmp/diff_new_pack.iRf2Lx/_old 2014-11-26 10:33:00.000000000 +0100 +++ /var/tmp/diff_new_pack.iRf2Lx/_new 2014-11-26 10:33:00.000000000 +0100 @@ -17,7 +17,7 @@ Name: npm -Version: 2.0.0 +Version: 2.1.3 Release: 0 Summary: Node.js Package Manager License: Artistic-2.0 @@ -32,65 +32,11 @@ Patch1: %{name}-doc-path.diff # use external node-gyp because the internal will be removed Patch2: npm-external-node-gyp.patch +Patch3: npm-deps.diff -BuildRequires: nodejs -Requires: nodejs-abbrev -Requires: nodejs-ansi -Requires: nodejs-ansicolors -Requires: nodejs-ansistyles -Requires: nodejs-archy -Requires: nodejs-async-some -Requires: nodejs-block-stream -Requires: nodejs-char-spinner -Requires: nodejs-child-process-close -Requires: nodejs-chmodr -Requires: nodejs-chownr -Requires: nodejs-cmd-shim -Requires: nodejs-columnify -Requires: nodejs-editor -Requires: nodejs-fs-vacuum -Requires: nodejs-fstream -Requires: nodejs-fstream-npm -Requires: nodejs-github-url-from-git -Requires: nodejs-github-url-from-username-repo -Requires: nodejs-glob -Requires: nodejs-graceful-fs -Requires: nodejs-inflight -Requires: nodejs-ini -Requires: nodejs-init-package-json -Requires: nodejs-lockfile -Requires: nodejs-lru-cache -Requires: nodejs-minimatch -Requires: nodejs-mkdirp -Requires: nodejs-node-gyp -Requires: nodejs-nopt -Requires: nodejs-normalize-package-data -Requires: nodejs-npm-cache-filename -Requires: nodejs-npm-install-checks -Requires: nodejs-npm-package-arg -Requires: nodejs-npm-registry-client -Requires: nodejs-npm-user-validate -Requires: nodejs-npmconf -Requires: nodejs-npmlog -Requires: nodejs-once -Requires: nodejs-opener -Requires: nodejs-osenv -Requires: nodejs-path-is-inside -Requires: nodejs-read -Requires: nodejs-read-installed -Requires: nodejs-read-package-json -Requires: nodejs-request -Requires: nodejs-retry -Requires: nodejs-rimraf -Requires: nodejs-semver -Requires: nodejs-sha -Requires: nodejs-slide -Requires: nodejs-sorted-object -Requires: nodejs-tar -Requires: nodejs-text-table -Requires: nodejs-uid-number -Requires: nodejs-which -%{?nodejs_requires} +BuildRequires: nodejs-packaging + +%nodejs_find_provides_and_requires %description npm is a package manager for node.js. You can use it to install and publish your @@ -100,6 +46,7 @@ %setup -q -n package %patch1 -p1 %patch2 -p1 +%patch3 -p1 #remove bundled modules rm -rf node_modules ++++++ npm-2.0.0.tgz -> npm-2.1.3.tgz ++++++ ++++ 33993 lines of diff (skipped) ++++++ npm-deps.diff ++++++ Index: package/package.json =================================================================== --- package.orig/package.json +++ package/package.json @@ -35,7 +35,7 @@ "ansi": "~0.3.0", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", - "archy": "0", + "archy": "*", "async-some": "~1.0.1", "block-stream": "0.0.7", "char-spinner": "~1.0.1", @@ -56,7 +56,7 @@ "graceful-fs": "~3.0.0", "inflight": "~1.0.3", "inherits": "~2.0.1", - "ini": "~1.2.0", + "ini": "~1.2", "init-package-json": "~1.1.0", "lockfile": "~1.0.0", "lru-cache": "~2.5.0", @@ -73,19 +73,19 @@ "npmconf": "~2.1.0", "npmlog": "~0.1.1", "once": "~1.3.0", - "opener": "~1.3.0", + "opener": "~1.3", "osenv": "~0.1.0", "path-is-inside": "~1.0.0", "read": "~1.0.4", "read-installed": "~3.1.2", "read-package-json": "~1.2.7", "readable-stream": "~1.0.32", - "realize-package-specifier": "~1.1.0", + "realize-package-specifier": "~1.1", "request": "~2.44.0", "retry": "~0.6.0", "rimraf": "~2.2.8", "semver": "~4.0.0", - "sha": "~1.2.1", + "sha": "~1.2", "slide": "~1.1.6", "sorted-object": "~1.0.0", "tar": "~1.0.1", -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de