diff --git a/nodejs-oop.spec b/nodejs-oop.spec index 6bf9f08..5847c52 100644 --- a/nodejs-oop.spec +++ b/nodejs-oop.spec @@ -3,7 +3,7 @@ Name: nodejs-%{srcname} Version: 0.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Node.js module for simple & light-weight oop License: MIT URL: https://github.com/felixge/node-oop @@ -49,5 +49,8 @@ node test/integration/test-*.js %{nodejs_sitelib}/%{srcname} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sat Oct 24 2015 Piotr Popieluch - 0.0.3-1 - Initial package