diff --git a/.gitignore b/.gitignore index 35f340c..83b41a1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/community-mysql.spec b/community-mysql.spec index 5a20d13..c0903df 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -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 - 5.6.27-1 +- Update to 5.6.27 + * Thu Jul 30 2015 Jakub Dorňák - 5.6.26-1 - Update to 5.6.26 diff --git a/sources b/sources index 0562d0f..16afe97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -733e1817c88c16fb193176e76f5b818f mysql-5.6.26.tar.gz +7754df40bb5567b03b041ccb6b5ddffa mysql-5.6.27.tar.gz