diff --git a/SPECS/nodejs-inherits.spec b/SPECS/nodejs-inherits.spec index e21d1fb..607909e 100644 --- a/SPECS/nodejs-inherits.spec +++ b/SPECS/nodejs-inherits.spec @@ -4,7 +4,7 @@ Name: %{?scl_prefix}nodejs-inherits Version: 2.0.0 -Release: 6%{?dist} +Release: 13%{?dist} Summary: A tiny simple way to do classic inheritance in js License: WTFPL Group: Development/Libraries @@ -37,55 +37,70 @@ cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits %nodejs_symlink_deps -#ln -sf inherits@2 %{buildroot}%{nodejs_sitelib}/inherits +ln -sf inherits %{buildroot}%{nodejs_sitelib}/inherits@2 %clean rm -rf %{buildroot} # there have been reports that the symlinks are messed up when upgrading # from older versions, so let's make sure everything's copacetic -#%triggerun -- nodejs-inherits < 2.0.0-4 -#ln -sf inherits@2 %{nodejs_sitelib}/inherits -#%{__python} < +#%%pretrans -p #if posix.stat("%{nodejs_sitelib}/inherits", "type") == "directory" then # os.rename('%{nodejs_sitelib}/inherits', '%{nodejs_sitelib}/inherits@2') #end %files %defattr(-,root,root,-) -#%{nodejs_sitelib}/inherits@2 +%{nodejs_sitelib}/inherits@2 %{nodejs_sitelib}/inherits %doc README.md LICENSE %changelog +* Tue Feb 09 2016 Tomas Hrcka - 2.0.0-13 +- Fix simlink issues + +* Fri Oct 23 2015 Zuzana Svetlikova - 2.0.0-10 +- Rebuilt + +* Thu Oct 15 2015 Zuzana Svetlikova - 2.0.0-9 +- Fix bad indentation in python script + +* Wed Oct 14 2015 Zuzana Svetlikova - 2.0.0-8 +- Rebuild + +* Fri Oct 09 2015 Zuzana Svetlikova - 2.0.0-7 +- Enable multiversioning (BZ#1268882) + * Wed Mar 05 2014 Tomas Hrcka - 2.0.0-6 - Disable multiversion inherits