diff --git a/nodejs-raw-body.spec b/nodejs-raw-body.spec index 2144bfc..cbbd860 100644 --- a/nodejs-raw-body.spec +++ b/nodejs-raw-body.spec @@ -4,7 +4,7 @@ Name: nodejs-raw-body Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Get and validate the raw body of a readable stream License: MIT URL: https://github.com/stream-utils/raw-body @@ -79,6 +79,9 @@ mocha --trace-deprecation --reporter spec --bail --check-leaks test/ %{nodejs_sitelib}/raw-body %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 2.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Dec 03 2019 Jared K. Smith - 2.4.1-1 - Update to upstream 2.4.1 release - Remove unnecessary calls to npm(istanbul)