]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.spec
- updated to 8.0.25, boost-1.73.0
[packages/mysql.git] / mysql.spec
index 10746577d55357de7a3c8536a8d473cb4febadb8..3c2c758775bf2f3b25bb4c3e107a1fddba89c9eb 100644 (file)
@@ -19,7 +19,7 @@
 %bcond_without systemtap       # systemtap/dtrace probes
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
 %bcond_with    sphinx          # Sphinx storage engine support
-# mysql needs boost 1.72.0 and doesn't support newer/older boost versions
+# mysql needs boost 1.73.0 and doesn't support newer/older boost versions
 %bcond_with    system_boost
 %bcond_without tests           # run test suite
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
@@ -34,18 +34,18 @@ Summary(ru.UTF-8):  MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8):     MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
-Version:       8.0.21
+Version:       8.0.25
 Release:       0.1
 License:       GPL v2 + MySQL FOSS License Exception
 Group:         Applications/Databases
 #Source0Download: https://dev.mysql.com/downloads/mysql/8.0.html#downloads
 Source0:       http://cdn.mysql.com/Downloads/MySQL-8.0/%{name}-%{version}.tar.gz
-# Source0-md5: 7a63ac9044f9a87adc2644fea310a513
+# Source0-md5: 001a17602310317d17524b2e36113c53
 Source100:     http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
 # Source100-md5:       5cac34f3d78a9d612ca4301abfcbd666
 %if %{without system_boost}
-Source101:     http://downloads.sourceforge.net/boost/boost_1_72_0.tar.bz2
-# Source101-md5:       cb40943d2a2cb8ce08d42bc48b0f84f0
+Source101:     http://downloads.sourceforge.net/boost/boost_1_73_0.tar.bz2
+# Source101-md5:       9273c8c4576423562bbe84574b07b2bd
 %endif
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
@@ -61,8 +61,6 @@ Source12:     %{name}-ndb-cpc.sysconfig
 Source13:      %{name}-client.conf
 Source14:      my.cnf
 Patch0:                %{name}-opt.patch
-Patch1:                lz4.patch
-Patch2:                %{name}-protobuf.patch
 
 Patch17:       %{name}-5.7-sphinx.patch
 Patch18:       %{name}-sphinx.patch
@@ -91,6 +89,7 @@ BuildRequires:        perl-devel >= 1:5.6.1
 BuildRequires: protobuf-devel >= 2.5
 BuildRequires: python-modules
 BuildRequires: readline-devel >= 6.2
+BuildRequires: rpcsvc-proto
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.597
 BuildRequires: sed >= 4.0
@@ -229,9 +228,7 @@ MySQL - це SQL (Structured Query Language) сервер бази даних. M
 Summary:       MySQL - character sets definitions
 Summary(pl.UTF-8):     MySQL - definicje kodowań znaków
 Group:         Applications/Databases
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description charsets
 This package contains character sets definitions needed by both client
@@ -466,8 +463,6 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
 %setup -q %{?with_sphinx:-a100} %{!?with_system_boost:-a101}
 
 #%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
 
 %if %{with sphinx}
 # http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
This page took 0.100755 seconds and 4 git commands to generate.