null+****@clear*****
null+****@clear*****
2012年 1月 25日 (水) 21:54:04 JST
Kouhei Sutou 2012-01-25 21:54:04 +0900 (Wed, 25 Jan 2012)
New Revision: 6835c745112c5fde1770a588f1195b8daae9d613
Log:
[rpm] groonga -> mroonga.
Modified files:
packages/rpm/centos/mysql-mroonga.spec.in
packages/rpm/fedora/mysql-mroonga.spec.in
Modified: packages/rpm/centos/mysql-mroonga.spec.in (+4 -3)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in 2012-01-25 21:53:19 +0900 (db3689f)
+++ packages/rpm/centos/mysql-mroonga.spec.in 2012-01-25 21:54:04 +0900 (65f8b1a)
@@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
-INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
+INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
@@ -127,7 +127,7 @@ fi
if [ $1 -eq 0 ]; then
sql="
DROP FUNCTION last_insert_grn_id;
-UNINSTALL PLUGIN groonga;
+UNINSTALL PLUGIN mroonga;
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
@@ -150,10 +150,11 @@ fi
%changelog
* Sun Jan 29 2012 Kouhei Sutou <kou****@clear*****> - 1.20-0
- new upstream release.
+- require groonga 1.3.0.
+- groonga -> mroonga.
* Thu Dec 29 2011 Kouhei Sutou <kou****@clear*****> - 1.11-0
- new upstream release.
-- require groonga 1.3.0.
* Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.10-0
- new upstream release.
Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+4 -3)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in 2012-01-25 21:53:19 +0900 (c803b63)
+++ packages/rpm/fedora/mysql-mroonga.spec.in 2012-01-25 21:54:04 +0900 (458e95f)
@@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
-INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
+INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
@@ -81,7 +81,7 @@ fi
if [ $1 -eq 0 ]; then
sql="
DROP FUNCTION last_insert_grn_id;
-UNINSTALL PLUGIN groonga;
+UNINSTALL PLUGIN mroonga;
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
@@ -104,10 +104,11 @@ fi
%changelog
* Sun Jan 29 2012 Kouhei Sutou <kou****@clear*****> - 1.20-0
- new upstream release.
+- require groonga 1.3.0.
+- groonga -> mroonga.
* Thu Dec 29 2011 Kouhei Sutou <kou****@clear*****> - 1.11-0
- new upstream release.
-- require groonga 1.3.0.
* Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.10-0
- new upstream release.