Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:mroonga/mroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Oct 26, 2010
2 parents 1ca9800 + eeded1e commit 46f5b1a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
groonga-storage-engine (0.3-1) unstable; urgency=low

* New upstream release.

-- Kouhei Sutou <kou@clear-code.com> Fri, 29 Oct 2010 16:34:04 +0900

groonga-storage-engine (0.2-1) unstable; urgency=low

* New upstream release.
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos/mysql-groonga.spec.in
Expand Up @@ -4,7 +4,7 @@

Name: mysql-groonga
Version: @VERSION@
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A MySQL storage engine powered by groonga.

Group: Applications/Databases
Expand Down Expand Up @@ -83,6 +83,9 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Fri Oct 29 2010 Kouhei Sutou <kou@clear-code.com> - 0.3-1
- new upstream release.

* Fri Oct 08 2010 Kouhei Sutou <kou@clear-code.com> - 0.2-2
- specify target MySQL version.
- use %{version}.
Expand Down
5 changes: 4 additions & 1 deletion rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -3,7 +3,7 @@

Name: mysql-groonga
Version: @VERSION@
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A MySQL storage engine powered by groonga.

Group: Applications/Databases
Expand Down Expand Up @@ -66,6 +66,9 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Fri Oct 29 2010 Kouhei Sutou <kou@clear-code.com> - 0.3-1
- new upstream release.

* Fri Oct 08 2010 Kouhei Sutou <kou@clear-code.com> - 0.2-2
- use %{version}.

Expand Down

0 comments on commit 46f5b1a

Please sign in to comment.