]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- up to 5.7.27-30.1 auto/th/percona-server-5.7.27-30.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Aug 2019 09:16:37 +0000 (11:16 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Aug 2019 09:16:37 +0000 (11:16 +0200)
build.patch [new file with mode: 0644]
percona-server.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..890a068
--- /dev/null
@@ -0,0 +1,12 @@
+--- percona-server-5.7.27-30/storage/tokudb/PerconaFT/portability/portability.cc~      2019-08-20 06:44:15.000000000 +0200
++++ percona-server-5.7.27-30/storage/tokudb/PerconaFT/portability/portability.cc       2019-08-23 10:06:37.642878792 +0200
+@@ -60,9 +60,6 @@ Copyright (c) 2006, 2015, Percona and/or
+ #if defined(HAVE_SYS_SYSCALL_H)
+ # include <sys/syscall.h>
+ #endif
+-#if defined(HAVE_SYS_SYSCTL_H)
+-# include <sys/sysctl.h>
+-#endif
+ #if defined(HAVE_PTHREAD_NP_H)
+ # include <pthread_np.h>
+ #endif
index 1bbe02dde048ea43c2a87f91d57d79a831d039cf..5a5bd764f8e66669888e9f4a307cb721a1590f3f 100644 (file)
@@ -44,7 +44,7 @@
 %endif
 
 %define                rel     1
-%define                percona_rel     29
+%define                percona_rel     30
 %include       /usr/lib/rpm/macros.perl
 Summary:       Percona Server: a very fast and reliable SQL database engine
 Summary(de.UTF-8):     Percona Server: ist eine SQL-Datenbank
@@ -55,12 +55,12 @@ Summary(ru.UTF-8):  Percona Server - быстрый SQL-сервер
 Summary(uk.UTF-8):     Percona Server - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  Percona Server数据库服务器
 Name:          percona-server
-Version:       5.7.26
+Version:       5.7.27
 Release:       %{percona_rel}.%{rel}
 License:       GPL + Percona Server FLOSS Exception
 Group:         Applications/Databases
 Source0:       https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/%{name}-%{version}-%{percona_rel}.tar.gz
-# Source0-md5: 7ac77b01f578c00a1388ba4339a7a15f
+# Source0-md5: f4161888aa25073597bbf4c4e9226479
 Source100:     http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
 # Source100-md5:       5cac34f3d78a9d612ca4301abfcbd666
 %if %{without system_boost}
@@ -83,6 +83,7 @@ Source14:     my.cnf
 Patch0:                mysql-opt.patch
 Patch1:                mysql-versioning.patch
 Patch2:                mysql-protobuf.patch
+Patch3:                build.patch
 
 Patch11:       mysql-upgrade.patch
 Patch12:       mysql-config.patch
@@ -506,6 +507,7 @@ cd ../..
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %patch19 -p1
 %patch20 -p1
This page took 0.043967 seconds and 4 git commands to generate.