[nodejs-fresh] Update to upstream release 0.2.2

Jamie Nguyen jamielinux at fedoraproject.org
Sat Mar 15 10:04:10 UTC 2014


commit fa82f0fe43a14f4ef7e38e745bac8707737c5ba5
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Mar 15 10:03:58 2014 +0000

    Update to upstream release 0.2.2

 .gitignore        |    2 ++
 dl-tests.sh       |    2 +-
 nodejs-fresh.spec |    7 ++++---
 sources           |    4 ++--
 4 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ad1e61..a74f4fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /tests-0.1.0.tar.bz2
 /fresh-0.2.0.tgz
 /tests-0.2.0.tar.bz2
+/fresh-0.2.2.tgz
+/tests-0.2.2.tar.bz2
diff --git a/dl-tests.sh b/dl-tests.sh
index dad7773..6d14954 100644
--- a/dl-tests.sh
+++ b/dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=0.2.0
+tag=0.2.2
 
 set -e
 
diff --git a/nodejs-fresh.spec b/nodejs-fresh.spec
index a729be5..e84b5da 100644
--- a/nodejs-fresh.spec
+++ b/nodejs-fresh.spec
@@ -3,11 +3,9 @@
 %global enable_tests 1
 
 Name:       nodejs-fresh
-Version:    0.2.0
+Version:    0.2.2
 Release:    1%{?dist}
 Summary:    HTTP response freshness testing for Node.js
-# License added upstream:
-# https://github.com/visionmedia/node-fresh/commit/6e48234045
 License:    MIT
 Group:      System Environment/Libraries
 URL:        https://github.com/visionmedia/node-fresh
@@ -68,6 +66,9 @@ cp -pr package.json index.js \
 
 
 %changelog
+* Sat Mar 08 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.2-1
+- update to upstream release 0.2.2
+
 * Mon Aug 26 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.0-1
 - update to upstream release 0.2.0
 
diff --git a/sources b/sources
index e64fe30..514bda1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-14068428111cfb2c58d51e722c0ed941  fresh-0.2.0.tgz
-111bb8ceb7e6bf79cff934ca5b308cd4  tests-0.2.0.tar.bz2
+55ae3af1d86511d58c8ac500af07cbb2  fresh-0.2.2.tgz
+06fd79fd52e2489adb0e4c48f20263c7  tests-0.2.2.tar.bz2


More information about the scm-commits mailing list