[Fedora-i18n-bugs] [groonga/f15] Update to 2.0.1-1.

Daiki Ueno ueno at fedoraproject.org
Fri Mar 30 05:46:18 UTC 2012


commit 2f7c09850c99a9b63e7bf2983054102df0580998
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Mar 30 14:46:11 2012 +0900

    Update to 2.0.1-1.

 .gitignore   |    1 +
 groonga.spec |   25 +++++++++++--------------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 385abeb..814ddd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /groonga-1.2.9.tar.gz
 /groonga-1.3.0.tar.gz
 /groonga-2.0.0.tar.gz
+/groonga-2.0.1.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 190bab2..7253c85 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.0
+Version:	2.0.1
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -72,14 +72,6 @@ Requires:	%{name}-libs = %{version}-%{release}
 %description devel
 Libraries and header files for groonga
 
-%package tools
-Summary:       Tools for groonga
-Group:	       Development/Tools
-Requires:      ruby
-
-%description tools
-Tools for groonga
-
 %package tokenizer-mecab
 Summary:	MeCab tokenizer for groonga
 Group:		Applications/Text
@@ -244,7 +236,7 @@ fi
 %{_datadir}/man/man1/*
 %{_datadir}/man/*/man1/*
 %{_bindir}/groonga
-%{_bindir}/grntest
+%{_bindir}/groonga-benchmark
 
 %files libs
 %defattr(-,root,root,-)
@@ -275,10 +267,6 @@ fi
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/groonga*.pc
 
-%files tools
-%defattr(-,root,root,-)
-%{_bindir}/groonga-query-log-analyzer
-
 %files tokenizer-mecab
 %defattr(-,root,root,-)
 %{_libdir}/groonga/plugins/tokenizers/mecab.so
@@ -303,6 +291,15 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Fri Mar 30 2012 Daiki Ueno <dueno at redhat.com> - 2.0.1-1
+- new upstream release
+
+* Thu Mar 29 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.1-0
+- new upstream release.
+- ensure removing build directory before installing.
+- grntest -> groonga-benchmark.
+- remove groonga-tools package.
+
 * Thu Mar  1 2012 Daiki Ueno <dueno at redhat.com> - 2.0.0-1
 - built in Fedora
 
diff --git a/sources b/sources
index 7d8a288..8dd00cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09e6a34db15cf42b6a3aff07e0f841ff  groonga-2.0.0.tar.gz
+806daed3e0e5bb12d591dcf326e4ccd5  groonga-2.0.1.tar.gz


More information about the i18n-bugs mailing list