0.3.1
- Fix issue, where having more same commands resulted in having multiple "scl enable" for each.
- Add argparse to install_requires for Python < 2.7 (thanks franz for bug report).

0.3.0
- Handle virtual dependencies with spaces in braces, like "Requires: foo(`do something`)".
- Added switch to add the %{scl}-runtime dependency.
- Renamed from rpm2scl to spec2scl.
- Add Perl specific transformers.
- Fix finding of whole commands.
- Improve handling of multiline commands.
- Improve Ruby transformer to handle "ruby" execution (still needs some attention, though).
- Improved the way to find out whether command needs heredoc for execution.
- Insert {?scl_prefix} even after dependencies separated by just spaces, not commas.
- Fix the bad inserting of %{?scl_prefix} after %{epoch}:

0.2.2
- Fix the bad search for original Name: tag.

0.2.1
- Fix the double converted specfile output.

0.2.0
- Initial release.
