On Fri, Jun 6, 2014 at 7:18 AM, Tom Hughes tom@compton.nu wrote:
So is there a reason not to patch them to use ^1.0 with %nodejs_fixdep?
Yes, please do this if at all possible. It'll make things much easier on you. :-)
Remember that as of the latest nodejs-packaging that just went stable, you can do `%nodejs_fixdep --caret nan` in dependent packages to automatically convert the ~ to a ^. (Thus eliminating the need to manually keep up with the minimum acceptable version.)
Also, let me know if you need provenpackager help with some of the dependents.
-T.C.