diff --git a/ocaml-mysql.spec b/ocaml-mysql.spec index 42a806c..251b006 100644 --- a/ocaml-mysql.spec +++ b/ocaml-mysql.spec @@ -2,7 +2,7 @@ Name: ocaml-mysql Version: 1.2.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: OCaml library for accessing MySQL databases License: LGPLv2+ with exceptions @@ -18,7 +18,7 @@ BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-camlp4-devel -BuildRequires: mariadb-devel +BuildRequires: mariadb-connector-c-devel BuildRequires: chrpath @@ -45,7 +45,7 @@ developing applications that use %{name}. %build -LDFLAGS="-L%{_libdir}/mysql" \ +LDFLAGS="-L%{_libdir}/mariadb" \ %configure make all %if %opt @@ -86,6 +86,9 @@ make install %changelog +* Mon Oct 23 2017 Richard W.M. Jones - 1.2.1-10 +- Use mariadb-connector-c-devel (RHBZ#1493692). + * Tue Aug 08 2017 Richard W.M. Jones - 1.2.1-9 - OCaml 4.05.0 rebuild.