From 735c35eac02b867da0085a9ed1e6e042c43361f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Feb 2011 20:18:20 +0100 Subject: mysql 5.5.9, don't build for now --- mysql-dev.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mysql-dev.spec b/mysql-dev.spec index 3f82588..4b152d7 100644 --- a/mysql-dev.spec +++ b/mysql-dev.spec @@ -1,6 +1,6 @@ Name: mysql -Version: 5.5.8 -Release: 9%{?dist} +Version: 5.5.9 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -322,7 +322,7 @@ cd ../.. # increase timeouts to prevent unwanted failures during mass rebuilds cd mysql-test ( - # perl ./mysql-test-run.pl --force --retry=0 --ssl --mysqld=--binlog-format=mixed --suite-timeout=720 --testcase-timeout=30 + # perl ./mysql-test-run.pl --force --retry=0 --mysqld=--binlog-format=mixed --suite-timeout=720 --testcase-timeout=30 # Run less test to speed up build process %{__perl} ./mysql-test-run.pl --force --ssl --mysqld=--binlog-format=mixed --suite=main ) @@ -655,8 +655,9 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog -* Mon Feb 07 2011 Remi Collet - 5.5.8-9 -- sync with rawhide +* Mon Feb 07 2011 Remi Collet - 5.5.9-1 +- sync with rawhide (latest patches for 5.5.8) +- update to 5.5.9 * Fri Feb 4 2011 Tom Lane 5.5.8-9 - Support s390/s390x in performance schema's cycle-counting functions -- cgit