diff --git a/nodejs-gaze.spec b/nodejs-gaze.spec index c2d1e1a..6239eca 100644 --- a/nodejs-gaze.spec +++ b/nodejs-gaze.spec @@ -3,7 +3,7 @@ %global commitid dad5345a2876346fe49a68ee6e4db34205680798 Name: nodejs-gaze Version: 0.5.2 -Release: 1 +Release: 2 Summary: A globbing fs.watch wrapper built from parts of other watch libraries License: MIT URL: https://github.com/shama/gaze @@ -23,9 +23,9 @@ parts of other fine watch libraries: speedy data behavior from chokidar, the API interface from watch, and file globbing using glob. %prep -%setup -q -n gaze-0.5.2 +%setup -q -n gaze-%{version} cp -p %{SOURCE1} . -%nodejs_fixdep globule '~0.1' +%nodejs_fixdep globule '~0.2' %build @@ -46,5 +46,8 @@ cp -pr package.json lib/ \ %{nodejs_sitelib}/gaze %changelog +* Wed Sep 16 2020 leiju - 0.5.2-2 +- Fix requires globule version + * Tue Sep 8 2020 yaokai - 0.5.2-1 - package init