[groonga] Update to Groonga 5.0.0

kenhys kenhys at fedoraproject.org
Wed Feb 25 09:19:22 UTC 2015


commit ac816f09b9eecd9087b5d534971c429c185da608
Author: HAYASHI Kentaro <kenhys at gmail.com>
Date:   Wed Feb 25 09:08:23 2015 +0000

    Update to Groonga 5.0.0

 .gitignore   |  1 +
 groonga.spec | 23 ++++++++++++++++++++++-
 sources      |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a703fa..0ca77df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
 /groonga-4.0.8.tar.gz
 /groonga-4.0.9.1.tar.gz
 /groonga-4.1.0.tar.gz
+/groonga-5.0.0.tar.gz
diff --git a/groonga.spec b/groonga.spec
index bbccd48..f0ea0bd 100644
--- a/groonga.spec
+++ b/groonga.spec
@@ -3,7 +3,7 @@
 %global _hardened_build 1
 
 Name:		groonga
-Version:	4.1.0
+Version:	5.0.0
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -177,6 +177,7 @@ PHP language binding for Groonga
 %build
 %configure \
   --disable-static \
+  --enable-mruby \
   --with-package-platform=fedora \
   --with-zlib --with-lz4 \
   --with-munin-plugins \
@@ -342,6 +343,7 @@ fi
 %{_datadir}/man/*/man1/*
 %{_bindir}/groonga
 %{_bindir}/groonga-benchmark
+%{_bindir}/grndb
 
 %files libs
 %defattr(-,root,root,-)
@@ -355,8 +357,23 @@ fi
 %dir %{_libdir}/groonga/plugins/tokenizers
 %dir %{_libdir}/groonga/plugins/token_filters
 %dir %{_libdir}/groonga/plugins/suggest
+%dir %{_libdir}/groonga/plugins/ruby
+%dir %{_libdir}/groonga/plugins/sharding
+%dir %{_libdir}/groonga/scripts/ruby
+%dir %{_libdir}/groonga/scripts/ruby/command_line
+%dir %{_libdir}/groonga/scripts/ruby/context
+%dir %{_libdir}/groonga/scripts/ruby/initialize
+%dir %{_libdir}/groonga/scripts/ruby/logger
 %{_libdir}/groonga/plugins/table/table.so
 %{_libdir}/groonga/plugins/query_expanders/tsv.so
+%{_libdir}/groonga/plugins/sharding.rb
+%{_libdir}/groonga/plugins/ruby/*.so
+%{_libdir}/groonga/plugins/sharding/*.rb
+%{_libdir}/groonga/scripts/ruby/*.rb
+%{_libdir}/groonga/scripts/ruby/command_line/*.rb
+%{_libdir}/groonga/scripts/ruby/context/*.rb
+%{_libdir}/groonga/scripts/ruby/initialize/*.rb
+%{_libdir}/groonga/scripts/ruby/logger/*.rb
 %{_datadir}/groonga/
 %config(noreplace) %{_sysconfdir}/groonga/synonyms.tsv
 
@@ -428,6 +445,10 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Wed Feb 25 2015 HAYASHI Kentaro <hayashi at clear-code.com> - 5.0.0-1
+- new upstream release.
+- enable mruby by default.
+
 * Wed Jan 14 2015 HAYASHI Kentaro <hayashi at clear-code.com> - 4.1.0-1
 - new upstream release.
 
diff --git a/sources b/sources
index 5f276f8..323ed4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93c763da6c298595da4b6964d6b80769  groonga-4.1.0.tar.gz
+a403fd685405fbdb424a3679082790d2  groonga-5.0.0.tar.gz


More information about the scm-commits mailing list