|
@@ -24,10 +24,10 @@
|
|
|
|
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
-%define mariadb_version 10.6.11
|
|
|
+%define mariadb_version 10.6.12
|
|
|
%define mariadb_base_version 10.6
|
|
|
-%define mroonga_version 12.09
|
|
|
-%define groonga_version 12.0.9
|
|
|
+%define mroonga_version 12.12
|
|
|
+%define groonga_version 12.1.2
|
|
|
%define client_version 18
|
|
|
|
|
|
%define galera_api_version 26.4
|
|
@@ -65,8 +65,6 @@ Patch1: mariadb-ownsetup.patch
|
|
|
|
|
|
# replace mroonga to the newest version.
|
|
|
Patch1000: 0001-MariaDB-%{mariadb_version}-Mroonga-v%{mroonga_version}-Groonga-v%{groonga_version}.patch
|
|
|
-# already sent to upstream.
|
|
|
-Patch1001: 0001-support-MariaDB-10.10.2-10.9.4-10.8.6-10.7.7-10.6.11.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: bison, cmake, gcc-c++, groff, git
|
|
@@ -269,9 +267,6 @@ into a client application instead of running as a separate process.
|
|
|
%endif
|
|
|
%patch1 -p1
|
|
|
git --git-dir= apply -p1 %{PATCH1000}
|
|
|
-pushd storage/mroonga
|
|
|
-%patch1001 -p1
|
|
|
-popd
|
|
|
|
|
|
cp -f \
|
|
|
%{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE14} \
|
|
@@ -864,6 +859,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Feb 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.12-1
|
|
|
+- new upstream release.
|
|
|
+- updated patch1000.
|
|
|
+
|
|
|
* Tue Nov 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.11-1
|
|
|
- new upstream release.
|
|
|
- updated patch1000.
|