[groonga/f13/master] Update to 1.1.0-1.

Daiki Ueno ueno at fedoraproject.org
Thu Feb 17 08:09:12 UTC 2011


commit 5a99cb6f646a617b2b684d7fda370f5642144606
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Thu Feb 17 17:10:15 2011 +0900

    Update to 1.1.0-1.

 .gitignore   |    1 +
 groonga.spec |   18 +++++++++++++++---
 sources      |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 267e11b..3583416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /groonga-1.0.4.tar.gz
 /groonga-1.0.6.tar.gz
 /groonga-1.0.8.tar.gz
+/groonga-1.1.0.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 7596a3f..d9acf60 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:	1.0.8
+Version:	1.1.0
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -22,6 +22,7 @@ Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
 Requires(postun):	/sbin/service
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 Groonga is an embeddable full-text search engine library.  It can
@@ -69,8 +70,6 @@ MeCab tokenizer for groonga
 Summary:	Suggest plugin for groonga
 Group:		Applications/Text
 Requires:	%{name}-libs = %{version}-%{release}
-#Requires:	messagepack
-Requires:	zeromq
 
 %description plugin-suggest
 Sugget plugin for groonga
@@ -276,6 +275,19 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Thu Feb 17 2011 Daiki Ueno <dueno at redhat.com> - 1.1.0-1
+- build in fedora.
+- don't require zeromq explicitly.
+
+* Wed Feb 09 2011 Kouhei Sutou <kou at clear-code.com> - 1.1.0-0
+- new upstream release.
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Feb  7 2011 Dan Horák <dan[at]danny.cz> - 1.0.8-2
+- add ExclusiveArch (atomic primitives implemented only for x86)
+
 * Thu Feb  3 2011 Daiki Ueno <dueno at redhat.com> - 1.0.8-1
 - build in fedora.
 - don't depend on libevent explicitly.
diff --git a/sources b/sources
index 37cd958..6c9676c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45291a536c165e053a4bb883ac145d8b  groonga-1.0.8.tar.gz
+a5a381db446e017f172bf6b003a4fed9  groonga-1.1.0.tar.gz


More information about the scm-commits mailing list