Change-Id: Ibbd732d8503c219b8a0476e5017a6d90557c704c
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4064
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: MySQL. |
| 2 | 2 |
Name: mysql |
| 3 |
-Version: 5.7.18 |
|
| 3 |
+Version: 5.7.20 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
Group: Applications/Databases |
| 7 | 7 |
Vendor: VMware, Inc. |
| 8 | 8 |
Distribution: Photon |
| 9 | 9 |
Url: http://www.mysql.com |
| 10 |
-Source0: http://mirrors.syringanetworks.net/mariadb/mysql-boost-%{version}/source/mysql-boost-%{version}.tar.gz
|
|
| 11 |
-%define sha1 mysql-boost=346e91db0160434488493966054eb25f712c89c8 |
|
| 10 |
+Source0: https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-boost-%{version}.tar.gz
|
|
| 11 |
+%define sha1 mysql-boost=1fcbaea0d75d71a8a868f518b5b0afaaa18c5cda |
|
| 12 | 12 |
|
| 13 | 13 |
BuildRequires: cmake |
| 14 | 14 |
BuildRequires: openssl-devel |
| ... | ... |
@@ -67,5 +67,7 @@ make check |
| 67 | 67 |
%{_libdir}/pkgconfig/mysqlclient.pc
|
| 68 | 68 |
|
| 69 | 69 |
%changelog |
| 70 |
+* Tue Oct 17 2017 Xiaolin Li <xiaolinl@vmware.com> 5.7.20-1 |
|
| 71 |
+- Update to version 5.7.20 |
|
| 70 | 72 |
* Tue Jun 13 2017 Xiaolin Li <xiaolinl@vmware.com> 5.7.18-1 |
| 71 | 73 |
- Initial packaging for Photon |