Navigation Menu

Skip to content

Commit

Permalink
require groonga >= 1.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 17, 2011
1 parent 2bcb21d commit 6140f48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -95,7 +95,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
])

AC_DEFUN([CONFIG_OPTION_GROONGA],[
PKG_CHECK_MODULES(GROONGA, groonga >= 1.2.7)
PKG_CHECK_MODULES(GROONGA, groonga >= 1.2.8)
_PKG_CONFIG(GROONGA_VERSION, variable=groonga_version, groonga)
GROONGA_VERSION=$pkg_cv_GROONGA_VERSION
AC_SUBST(GROONGA_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions packages/debian/control
Expand Up @@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou@clear-code.com>
Build-Depends:
debhelper (>= 7.0.50),
autotools-dev,
libgroonga-dev (>= 1.2.7),
libgroonga-dev (>= 1.2.8),
libmysqlclient-dev,
libssl-dev
Standards-Version: 3.9.1
Expand All @@ -19,7 +19,7 @@ Breaks: mysql-server-groonga (<< 1.0.0-1)
Depends:
${misc:Depends},
${shlibs:Depends},
libgroonga0 (>= 1.2.7),
libgroonga0 (>= 1.2.8),
mysql-server
Description: A fast fulltext searchable storage engine for MySQL.
Mroonga is a fast fulltext searchable storage engine for MySQL.
Expand Down
2 changes: 1 addition & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -12,7 +12,7 @@
%define mysql_download_base_url http://ftp.jaist.ac.jp/pub/mysql/Downloads/MySQL-5.5
%endif

%define groonga_required_version 1.2.7
%define groonga_required_version 1.2.8

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/15/Everything/source/SRPMS
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/15/SRPMS

%define groonga_required_version 1.2.7
%define groonga_required_version 1.2.8

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

0 comments on commit 6140f48

Please sign in to comment.