Navigation Menu

Skip to content

Commit

Permalink
[rpm][centos] use MySQL 5.1.61.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 28, 2012
1 parent e8874d1 commit 0078495
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/rpm/centos/mysql-mroonga.spec.in
@@ -1,10 +1,10 @@
%{!?use_system_mysql:%define use_system_mysql 0}

%if %{use_system_mysql}
%define mysql_version 5.1.52
%define mysql_version 5.1.61
%define mysql_release 1
%define mysql_dist el6_0.1
%define mysql_download_base_url http://vault.centos.org/6.2/os/Source/SPackages
%define mysql_dist el6_2.1
%define mysql_download_base_url http://vault.centos.org/6.2/updates/Source/SPackages
%else
%define mysql_version 5.5.21
%define mysql_release 1
Expand Down Expand Up @@ -148,6 +148,7 @@ eval $command || \
* Wed Feb 29 2012 Kouhei Sutou <kou@clear-code.com> - 1.30-0
- new upstream release.
- always install/uninstall plugin.
- use MySQL 5.1.61 and 5.5.21.

* Sun Jan 29 2012 Kouhei Sutou <kou@clear-code.com> - 1.20-0
- new upstream release.
Expand Down

0 comments on commit 0078495

Please sign in to comment.