Bug 356181 - freetype2.pc version error
Summary: freetype2.pc version error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: freetype
Version: 7
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Behdad Esfahbod
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-29 04:31 UTC by Steve
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-11-05 05:03:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve 2007-10-29 04:31:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5

Description of problem:
The file /usr/lib64/pkgconfig/freetype2.pc
has the line
"Version: 9.15.3"

I believe the version number should be 2.3.4, the same as the rpm package version number.


Version-Release number of selected component (if applicable):
freetype-devel-2.3.4-3.fc7

How reproducible:
Always


Steps to Reproduce:
1. View the file /usr/lib64/pkgconfig/freetype2.pc
2.
3.

Actual Results:


Expected Results:


Additional info:

Comment 1 Matthias Clasen 2007-11-05 05:03:01 UTC
9.15.3 is what gets passed to libtool as -version-info
It is certainly surprising to see it show up in the pc file, but I am not sure
that the semantics of the Version field are well-defined enough to declare this
a bug. 
In any case, this needs to be brought up on the upstream mailing list, we can't
deviate from the pc file that is shipped upstream, that is only leading to pain
and confusion.


Comment 2 Steve 2007-11-06 00:54:58 UTC
The pkg-config manual says:
Version:
              This   should  be  the  most-specific-possible  package  version
              string.
That looks well-defined to me.

What's the reference for the upstream bug report?

Comment 3 Behdad Esfahbod 2007-11-06 03:23:39 UTC
Yeah, freetype has three different versions:

  - package version
  - libtool version
  - so version

go figure...


Note You need to log in before you can comment on or make changes to this bug.