From: Sunanda Menon Date: October 11 2012 6:37am Subject: bzr push into mysql-5.5-cluster-7.2 branch (sunanda.menon:4021 to 4022) List-Archive: http://lists.mysql.com/commits/145020 Message-Id: <20121011063703.7507.11329.4022@helheim.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4022 Sunanda Menon 2012-10-11 Fix for Bug 14221050 - DEV PACKAGES MISSES CLUSTER CLIENT LIBRARIES modified: support-files/mysql.spec.sh 4021 magnus.blaudd@stripped 2012-10-09 ndb - fix problem linking ndbclient on Windows by replacing the reference to JNI_OnLoad(which signature may vary depending on calling convention) to a new _ndbjtie_exports function which have constant signature(does not depend on defines in jni.h) modified: storage/ndb/src/ndbclient_exports.cpp storage/ndb/src/ndbjtie/ndbjtie_lib.cpp === modified file 'support-files/mysql.spec.sh' --- a/support-files/mysql.spec.sh 2012-08-13 09:33:22 +0000 +++ b/support-files/mysql.spec.sh 2012-10-11 06:35:17 +0000 @@ -1100,8 +1100,6 @@ echo "=====" %attr(755, root, root) %{_libdir}/mysql/%{malloc_lib_target} %endif -%attr(755, root, root) %{_libdir}/mysql/libndbclient_static.a - %attr(755, root, root) %{_libdir}/libndbclient.so %attr(755, root, root) %{_libdir}/libndbclient.so.6.0.0 %if %(test "@MEMCACHED_ROOT_DIR@" '!=' "MEMCACHED_ROOT_DIR-NOTFOUND" && echo 1 || echo 0) @@ -1158,6 +1156,7 @@ echo "=====" %{_libdir}/mysql/libmysqlclient.a %{_libdir}/mysql/libmysqlclient_r.a %{_libdir}/mysql/libmysqlservices.a +%attr(755, root, root) %{_libdir}/mysql/libndbclient_static.a # ---------------------------------------------------------------------------- %files -n MySQL-Cluster-shared%{product_suffix} No bundle (reason: useless for push emails).