diff --git a/nodejs-grunt-contrib-nodeunit.spec b/nodejs-grunt-contrib-nodeunit.spec index c87f999..3c73ba2 100644 --- a/nodejs-grunt-contrib-nodeunit.spec +++ b/nodejs-grunt-contrib-nodeunit.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-grunt-contrib-nodeunit Version: 0.4.1 -Release: 1 +Release: 2 Summary: Run Nodeunit unit tests with grunt License: MIT URL: https://github.com/gruntjs/grunt-contrib-nodeunit @@ -20,7 +20,7 @@ BuildRequires: npm(nodeunit) npm(tap) %{summary}. %prep -%autosetup -n grunt-contrib-nodeunit-%{version} -S git +%autosetup -n grunt-contrib-nodeunit-%{version} -p1 %build @@ -44,5 +44,8 @@ cp -pr package.json tasks/ \ %{nodejs_sitelib}/grunt-contrib-nodeunit %changelog +* Web 09 Jun 2021 zhaoyao - 0.4.1-2 +- %prep no longer patched with git + * Thu Aug 20 2020 Anan Fu - 0.4.1-1 - package init