[nodejs-bytes] Update to upstream release 0.2.1

Jamie Nguyen jamielinux at fedoraproject.org
Sun Apr 7 06:43:46 UTC 2013


commit 6cd6cb7cd2ba6b532da20d4c9c182d268b826b67
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Apr 7 07:43:27 2013 +0100

    Update to upstream release 0.2.1

 .gitignore        |    4 ++--
 dl-tests.sh       |    2 +-
 nodejs-bytes.spec |    9 ++++++---
 sources           |    4 ++--
 4 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 027ace2..0f42b01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/bytes-0.2.0.tgz
-/tests-0.2.0.tar.bz2
+/bytes-0.2.1.tgz
+/tests-0.2.1.tar.bz2
diff --git a/dl-tests.sh b/dl-tests.sh
index 97ec5fd..53d69b9 100755
--- a/dl-tests.sh
+++ b/dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=0.2.0
+tag=0.2.1
 
 set -e
 
diff --git a/nodejs-bytes.spec b/nodejs-bytes.spec
index a1a507c..39e27f8 100644
--- a/nodejs-bytes.spec
+++ b/nodejs-bytes.spec
@@ -1,8 +1,8 @@
 %global enable_tests 0
 
 Name:       nodejs-bytes
-Version:    0.2.0
-Release:    2%{?dist}
+Version:    0.2.1
+Release:    1%{?dist}
 Summary:    Byte size string parser/serializer for Node.js
 # License text is included in Readme.md
 License:    MIT
@@ -46,7 +46,7 @@ cp -pr package.json index.js \
 
 %if 0%{?enable_tests}
 %check
-cp -pr %{nodejs_sitelib} .
+ln -sf %{nodejs_sitelib} .
 %{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
 %endif
 
@@ -57,6 +57,9 @@ cp -pr %{nodejs_sitelib} .
 
 
 %changelog
+* Sun Apr 07 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-1
+- update to upstream release 0.2.1
+
 * Tue Feb 12 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.0-2
 - document how to retrieve tests
 
diff --git a/sources b/sources
index 1e812d2..030e881 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-29031f6b5b73e7605e983e07b8b587dd  bytes-0.2.0.tgz
-69dd4716ecfa3f177cc4dcc41f9e2e46  tests-0.2.0.tar.bz2
+70bf19321b40a5809c9df8eac06cbffb  bytes-0.2.1.tgz
+7ca7564a727fae1a232597af0c43ab16  tests-0.2.1.tar.bz2


More information about the scm-commits mailing list