diff --git a/nodejs-should.spec b/nodejs-should.spec index 62c5aca..aabbe60 100644 --- a/nodejs-should.spec +++ b/nodejs-should.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-should Version: 8.4.0 -Release: 1 +Release: 2 Summary: A test framework agnostic BDD-style assertions for Node.js License: MIT URL: https://github.com/shouldjs/should.js @@ -26,7 +26,7 @@ and should.AssertionError is assert.AssertionError, meaning any test framework supporting this constructor will function properly with should. %prep -%autosetup -n should.js-%{version} -S git +%autosetup -n should.js-%{version} -p1 rm -f should.min.js find . -type f -exec chmod -x '{}' \; @@ -50,5 +50,8 @@ cp -pr package.json index.js lib/ should.js \ %{nodejs_sitelib}/should %changelog +* Web 09 Jun 2021 zhaoyao - 8.4.0-2 +- %prep no longer patched with git + * Thu Aug 20 2020 wangyue - 8.4.0-1 - package init