diff --git a/nodejs-url-parse-lax.spec b/nodejs-url-parse-lax.spec index 1c25f0e..6065b92 100644 --- a/nodejs-url-parse-lax.spec +++ b/nodejs-url-parse-lax.spec @@ -4,7 +4,7 @@ Name: nodejs-%{module_name} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The url.parse() with support for protocol-less URLs & IPs License: MIT @@ -47,6 +47,9 @@ xo && ava %{nodejs_sitelib}/%{module_name} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sun Nov 29 2015 Parag Nemade - 1.0.0-1 - Initial packaging