Update to 5.6.27

This commit is contained in:
Jakub Dorňák 2015-10-01 15:56:59 +02:00
parent 7e24f5ab25
commit e82d4dd5ca
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/mysql-5.6.24.tar.gz
/mysql-5.6.25.tar.gz
/mysql-5.6.26.tar.gz
/mysql-5.6.27.tar.gz

View File

@ -77,7 +77,7 @@
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: community-mysql
Version: 5.6.26
Version: 5.6.27
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
@ -145,6 +145,7 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Memoize)
BuildRequires: perl(Socket)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Test::More)
@ -946,6 +947,9 @@ fi
%endif
%changelog
* Thu Oct 1 2015 Jakub Dorňák <jdornak@redhat.com> - 5.6.27-1
- Update to 5.6.27
* Thu Jul 30 2015 Jakub Dorňák <jdornak@redhat.com> - 5.6.26-1
- Update to 5.6.26

View File

@ -1 +1 @@
733e1817c88c16fb193176e76f5b818f mysql-5.6.26.tar.gz
7754df40bb5567b03b041ccb6b5ddffa mysql-5.6.27.tar.gz