[groonga/f16] Update to 2.0.2-1.

Daiki Ueno ueno at fedoraproject.org
Tue May 1 05:52:56 UTC 2012


commit 4f04280d4ef8236e31a4d40403dbc9af058e7f9f
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue May 1 14:52:41 2012 +0900

    Update to 2.0.2-1.

 .gitignore   |    1 +
 groonga.spec |   32 +++++++++++++++++++++++++++-----
 sources      |    2 +-
 3 files changed, 29 insertions(+), 6 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 7253c85..8919c51 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}
@@ -47,6 +48,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
@@ -127,6 +129,7 @@ PHP language binding for groonga
 %configure \
   --disable-static \
   --with-package-platform=redhat \
+  --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
@@ -291,8 +294,22 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
-* Fri Mar 30 2012 Daiki Ueno <dueno at redhat.com> - 2.0.1-1
-- new upstream release
+* 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
 
 * Thu Mar 29 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.1-0
 - new upstream release.
@@ -310,8 +327,13 @@ fi
 - support effective user and group in systemd.
   Patch by Daiki Ueno. Thanks!!!
 
-* Wed Feb  1 2012 Daiki Ueno <dueno at redhat.com> - 1.3.0-1
-- build in fedora
+* Thu Feb  2 2012 Daiki Ueno <dueno at redhat.com> - 1.3.0-2
+- fix systemd service file
+
+* Mon Jan 30 2012 Daiki Ueno <dueno at redhat.com> - 1.3.0-1
+- built in Fedora
+- migrate groonga-server initscript to systemd service (#781503)
+- add groonga-php5.4.patch to compile PHP extension with PHP 5.4
 
 * Sun Jan 29 2012 Kouhei Sutou <kou at clear-code.com> - 1.3.0-0
 - new upstream release.
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 scm-commits mailing list