← Back to team overview

linux-traipu team mailing list archive

[Bug 982755] Re: libdrizzle version not a string in pkg file in 7.1

 

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"

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/982755

Title:
  libdrizzle version not a string in pkg file in 7.1

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  In Progress

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/982755/+subscriptions


References