]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.spec
mysqlhotcopy: do not fail storing slave status if master status can't be fetched
[packages/mysql.git] / mysql.spec
index 0279dcc5333e75d7790255ee9c50850d67a47064..0794cd330037e44e6999bda2b01a497135d46c60 100644 (file)
@@ -23,7 +23,7 @@
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
 
-%define        percona_rel     30.1
+%define        percona_rel     30.2
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(de.UTF-8):     MySQL: ist eine SQL-Datenbank
@@ -35,13 +35,13 @@ Summary(uk.UTF-8):  MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.30
-Release:       1
+Release:       3
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
 # Source0:     http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz
 Source0:       http://www.percona.com/redir/downloads/Percona-Server-5.5/LATEST/source/Percona-Server-%{version}-rel%{percona_rel}.tar.gz
-# Source0-md5: ca3123b064f4f75f7945ecffbb120cc8
+# Source0-md5: 82604d750e9d858e927c3abcda784431
 Source100:     http://sphinxsearch.com/files/sphinx-2.0.6-release.tar.gz
 # Source100-md5:       de6be5ee20b1bfafa2a0cea7155a8331
 Source1:       %{name}.init
@@ -60,6 +60,7 @@ Source14:     my.cnf
 # from fedora
 Source15:      lib%{name}.version
 
+Patch2:                mysqlhotcopy-5.0-5.5.patch
 Patch3:                bug-67402.patch
 # from fedora
 Patch5:                %{name}-versioning.patch
@@ -491,6 +492,7 @@ mv sphinx-*/mysqlse storage/sphinx
 %patch18 -p1
 %endif
 
+%patch2 -p1
 %patch3 -p1
 
 %patch5 -p1
This page took 0.033221 seconds and 4 git commands to generate.