summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-09-16 18:59:40 +0200
committerRemi Collet <fedora@famillecollet.com>2011-09-16 18:59:40 +0200
commitcf7bcb27388bafa581fc050124308b034b2b4724 (patch)
tree46a5843ab10bde09f650b4b132555538f7b78b7f
parenta53b39273f5b546e88e188c9cd9c9d043cb2894b (diff)
MySQL 5.5.16
-rw-r--r--mysql-disable-test.patch10
-rw-r--r--mysql55.spec28
2 files changed, 27 insertions, 11 deletions
diff --git a/mysql-disable-test.patch b/mysql-disable-test.patch
index be499bc..1d9403e 100644
--- a/mysql-disable-test.patch
+++ b/mysql-disable-test.patch
@@ -14,12 +14,12 @@ Also disable innodb.innodb, which is showing platform-dependent results
as of 5.5.9. Upstream at http://bugs.mysql.com/bug.php?id=60155
-diff -Naur mysql-5.5.14.orig/mysql-test/t/disabled.def mysql-5.5.14/mysql-test/t/disabled.def
---- mysql-5.5.14.orig/mysql-test/t/disabled.def 2011-06-21 12:42:40.000000000 -0400
-+++ mysql-5.5.14/mysql-test/t/disabled.def 2011-07-11 14:33:46.560138525 -0400
-@@ -17,3 +17,7 @@
+diff -Naur mysql-5.5.15.orig/mysql-test/t/disabled.def mysql-5.5.15/mysql-test/t/disabled.def
+--- mysql-5.5.15.orig/mysql-test/t/disabled.def 2011-07-13 15:09:03.000000000 -0400
++++ mysql-5.5.15/mysql-test/t/disabled.def 2011-07-29 11:48:39.214514072 -0400
+@@ -16,3 +16,7 @@
+ create-big : Bug#11748731 2010-11-15 mattiasj was not tested
archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
- main.query_cache_28249 : Bug#12584161 2009-03-25 main.query_cache_28249 fails sporadically
log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists
+#
+outfile_loaddata : bug#46895 code wrong, expected results wrong too
diff --git a/mysql55.spec b/mysql55.spec
index 9bfb666..03d6612 100644
--- a/mysql55.spec
+++ b/mysql55.spec
@@ -1,6 +1,9 @@
Name: mysql
-Version: 5.5.15
+Version: 5.5.16
Release: 1%{?dist}
+# NOTE: Our convention for the life of F15 is that sysv packages will be
+# numbered 1dist.n while systemd packages will be 2dist and higher.
+
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@@ -33,6 +36,7 @@ Source10: mysql.tmpfiles.d
# Working around perl dependency checking bug in rpm FTTB. Remove later.
Source999: filter-requires-mysql.sh
+# Comments for these patches are in the patch files.
Patch1: mysql-errno.patch
Patch2: mysql-strmov.patch
Patch3: mysql-install-test.patch
@@ -42,9 +46,9 @@ Patch6: mysql-chain-certs.patch
Patch7: mysql-versioning.patch
Patch8: mysql-dubious-exports.patch
# Patch9: mysql-disable-test.patch
-Patch11: mysql-plugin-bool.patch
-Patch12: mysql-s390-tsc.patch
-Patch13: mysql-openssl-test.patch
+Patch10: mysql-plugin-bool.patch
+Patch11: mysql-s390-tsc.patch
+Patch12: mysql-openssl-test.patch
# RC patch for backports
Patch21: mysql-readline.patch
@@ -199,10 +203,11 @@ rm -f Docs/mysql.info
%patch7 -p1
%patch8 -p1
# si below %patch9 -p1
+%patch10 -p1
%patch11 -p1
-%patch12 -p1
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 5
-%patch13 -p1
+# When build with system openssl
+%patch12 -p1
%endif
# Backports specific patches
%patch21 -p1 -b .readline
@@ -591,6 +596,7 @@ fi
%{_bindir}/replace
%{_bindir}/resolve_stack_dump
%{_bindir}/resolveip
+%{_bindir}/mysql_plugin
/usr/libexec/mysqld
@@ -627,6 +633,7 @@ fi
%{_mandir}/man1/resolve_stack_dump.1*
%{_mandir}/man1/resolveip.1*
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
+%{_mandir}/man1/mysql_plugin.1*
%{_mandir}/man8/mysqld.8*
%{_datadir}/mysql/errmsg-utf8.txt
@@ -656,6 +663,7 @@ fi
%files embedded
%defattr(-,root,root)
%doc README COPYING README.mysql-license
+%{_bindir}/mysql_embedded
%{_libdir}/mysql/libmysqld.so.*
%files embedded-devel
@@ -679,6 +687,14 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
+* Fri Sep 16 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.16-1
+- update to MySQL 5.5.16 Community Server GA
+ http://dev.mysql.com/doc/refman/5.5/en/news-5-5-16.html
+
+* Fri Jul 29 2011 Tom Lane <tgl@redhat.com> 5.5.15-1
+- Update to MySQL 5.5.15, for various fixes described at
+ http://dev.mysql.com/doc/refman/5.5/en/news-5-5-15.html
+
* Thu Jul 28 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.15-1
- update to MySQL 5.5.15 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-15.html