[nodejs-mysql] Update to 2.1.1

tdawson tdawson at fedoraproject.org
Fri Mar 14 15:57:29 UTC 2014


commit 1a6ed42c75293e6dd7d7bb578a63b634e4511c12
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Mar 14 10:57:23 2014 -0500

    Update to 2.1.1

 .gitignore        |    1 +
 nodejs-mysql.spec |    5 ++++-
 sources           |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 908602f..54a92eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /mysql-2.0.0-alpha9.tgz
 /mysql-2.0.1.tgz
 /mysql-2.1.0.tgz
+/mysql-2.1.1.tgz
diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec
index d765933..6356f77 100644
--- a/nodejs-mysql.spec
+++ b/nodejs-mysql.spec
@@ -7,7 +7,7 @@
 
 Summary:       A node.js driver for mysql
 Name:          nodejs-%{npm_name}
-Version:       2.1.0
+Version:       2.1.1
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
@@ -51,6 +51,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri Mar 14 2014 Troy Dawson <tdawson at redhat.com> - 2.1.1-1
+- Update to version 2.1.1
+
 * Thu Feb 20 2014 Troy Dawson <tdawson at redhat.com> - 2.1.0-1
 - Update to version 2.1.0
 
diff --git a/sources b/sources
index fe7443e..216784b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cce38a18e9c597af5e8c41a65e2be57  mysql-2.1.0.tgz
+490eeea74023cffa15ca0e450346bd96  mysql-2.1.1.tgz


More information about the scm-commits mailing list