Navigation Menu

Skip to content

Commit

Permalink
rpm fedora: use MySQL/MariaDB 5.5.37 on Fedora 20
Browse files Browse the repository at this point in the history
5.5.37 contains security update.
  • Loading branch information
kenhys committed Apr 29, 2014
1 parent 975c553 commit c63593d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 8 additions & 5 deletions packages/rpm/fedora/mariadb-mroonga.spec.in
@@ -1,12 +1,12 @@
%define mariadb_version 5.5.35
%define mariadb_release 3%{?dist}
%define mariadb_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/20/SRPMS

%define mariadb_version 5.5.37
%define mariadb_release 1%{?dist}
#%define mariadb_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/20/SRPMS
%define mariadb_download_base_url http://ftp.riken.jp/Linux/fedora/updates/20/SRPMS
%define groonga_required_version @REQUIRED_GROONGA_VERSION@

Name: mariadb-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 @@ -158,6 +158,9 @@ fi
%doc mariadb-mroonga-doc/*

%changelog
* Tue Apr 29 2014 HAYASHI Kentaro <hayashi@clear-code.com> - 4.02-2
- use MariaDB 5.5.37 on Fedora 20.

* Tue Apr 29 2014 Kouhei Sutou <kou@clear-code.com> - 4.02-1
- new upstream release.

Expand Down
10 changes: 7 additions & 3 deletions packages/rpm/fedora/mysql-mroonga.spec.in
@@ -1,12 +1,13 @@
%define mysql_version 5.5.35
%define mysql_version 5.5.37
%define mysql_release 1%{?dist}
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/20/Everything/source/SRPMS/c
#%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/20/Everything/source/SRPMS/c
# %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/20/SRPMS
%define mysql_download_base_url http://ftp.riken.jp/Linux/fedora/updates/20/SRPMS
%define groonga_required_version @REQUIRED_GROONGA_VERSION@

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

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

%changelog
* Tue Apr 29 2014 HAYASHI Kentaro <hayashi@clear-code.com> - 4.02-2
- use Community MySQL 5.5.37 on Fedora 20.

* Tue Apr 29 2014 Kouhei Sutou <kou@clear-code.com> - 4.02-1
- new upstream release.

Expand Down

0 comments on commit c63593d

Please sign in to comment.