|
@@ -26,8 +26,8 @@
|
|
|
|
|
|
%define mariadb_version 10.6.5
|
|
%define mariadb_version 10.6.5
|
|
%define mariadb_base_version 10.6
|
|
%define mariadb_base_version 10.6
|
|
-%define mroonga_version 11.09
|
|
|
|
-%define groonga_version 11.0.9
|
|
|
|
|
|
+%define mroonga_version 11.10
|
|
|
|
+%define groonga_version 11.1.0
|
|
%define client_version 18
|
|
%define client_version 18
|
|
|
|
|
|
%define galera_api_version 26.4
|
|
%define galera_api_version 26.4
|
|
@@ -35,7 +35,7 @@
|
|
Name: mariadb
|
|
Name: mariadb
|
|
Summary: MariaDB: a very fast and robust SQL database server
|
|
Summary: MariaDB: a very fast and robust SQL database server
|
|
Version: %{mariadb_version}
|
|
Version: %{mariadb_version}
|
|
-Release: 4%{_dist_release}%{?with_systemd:.systemd}
|
|
|
|
|
|
+Release: 5%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: servers
|
|
Group: servers
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -322,7 +322,7 @@ export CXXFLAGS=${MYSQL_BUILD_CXXFLAGS:-${CXXFLAGS:-$RPM_OPT_FLAGS}}
|
|
ln -sf $(pwd)/%{_vpath_builddir}/storage/mroonga/vendor/groonga/include/groonga/version.h storage/mroonga/vendor/groonga/include/groonga/version.h
|
|
ln -sf $(pwd)/%{_vpath_builddir}/storage/mroonga/vendor/groonga/include/groonga/version.h storage/mroonga/vendor/groonga/include/groonga/version.h
|
|
|
|
|
|
echo BEGIN_NORMAL_CONFIG ; egrep '^#define' %{_vpath_builddir}/include/config.h ; echo END_NORMAL_CONFIG
|
|
echo BEGIN_NORMAL_CONFIG ; egrep '^#define' %{_vpath_builddir}/include/config.h ; echo END_NORMAL_CONFIG
|
|
-%cmake_build VERBOSE=1
|
|
|
|
|
|
+%cmake_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -861,9 +861,13 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Tue Nov 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-1
|
|
|
|
|
|
+* Tue Nov 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-5
|
|
|
|
+- updated patch1000.
|
|
|
|
+
|
|
|
|
+* Tue Nov 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-4
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- updated patch1000.
|
|
- updated patch1000.
|
|
|
|
+- forgot to reduce %%release.
|
|
|
|
|
|
* Wed Oct 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-4
|
|
* Wed Oct 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-4
|
|
- updated patch1000.
|
|
- updated patch1000.
|