X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmysql.git;a=blobdiff_plain;f=mysql.spec;h=5fc80051d4b4deec42d4b2d41894f102312a8ab0;hp=d9a91c623a9b17d90f4f26493c3bf12e2058069c;hb=51285a32a905f6eb59bbe0ee0d3958aa6501d40f;hpb=6d57daf2901ca5ac81edea187b19e21343bc4260 diff --git a/mysql.spec b/mysql.spec index d9a91c6..5fc8005 100644 --- a/mysql.spec +++ b/mysql.spec @@ -23,8 +23,8 @@ %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 rel 2 -%define percona_rel 73.1 +%define rel 1 +%define percona_rel 76.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,14 +35,14 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер Summary(uk.UTF-8): MySQL - швидкий SQL-сервер Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql -Version: 5.6.25 +Version: 5.6.29 Release: %{percona_rel}.%{rel} License: GPL + MySQL FLOSS Exception Group: Applications/Databases Source0: http://www.percona.com/downloads/Percona-Server-5.6/LATEST/source/tarball/percona-server-%{version}-%{percona_rel}.tar.gz -# Source0-md5: 3a60a01f046139e1b2f680d2df4917a6 -Source100: http://www.sphinxsearch.com/files/sphinx-2.2.9-release.tar.gz -# Source100-md5: 1fcc3d180c0559bdeb93602ef248caf4 +# Source0-md5: 8a0e3327e5b850852af6b9ca614d6bd7 +Source100: http://www.sphinxsearch.com/files/sphinx-2.2.10-release.tar.gz +# Source100-md5: dda52b24d8348fc09e26d8a649a231d2 Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.logrotate @@ -548,6 +548,8 @@ cd build -DWITH_PIC=ON \ -DWITH_READLINE=system \ -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \ + -DWITHOUT_TOKUDB=1 \ + -DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \ -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \ -DWITH_ZLIB=system \ ..