diff --git a/.gitignore b/.gitignore index 9e002e4..21dea77 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mongodb-core-1.2.7.tgz +/mongodb-core-1.2.32.tgz diff --git a/nodejs-mongodb-core.spec b/nodejs-mongodb-core.spec index c951ded..59244ec 100644 --- a/nodejs-mongodb-core.spec +++ b/nodejs-mongodb-core.spec @@ -4,8 +4,8 @@ Summary: Core MongoDB driver functionality Name: nodejs-%{npm_name} -Version: 1.2.7 -Release: 2%{?dist} +Version: 1.2.32 +Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/christkv/mongodb-core Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz @@ -40,6 +40,9 @@ cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} %{nodejs_sitelib}/%{npm_name} %changelog +* Tue Jan 12 2016 Troy Dawson - 1.2.32-1 +- Update to 1.2.32 + * Wed Jul 22 2015 Troy Dawson - 1.2.7-2 - Spec file cleanup diff --git a/sources b/sources index 3726ad6..07a5fbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed675ee0308327aa186dd9158f71b804 mongodb-core-1.2.7.tgz +230af93acdd72a8b5b1040961cfed2a4 mongodb-core-1.2.32.tgz