null+****@clear*****
null+****@clear*****
2012年 3月 30日 (金) 17:53:20 JST
Kouhei Sutou 2012-03-30 17:53:20 +0900 (Fri, 30 Mar 2012)
New Revision: c77f2483a920829f8c5fe24847f2fdf265ebf546
Merged 0f086ce: Merge remote-tracking branch 'v2.0.0-package-fix/v2.0.0-package-fix'
Log:
rpm: add 2.0.1-2 entry
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-30 17:52:55 +0900 (f17c672)
+++ packages/rpm/centos/groonga.spec.in 2012-03-30 17:53:20 +0900 (87d17be)
@@ -4,7 +4,7 @@
Name: groonga
Version: @VERSION@
-Release: 1%{?dist}
+Release: 2%{?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 30 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-2
+- Fix default file path: /etc/default/groonga -> /etc/default/groonga-server
+- Use shutdown command for stop.
+
* Fri Mar 30 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-1
- Fix bind address argument parameter.
Patch by Masaharu IWAI. Thanks!!!
Modified: packages/rpm/fedora/groonga.spec.in (+5 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in 2012-03-30 17:52:55 +0900 (7bc44a7)
+++ packages/rpm/fedora/groonga.spec.in 2012-03-30 17:53:20 +0900 (e747d83)
@@ -2,7 +2,7 @@
Name: groonga
Version: @VERSION@
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: An Embeddable Fulltext Search Engine
Group: Applications/Text
@@ -303,6 +303,10 @@ fi
%{php_extdir}/groonga.so
%changelog
+* Fri Mar 30 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-2
+- Fix default file path: /etc/default/groonga -> /etc/default/groonga-server
+- Use shutdown command for stop.
+
* Fri Mar 30 2012 Kouhei Sutou <kou****@clear*****> - 2.0.1-1
- Fix bind address argument parameter.
Patch by Masaharu IWAI. Thanks!!!