[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - configure.ac

Rene Engelhard (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 8 07:32:41 UTC 2020


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc6093be8f016283880271bda72e8e0142b962a8
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Fri Aug 7 18:14:43 2020 +0200
Commit:     René Engelhard <rene at debian.org>
CommitDate: Sat Aug 8 09:32:03 2020 +0200

    bump libnumbertext requirement to >= 1.0.6
    
    because otherwise
    
    Test name: SwUiWriterTest::testTdf133589
    equality assertion failed
    - Expected: 𐳥𐳋𐳓𐳉𐳗
    - Actual  : székely 0
    
    Failures !!!
    Run: 305   Failure total: 1   Failures: 1   Errors: 0
    
    happens with (system-)libnumbertext 1.0.5
    
    Change-Id: Ibbb33f41840b239c58e80c2a1a2c8ff5d41df58a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100351
    Tested-by: Jenkins
    Reviewed-by: René Engelhard <rene at debian.org>

diff --git a/configure.ac b/configure.ac
index 413203dda214..2a3fc498a458 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10386,7 +10386,7 @@ if test "$enable_libnumbertext" = "no"; then
 else
     AC_MSG_RESULT([yes])
     ENABLE_LIBNUMBERTEXT=TRUE
-    libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext >= 1.0.0])
+    libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext >= 1.0.6])
     if test "$with_system_libnumbertext" = "yes"; then
         SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
         SYSTEM_LIBNUMBERTEXT=YES


More information about the Libreoffice-commits mailing list