Navigation Menu

Skip to content

Commit

Permalink
deb rpm: add 3.00 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 6, 2013
1 parent 441df30 commit e46f731
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/debian/changelog
@@ -1,4 +1,4 @@
mroonga (2.11-1) unstable; urgency=low
mroonga (3.00-1) unstable; urgency=low

* New upstream release.

Expand Down
8 changes: 6 additions & 2 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -20,11 +20,11 @@
%{!?mysql_download_base_url:%define mysql_download_base_url %{mysql_download_base_url_default}}
%{!?mysql_spec_file:%define mysql_spec_file %{mysql_spec_file_default}}

%define groonga_required_version 2.0.6
%define groonga_required_version 3.0.0

Name: mysql-mroonga
Version: @VERSION@
Release: 2%{?dist}
Release: 0%{?dist}
Summary: A fast fulltext searchable storage engine for MySQL.

Group: Applications/Databases
Expand Down Expand Up @@ -173,6 +173,10 @@ fi
%doc mysql-mroonga-doc/*

%changelog
* Sat Feb 09 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 3.00-0
- new upstream release.
- require groonga 3.0.0 or later

* Tue Feb 05 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 2.10-2
- use MySQL 5.1.67-1 on CentOS 6.
Reported by wakisuke.ua. Thanks!!!
Expand Down
5 changes: 3 additions & 2 deletions packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -3,7 +3,7 @@
# %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/16/Everything/source/SRPMS
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/18/SRPMS

%define groonga_required_version 2.0.6
%define groonga_required_version 3.0.0

Name: mysql-mroonga
Version: @VERSION@
Expand Down Expand Up @@ -119,10 +119,11 @@ fi
%doc mysql-mroonga-doc/*

%changelog
* Sat Feb 09 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 2.11-0
* Sat Feb 09 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 3.00-0
- new upstream release.
- support Fedora 18.
- drop Fedora 17 support.
- require groonga 3.0.0 or later

* Thu Jan 24 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 2.10-1
- build with MySQL 5.5.29 on Fedora 17.
Expand Down

0 comments on commit e46f731

Please sign in to comment.