libdrizzle version not a string in pkg file in 7.1

Bug #982755 reported by Brian Aker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Brian Aker

Bug Description

Version information is off in PKG file, additionally the include directory is wrong in the libdrizzle-1.0 file.

Related branches

Brian Aker (brianaker)
Changed in drizzle:
assignee: nobody → Brian Aker (brianaker)
milestone: none → 7.1.34
importance: Undecided → Low
status: New → In Progress
Revision history for this message
Henrik Ingo (hingo) wrote :

Ah, I see what you mean now. Nothing like a patch to explain what cannot be expressed in words...

I'm not convinced about one change:

200 const char *drizzle_version(void)
201 {
202 - return PACKAGE_VERSION;
203 + return LIBDRIZZLE_VERSION_STRING;
204 }

This is what I get when doing "drizzle --version" right? I would expect that to match the PACKAGE_VERSION. I.e. the end user has installed some drizzle-server-7.1.33...rpm and drizzle-client-7.1.33...rpm and he would expect those numbers to match.

Each drizzle client binary is then statically linked to some version of the libdrizzle library, but this is not what the end user primarily expects to see. (If you want, you could add a new option: "drizzle --libdrizzle-version"

Vijay Samuel (vjsamuel)
Changed in drizzle:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.