[nodejs-mysql] Update to version 2.1.0

tdawson tdawson at fedoraproject.org
Thu Feb 20 16:23:55 UTC 2014


commit 779e4ff96786042fd77f3507ef43cfafdc108400
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Feb 20 10:24:35 2014 -0600

    Update to version 2.1.0

 .gitignore        |    1 +
 nodejs-mysql.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce0342b..908602f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mysql-2.0.0-alpha9.tgz
 /mysql-2.0.1.tgz
+/mysql-2.1.0.tgz
diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec
index cf0bc7e..d765933 100644
--- a/nodejs-mysql.spec
+++ b/nodejs-mysql.spec
@@ -7,8 +7,8 @@
 
 Summary:       A node.js driver for mysql
 Name:          nodejs-%{npm_name}
-Version:       2.0.1
-Release:       2%{?dist}
+Version:       2.1.0
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/felixge/node-mysql
@@ -51,6 +51,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Thu Feb 20 2014 Troy Dawson <tdawson at redhat.com> - 2.1.0-1
+- Update to version 2.1.0
+
 * Fri Feb 07 2014 Troy Dawson <tdawson at redhat.com> - 2.0.1-2
 - readable-stream not needed in nodejs >= 0.10
 
diff --git a/sources b/sources
index 655cfde..fe7443e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51412276a6de2742c4cb453748dfb92a  mysql-2.0.1.tgz
+6cce38a18e9c597af5e8c41a65e2be57  mysql-2.1.0.tgz


More information about the scm-commits mailing list