Navigation Menu

Skip to content

Commit

Permalink
package rpm mariadb: use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 24, 2018
1 parent 7ccbe61 commit 50d5896
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions packages/rpm/centos/mariadb-10.1-mroonga.spec.in
@@ -1,6 +1,6 @@
%define _centos_ver %{?centos_ver:%{centos_ver}}%{!?centos_ver:5}

%define mariadb_version_default 10.1.32
%define mariadb_version_default 10.1.33
%define mariadb_release_default 1
%define mariadb_download_base_url_default https://downloads.mariadb.org/f
%if %{_centos_ver} == 7
Expand All @@ -18,7 +18,7 @@

Name: mariadb-10.1-mroonga
Version: @VERSION@
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A fast fulltext searchable storage engine for MariaDB

Group: Applications/Databases
Expand Down Expand Up @@ -228,6 +228,9 @@ fi
%doc mroonga-doc/*

%changelog
* Thu May 24 2018 Kouhei Sutou <kou@clear-code.com> - 8.02-2
- build against MariaDB 10.1.33.

* Sun Apr 29 2018 Kentaro Hayashi <hayashi@clear-code.com> - 8.02-1
- new upstream release.

Expand Down
7 changes: 5 additions & 2 deletions packages/rpm/centos/mariadb-10.2-mroonga.spec.in
@@ -1,6 +1,6 @@
%define _centos_ver %{?centos_ver:%{centos_ver}}%{!?centos_ver:5}

%define mariadb_version_default 10.2.14
%define mariadb_version_default 10.2.15
%define mariadb_release_default 1
%define mariadb_download_base_url_default https://downloads.mariadb.org/f
%if %{_centos_ver} == 7
Expand All @@ -18,7 +18,7 @@

Name: mariadb-10.2-mroonga
Version: @VERSION@
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A fast fulltext searchable storage engine for MariaDB

Group: Applications/Databases
Expand Down Expand Up @@ -228,6 +228,9 @@ fi
%doc mroonga-doc/*

%changelog
* Thu May 24 2018 Kouhei Sutou <kou@clear-code.com> - 8.02-2
- build against MariaDB 10.2.14.

* Sun Apr 29 2018 Kentaro Hayashi <hayashi@clear-code.com> - 8.02-1
- new upstream release.

Expand Down

0 comments on commit 50d5896

Please sign in to comment.