Navigation Menu

Skip to content

Commit

Permalink
[fedora] update MySQL version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 29, 2011
1 parent 5f25df7 commit cc1fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/fedora/mysql-groonga.spec.in
@@ -1,4 +1,4 @@
%define mysql_version 5.1.51
%define mysql_version 5.5.10
%define mysql_release 2%{?dist}

Name: mysql-groonga
Expand All @@ -25,7 +25,7 @@ Groonga storage engine is a MySQL storage plugin.
srpm=mysql-%{mysql_version}-%{mysql_release}.src.rpm
if [ ! -f ../../SRPMS/$srpm ]; then
curl --output ../../SRPMS/$srpm \
http://ftp.iij.ad.jp/pub/linux/fedora/releases/14/Everything/source/SRPMS/$srpm
http://ftp.iij.ad.jp/pub/linux/fedora/releases/15/Everything/source/SRPMS/$srpm
rpm -Uvh ../../SRPMS/$srpm
fi

Expand Down

0 comments on commit cc1fe68

Please sign in to comment.