Navigation Menu

Skip to content

Commit

Permalink
rpm: fix groonga_required_version
Browse files Browse the repository at this point in the history
2.0.3->2.0.6

[groonga-dev,01033]

Reported by wing. Thanks!!!
  • Loading branch information
kenhys committed Sep 3, 2012
1 parent b8d6bdd commit dc3f303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -20,7 +20,7 @@
%{!?mysql_download_base_url:%define mysql_download_base_url %{mysql_download_base_url_default}}
%{!?mysql_spec_file:%define mysql_spec_file %{mysql_spec_file_default}}

%define groonga_required_version 2.0.3
%define groonga_required_version 2.0.6

Name: mysql-mroonga
Version: @VERSION@
Expand Down
2 changes: 1 addition & 1 deletion packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -3,7 +3,7 @@
# %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/16/Everything/source/SRPMS
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/17/SRPMS

%define groonga_required_version 2.0.3
%define groonga_required_version 2.0.6

Name: mysql-mroonga
Version: @VERSION@
Expand Down

0 comments on commit dc3f303

Please sign in to comment.