[npm/el6: 4/8] new upstream release 1.3.0

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:07:57 UTC 2013


commit 04f75508d59ad12a4700dc68e05acc888fda695e
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 17:41:59 2013 -0700

    new upstream release 1.3.0
    
    (cherry picked from commit 47fc619675f508ebd28fa8a2804da7365f37ae1b)

 .gitignore |    1 +
 npm.spec   |   11 +++++------
 sources    |    3 +--
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d952263..f061f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /npm-1.2.10.tgz
 /npm-1.2.14.tgz
 /npm-1.2.17.tgz
+/npm-1.3.0.tgz
diff --git a/npm.spec b/npm.spec
index bd0e898..13487a6 100644
--- a/npm.spec
+++ b/npm.spec
@@ -1,8 +1,8 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:       npm
-Version:    1.2.17
-Release:    6%{?dist}
+Version:    1.3.0
+Release:    1%{?dist}
 Summary:    Node.js Package Manager
 License:    MITNFA
 Group:      Development/Tools
@@ -12,9 +12,6 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
-# revert a change that adds a dep (that only affects Windows anyway)
-Patch1:     npm-revert-cmd-shim.patch
-
 BuildRequires: nodejs-devel
 
 %description
@@ -23,7 +20,6 @@ node programs. It manages dependencies and does other cool stuff.
 
 %prep
 %setup -q -n package
-%patch1 -p1
 
 %nodejs_fixdep lru-cache 2.3.x
 %nodejs_fixdep init-package-json 0.0.x
@@ -116,6 +112,9 @@ rm -f %{nodejs_sitelib}/npm/man || :
 %doc AUTHORS doc/* html README.md LICENSE
 
 %changelog
+* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.0-1
+- new upstream release 1.3.0
+
 * Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.17-6
 - restrict to compatible arches
 
diff --git a/sources b/sources
index c6b0e7f..7b609dc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-1710bb64dac0d198b9d040edfb6f9a5e  npm-1.2.14.tgz
-5df04ae977e5e2df2508936ede49c4e2  npm-1.2.17.tgz
+2472c60357e38bb3616ebd3c86ef577a  npm-1.3.0.tgz


More information about the scm-commits mailing list