diff --git a/libreoffice-hotfix-disablebrokenshapetest.patch b/libreoffice-hotfix-disablebrokenshapetest.patch index 721e8cb..aa11f50 100644 --- a/libreoffice-hotfix-disablebrokenshapetest.patch +++ b/libreoffice-hotfix-disablebrokenshapetest.patch @@ -1,8 +1,8 @@ -Index: libreoffice-5.2.0.0.alpha1/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +Index: libreoffice-5.2.4.1/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx =================================================================== ---- libreoffice-5.2.0.0.alpha1.orig/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -+++ libreoffice-5.2.0.0.alpha1/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -@@ -1103,29 +1103,6 @@ DECLARE_OOXMLEXPORT_TEST(testTDF93675, " +--- libreoffice-5.2.4.1.orig/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx ++++ libreoffice-5.2.4.1/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +@@ -1114,29 +1114,6 @@ DECLARE_OOXMLEXPORT_TEST(testTDF93675, " assertXPath(pXmlDoc, "//w:ind", "start", "1418"); } @@ -29,6 +29,6 @@ Index: libreoffice-5.2.0.0.alpha1/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -#endif -} - - #endif - - CPPUNIT_PLUGIN_IMPLEMENT(); + DECLARE_OOXMLEXPORT_TEST(testTdf103389, "tdf103389.docx") + { + xmlDocPtr pXmlDoc = parseExport("word/document.xml"); diff --git a/libreoffice.changes b/libreoffice.changes index 74e7a97..b1c22e7 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -12,6 +12,7 @@ Sat Dec 3 11:46:40 UTC 2016 - tchvatal@suse.com - Fix L3 bnc#959168 LO-L3: Undo on bullet point style change only works when focus is not set - bnc#957991 LO-L3: Improve pivot cache reading performance +- Refresh patch libreoffice-hotfix-disablebrokenshapetest.patch ------------------------------------------------------------------- Mon Nov 21 07:56:22 UTC 2016 - tchvatal@suse.com