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

New commits:
commit be5e8e00ce08a7386b0c2ad223e4df16195313fe
Author:     Rene Engelhard <r...@rene-engelhard.de>
AuthorDate: Mon Dec 20 11:32:34 2021 +0100
Commit:     René Engelhard <r...@debian.org>
CommitDate: Sun Dec 26 22:03:20 2021 +0100

    bump liborcus dependency in pkg-config check to >= 0.17.2
    
    since that is what is needed now since 
aadbac5467bb6ab768f87ed6ec003c55159d54aa
    to make the tests pass.
    (One could do a version-check like done with libmwaw etc, too, but
    didn't follow that route)
    
    Change-Id: Id70871104b5c12462db12f14b637c6884a98954c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127144
    Tested-by: Jenkins
    Reviewed-by: Kohei Yoshida <ko...@libreoffice.org>
    (cherry picked from commit e31191d45c27965bb1a73577b9fcc99b5d88795a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127374

diff --git a/configure.ac b/configure.ac
index ace149ccfc88..e1b75d2c10ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10696,7 +10696,7 @@ AC_SUBST(ENABLE_FUZZERS)
 dnl ===================================================================
 dnl Orcus
 dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.0])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.2])
 if test "$with_system_orcus" != "yes"; then
     if test "$SYSTEM_BOOST" = "TRUE"; then
         dnl Link with Boost.System

Reply via email to