On Mon, Oct 13, 2008 at 02:28:34PM +0400, Igor Vlasenko wrote: > Update of /people/viy/packages/MySQL.git > > Changes statistics since `5.0.51-alt3.a-10-g074bc9d' follows: > MySQL.spec | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > > Changelog since `5.0.51-alt3.a-10-g074bc9d' follows: > commit d9866e5cfadbd731f5154b3048d5d3fd821ac3d0 > Author: Igor Vlasenko > Date: Mon Oct 13 13:29:49 2008 +0300 > > spec cleanup Не надо называть это изменение spec cleanup. > Full diff since `5.0.51-alt3.a-10-g074bc9d' follows: > diff --git a/MySQL.spec b/MySQL.spec > index 183f845..8b296b4 100644 > --- a/MySQL.spec > +++ b/MySQL.spec > @@ -403,8 +403,9 @@ find -type f -print0 | > xargs -r0 grep -FZl '' -- | > xargs -r0 %__subst 's,,"../regex/regex.h",g' -- > > +# Patch6: mysql-4.0.15-alt-client.patch: done in upstream > # Prepare commands list for completion in mysql client. > -sed -ne 's/^\( { "[A-Z][^"]*"\).*/\1, 0, 0, 0, "" },/pg' client/mysql_symbols.inc > +#sed -ne 's/^\( { "[A-Z][^"]*"\).*/\1, 0, 0, 0, "" },/pg' client/mysql_symbols.inc Нет, не done. Они там время от времени обновляют захардкоденный список, в то время как мой древний патч всегда поддерживает этот список в актуальном состоянии. Надо заifdefить захардкоденный список и починить alt-client.patch -- ldv