Browse Source

mariadb-10.6.7-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
5fe3c6fec3
1 changed files with 9 additions and 4 deletions
  1. 9 4
      m/mariadb/mariadb-vl.spec

+ 9 - 4
m/mariadb/mariadb-vl.spec

@@ -24,10 +24,10 @@
 
 %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 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 galera_api_version	26.4
@@ -35,7 +35,7 @@
 Name:		mariadb
 Summary:	MariaDB: a very fast and robust SQL database server
 Version:	%{mariadb_version}
-Release:	6%{_dist_release}%{?with_systemd:.systemd}
+Release:	1%{_dist_release}%{?with_systemd:.systemd}
 Group:		servers
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -265,6 +265,7 @@ into a client application instead of running as a separate process.
 %patch0 -p1
 %endif
 %patch1 -p1
+sed -i -e 's/"3.0.0"/"4.0.0"/' cmake/ssl.cmake
 git --git-dir= apply -p1 %{PATCH1000}
 
 cp -f \
@@ -861,6 +862,10 @@ fi
 
 
 %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
 - updated patch1000.