From 59aee0a357d9e4a051cd92531f1e074e4a537058 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Jan 14 2018 02:30:18 +0000 Subject: Bump release for rebuild agains new version of community-mysql package. Remove "Suggests:" for mysql server as the connector can be used against remote server. Add Provides for the static bundled library --- diff --git a/mysql-connector-odbc.spec b/mysql-connector-odbc.spec index 25de89b..fa185ad 100644 --- a/mysql-connector-odbc.spec +++ b/mysql-connector-odbc.spec @@ -5,7 +5,7 @@ Name: mysql-connector-odbc Version: 5.3.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ODBC driver for MySQL License: GPLv2 with exceptions @@ -28,7 +28,8 @@ Patch10: mysql-connector-odbc-x_free.patch BuildRequires: cmake unixODBC-devel gtk3-devel BuildRequires: community-mysql-devel BuildRequires: community-mysql-static -Suggests: community-mysql-server + +Provides: bundled(libmysqlclient) = 20.3.7 %description An ODBC (rev 3) driver for MySQL, for use with unixODBC. @@ -102,13 +103,14 @@ rm -rf $RPM_BUILD_ROOT/usr/test %changelog -* Tue Jan 02 2018 Michal Schorm - 5.3.9-1 +* Tue Jan 02 2018 Michal Schorm - 5.3.9-2 - Begin building against static library, dynamic linking is not supported from 5.3.6 version https://bugs.mysql.com/bug.php?id=82202 - Begin building against community-mysql again, MariaDB files used to build this connectors are no longer available - Drop Group tag as it shouldn't be used anymore - Disable several patches, they need to be examined if still applicable and updated +- Add Provides for the bundled static library * Thu Aug 03 2017 Fedora Release Engineering - 5.3.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild