[nodejs-sqlite3] Rebuild against node 0.10

Tom Hughes tomh at fedoraproject.org
Wed Mar 13 12:39:18 UTC 2013


commit c8edc4323367555f79cec0a15dbe4108561e3c3c
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Mar 13 12:38:35 2013 +0000

    Rebuild against node 0.10

 nodejs-sqlite3.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-sqlite3.spec b/nodejs-sqlite3.spec
index 4434981..c90f5b4 100644
--- a/nodejs-sqlite3.spec
+++ b/nodejs-sqlite3.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-sqlite3
 Version:        2.1.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Asynchronous, non-blocking SQLite3 bindings for Node.js
 
 License:        BSD
@@ -14,13 +14,15 @@ Patch0:         nodejs-sqlite3-libraries.patch
 Patch1:         nodejs-sqlite3-paths.patch
 # Offered upstream - https://github.com/developmentseed/node-sqlite3/pull/117
 Patch2:         nodejs-sqlite3-async.patch
-# Will offer upstream when node 0.10 is released
+# Offered upstream - https://github.com/developmentseed/node-sqlite3/pull/125
 Patch3:         nodejs-sqlite3-uv.patch
 # Offered upstream - https://github.com/developmentseed/node-sqlite3/pull/121
 Patch4:         nodejs-sqlite3-callbacks.patch
 # Offered upstream - https://github.com/developmentseed/node-sqlite3/pull/122
 Patch5:         nodejs-sqlite3-tests.patch
 
+ExclusiveArch:  %{ix86} x86_64 %{arm}
+
 BuildRequires:  nodejs-devel
 BuildRequires:  node-gyp
 BuildRequires:  sqlite-devel
@@ -74,6 +76,10 @@ install -p -D -m0755 build/Release/node_sqlite3.node %{buildroot}%{nodejs_sitear
 
 
 %changelog
+* Wed Mar 13 2013 Tom Hughes <tom at compton.nu> - 2.1.5-5
+- Restrict supported architectures using ExclusiveArch
+- Rebuild against node 0.10
+
 * Tue Mar  5 2013 Tom Hughes <tom at compton.nu> - 2.1.5-4
 - Enable tests
 


More information about the scm-commits mailing list