Hello community,
here is the log from the commit of package mariadb-connector-c for
openSUSE:Factory checked in at 2019-05-16 21:57:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-connector-c (Old)
and /work/SRC/openSUSE:Factory/.mariadb-connector-c.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-connector-c"
Thu May 16 21:57:41 2019 rev:17 rq:703402 version:3.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb-connector-c/mariadb-connector-c.changes
2019-03-04 09:14:31.612664125 +0100
+++
/work/SRC/openSUSE:Factory/.mariadb-connector-c.new.5148/mariadb-connector-c.changes
2019-05-16 21:57:46.022844046 +0200
@@ -1,0 +2,8 @@
+Tue May 14 07:38:44 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Add pkgconfig(zlib) Requires to the -devel package: the .pc file
+ lists -lz in the Libs, but does not mention any requires
+ explicitly. So let's do our consumers a favor and pull in what we
+ require.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mariadb-connector-c.spec ++++++
--- /var/tmp/diff_new_pack.DOGs0b/_old 2019-05-16 21:57:47.606843354 +0200
+++ /var/tmp/diff_new_pack.DOGs0b/_new 2019-05-16 21:57:47.630843344 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -93,6 +93,7 @@
Group: Development/Libraries/C and C++
Requires: %{libname}%{sover} = %{version}
Requires: pkgconfig(openssl)
+Requires: pkgconfig(zlib)
# mysql-devel needs to be provided as some pkgs still depend on it
Provides: mysql-devel = %{mariadb_version}
Obsoletes: mysql-devel < %{mariadb_version}
@@ -123,7 +124,7 @@
-DINSTALL_PLUGINDIR:STRING=%{_libdir}/mysql/plugin/ \
-DWITH_MYSQLCOMPAT=ON \
-DWITH_SSL=OPENSSL \
- -DINSTALL_PCDIR="%{_libdir}/pkgconfig" \
+ -DINSTALL_PCDIR="%{_libdir}/pkgconfig"
%make_jobs
%install