Created attachment 902973 [details] Patch to provide both "itk" and "Itk". Description of problem: When trying to load Itk (with an uppercase I), loading occurs but ends with an error message. Version-Release number of selected component (if applicable): itk-4.0.0-1.fc21.x86_64 How reproducible: After applying the findinit patch (BZ #1105506): always. Steps to Reproduce: 1. Apply patch from BZ #1105506 2. run "wish" 3. type "package require Itk" Actual results: attempt to provide package Itk 4.0.0 failed: no version of package Itk provided Expected results: 4.0.0 Additional info: The findinit patch is needed because it fixes a bug occurring before the current one. The current problem is: itk does not provide "Itk" as itcl does with "Itcl". The attached patch fixes that.
Not a bug: package in in version 4 is all lowercase. No backwards compatibility supported :-( Closing