Browse Source

mariadb-10.6.5-5

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

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

@@ -26,8 +26,8 @@
 
 %define mariadb_version		10.6.5
 %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 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:	4%{_dist_release}%{?with_systemd:.systemd}
+Release:	5%{_dist_release}%{?with_systemd:.systemd}
 Group:		servers
 Vendor:		Project Vine
 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
 
 echo BEGIN_NORMAL_CONFIG ; egrep '^#define' %{_vpath_builddir}/include/config.h ; echo END_NORMAL_CONFIG
-%cmake_build VERBOSE=1
+%cmake_build
 
 
 %install
@@ -861,9 +861,13 @@ fi
 
 
 %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.
 - updated patch1000.
+- forgot to reduce %%release.
 
 * Wed Oct 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-4
 - updated patch1000.