diff --git a/nodejs-is-arrow-function.spec b/nodejs-is-arrow-function.spec index d246f31..47df412 100644 --- a/nodejs-is-arrow-function.spec +++ b/nodejs-is-arrow-function.spec @@ -5,7 +5,7 @@ Name: nodejs-is-arrow-function Version: 2.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Determine if a function is an ES6 arrow function or not License: MIT @@ -68,5 +68,8 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 2.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Jul 4 2016 Jared Smith - 2.0.3-1 - Initial packaging