rpms/mysql/F-12 .cvsignore, 1.51, 1.52 mysql-plugin-bug.patch, 1.19, 1.20 mysql.spec, 1.145, 1.146 sources, 1.51, 1.52

Tom Lane tgl at fedoraproject.org
Wed Jul 14 15:27:09 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/mysql/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26232

Modified Files:
	.cvsignore mysql-plugin-bug.patch mysql.spec sources 
Log Message:
Revert to mysql 5.1.47.  5.1.48 fails its regression tests on ppc/ppc64,
apparently due to further bit-rot in the ndb-cluster sources.  I'm unwilling
to pour any more effort down that dead end, so F-12 will live out the
rest of its days on 5.1.47.  (The alternative of removing the cluster
build option doesn't seem very attractive in a stable branch.)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- .cvsignore	14 Jul 2010 03:49:39 -0000	1.51
+++ .cvsignore	14 Jul 2010 15:27:09 -0000	1.52
@@ -1 +1 @@
-mysql-5.1.48-nodocs.tar.gz
+mysql-5.1.47-nodocs.tar.gz

mysql-plugin-bug.patch:
 disabled.def |    3 +++
 1 file changed, 3 insertions(+)

Index: mysql-plugin-bug.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql-plugin-bug.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- mysql-plugin-bug.patch	14 Jul 2010 03:49:39 -0000	1.19
+++ mysql-plugin-bug.patch	14 Jul 2010 15:27:09 -0000	1.20
@@ -11,13 +11,13 @@ platform-dependent results, with the "ex
 wrong ones.  This is upstream at http://bugs.mysql.com/bug.php?id=46895
 
 
-diff -Naur mysql-5.1.48.orig/mysql-test/t/disabled.def mysql-5.1.48/mysql-test/t/disabled.def
---- mysql-5.1.48.orig/mysql-test/t/disabled.def	2010-06-03 12:17:34.000000000 -0400
-+++ mysql-5.1.48/mysql-test/t/disabled.def	2010-06-20 23:49:47.317995474 -0400
-@@ -12,3 +12,6 @@
- kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
+diff -Naur mysql-5.1.47.orig/mysql-test/t/disabled.def mysql-5.1.47/mysql-test/t/disabled.def
+--- mysql-5.1.47.orig/mysql-test/t/disabled.def	2010-05-06 11:58:11.000000000 -0400
++++ mysql-5.1.47/mysql-test/t/disabled.def	2010-05-24 11:16:14.000000000 -0400
+@@ -13,3 +13,6 @@
  query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
  partition_innodb_plugin  : Bug#53307 2010-04-30 VasilDimov valgrind warnings
+ ps_3innodb               : Bug#53309 2010-04-30 VasilDimov valgrind warnings
 +#
 +plugin_load         : gives wrong answer on PPC64
 +outfile_loaddata    : gives different results on different platforms


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -p -r1.145 -r1.146
--- mysql.spec	14 Jul 2010 03:49:39 -0000	1.145
+++ mysql.spec	14 Jul 2010 15:27:09 -0000	1.146
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.1.48
+Version: 5.1.47
 Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -671,12 +671,6 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
-* Tue Jul 13 2010 Tom Lane <tgl at redhat.com> 5.1.48-1
-- Update to MySQL 5.1.48, for various fixes described at
-  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
-  including a fix for CVE-2010-2008
-Related: #614214
-
 * Mon May 24 2010 Tom Lane <tgl at redhat.com> 5.1.47-1
 - Update to MySQL 5.1.47, for various fixes described at
   http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- sources	14 Jul 2010 03:49:39 -0000	1.51
+++ sources	14 Jul 2010 15:27:09 -0000	1.52
@@ -1 +1 @@
-f7bda6d4c8a2acad2e051089bfcc2352  mysql-5.1.48-nodocs.tar.gz
+db89a1bb8b7e7002a3653d144d5abbdc  mysql-5.1.47-nodocs.tar.gz



More information about the scm-commits mailing list