|
@@ -24,10 +24,10 @@
|
|
|
|
|
|
%define _unpackaged_files_terminate_build 1
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
-%define mariadb_version 10.6.5
|
|
|
|
|
|
+%define mariadb_version 10.6.7
|
|
%define mariadb_base_version 10.6
|
|
%define mariadb_base_version 10.6
|
|
-%define mroonga_version 11.10
|
|
|
|
-%define groonga_version 11.1.0
|
|
|
|
|
|
+%define mroonga_version 12.00
|
|
|
|
+%define groonga_version 12.0.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: 6%{_dist_release}%{?with_systemd:.systemd}
|
|
|
|
|
|
+Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: servers
|
|
Group: servers
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -265,6 +265,7 @@ into a client application instead of running as a separate process.
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
%endif
|
|
%endif
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
+sed -i -e 's/"3.0.0"/"4.0.0"/' cmake/ssl.cmake
|
|
git --git-dir= apply -p1 %{PATCH1000}
|
|
git --git-dir= apply -p1 %{PATCH1000}
|
|
|
|
|
|
cp -f \
|
|
cp -f \
|
|
@@ -861,6 +862,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated patch1000.
|
|
|
|
+
|
|
* Tue Dec 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-6
|
|
* Tue Dec 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-6
|
|
- updated patch1000.
|
|
- updated patch1000.
|
|
|
|
|