diff --git a/mysql-connector-odbc-8.0.17.patch b/mysql-connector-odbc-8.0.17.patch index e45d9fc..caa5ede 100644 --- a/mysql-connector-odbc-8.0.17.patch +++ b/mysql-connector-odbc-8.0.17.patch @@ -1,11 +1,11 @@ -This patch was create according to bug: +This patch was created according to bug: https://bugzilla.redhat.com/show_bug.cgi?id=1704529 -This patch try to repair inconsistency between some functions declarations and -definitions. Some macros and includes were missing. Problem probably arise by +This patch tries to repair inconsistency between some functions declarations and +definitions. Some macros and includes were missing. Problem probabbly arise by unsuccessful merge. -Missing macros were add into new file repair.h +Missing macros were added into new file repair.h diff -urN upstream/mysql-connector-odbc-8.0.17-src/include/mysql-8.0/m_ctype.h mysql-connector-odbc-8.0.17-src/include/mysql-8.0/m_ctype.h --- upstream/mysql-connector-odbc-8.0.17-src/include/mysql-8.0/m_ctype.h 2019-06-19 12:05:57.000000000 +0200 diff --git a/mysql-connector-odbc.spec b/mysql-connector-odbc.spec index 687805b..01ac53c 100644 --- a/mysql-connector-odbc.spec +++ b/mysql-connector-odbc.spec @@ -10,6 +10,7 @@ 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 Patch2: %{name}-8.0.17.patch BuildRequires: gcc