diff --git a/nodejs-is-unc-path.spec b/nodejs-is-unc-path.spec index 907686a..fa166e6 100644 --- a/nodejs-is-unc-path.spec +++ b/nodejs-is-unc-path.spec @@ -5,7 +5,7 @@ Name: nodejs-is-unc-path Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Returns true if a filepath is a windows UNC file path License: MIT @@ -65,6 +65,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Dec 21 2015 Jared Smith - 0.1.1-3 - Include proper test.js file