[Fedora-i18n-bugs] [groonga] Update to 2.0.2-1.

Daiki Ueno ueno at fedoraproject.org
Tue May 1 02:27:29 UTC 2012


commit 85169dc3810389673db162b3230048140b1b0460
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue May 1 11:27:22 2012 +0900

    Update to 2.0.2-1.

 .gitignore   |    1 +
 groonga.spec |   19 ++++++++++++++++++-
 sources      |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 814ddd2..379c869 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /groonga-1.3.0.tar.gz
 /groonga-2.0.0.tar.gz
 /groonga-2.0.1.tar.gz
+/groonga-2.0.2.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 3a664bc..4f90875 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.1
+Version:	2.0.2
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -18,6 +18,7 @@ BuildRequires:	zeromq-devel
 BuildRequires:	libevent-devel
 BuildRequires:	python2-devel
 BuildRequires:	php-devel
+BuildRequires:	libedit-devel
 BuildRequires:	ruby
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	%{name}-plugin-suggest = %{version}-%{release}
@@ -50,6 +51,7 @@ Summary:	Groonga server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name} = %{version}-%{release}
+Requires:	curl
 Requires(pre):	shadow-utils
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
@@ -130,6 +132,7 @@ PHP language binding for groonga
 %configure \
   --disable-static \
   --with-package-platform=fedora \
+  --with-zlib --with-lzo \
   --with-munin-plugins
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -309,6 +312,20 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Tue May  1 2012 Daiki Ueno <dueno at redhat.com> - 2.0.2-1
+- built in Fedora
+
+* Sun Apr 29 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.2-0
+- new upstream release.
+- use libedit.
+
+* Fri Mar 30 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.1-2
+- Use shutdown command for stop.
+
+* Fri Mar 30 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.1-1
+- Fix bind address argument parameter.
+  Patch by Masaharu IWAI. Thanks!!!
+
 * Thu Mar 29 2012 Daiki Ueno <dueno at redhat.com> - 2.0.1-1
 - built in Fedora
 
diff --git a/sources b/sources
index 8dd00cc..0f97283 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-806daed3e0e5bb12d591dcf326e4ccd5  groonga-2.0.1.tar.gz
+8791e4f0b08c8065d6836b2fb18a295a  groonga-2.0.2.tar.gz


More information about the i18n-bugs mailing list