diff --git a/nodejs-raw-body.spec b/nodejs-raw-body.spec index dccd7ad..579f5fd 100644 --- a/nodejs-raw-body.spec +++ b/nodejs-raw-body.spec @@ -4,7 +4,7 @@ Name: nodejs-raw-body Version: 2.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Get and validate the raw body of a readable stream License: MIT URL: https://github.com/stream-utils/raw-body @@ -81,6 +81,9 @@ istanbul-js cover mocha --report lcovonly -- --trace-deprecation --reporter spec %{nodejs_sitelib}/raw-body %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 2.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Mar 30 2017 Piotr Popieluch - 2.2.0-3 - Fix test logic to have successfull builds - Add LICENSE file