Kouhei Sutou
null+****@clear*****
Mon Oct 22 20:33:36 JST 2012
Kouhei Sutou 2012-10-22 20:33:36 +0900 (Mon, 22 Oct 2012) New Revision: 1e09644ab5cf0c2c703869b8b090107231805509 https://github.com/mroonga/mroonga/commit/1e09644ab5cf0c2c703869b8b090107231805509 Log: rpm: add missing "DROP FUNCTION mroonga_snippet" Reported by @tokuhy. Thanks!!! Modified files: packages/rpm/centos/mysql-mroonga.spec.in packages/rpm/fedora/mysql-mroonga.spec.in Modified: packages/rpm/centos/mysql-mroonga.spec.in (+6 -0) =================================================================== --- packages/rpm/centos/mysql-mroonga.spec.in 2012-10-22 02:16:00 +0900 (37e6c64) +++ packages/rpm/centos/mysql-mroonga.spec.in 2012-10-22 20:33:36 +0900 (da67b5d) @@ -149,6 +149,7 @@ eval $command || \ %preun if [ "$1" = 0 ]; then sql=" + DROP FUNCTION mroonga_snippet; DROP FUNCTION last_insert_grn_id; UNINSTALL PLUGIN mroonga; FLUSH TABLES; @@ -172,6 +173,11 @@ fi %doc mysql-mroonga-doc/* %changelog +* Mon Oct 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.08-0 +- new upstream release. +- add missing "DROP FUNCTION mroonga_snippet". + Reported by @tokuhy. Thanks!!! + * Sat Sep 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.07-0 - new upstream release. Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+6 -0) =================================================================== --- packages/rpm/fedora/mysql-mroonga.spec.in 2012-10-22 02:16:00 +0900 (634b0c2) +++ packages/rpm/fedora/mysql-mroonga.spec.in 2012-10-22 20:33:36 +0900 (a367632) @@ -95,6 +95,7 @@ eval $command || \ %preun if [ "$1" = 0 ]; then sql=" + DROP FUNCTION mroonga_snippet; DROP FUNCTION last_insert_grn_id; UNINSTALL PLUGIN mroonga; FLUSH TABLES; @@ -118,6 +119,11 @@ fi %doc mysql-mroonga-doc/* %changelog +* Mon Oct 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.08-0 +- new upstream release. +- add missing "DROP FUNCTION mroonga_snippet". + Reported by @tokuhy. Thanks!!! + * Sat Sep 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.07-0 - new upstream release. -------------- next part -------------- HTML����������������������������...Download