From 2b79a2b0299b82fc05a2b1a0e926e003753c6014 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Jan 12 2016 20:18:22 +0000 Subject: Update to 2.10.1 --- diff --git a/.gitignore b/.gitignore index 1a31347..8271c4a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /mysql-2.6.2.tgz /mysql-2.8.0.tgz /mysql-2.9.0.tgz +/mysql-2.10.1.tgz diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec index b29d68c..aa4d9a8 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.9.0 +Version: 2.10.1 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -29,10 +29,9 @@ and is 100% MIT licensed. %prep %setup -q -n package -%nodejs_fixdep bignumber.js '>=1.0.1' -%nodejs_fixdep require-all '>=0.0.3' -# readable-stream not needed in nodejs >= 0.10 -%nodejs_fixdep -r readable-stream + +%nodejs_fixdep bignumber.js '>=2.1.2' +%nodejs_fixdep readable-stream '>=1.1.13' %build #nothing to do @@ -47,10 +46,17 @@ make test %endif %files -%doc Changes.md License Readme.md +%doc Changes.md Readme.md +%license License %{nodejs_sitelib}/%{npm_name} %changelog +* Mon Sep 21 2015 Troy Dawson - 2.10.1-1 +- Update to 2.10.1 + +* Mon Sep 21 2015 Troy Dawson - 2.9.0-1 +- Update to 2.9.0 + * Mon Sep 21 2015 Troy Dawson - 2.9.0-1 - Update to 2.9.0 diff --git a/sources b/sources index 0452f50..feebf55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edc176f42f1da4a64636cf4a46c7f2cb mysql-2.9.0.tgz +d9782fb4a36a08e1ab228a2ae70a23b2 mysql-2.10.1.tgz