[nodejs-esprima] Update to upstream release 1.0.4

Jamie Nguyen jamielinux at fedoraproject.org
Wed Sep 4 19:44:23 UTC 2013


commit 718417afa847f3ac84ea7377090815a3c0916d29
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Sep 4 20:44:07 2013 +0100

    Update to upstream release 1.0.4

 .gitignore          |    2 ++
 dl-tests.sh         |    2 +-
 nodejs-esprima.spec |   10 +++++++---
 sources             |    4 ++--
 4 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11937b7..dadae4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /esprima-1.0.3.tgz
 /tests-1.0.3.tar.bz2
+/esprima-1.0.4.tgz
+/tests-1.0.4.tar.bz2
diff --git a/dl-tests.sh b/dl-tests.sh
index ddfad3d..710011d 100644
--- a/dl-tests.sh
+++ b/dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=1.0.3
+tag=1.0.4
 
 set -e
 
diff --git a/nodejs-esprima.spec b/nodejs-esprima.spec
index febf453..de72b20 100644
--- a/nodejs-esprima.spec
+++ b/nodejs-esprima.spec
@@ -3,9 +3,10 @@
 %global enable_tests 1
 
 Name:       nodejs-esprima
-Version:    1.0.3
-Release:    4%{?dist}
+Version:    1.0.4
+Release:    1%{?dist}
 Summary:    ECMAScript parsing infrastructure for multipurpose analysis
+# License text is in README.md
 License:    BSD
 Group:      System Environment/Libraries
 URL:        https://github.com/ariya/esprima
@@ -69,7 +70,7 @@ install -p -D -m0644 %{SOURCE3} %{buildroot}%{_mandir}/man1/esvalidate.1
 
 
 %files
-%doc ChangeLog LICENSE.BSD README.md doc/ examples/ index.html
+%doc README.md
 %{nodejs_sitelib}/esprima
 %{_bindir}/esparse.js
 %{_bindir}/esvalidate.js
@@ -78,6 +79,9 @@ install -p -D -m0644 %{SOURCE3} %{buildroot}%{_mandir}/man1/esvalidate.1
 
 
 %changelog
+* Wed Sep 04 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.4-1
+- update to upstream release 1.0.4
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index eac8199..6e9fc18 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1240b08c9ca5e1b5d1c4f4fbf1af5bd0  esprima-1.0.3.tgz
-0ed922219cd85b320c78e1111607dea4  tests-1.0.3.tar.bz2
+c8fb280ae891b417c52cf58cc06d5746  esprima-1.0.4.tgz
+018bb9237b6bfc75f9b91acf1c266454  tests-1.0.4.tar.bz2


More information about the scm-commits mailing list