Hello community,
here is the log from the commit of package nodejs-npm-registry-client for
openSUSE:Factory checked in at 2014-11-24 11:12:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-npm-registry-client (Old)
and /work/SRC/openSUSE:Factory/.nodejs-npm-registry-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-npm-registry-client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/nodejs-npm-registry-client/nodejs-npm-registry-client.changes
2014-09-30 20:09:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.nodejs-npm-registry-client.new/nodejs-npm-registry-client.changes
2014-11-24 11:12:57.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Oct 10 16:28:53 UTC 2014 - [email protected]
+
+- Add npm-registry-client-deps.diff: be less strict about version
+ number of dependency 'retry'.
+
+-------------------------------------------------------------------
+Thu Oct 9 15:08:25 UTC 2014 - [email protected]
+
+- use nodejs-packaging for building
+
+-------------------------------------------------------------------
New:
----
npm-registry-client-deps.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-npm-registry-client.spec ++++++
--- /var/tmp/diff_new_pack.ypvbVs/_old 2014-11-24 11:12:58.000000000 +0100
+++ /var/tmp/diff_new_pack.ypvbVs/_new 2014-11-24 11:12:58.000000000 +0100
@@ -26,29 +26,20 @@
Group: Development/Languages/Other
Url: https://github.com/isaacs/npm-registry-client
Source:
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-Requires: nodejs-chownr
-Requires: nodejs-graceful-fs
-Requires: nodejs-mkdirp
-Requires: nodejs-normalize-package-data
-Requires: nodejs-npm-cache-filename
-Requires: nodejs-once
-Requires: nodejs-request
-Requires: nodejs-retry
-Requires: nodejs-rimraf
-Requires: nodejs-semver
-Requires: nodejs-slide
-Requires: nodejs-npmlog
-BuildRequires: nodejs
+Patch: npm-registry-client-deps.diff
+BuildRequires: nodejs-packaging
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
%description
The code that npm uses to talk to the registry.
%prep
%setup -q -n package
+%patch -p1
%build
++++++ npm-registry-client-deps.diff ++++++
Index: package/package.json
===================================================================
--- package.orig/package.json
+++ package/package.json
@@ -18,7 +18,7 @@
"npm-cache-filename": "^1.0.0",
"once": "^1.3.0",
"request": "2 >=2.25.0",
- "retry": "0.6.0",
+ "retry": "~0.6.0",
"rimraf": "2",
"semver": "2 >=2.2.1 || 3.x || 4",
"slide": "^1.1.3"
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]