From e87ea2097cf4644e9c90bb394ce4c6b0200a15a9 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 1 Jan 2015 15:40:16 +0700 Subject: libraries/mysql-connector-c++: Downgraded to 1.1.3. This update broke mysql-workbench since it introduced new option parameter. Will have to wait until next mysql-workbench is released. Signed-off-by: Willy Sudiarto Raharjo --- libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild | 10 +++++++--- libraries/mysql-connector-c++/mysql-connector-c++.info | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'libraries/mysql-connector-c++') diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild index e379e7f62b..5e8013d1a3 100644 --- a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild +++ b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mysql-connector-c++ -# Copyright 2013-2014 Willy Sudiarto Raharjo +# Copyright 2013-2015 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mysql-connector-c++ -VERSION=${VERSION:-1.1.5} -BUILD=${BUILD:-1} +VERSION=${VERSION:-1.1.3} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -82,6 +82,10 @@ cd build make install DESTDIR=$PKG cd .. +if [ "$ARCH" = "x86_64" ]; then + mv $PKG/usr/lib/ $PKG/usr/lib${LIBDIRSUFFIX}/ +fi + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.info b/libraries/mysql-connector-c++/mysql-connector-c++.info index 864c3e98eb..ce7261f7c0 100644 --- a/libraries/mysql-connector-c++/mysql-connector-c++.info +++ b/libraries/mysql-connector-c++/mysql-connector-c++.info @@ -1,8 +1,8 @@ PRGNAM="mysql-connector-c++" -VERSION="1.1.5" +VERSION="1.1.3" HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" -DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-1.1.5.tar.gz" -MD5SUM="7cdffd0aa6e48035485081cf94521b02" +DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-1.1.3.tar.gz" +MD5SUM="65828789b8d92e6118e7f24568f34a07" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3