null+****@clear*****
null+****@clear*****
2012年 4月 23日 (月) 17:03:50 JST
Kouhei Sutou 2012-04-23 17:03:50 +0900 (Mon, 23 Apr 2012)
New Revision: 009949d2810495742204928ec83f631c62d2a9b4
Log:
Require groonga >= 2.0.2
Modified files:
configure.ac
packages/debian/changelog
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-04-22 15:05:54 +0900 (6cb98d8)
+++ configure.ac 2012-04-23 17:03:50 +0900 (b869f65)
@@ -158,7 +158,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
])
AC_DEFUN([CONFIG_OPTION_GROONGA],[
- PKG_CHECK_MODULES(GROONGA, groonga >= 2.0.1)
+ PKG_CHECK_MODULES(GROONGA, groonga >= 2.0.2)
_PKG_CONFIG(GROONGA_VERSION, variable=groonga_version, groonga)
GROONGA_VERSION=$pkg_cv_GROONGA_VERSION
AC_SUBST(GROONGA_VERSION)
Modified: packages/debian/changelog (+1 -0)
===================================================================
--- packages/debian/changelog 2012-04-22 15:05:54 +0900 (e398c9e)
+++ packages/debian/changelog 2012-04-23 17:03:50 +0900 (1f6f586)
@@ -1,6 +1,7 @@
mroonga (2.02-1) unstable; urgency=low
* New upstream release.
+ * Require groonga >= 2.0.2.
-- Kouhei Sutou <kou****@clear*****> Sun, 29 Apr 2012 00:00:00 +0900
Modified: packages/debian/control (+2 -2)
===================================================================
--- packages/debian/control 2012-04-22 15:05:54 +0900 (f2346e4)
+++ packages/debian/control 2012-04-23 17:03:50 +0900 (9a66bc6)
@@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou****@clear*****>
Build-Depends:
debhelper (>= 7.0.50),
autotools-dev,
- libgroonga-dev (>= 2.0.0),
+ libgroonga-dev (>= 2.0.2),
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 (>= 2.0.0),
+ libgroonga0 (>= 2.0.2),
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 -1)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in 2012-04-22 15:05:54 +0900 (73be82f)
+++ packages/rpm/centos/mysql-mroonga.spec.in 2012-04-23 17:03:50 +0900 (dcbc155)
@@ -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 2.0.0
+%define groonga_required_version 2.0.2
Name: mysql-mroonga
Version: @VERSION@
@@ -149,6 +149,7 @@ eval $command || \
* Sun Apr 29 2012 Kouhei Sutou <kou****@clear*****> - 2.02-0
- new upstream release.
- use MySQL 5.5.21.
+* require groonga >= 2.0.2.
* Thu Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.01-0
- new upstream release.
Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+2 -1)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in 2012-04-22 15:05:54 +0900 (361e52c)
+++ packages/rpm/fedora/mysql-mroonga.spec.in 2012-04-23 17:03:50 +0900 (6828320)
@@ -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 2.0.0
+%define groonga_required_version 2.0.2
Name: mysql-mroonga
Version: @VERSION@
@@ -102,6 +102,7 @@ eval $command || \
%changelog
* Sun Apr 29 2012 Kouhei Sutou <kou****@clear*****> - 2.02-0
- new upstream release.
+* require groonga >= 2.0.2.
* Thu Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.01-0
- new upstream release.