diff options
author | Max Rees <maxcrees@me.com> | 2018-11-30 16:45:43 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-03-11 23:36:53 -0400 |
commit | e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9 (patch) | |
tree | 55437bfa6ed732212a29d3e4eec00d0a50c9adce /user/libreoffice/disable-crc-test.patch | |
parent | 6e65ef71851e9fc3c807c2284ecf4edc46c83048 (diff) | |
download | packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.gz packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.bz2 packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.xz packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.zip |
user/libreoffice: bump to 6.2.1.2
Added to makedepends:
* fontforge-dev
* libnumbertext-dev
* py3-lxml
Removed from makedepends:
* gettext-tiny-dev
Diffstat (limited to 'user/libreoffice/disable-crc-test.patch')
-rw-r--r-- | user/libreoffice/disable-crc-test.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/user/libreoffice/disable-crc-test.patch b/user/libreoffice/disable-crc-test.patch index 35e6ce678..d2b9ab551 100644 --- a/user/libreoffice/disable-crc-test.patch +++ b/user/libreoffice/disable-crc-test.patch @@ -1,38 +1,38 @@ ---- libreoffice-6.0.6.2/vcl/qa/cppunit/svm/svmtest.cxx -+++ libreoffice-6.0.6.2/vcl/qa/cppunit/svm/svmtest.cxx -@@ -759,14 +759,13 @@ void SvmTest::checkBitmaps(const GDIMeta +--- libreoffice-6.2.1.2/vcl/qa/cppunit/svm/svmtest.cxx 2018-09-10 16:08:33.000000000 -0400 ++++ libreoffice-6.2.1.2/vcl/qa/cppunit/svm/svmtest.cxx 2018-09-18 15:25:41.030304773 -0400 +@@ -760,14 +760,13 @@ void SvmTest::checkBitmaps(const GDIMeta xmlDocPtr pDoc = dumpMeta(rMetaFile); #ifdef LINUX -- assertXPathAttrs(pDoc, "/metafile/bmp[1]", {{"x", "1"}, {"y", "2"}, {"crc", "7932585a"}}); +- assertXPathAttrs(pDoc, "/metafile/bmp[1]", {{"x", "1"}, {"y", "2"}, {"crc", "b8dee5da"}}); + assertXPathAttrs(pDoc, "/metafile/bmp[1]", {{"x", "1"}, {"y", "2"},}); assertXPathAttrs(pDoc, "/metafile/bmpscale[1]", { -- {"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, {"crc", "08bfca1f"} +- {"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, {"crc", "281fc589"} + {"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, }); assertXPathAttrs(pDoc, "/metafile/bmpscalepart[1]", { {"destx", "1"}, {"desty", "2"}, {"destwidth", "3"}, {"destheight", "4"}, {"srcx", "2"}, {"srcy", "1"}, {"srcwidth", "4"}, {"srcheight", "3"}, -- {"crc", "abd45514"} +- {"crc", "5e01ddcc"} }); #else assertXPathAttrs(pDoc, "/metafile/bmp[1]", {{"x", "1"}, {"y", "2"}, {"crc", "b8dee5da"}}); -@@ -815,16 +814,16 @@ void SvmTest::checkBitmapExs(const GDIMe +@@ -816,16 +815,16 @@ void SvmTest::checkBitmapExs(const GDIMe #ifdef LINUX assertXPathAttrs(pDoc, "/metafile/bmpex[1]", { -- {"x", "1"}, {"y", "2"}, {"crc", "7932585a"}, {"transparenttype", "bitmap"} +- {"x", "1"}, {"y", "2"}, {"crc", "b8dee5da"}, {"transparenttype", "bitmap"} + {"x", "1"}, {"y", "2"}, {"transparenttype", "bitmap"} }); assertXPathAttrs(pDoc, "/metafile/bmpexscale[1]", { {"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, -- {"crc", "08bfca1f"}, {"transparenttype", "bitmap"} +- {"crc", "281fc589"}, {"transparenttype", "bitmap"} + {"transparenttype", "bitmap"} }); assertXPathAttrs(pDoc, "/metafile/bmpexscalepart[1]", { {"destx", "1"}, {"desty", "2"}, {"destwidth", "3"}, {"destheight", "4"}, {"srcx", "2"}, {"srcy", "1"}, {"srcwidth", "4"}, {"srcheight", "3"}, -- {"crc", "abd45514"}, {"transparenttype", "bitmap"} +- {"crc", "5e01ddcc"}, {"transparenttype", "bitmap"} + {"transparenttype", "bitmap"} }); #else |