[packages/python3-mysqlx-connector] Rel 2; use mysql 8.0 on non x8664
arekm
arekm at pld-linux.org
Fri Jun 6 10:56:38 CEST 2025
commit 2558215bbf425bdfd5ee65431c8d9fb2d3a4d7ac
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jun 6 09:51:27 2025 +0200
Rel 2; use mysql 8.0 on non x8664
python3-mysqlx-connector.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python3-mysqlx-connector.spec b/python3-mysqlx-connector.spec
index 5361463..c7a4c34 100644
--- a/python3-mysqlx-connector.spec
+++ b/python3-mysqlx-connector.spec
@@ -4,7 +4,11 @@
# Conditional build:
%bcond_with tests # build with tests (requires mysql server)
-%define mysql_ver 8.4
+%ifarch %{x8664}
+%define mysql_ver 8.4
+%else
+%define mysql_ver 8.0
+%endif
%define pname mysqlx-connector
Summary: The MySQL Client/Protocol implemented in Python
@@ -13,7 +17,7 @@ Name: python3-%{pname}
# check documentation to see which version is GA (we don't want devel releases)
# https://dev.mysql.com/downloads/connector/python/
Version: 9.3.0
-Release: 1
+Release: 2
License: GPL v2
Group: Libraries/Python
Source0: http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-%{version}-src.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-mysqlx-connector.git/commitdiff/2558215bbf425bdfd5ee65431c8d9fb2d3a4d7ac
More information about the pld-cvs-commit
mailing list