diff --git a/nodejs-strip-indent.spec b/nodejs-strip-indent.spec index 5bc84df..096a1a0 100644 --- a/nodejs-strip-indent.spec +++ b/nodejs-strip-indent.spec @@ -4,7 +4,7 @@ Name: nodejs-%{srcname} Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Strip leading whitespace from every line in a string License: MIT URL: https://github.com/sindresorhus/strip-indent @@ -64,6 +64,9 @@ ln -s %{nodejs_sitelib}/%{srcname}/cli.js %{buildroot}%{_bindir}/strip-indent %{_bindir}/%{srcname} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 2.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sat Jul 16 2016 Jared Smith - 2.0.0-1 - Update to upstream 2.0.0 release