null+****@clear*****
null+****@clear*****
2012年 2月 28日 (火) 16:27:29 JST
Kouhei Sutou 2012-02-28 16:27:29 +0900 (Tue, 28 Feb 2012) New Revision: dcb337f0f2a5415daf3090ef4dbc3c6cfcb91fd3 Log: require groonga 2.0.0 or later. Modified files: configure.ac packages/debian/control packages/rpm/centos/mysql-mroonga.spec.in packages/rpm/fedora/mysql-mroonga.spec.in Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2012-02-28 16:19:11 +0900 (022478d) +++ configure.ac 2012-02-28 16:27:29 +0900 (c3c8752) @@ -148,7 +148,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[ ]) AC_DEFUN([CONFIG_OPTION_GROONGA],[ - PKG_CHECK_MODULES(GROONGA, groonga >= 1.3.1) + PKG_CHECK_MODULES(GROONGA, groonga >= 2.0.0) _PKG_CONFIG(GROONGA_VERSION, variable=groonga_version, groonga) GROONGA_VERSION=$pkg_cv_GROONGA_VERSION AC_SUBST(GROONGA_VERSION) Modified: packages/debian/control (+2 -2) =================================================================== --- packages/debian/control 2012-02-28 16:19:11 +0900 (d384303) +++ packages/debian/control 2012-02-28 16:27:29 +0900 (f2346e4) @@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou****@clear*****> Build-Depends: debhelper (>= 7.0.50), autotools-dev, - libgroonga-dev (>= 1.3.1), + libgroonga-dev (>= 2.0.0), libmysqlclient-dev, libssl-dev Standards-Version: 3.9.1 @@ -19,7 +19,7 @@ Breaks: mysql-server-groonga (<< 1.10-1) Depends: ${misc:Depends}, ${shlibs:Depends}, - libgroonga0 (>= 1.3.1), + libgroonga0 (>= 2.0.0), mysql-server Description: A fast fulltext searchable storage engine for MySQL. Mroonga is a fast fulltext searchable storage engine for MySQL. Modified: packages/rpm/centos/mysql-mroonga.spec.in (+2 -2) =================================================================== --- packages/rpm/centos/mysql-mroonga.spec.in 2012-02-28 16:19:11 +0900 (b17104d) +++ packages/rpm/centos/mysql-mroonga.spec.in 2012-02-28 16:27:29 +0900 (9be0d61) @@ -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.3.1 +%define groonga_required_version 2.0.0 Name: mysql-mroonga Version: @VERSION@ @@ -149,7 +149,7 @@ eval $command || \ - new upstream release. - always install/uninstall plugin. - use MySQL 5.1.61 and 5.5.21. -- require groonga 1.3.1 or later. +- require groonga 2.0.0 or later. * Sun Jan 29 2012 Kouhei Sutou <kou****@clear*****> - 1.20-0 - new upstream release. Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+2 -2) =================================================================== --- packages/rpm/fedora/mysql-mroonga.spec.in 2012-02-28 16:19:11 +0900 (7d24a60) +++ packages/rpm/fedora/mysql-mroonga.spec.in 2012-02-28 16:27:29 +0900 (583f283) @@ -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/16/SRPMS -%define groonga_required_version 1.3.1 +%define groonga_required_version 2.0.0 Name: mysql-mroonga Version: @VERSION@ @@ -103,7 +103,7 @@ eval $command || \ - new upstream release. - always install/uninstall plugin. - use MySQL 5.5.20. -- require groonga 1.3.1 or later. +- require groonga 2.0.0 or later. * Sun Jan 29 2012 Kouhei Sutou <kou****@clear*****> - 1.20-0 - new upstream release.