From 9413afe13a8462cd5f541c96df5bdc15edaaca55 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:29:04 +0100 Subject: [PATCH] automatic version update by autodist [release 2.2.0-1mamba;Fri Jun 23 2023] --- python-mysqlclient.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 4a92700..fdc7ead 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-mysqlclient -Version: 2.1.1 +Version: 2.2.0 Release: 1mamba Summary: Python interface to MySQL Group: System/Libraries @@ -13,7 +13,9 @@ License: GPL, Python License, Zope Public License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libmariadb-devel +BuildRequires: libopenssl-devel BuildRequires: libpython3-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools-devel @@ -60,6 +62,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc doc/* %changelog +* Fri Jun 23 2023 Automatic Build System 2.2.0-1mamba +- automatic version update by autodist + * Thu Jun 23 2022 Automatic Build System 2.1.1-1mamba - automatic version update by autodist