diff --git a/nodejs-multiline.spec b/nodejs-multiline.spec index 4c36bbe..84c4359 100644 --- a/nodejs-multiline.spec +++ b/nodejs-multiline.spec @@ -3,7 +3,7 @@ Name: nodejs-%{srcname} Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multiline strings in JavaScript License: MIT URL: https://github.com/sindresorhus/multiline @@ -57,6 +57,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{srcname} %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sat Jul 16 2016 Jared Smith - 1.0.2-3 - Relax version of npm(strip-indent) - Add tests and run them during check phase