From 0a920eb0c802f7e996b550480958648fcd43f9d1464e191769d67368c226679d Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 13 Jul 2012 10:40:24 +0000 Subject: [PATCH] - used the internal mysql cppconnector even for openSUSE-12.3; it did not build with the system one OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=10 --- libreoffice.changes | 6 ++++++ libreoffice.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index 79c6bc9..58add0f 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 13 10:37:51 UTC 2012 - pmladek@suse.com + +- used the internal mysql cppconnector even for openSUSE-12.3; + it did not build with the system one + ------------------------------------------------------------------- Mon Jul 9 17:06:28 UTC 2012 - pmladek@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index a573a63..f9a3918 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -103,7 +103,7 @@ BuildRequires: cppunit-devel %if 0%{?suse_version} BuildRequires: libmysqlclient-devel %endif -%if 0%{?suse_version} > 01220 +%if 0%{?suse_version} > 01230 # mysqlcppconn >= 1.0.6 is needed BuildRequires: libmysqlcppconn-devel %endif