null+****@clear*****
null+****@clear*****
2012年 3月 30日 (金) 17:42:02 JST
Kouhei Sutou 2012-03-30 17:42:02 +0900 (Fri, 30 Mar 2012)
New Revision: ead38ebd2768748e0e7ab2f84e117483a05cab58
Merged 0f086ce: Merge remote-tracking branch 'v2.0.0-package-fix/v2.0.0-package-fix'
Log:
rpm: update release version
refs #1320
It's for appling Masaharu IWAI's patch. Thanks!!!
Modified files:
packages/rpm/centos/groonga.spec.in
packages/rpm/fedora/groonga.spec.in
Modified: packages/rpm/centos/groonga.spec.in (+5 -1)
===================================================================
--- packages/rpm/centos/groonga.spec.in 2012-03-29 19:53:37 +0900 (996ad63)
+++ packages/rpm/centos/groonga.spec.in 2012-03-30 17:42:02 +0900 (0f75de1)
@@ -4,7 +4,7 @@
Name: groonga
Version: @VERSION@
-Release: 0%{?dist}
+Release: 1%{?dist}
Summary: An Embeddable Fulltext Search Engine
Group: Applications/Text
@@ -244,6 +244,10 @@ fi
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
%changelog
+* Fri Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-2
+- Fix bind address argument parameter.
+ Patch by Masaharu IWAI. Thanks!!!
+
* Thu Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-0
- new upstream release.
- grntest -> groonga-benchmark.
Modified: packages/rpm/fedora/groonga.spec.in (+5 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in 2012-03-29 19:53:37 +0900 (2e459a1)
+++ packages/rpm/fedora/groonga.spec.in 2012-03-30 17:42:02 +0900 (252d1ab)
@@ -2,7 +2,7 @@
Name: groonga
Version: @VERSION@
-Release: 0%{?dist}
+Release: 1%{?dist}
Summary: An Embeddable Fulltext Search Engine
Group: Applications/Text
@@ -303,6 +303,10 @@ fi
%{php_extdir}/groonga.so
%changelog
+* Fri Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-1
+- Fix bind address argument parameter.
+ Patch by Masaharu IWAI. Thanks!!!
+
* Thu Mar 29 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-0
- new upstream release.
- ensure removing build directory before installing.