From 3228be7687da8825bd6642abcc1f44b8c0e074a3 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sep 11 2019 11:03:58 +0000 Subject: Enable building of the ed25519 client plugin. It won't be shipped anymore by 'mariadb-server' --- diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 5ca9ccc..873b505 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -3,7 +3,7 @@ Name: mariadb-connector-c Version: 3.1.3 -Release: 2%{?with_debug:.debug}%{?dist} +Release: 3%{?with_debug:.debug}%{?dist} Summary: The MariaDB Native Client library (C driver) License: LGPLv2+ Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz @@ -101,7 +101,7 @@ export CFLAGS CXXFLAGS -DWITH_EXTERNAL_ZLIB=YES \ -DWITH_SSL=OPENSSL \ -DWITH_MYSQLCOMPAT=ON \ - -DPLUGIN_CLIENT_ED25519=OFF \ + -DPLUGIN_CLIENT_ED25519=DYNAMIC \ \ -DINSTALL_LAYOUT=RPM \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ @@ -224,6 +224,10 @@ popd # Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine %changelog +* Wed Sep 11 2019 Michal Schorm - 3.1.3-3 +- Enable building of the ed25519 client plugin. + It won't be shipped anymore by 'mariadb-server' + * Mon Aug 19 2019 Michal Schorm - 3.1.3-2 - Extract the prepared testsuite to the standalone subpackage so it can be run outside of the buildroot