[packages/python3-mysql-connector] Rel 3; use older mysql for archs other than x8664
arekm
arekm at pld-linux.org
Mon Feb 17 10:24:20 CET 2025
commit 6b016710f722f35fd3c8081ef8b6c97d62f3131c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Feb 17 09:15:32 2025 +0100
Rel 3; use older mysql for archs other than x8664
python3-mysql-connector.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python3-mysql-connector.spec b/python3-mysql-connector.spec
index 29c2811..922c5e2 100644
--- a/python3-mysql-connector.spec
+++ b/python3-mysql-connector.spec
@@ -4,7 +4,11 @@
# Conditional build:
%bcond_with tests # build with tests (requires mysql server)
+%ifarch %{x8664}
%define mysql_ver 8.4
+%else
+%define mysql_ver 8.0
+%endif
%define pname mysql-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.2.0
-Release: 2
+Release: 3
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-mysql-connector.git/commitdiff/6b016710f722f35fd3c8081ef8b6c97d62f3131c
More information about the pld-cvs-commit
mailing list