Bug 111346

Summary: inconsistent XmUPDATE_LEVEL=3 in <Xm/Xm.h> vs. XmVERSION_STRING="... 2.2.2"
Product: [Retired] Red Hat Linux Reporter: Andreas Luik <andreas.luik>
Component: openmotifAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-19 15:07:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Luik 2003-12-02 14:25:00 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Andreas Luik 2003-12-02 14:33:18 UTC
Description of problem:
<Xm/Xm.h> contains the following lines:

#define XmVERSION       2
#define XmREVISION      2
#define XmUPDATE_LEVEL  3
#define XmVersion       (XmVERSION * 1000 + XmREVISION)
#define XmVERSION_STRING "@(#)Motif Version 2.2.2"

It seems to be inconsistent to claim to be version 2.2.2 in
XmVERSION_STRING (as well as in the rpm spec file) but set
XmUPDATE_LEVEL=3?


Comment 2 Thomas Woerner 2004-04-19 15:07:33 UTC
Fixed in rawhide in rpm openmotif-2.2.3-2 or newer.