diff --git a/mysql-connector-odbc-8.0.17.patch b/mysql-connector-odbc-8.0.17.patch index caa5ede..1800f9b 100644 --- a/mysql-connector-odbc-8.0.17.patch +++ b/mysql-connector-odbc-8.0.17.patch @@ -1,6 +1,9 @@ This patch was created according to bug: https://bugzilla.redhat.com/show_bug.cgi?id=1704529 +Reported bug: +https://bugs.mysql.com/bug.php?id=96835 + This patch tries to repair inconsistency between some functions declarations and definitions. Some macros and includes were missing. Problem probabbly arise by unsuccessful merge. diff --git a/mysql-connector-odbc.spec b/mysql-connector-odbc.spec index 01ac53c..d5c5bc2 100644 --- a/mysql-connector-odbc.spec +++ b/mysql-connector-odbc.spec @@ -10,7 +10,8 @@ URL: https://dev.mysql.com/downloads/connector/odbc/ Source0: http://dev.mysql.com/get/Downloads/Connector-ODBC/8.0/%{name}-%{version}-src.tar.gz Patch0: myodbc-64bit.patch Patch1: %{name}-cmake.patch -#patch for solving compilation errors +# patch for solving compilation errors +# link to bug: https://bugs.mysql.com/bug.php?id=96835 Patch2: %{name}-8.0.17.patch BuildRequires: gcc