X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mysql.spec;h=b5871316fad791224b0d238b8e8422913a950786;hb=1668e47afa0c097f0a29ba6bacdc2cf10d9f137e;hp=989a4fc734f0d116396c6d801f99432bcbedfbea;hpb=1f2cd746674b3ba7727113656e6209e846d43f91;p=packages%2Fmysql.git diff --git a/mysql.spec b/mysql.spec index 989a4fc..b587131 100644 --- a/mysql.spec +++ b/mysql.spec @@ -44,7 +44,7 @@ %endif %define rel 1 -%define percona_rel 28 +%define percona_rel 32 %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 @@ -55,12 +55,12 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер Summary(uk.UTF-8): MySQL - швидкий SQL-сервер Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql -Version: 5.7.25 +Version: 5.7.29 Release: %{percona_rel}.%{rel} License: GPL + MySQL FLOSS Exception Group: Applications/Databases Source0: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/percona-server-%{version}-%{percona_rel}.tar.gz -# Source0-md5: 9dbfe24ec6330c1b9831c42ff6b2e265 +# Source0-md5: 94d1ed60a6ca2cd47e8f86c067dcca50 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz # Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666 %if %{without system_boost} @@ -84,9 +84,10 @@ Patch0: mysql-opt.patch Patch1: mysql-versioning.patch Patch2: mysql-sphinx.patch Patch3: mysql-chain-certs.patch -# from fedora Patch4: mysql-dubious-exports.patch Patch5: mysql-cmake.patch +Patch6: mysql-protobuf.patch +Patch7: drop-sysctl_h.patch URL: https://www.percona.com/software/mysql-database/percona-server BuildRequires: bison >= 1.875 BuildRequires: cmake >= 2.8.2 @@ -501,6 +502,8 @@ mv sphinx-*/mysqlse storage/sphinx %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 # to get these files rebuild [ -f sql/sql_yacc.cc ] && %{__rm} sql/sql_yacc.cc