null+****@clear*****
null+****@clear*****
2010年 10月 26日 (火) 17:09:42 JST
Kouhei Sutou 2010-10-26 08:09:42 +0000 (Tue, 26 Oct 2010) New Revision: 193ce448aace41b126634aa283a5d011a0d8cf10 Log: 1.0.2 -> 1.0.3. Modified files: debian/changelog rpm/centos/groonga.spec.in rpm/fedora/groonga.spec.in Modified: debian/changelog (+6 -0) =================================================================== --- debian/changelog 2010-10-26 06:56:44 +0000 (863ab3f) +++ debian/changelog 2010-10-26 08:09:42 +0000 (661cc5e) @@ -1,3 +1,9 @@ +groonga (1.0.3-1) lucid; urgency=low + + * New upstream release. + + -- Kouhei Sutou <kou****@clear*****> Fri, 29 Oct 2010 16:00:22 +0900 + groonga (1.0.2-1) lucid; urgency=low * New upstream release. Modified: rpm/centos/groonga.spec.in (+4 -1) =================================================================== --- rpm/centos/groonga.spec.in 2010-10-26 06:56:44 +0000 (05f50da) +++ rpm/centos/groonga.spec.in 2010-10-26 08:09:42 +0000 (3fe76ab) @@ -2,7 +2,7 @@ Name: groonga Version: @VERSION@ -Release: 2%{?dist} +Release: 1%{?dist} Summary: An Embeddable Fulltext Search Engine Group: Applications/Text @@ -205,6 +205,9 @@ fi %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/* %changelog +* Fri Oct 29 2010 Kouhei Sutou <kou****@clear*****> - 1.0.3-1 +- new upstream release. + * Thu Oct 09 2010 Kouhei Sutou <kou****@clear*****> - 1.0.2-2 - merge Fedora changes. Modified: rpm/fedora/groonga.spec.in (+4 -1) =================================================================== --- rpm/fedora/groonga.spec.in 2010-10-26 06:56:44 +0000 (e2b6de8) +++ rpm/fedora/groonga.spec.in 2010-10-26 08:09:42 +0000 (2df7030) @@ -2,7 +2,7 @@ Name: groonga Version: @VERSION@ -Release: 7%{?dist} +Release: 1%{?dist} Summary: An Embeddable Fulltext Search Engine Group: Applications/Text @@ -266,6 +266,9 @@ fi %{php_extdir}/groonga.so %changelog +* Fri Oct 09 2010 Kouhei Sutou <kou****@clear*****> - 1.0.3-1 +- new upstream release. + * Thu Oct 7 2010 Daiki Ueno <dueno****@redha*****> - 1.0.2-7 - own %%_localstatedir/lib/%%name/db. - use %%_sbindir RPM macro.