null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 22:35:59 JST
Kouhei Sutou 2010-11-24 13:35:59 +0000 (Wed, 24 Nov 2010) New Revision: fe202cf487c3acb68e430df9e2a806bec2a611da Log: support Fedora 14. Modified files: rpm/fedora/mysql-groonga.spec.in yum/build-in-chroot.sh Modified: rpm/fedora/mysql-groonga.spec.in (+7 -3) =================================================================== --- rpm/fedora/mysql-groonga.spec.in 2010-11-24 13:33:14 +0000 (48846d3) +++ rpm/fedora/mysql-groonga.spec.in 2010-11-24 13:35:59 +0000 (6ab03ac) @@ -1,9 +1,9 @@ -%define mysql_version 5.1.45 +%define mysql_version 5.1.51 %define mysql_release 2%{?dist} Name: mysql-groonga Version: @VERSION@ -Release: 2%{?dist} +Release: 1%{?dist} Summary: A MySQL storage engine powered by groonga. Group: Applications/Databases @@ -25,7 +25,7 @@ Groonga storage engine is a MySQL storage plugin. srpm=mysql-%{mysql_version}-%{mysql_release}.src.rpm if [ ! -f ../../SRPMS/$srpm ]; then curl --output ../../SRPMS/$srpm \ - http://ftp.iij.ad.jp/pub/linux/fedora/releases/13/Everything/source/SRPMS/$srpm + http://ftp.iij.ad.jp/pub/linux/fedora/releases/14/Everything/source/SRPMS/$srpm rpm -Uvh ../../SRPMS/$srpm fi @@ -74,6 +74,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. Modified: yum/build-in-chroot.sh (+1 -1) =================================================================== --- yum/build-in-chroot.sh 2010-11-24 13:33:14 +0000 (207828f) +++ yum/build-in-chroot.sh 2010-11-24 13:35:59 +0000 (6e8682c) @@ -76,7 +76,7 @@ build() case $distribution in fedora) - distribution_version=13 + distribution_version=14 ;; centos) distribution_version=5