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

Daiki Ueno ueno at fedoraproject.org
Thu Nov 11 07:05:13 UTC 2010


commit 35c4bb1a6d93847fe299f0c0e88043e12df03dd2
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Thu Nov 11 16:09:16 2010 +0900

    Update to 1.0.3-1.

 .gitignore               |    1 +
 groonga-initscript.patch |   46 ----------------------------------------------
 groonga.spec             |   11 ++++++-----
 sources                  |    2 +-
 4 files changed, 8 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fc021a..0d5dffa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /groonga-1.0.2.tar.gz
+/groonga-1.0.3.tar.gz
diff --git a/groonga.spec b/groonga.spec
index 0c7848b..e9e31e8 100644
--- a/groonga.spec
+++ b/groonga.spec
@@ -1,15 +1,14 @@
 %global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
 
 Name:		groonga
-Version:	1.0.2
-Release:	7%{?dist}
+Version:	1.0.3
+Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
 Group:		Applications/Text
 License:	LGPLv2
 URL:		http://groonga.org/
 Source0:	http://groonga.org/files/groonga/groonga-%{version}.tar.gz
-Patch0:		groonga-initscript.patch
 
 BuildRequires:	mecab-devel
 BuildRequires:	python2-devel
@@ -95,7 +94,6 @@ PHP language binding for groonga
 %prep
 #% define optflags -O0
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -238,7 +236,7 @@ fi
 %{_libdir}/groonga/modules/suggest/*.so
 %dir %{_libdir}/groonga/modules/tokenizers
 %dir %{_datadir}/groonga
-%{_datadir}/groonga/admin_html/
+%{_datadir}/groonga/
 
 %files doc
 %defattr(-,root,root,-)
@@ -269,6 +267,9 @@ fi
 
 
 %changelog
+* Fri Oct 09 2010 Kouhei Sutou <kou at clear-code.com> - 1.0.3-1
+- new upstream release.
+
 * Thu Oct  7 2010 Daiki Ueno <dueno at redhat.com> - 1.0.2-7
 - own %%_localstatedir/lib/%%name/db.
 - use %%_sbindir RPM macro.
diff --git a/sources b/sources
index 1e4d274..84c2ec9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1cfe0fbae8a6bbaa35e6de4b7a0bfcf6  groonga-1.0.2.tar.gz
+f9e5c1742a24512e397245334e5e84a4  groonga-1.0.3.tar.gz


More information about the scm-commits mailing list