Bug 1105661

Summary: Itk does not recognize its own version
Product: [Fedora] Fedora Reporter: Patrick Monnerat <patrick>
Component: itkAssignee: Dmitrij S. Kryzhevich <kryzhev>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kryzhev
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-07 13:15:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to provide both "itk" and "Itk". none

Description Patrick Monnerat 2014-06-06 16:22:57 UTC
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.

Comment 1 Patrick Monnerat 2014-07-07 13:15:28 UTC
Not a bug: package in in version 4 is all lowercase. No backwards compatibility supported :-(
Closing