[nodejs-npm-registry-client] Update to upstream release 0.2.28

Jamie Nguyen jamielinux at fedoraproject.org
Fri Sep 6 16:56:13 UTC 2013


commit 4a87b44804b556de3ce976ef7c4996aae2809e62
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Sep 6 17:54:45 2013 +0100

    Update to upstream release 0.2.28

 .gitignore                      |    1 +
 nodejs-npm-registry-client.spec |   22 ++++++++++++++--------
 sources                         |    2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3751983..73e3ca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /npm-registry-client-0.2.20.tgz
 /npm-registry-client-0.2.25.tgz
 /npm-registry-client-0.2.27.tgz
+/npm-registry-client-0.2.28.tgz
diff --git a/nodejs-npm-registry-client.spec b/nodejs-npm-registry-client.spec
index f70786a..6d3ba92 100644
--- a/nodejs-npm-registry-client.spec
+++ b/nodejs-npm-registry-client.spec
@@ -1,11 +1,9 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-npm-registry-client
-Version:        0.2.27
-Release:        2%{?dist}
+Version:        0.2.28
+Release:        1%{?dist}
 Summary:        Client for the npm registry
-BuildArch:      noarch
-ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -13,7 +11,14 @@ URL:            https://github.com/isaacs/npm-registry-client
 Source0:        http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nodejs-devel
+BuildArch:  noarch
+%if 0%{?fedora} >= 19
+ExclusiveArch: %{nodejs_arches} noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
+%endif
+
+BuildRequires:  nodejs-packaging
 
 %description
 Client for the npm registry, or private servers using the npm registry software.
@@ -21,9 +26,6 @@ Client for the npm registry, or private servers using the npm registry software.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep request '2.x'
-%nodejs_fixdep semver 2.1
-
 %build
 #nothing to do
 
@@ -43,6 +45,10 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Fri Sep 06 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.28-1
+- update to upstream release 0.2.28
+- add ExclusiveArch logic
+
 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.27-2
 - fix semver dep
 
diff --git a/sources b/sources
index 5cce87f..c4b9efa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dcd9f24fe9cd0f8e93fddff308dddbe  npm-registry-client-0.2.27.tgz
+2b3f4e712634c330fd1ad38beb94f17f  npm-registry-client-0.2.28.tgz


More information about the scm-commits mailing list