diff --git a/.gitignore b/.gitignore index 456331a..526bd25 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bson-0.2.3.tgz +/bson-0.2.5.tgz diff --git a/nodejs-bson.spec b/nodejs-bson.spec index ae4501d..609c782 100644 --- a/nodejs-bson.spec +++ b/nodejs-bson.spec @@ -3,10 +3,12 @@ # the dependancies aren't in Fedora yet %global enable_tests 0 +%{?nodejs_find_provides_and_requires} + Summary: A bson parser for node.js and the browser Name: nodejs-%{npm_name} -Version: 0.2.3 -Release: 3%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Group: Development/Languages License: ASL 2.0 URL: https://github.com/mongodb/js-bson @@ -15,8 +17,8 @@ Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tg ## To get the tests (Source1), do the following # git clone https://github.com/mongodb/js-bson.git # cd js-bson/ -# tar cfz nodejs-bson-test-0.2.3.tar.gz test/ -Source1: nodejs-bson-test-0.2.3.tar.gz +# tar cfz nodejs-bson-test-0.2.5.tar.gz test/ +Source1: nodejs-bson-test-0.2.5.tar.gz %endif BuildRequires: node-gyp BuildRequires: nodejs-devel @@ -26,6 +28,7 @@ BuildRequires: npm(gleak) BuildRequires: npm(nodeunit) BuildRequires: npm(one) %endif +ExclusiveArch: %{ix86} x86_64 %{arm} %description A JS/C++ Bson parser for node, used in the MongoDB Native driver. @@ -56,6 +59,13 @@ nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node %{nodejs_sitelib}/%{npm_name} %changelog +* Thu Feb 06 2014 Troy Dawson - 0.2.5-1 +- Update to version 0.2.5 +- add nodejs exclusive arch + +* Fri Jan 03 2014 T.C. Hollingsworth - 0.2.3-4 +- add macro to invoke dependency generator on EL6 + * Tue Dec 03 2013 Troy Dawson - 0.2.3-3 - Fixed permission on bson.node diff --git a/sources b/sources index a4dfb86..99e50c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aca31d5728e19605b0f2f46ab2c3acd7 bson-0.2.3.tgz +6be2617b6b8e5531495b5256a2a65bd7 bson-0.2.5.tgz