[packages/mysql] up to 5.7.17
glen
glen at pld-linux.org
Wed Dec 14 19:33:26 CET 2016
commit 8a88ca8f0473eb501071c1428d947f7943889d28
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Dec 14 12:22:49 2016 +0200
up to 5.7.17
lz4.patch | 11 +++++++++++
mysql.spec | 8 ++++----
2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 534def7..504227e 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -35,17 +35,17 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер
Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql
-Version: 5.7.16
-Release: 0.2
+Version: 5.7.17
+Release: 0.1
License: GPL + MySQL FLOSS Exception
Group: Applications/Databases
Source0: http://cdn.mysql.com/Downloads/MySQL-5.7/%{name}-%{version}.tar.gz
-# Source0-md5: dbd5b1b19c2d285f87258ca446d4a7fe
+# Source0-md5: db2a87ede6132b226f8d43d3ac349284
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_59_0.tar.bz2
-# Source101-md5: 6aa9a5c6a4ca1016edd0ed1178e3cb87
+# Source101-md5: 6aa9a5c6a4ca1016edd0ed1178e3cb87
%endif
Source1: %{name}.init
Source2: %{name}.sysconfig
diff --git a/lz4.patch b/lz4.patch
index 4f4b52e..792e278 100644
--- a/lz4.patch
+++ b/lz4.patch
@@ -46,3 +46,14 @@ and it's iconsistent as well!
#include "base/mutex.h"
#include <string.h>
+--- mysql-5.7.17/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_message_stage_lz4.cc~ 2016-11-28 15:32:52.000000000 +0200
++++ mysql-5.7.17/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_message_stage_lz4.cc 2016-12-14 16:39:53.124878289 +0200
+@@ -15,7 +15,7 @@
+
+ #include "gcs_internal_message.h"
+ #include "gcs_message_stage_lz4.h"
+-#include <lz4.h>
++#include <lz4/lz4.h>
+ #include <mysql/gcs/xplatform/byteorder.h>
+ #include "gcs_logging.h"
+ #include <string.h>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/8a88ca8f0473eb501071c1428d947f7943889d28
More information about the pld-cvs-commit
mailing list