diff --git a/nodejs-memoizee.spec b/nodejs-memoizee.spec index 1ef063d..5084c33 100644 --- a/nodejs-memoizee.spec +++ b/nodejs-memoizee.spec @@ -6,7 +6,7 @@ Name: nodejs-memoizee Version: 0.3.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Memoize/cache function results License: MIT @@ -68,5 +68,8 @@ cp -pr package.json *.js lib/ ext/ normalizers/ \ %changelog +* Tue Dec 22 2015 Jared Smith - 0.3.9-3 +- Allow newer version of npm(d) + * Tue Nov 10 2015 Jared Smith - 0.3.9-2 - Initial packaging