[groonga/f16] Update to 2.0.5-1.

Daiki Ueno ueno at fedoraproject.org
Tue Jul 31 08:35:18 UTC 2012


commit 1deeb7e75d930f8b075777ab6812b0b6c3a9d8e9
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Jul 31 17:34:33 2012 +0900

    Update to 2.0.5-1.

 .gitignore   |    1 +
 groonga.spec |   25 ++++++++++++++++++++++---
 sources      |    2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68d6aa7..b8d11e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /groonga-2.0.2.tar.gz
 /groonga-2.0.3.tar.gz
 /groonga-2.0.4.tar.gz
+/groonga-2.0.5.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 68c315e..8c09c9a 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.4
+Version:	2.0.5
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -57,6 +57,15 @@ Requires(postun):	/sbin/service
 %description server
 This package contains the groonga server
 
+%package httpd
+Summary:	Groonga HTTP server
+Group:		Applications/Text
+License:	LGPLv2 and BSD
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description httpd
+This package contains the groonga HTTP server
+
 %package doc
 Summary:	Documentation for groonga
 Group:		Documentation
@@ -239,7 +248,6 @@ fi
 %{_datadir}/man/*/man1/*
 %{_bindir}/groonga
 %{_bindir}/groonga-benchmark
-%{_bindir}/groonga-httpd
 
 %files libs
 %defattr(-,root,root,-)
@@ -254,13 +262,17 @@ fi
 %files server
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/groonga/
-%config(noreplace) %{_sysconfdir}/groonga/httpd/*
 %config(noreplace) %{_sysconfdir}/sysconfig/groonga
 %{_initddir}/*
 %ghost %dir %{_localstatedir}/run/%{name}
 %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
 %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
 
+%files httpd
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/groonga/httpd/*
+%{_sbindir}/groonga-httpd
+
 %files doc
 %defattr(-,root,root,-)
 %doc README AUTHORS COPYING
@@ -296,6 +308,13 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Tue Jul 31 2012 Daiki Ueno <dueno at redhat.com> - 2.0.5-1
+- built in Fedora
+
+* Sun Jul 29 2012 Kouhei Sutou <kou at clear-code.com> - 2.0.5-0
+- new upstream release.
+- split groonga-httpd related files into groonga-httpd package.
+
 * Mon Jul  2 2012 Daiki Ueno <dueno at redhat.com> - 2.0.4-1
 - built in Fedora
 - add msgpack-devel to BR
diff --git a/sources b/sources
index 17923dd..c8e3185 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c26aaf2944ed0ffba9e1e051b1c86642  groonga-2.0.4.tar.gz
+6ea6634ceee97f701add89ee39f4c1da  groonga-2.0.5.tar.gz


More information about the scm-commits mailing list