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

Daiki Ueno ueno at fedoraproject.org
Wed Feb 1 06:54:56 UTC 2012


commit 4a0594c58c5228aef876aa0efbbefdb28a53f5b2
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Wed Feb 1 15:54:47 2012 +0900

    Update to 1.3.0-1.

 .gitignore   |    1 +
 groonga.spec |   14 +++++++++++---
 sources      |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14ee972..bf12737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /groonga-1.2.7.tar.gz
 /groonga-1.2.8.tar.gz
 /groonga-1.2.9.tar.gz
+/groonga-1.3.0.tar.gz
diff --git a/groonga.spec b/groonga.spec
index c6d2f87..6d04984 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.2.9
+Version:	1.3.0
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -22,7 +22,6 @@ BuildRequires:	ruby
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	%{name}-plugin-suggest = %{version}-%{release}
 Requires:	%{name}-tokenizer-mecab = %{version}-%{release}
-Requires:	%{name}-doc = %{version}-%{release}
 Obsoletes:	%{name} < 1.2.2-0
 ExclusiveArch:  %{ix86} x86_64
 
@@ -49,7 +48,6 @@ Summary:	Groonga server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name} = %{version}-%{release}
-Requires:	%{name}-munin-plugins = %{version}-%{release}
 Requires(pre):	shadow-utils
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
@@ -314,6 +312,16 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Wed Feb  1 2012 Daiki Ueno <dueno at redhat.com> - 1.3.0-1
+- build in fedora
+
+* Sun Jan 29 2012 Kouhei Sutou <kou at clear-code.com> - 1.3.0-0
+- new upstream release.
+- groonga-server package does not require groonga-munin-plugins package.
+  suggested by Masaharu IWAI. Thanks!!!
+- groonga package does not require groonga-doc package.
+  suggested by Masaharu IWAI. Thanks!!!
+
 * Wed Jan  4 2012 Daiki Ueno <dueno at redhat.com> - 1.2.9-1
 - build in fedora
 
diff --git a/sources b/sources
index add17d8..cb45f9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47117baa401a3db08362e00f94fced12  groonga-1.2.9.tar.gz
+d8b3ada75185b59665131e4eee30d107  groonga-1.3.0.tar.gz


More information about the i18n-bugs mailing list