[nodejs-sqlite3] Update to 2.1.15 upstream release

Tom Hughes tomh at fedoraproject.org
Thu Aug 8 09:52:19 UTC 2013


commit 482aae0c94f74f6a76623ee077f9993943be8272
Author: Tom Hughes <tom at compton.nu>
Date:   Thu Aug 8 10:33:54 2013 +0100

    Update to 2.1.15 upstream release

 .gitignore          |    1 +
 nodejs-sqlite3.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f191254..80b345e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /sqlite3-2.1.10.tgz
 /sqlite3-2.1.12.tgz
 /sqlite3-2.1.14.tgz
+/sqlite3-2.1.15.tgz
diff --git a/nodejs-sqlite3.spec b/nodejs-sqlite3.spec
index 34bbc31..c508fd2 100644
--- a/nodejs-sqlite3.spec
+++ b/nodejs-sqlite3.spec
@@ -1,8 +1,8 @@
 %global enable_tests 1
 
 Name:           nodejs-sqlite3
-Version:        2.1.14
-Release:        3%{?dist}
+Version:        2.1.15
+Release:        1%{?dist}
 Summary:        Asynchronous, non-blocking SQLite3 bindings for Node.js
 
 License:        BSD
@@ -58,6 +58,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 500000
 
 
 %changelog
+* Thu Aug  8 2013 Tom Hughes <tom at compton.nu> - 2.1.15-1
+- Update to 2.1.15 upstream release
+
 * Sat Aug  3 2013 Tom Hughes <tom at compton.nu> - 2.1.14-3
 - Increase test timeout further for ARM builds
 
diff --git a/sources b/sources
index 929e8ae..e8754df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c7c121cf5356dc4abd224a511d18925  sqlite3-2.1.14.tgz
+cb9b96e7aa3c088d4b0ca3b808658240  sqlite3-2.1.15.tgz


More information about the scm-commits mailing list