null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 22:33:14 JST
Kouhei Sutou 2010-11-24 13:33:14 +0000 (Wed, 24 Nov 2010)
New Revision: cbcc3e0e75f10b8252add5f75d60e91271cf1b01
Log:
use the latest MySQL.
Modified files:
rpm/centos/mysql-groonga.spec.in
Modified: rpm/centos/mysql-groonga.spec.in (+6 -2)
===================================================================
--- rpm/centos/mysql-groonga.spec.in 2010-11-24 13:33:06 +0000 (82d84f2)
+++ rpm/centos/mysql-groonga.spec.in 2010-11-24 13:33:14 +0000 (f812575)
@@ -1,10 +1,10 @@
-%define mysql_version 5.1.51
+%define mysql_version 5.1.53
%define mysql_release 1
%define mysql_dist rhel5
Name: mysql-groonga
Version: @VERSION@
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A MySQL storage engine powered by groonga.
Group: Applications/Databases
@@ -91,6 +91,10 @@ eval $command || \
%{_libdir}/mysql/plugin/
%changelog
+* Mon Nov 29 2010 Kouhei Sutou <kou****@clear*****> - 0.4-1
+- use the latest MySQL.
+- new upstream release.
+
* Sun Nov 21 2010 Kouhei Sutou <kou****@clear*****> - 0.3-2
- install user define function.