On Feb 20, 2015 8:37 AM, "Piotr Popieluch" <piotr1212@gmail.com> wrote:
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
>   I'm reviewing Ralph's nodejs-cli-table [1]. The module depends on
> nodejs-colors 1.0.3. Fixdep doesn't work as the module uses new features
> introduced in 1.0.0. Updrading colors 0.6.2 to 1.0.3 will break all the
> depending packages, see below.
>
> What would be wise to do? Update all dependents or multiversion
> nodejs-colors. What needs to be done to have colors multiversioned?

If you can update all dependents such that everything is happy with colors 1.0 then please do so. We always like to avoid maintaining old versions of libraries if we can help it.

If it is unavoidable, there is detailed information about multiversion modules here:
https://fedoraproject.org/wiki/Packaging:Node.js#Handling_Multiple_Version_Scenarios

Please put up the other version package for review and CC me to get it added to nodejs-packaging.

Thanks!
-T.C.