[Groonga-mysql-commit] mroonga/mroonga [master] require groonga >= 1.2.8.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 17日 (木) 15:14:29 JST


Kouhei Sutou	2011-11-17 06:14:29 +0000 (Thu, 17 Nov 2011)

  New Revision: 6140f48345ee8fa176b22480f0eb5730ee9f9971

  Log:
    require groonga >= 1.2.8.

  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    2011-11-17 05:01:09 +0000 (2cbbfb0)
+++ configure.ac    2011-11-17 06:14:29 +0000 (cedf964)
@@ -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)

  Modified: packages/debian/control (+2 -2)
===================================================================
--- packages/debian/control    2011-11-17 05:01:09 +0000 (3b63e5a)
+++ packages/debian/control    2011-11-17 06:14:29 +0000 (3b009b9)
@@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou****@clear*****>
 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
@@ -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.

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2011-11-17 05:01:09 +0000 (fcd634e)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2011-11-17 06:14:29 +0000 (a9ce681)
@@ -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@

  Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in    2011-11-17 05:01:09 +0000 (60f6b44)
+++ packages/rpm/fedora/mysql-mroonga.spec.in    2011-11-17 06:14:29 +0000 (0c7ac0f)
@@ -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@




Groonga-mysql-commit メーリングリストの案内
Back to archive index