From dd43e39c697735323f1c1c0541cde36dba08923f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Aug 2010 20:26:02 +0200 Subject: mysql 5.1.50 --- mysql.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mysql.spec') diff --git a/mysql.spec b/mysql.spec index 4d52223..8785224 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 5.1.49 +Version: 5.1.50 Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -182,7 +182,7 @@ the MySQL sources. %patch9 -p1 %patch10 -p1 %patch12 -p1 -%patch13 -p1 +#patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 @@ -301,7 +301,7 @@ make check # RC minimal test cd mysql-test %{__perl} ./mysql-test-run.pl \ - --ssl --mysqld=--binlog-format=mixed --suite=main || : + --ssl --mysqld=--binlog-format=mixed --suite=main %endif %install @@ -608,6 +608,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Aug 20 2010 Remi Collet - 5.1.50-1 +- Update to MySQL 5.1.50 Community Server GA + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html + * Fri Jul 23 2010 Remi Collet - 5.1.49-1 - sync with rawhide - Update to MySQL 5.1.49 Community Server GA -- cgit