diff options
author | Brian Evans <grknight@gentoo.org> | 2015-02-05 16:03:20 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-02-05 16:03:20 +0000 |
commit | cc614914453717c3c029d80e2ebb1c7feeb3af0f (patch) | |
tree | 3c65ada7bd631d11c29f5d4feb66a7d9618f6e23 /dev-db | |
parent | Pass --disable-sse correctly, reported by angry_vincent. (diff) | |
download | gentoo-2-cc614914453717c3c029d80e2ebb1c7feeb3af0f.tar.gz gentoo-2-cc614914453717c3c029d80e2ebb1c7feeb3af0f.tar.bz2 gentoo-2-cc614914453717c3c029d80e2ebb1c7feeb3af0f.zip |
Version bump for 5.5 series
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.5.42.ebuild (renamed from dev-db/mysql/mysql-5.5.41.ebuild) | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 785d161e92a1..db318d302d60 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.720 2015/02/04 18:30:31 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.721 2015/02/05 16:03:20 grknight Exp $ + +*mysql-5.5.42 (05 Feb 2015) + + 05 Feb 2015; Brian Evans <grknight@gentoo.org> +mysql-5.5.42.ebuild, + -mysql-5.5.41.ebuild: + Version bump for 5.5 series *mysql-5.6.23 (04 Feb 2015) diff --git a/dev-db/mysql/mysql-5.5.41.ebuild b/dev-db/mysql/mysql-5.5.42.ebuild index 8cd099618c47..9240420a57e6 100644 --- a/dev-db/mysql/mysql-5.5.41.ebuild +++ b/dev-db/mysql/mysql-5.5.42.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.41.ebuild,v 1.1 2014/12/04 01:27:44 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.42.ebuild,v 1.1 2015/02/05 16:03:20 grknight Exp $ EAPI="5" -MY_EXTRAS_VER="20141203-2105Z" +MY_EXTRAS_VER="20150127-1351Z" MY_PV="${PV//_alpha_pre/-m}" MY_PV="${MY_PV//_/-}" @@ -83,10 +83,15 @@ src_test() { # # main.mysql_client_test: # segfaults at random under Portage only, suspect resource limits. + # + # main.mysqlhotcopy_archive main.mysqlhotcopy_myisam + # fails due to bad cleanup of previous tests when run in parallel + # The tool is deprecated anyway + # Bug 532288 for t in main.mysql_client_test \ binlog.binlog_statement_insert_delayed main.information_schema \ - main.mysqld--help-notwin ; do + main.mysqld--help-notwin main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do mysql-v2_disable_test "$t" "False positives in Gentoo" done |