[nodejs-sqlite3/f18] Update to 2.1.10 upstream release

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


commit 32700f76d1740360f6edc17ca50d3b791b72665f
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Jun 19 19:46:16 2013 +0100

    Update to 2.1.10 upstream release

 .gitignore                |    1 +
 nodejs-sqlite3-deps.patch |   43 -------------------------------------------
 nodejs-sqlite3.spec       |   10 +++++-----
 sources                   |    2 +-
 4 files changed, 7 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d713fe..ab76fd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /sqlite3-2.1.5.tgz
 /sqlite3-2.1.7.tgz
 /sqlite3-2.1.9.tgz
+/sqlite3-2.1.10.tgz
diff --git a/nodejs-sqlite3.spec b/nodejs-sqlite3.spec
index d0ede50..c9bb288 100644
--- a/nodejs-sqlite3.spec
+++ b/nodejs-sqlite3.spec
@@ -1,17 +1,15 @@
 %global enable_tests 1
 
 Name:           nodejs-sqlite3
-Version:        2.1.9
+Version:        2.1.10
 Release:        1%{?dist}
 Summary:        Asynchronous, non-blocking SQLite3 bindings for Node.js
 
 License:        BSD
 URL:            https://github.com/developmentseed/node-sqlite3
 Source0:        http://registry.npmjs.org/sqlite3/-/sqlite3-%{version}.tgz
-# Offered upstream - https://github.com/developmentseed/node-sqlite3/pull/147
-Patch0:         nodejs-sqlite3-deps.patch
 
-ExclusiveArch:  %{ix86} x86_64 %{arm}
+ExclusiveArch:  %{ix86} %{arm} x86_64
 
 BuildRequires:  nodejs-devel
 BuildRequires:  node-gyp
@@ -30,7 +28,6 @@ BuildRequires:  npm(step)
 
 %prep
 %setup -q -n package
-%patch0 -p1
 %nodejs_fixdep -r tar.gz
 rm -rf deps/* node_modules
 echo "{}" > deps/common-sqlite.gypi
@@ -63,6 +60,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 120000
 
 
 %changelog
+* Wed Jun 19 2013 Tom Hughes <tom at compton.nu> - 2.1.10-1
+- Update to 2.1.10 upstream release
+
 * Thu Jun 13 2013 Tom Hughes <tom at compton.nu> - 2.1.9-1
 - Update to 2.1.9 upstream release
 - Drop patches which have been merged upstream
diff --git a/sources b/sources
index a7cc182..53317bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c326aa415aa452267f4a5a1c045802c  sqlite3-2.1.9.tgz
+9b8ab14401a8f467a004aa3b4b5796dd  sqlite3-2.1.10.tgz


More information about the scm-commits mailing list