[Groonga-mysql-commit] mroonga/mroonga [master] specify target MySQL version.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 8日 (金) 12:21:44 JST


Kouhei Sutou	2010-10-08 03:21:44 +0000 (Fri, 08 Oct 2010)

  New Revision: 6a7117556c3e7d62df0df245b0f4939e45492f01

  Log:
    specify target MySQL version.

  Modified files:
    rpm/centos/mysql-groonga.spec.in

  Modified: rpm/centos/mysql-groonga.spec.in (+6 -3)
===================================================================
--- rpm/centos/mysql-groonga.spec.in    2010-10-07 10:16:24 +0000 (86ee097)
+++ rpm/centos/mysql-groonga.spec.in    2010-10-08 03:21:44 +0000 (9cfadc1)
@@ -4,7 +4,7 @@
 
 Name:		mysql-groonga
 Version:	@VERSION@
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A MySQL storage engine powered by groonga.
 
 Group:		Applications/Databases
@@ -16,8 +16,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:	groonga-devel
 BuildRequires:	wget
 Requires:	groonga-libs
-Requires:	MySQL-server-community
-Requires:	MySQL-client-community
+Requires:	MySQL-server-community = %{mysql_version}-%{mysql_release}
+Requires:	MySQL-client-community = %{mysql_version}-%{mysql_release}
 
 %description
 Groonga storage engine is a MySQL storage plugin.
@@ -83,6 +83,9 @@ eval $command || \
 %{_libdir}/mysql/plugin/
 
 %changelog
+* Fri Oct 08 2010 Kouhei Sutou <kou****@clear*****> - 0.2-2
+- specify target MySQL version.
+
 * Wed Sep 29 2010 Kouhei Sutou <kou****@clear*****> - 0.2-1
 - new upstream release.
 




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