From ef48dcd9c1a9178c41746ff6164d059f33ec6650 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 1 Apr 2011 11:44:29 +0000 Subject: [PATCH] - rel 2; use libmysqlclient_18 version Changed files: libmysql.version -> 1.5 mysql.spec -> 1.546 --- libmysql.version | 6 +++++- mysql.spec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libmysql.version b/libmysql.version index f60b8c6..4debfd9 100644 --- a/libmysql.version +++ b/libmysql.version @@ -114,11 +114,15 @@ libmysqlclient_16 { load_defaults; my_print_help; client_errors; +# This isn't really documented anywhere, but it seems to be part of the +# de-facto API as well. We're not going to export the deprecated version +# make_scrambled_password, however. + my_make_scrambled_password; local: *; }; # symbols added in mysql 5.5 -libmysqlclient_16.1 { +libmysqlclient_18 { global: mysql_client_find_plugin; mysql_client_register_plugin; diff --git a/mysql.spec b/mysql.spec index 671d528..06520d9 100644 --- a/mysql.spec +++ b/mysql.spec @@ -35,7 +35,7 @@ Summary(uk.UTF-8): MySQL - швидкий SQL-сервер Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.5.10 -Release: 1 +Release: 2 License: GPL + MySQL FLOSS Exception Group: Applications/Databases # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads -- 2.44.0