Hello community,
here is the log from the commit of package mariadb-connector-c for
openSUSE:Factory checked in at 2017-04-20 20:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-connector-c (Old)
and /work/SRC/openSUSE:Factory/.mariadb-connector-c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-connector-c"
Thu Apr 20 20:57:52 2017 rev:2 rq:489021 version:2.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb-connector-c/mariadb-connector-c.changes
2017-04-11 09:33:13.998196113 +0200
+++
/work/SRC/openSUSE:Factory/.mariadb-connector-c.new/mariadb-connector-c.changes
2017-04-20 20:57:53.585055011 +0200
@@ -1,0 +2,5 @@
+Wed Mar 29 11:04:35 UTC 2017 - [email protected]
+
+- Set proper MySQL socket path for localhost connections
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mariadb-connector-c.spec ++++++
--- /var/tmp/diff_new_pack.gkZDru/_old 2017-04-20 20:57:54.380942456 +0200
+++ /var/tmp/diff_new_pack.gkZDru/_new 2017-04-20 20:57:54.380942456 +0200
@@ -19,6 +19,10 @@
%define sover 2
%define libname libmariadb
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
Name: mariadb-connector-c
Version: 2.3.2
Release: 0
@@ -100,7 +104,8 @@
-DWITH_SQLITE:BOOL=ON \
%endif
-DWITH_EXTERNAL_ZLIB:BOOL=ON \
- -DPLUGIN_INSTALL_DIR:STRING=%{_libdir}/mariadb/plugin/
+ -DPLUGIN_INSTALL_DIR:STRING=%{_libdir}/mariadb/plugin/ \
+ -DMYSQL_UNIX_ADDR:STRING=%{_rundir}/mysql/mysql.sock
make %{?_smp_mflags}
%install