[nodejs-xml2js/f18] Update to 0.2.8 upstream release

Tom Hughes tomh at fedoraproject.org
Wed Jun 19 19:33:27 UTC 2013


commit a8b94d2438964f65fd56acd7845eb7fce695a0a6
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Jun 19 20:13:40 2013 +0100

    Update to 0.2.8 upstream release

 .gitignore         |    2 ++
 nodejs-xml2js.spec |    7 ++++++-
 sources            |    4 ++--
 xml2js-dl-tests.sh |    2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f71fa6..a869907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /xml2js-tests-0.2.6.tar.bz2
 /xml2js-0.2.7.tgz
 /xml2js-tests-0.2.7.tar.bz2
+/xml2js-0.2.8.tgz
+/xml2js-tests-0.2.8.tar.bz2
diff --git a/nodejs-xml2js.spec b/nodejs-xml2js.spec
index d1e0bfd..eebc682 100644
--- a/nodejs-xml2js.spec
+++ b/nodejs-xml2js.spec
@@ -1,7 +1,7 @@
 %global enable_tests 1
 
 Name:           nodejs-xml2js
-Version:        0.2.7
+Version:        0.2.8
 Release:        1%{?dist}
 Summary:        Simple XML to JavaScript object converter
 
@@ -13,7 +13,9 @@ Source0:        http://registry.npmjs.org/xml2js/-/xml2js-%{version}.tgz
 # version control repository.
 Source1:        xml2js-tests-%{version}.tar.bz2
 Source10:       xml2js-dl-tests.sh
+
 BuildArch:      noarch
+ExclusiveArch:  %{ix86} %{arm} x86_64 noarch
 
 BuildRequires:  nodejs-devel
 
@@ -58,6 +60,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xml2js
 
 
 %changelog
+* Wed Jun 19 2013 Tom Hughes <tom at compton.nu> - 0.2.8-1
+- Update to 0.2.8 upstream release
+
 * Tue May  7 2013 Tom Hughes <tom at compton.nu> - 0.2.7-1
 - Update to 0.2.7 upstream release
 - Enable tests
diff --git a/sources b/sources
index 31a35d7..4387909 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c5b245cd32faef32579f6e639d69d368  xml2js-0.2.7.tgz
-81ae0825825572a23fd32d5bbcb4dd13  xml2js-tests-0.2.7.tar.bz2
+1b6adcc3553c6986244ca755f3d5ebc8  xml2js-0.2.8.tgz
+aaf08b0ce81bc989b6122f4a503a9488  xml2js-tests-0.2.8.tar.bz2
diff --git a/xml2js-dl-tests.sh b/xml2js-dl-tests.sh
index 5134e95..8159b03 100755
--- a/xml2js-dl-tests.sh
+++ b/xml2js-dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=0.2.7
+tag=0.2.8
 
 set -e
 


More information about the scm-commits mailing list