[nodejs-normalize-path] upstream release 0.3.0

Dan Callaghan dcallagh at fedoraproject.org
Tue Dec 2 04:13:52 UTC 2014


commit aeabbe961bf3c6128bb1c17ac7c3c37a25d6cdb6
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Wed Nov 12 14:40:35 2014 +1000

    upstream release 0.3.0

 .gitignore                 |    1 +
 nodejs-normalize-path.spec |   10 ++++++----
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59c802c..7b8c9d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /normalize-path-0.1.1.tgz
+/normalize-path-0.3.0.tgz
diff --git a/nodejs-normalize-path.spec b/nodejs-normalize-path.spec
index 970e876..3c461e6 100644
--- a/nodejs-normalize-path.spec
+++ b/nodejs-normalize-path.spec
@@ -6,7 +6,7 @@
 %endif
 
 Name:           nodejs-%{modname}
-Version:        0.1.1
+Version:        0.3.0
 Release:        1%{?dist}
 Summary:        Nodejs library for normalizing filesystem paths
 License:        MIT
@@ -16,7 +16,7 @@ BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
 BuildRequires:  nodejs-packaging
 BuildRequires:  mocha
-BuildRequires:  npm(chai)
+BuildRequires:  npm(should)
 
 %description
 Normalize file path slashes to be unix-like forward slashes, regardless of OS 
@@ -31,8 +31,7 @@ condenses repeat slashes to a single slash and removes and trailing slashes.
 
 %check
 %nodejs_symlink_deps --check
-# tests are broken https://github.com/jonschlinkert/normalize-path/issues/1
-#mocha
+mocha
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{modname}
@@ -44,5 +43,8 @@ cp -pr package.json index.js \
 %{nodejs_sitelib}/%{modname}
 
 %changelog
+* Wed Nov 12 2014 Dan Callaghan <dcallagh at redhat.com> - 0.3.0-1
+- upstream release 0.3.0
+
 * Sun Oct 12 2014 Dan Callaghan <dcallagh at redhat.com> - 0.1.1-1
 - initial version
diff --git a/sources b/sources
index defaad8..3ff20c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68f9c21821df6c4f2f9882072388b583  normalize-path-0.1.1.tgz
+b444c37e2013b4b4a6eeb5c680c21683  normalize-path-0.3.0.tgz


More information about the scm-commits mailing list