[groonga/f17] Update to 2.0.3-1.

Daiki Ueno ueno at fedoraproject.org
Mon Jun 4 02:55:43 UTC 2012


commit 3ada304e2e68586ee259787aaa0e351e6f25eaaf
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Jun 4 11:55:34 2012 +0900

    Update to 2.0.3-1.

 .gitignore   |    1 +
 groonga.spec |   11 +++++++++--
 sources      |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 379c869..09f3ba4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /groonga-2.0.0.tar.gz
 /groonga-2.0.1.tar.gz
 /groonga-2.0.2.tar.gz
+/groonga-2.0.3.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 4f90875..297b54c 100644
--- a/groonga.spec
+++ b/groonga.spec
@@ -1,7 +1,7 @@
 %global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
 
 Name:		groonga
-Version:	2.0.2
+Version:	2.0.3
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -212,7 +212,7 @@ getent passwd groonga >/dev/null || \
 exit 0
 
 %post server
-if [ $1 = 1 ] ; then 
+if [ $1 = 1 ] ; then
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 
@@ -266,6 +266,7 @@ fi
 %dir %{_libdir}/groonga
 %dir %{_libdir}/groonga/plugins
 %dir %{_libdir}/groonga/plugins/tokenizers
+%{_libdir}/groonga/plugins/table/table.so
 %{_datadir}/groonga/
 
 %files server
@@ -312,6 +313,12 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Mon Jun  4 2012 Daiki Ueno <dueno at redhat.com> - 2.0.3-1
+- built in Fedora
+
+* Tue May 29 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.3-0
+- new upstream release.
+
 * Tue May  1 2012 Daiki Ueno <dueno at redhat.com> - 2.0.2-1
 - built in Fedora
 
diff --git a/sources b/sources
index 0f97283..ef8c131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8791e4f0b08c8065d6836b2fb18a295a  groonga-2.0.2.tar.gz
+37c8539c78b19442a31a27cac0f15980  groonga-2.0.3.tar.gz


More information about the scm-commits mailing list