[nodejs-xmlbuilder] Update to 1.1.0 upstream release

Tom Hughes tomh at fedoraproject.org
Tue Dec 10 22:38:59 UTC 2013


commit e6867744e558cd10b8b6ab1f28ed01e3745bc789
Author: Tom Hughes <tom at compton.nu>
Date:   Tue Dec 10 22:33:38 2013 +0000

    Update to 1.1.0 upstream release

 .gitignore             |    1 +
 nodejs-xmlbuilder.spec |   12 ++++++------
 sources                |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 338c2c4..e441126 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nodejs-xmlbuilder-1.0.2-6827fad.tar.gz
+/nodejs-xmlbuilder-1.1.0-83a31ce.tar.gz
diff --git a/nodejs-xmlbuilder.spec b/nodejs-xmlbuilder.spec
index e982a17..ab6b1b3 100644
--- a/nodejs-xmlbuilder.spec
+++ b/nodejs-xmlbuilder.spec
@@ -1,16 +1,14 @@
-%global commit 6827fad7a8293bc3ad4da956d8983dd4aa96871a
+%global commit 83a31ce3e8f935f947f5856e1392a884ab1f70c9
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           nodejs-xmlbuilder
-Version:        1.0.2
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        0%{?dist}
 Summary:        An XML builder for Node.js
 
 License:        MIT
 URL:            https://github.com/oozcitak/xmlbuilder-js
 Source0:        https://github.com/oozcitak/xmlbuilder-js/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
-# Offered upstream - https://github.com/oozcitak/xmlbuilder-js/pull/37
-Source1:        xmlbuilder-license
 
 BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
@@ -27,7 +25,6 @@ An XMLBuilder for Node.js similar to java-xmlbuilder.
 
 %prep
 %setup -q -n xmlbuilder-js-%{commit}
-cp -pr %{SOURCE1} LICENSE
 %nodejs_fixdep underscore "~1.4.4"
 rm -rf node_modules
 
@@ -53,6 +50,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/xmlbuilder
 
 
 %changelog
+* Tue Dec 10 2013 Tom Hughes <tom at compton.nu> - 1.1.0-0
+- Update to 1.1.0 upstream release
+
 * Mon Dec  2 2013 Tom Hughes <tom at compton.nu> - 1.0.2-2
 - Remove last traces of enable_tests macro
 
diff --git a/sources b/sources
index 7314d6b..665b881 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7956b79b9a96a6625c3fd080cdf8633d  nodejs-xmlbuilder-1.0.2-6827fad.tar.gz
+62e82f808eeaf19c0cc1dde1d6b143ec  nodejs-xmlbuilder-1.1.0-83a31ce.tar.gz


More information about the scm-commits mailing list