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