diff --git a/nodejs-bson.spec b/nodejs-bson.spec index facf94a..513a03b 100644 --- a/nodejs-bson.spec +++ b/nodejs-bson.spec @@ -8,7 +8,7 @@ Summary: A bson parser for node.js and the browser Name: nodejs-%{npm_name} Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: ASL 2.0 URL: https://github.com/mongodb/js-bson @@ -58,6 +58,9 @@ nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node %{nodejs_sitelib}/%{npm_name} %changelog +* Fri Feb 14 2014 T.C. Hollingsworth - 0.2.5-3 +- rebuild for icu-53 (via v8) + * Thu Feb 06 2014 Troy Dawson - 0.2.5-2 - nan is no longer required for building.