From 47c19eb292076d45993d99a67bd1b3b8469b18b5 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 14 Dec 2015 14:20:25 +0100 Subject: [PATCH] relax version reqs in configure too --- libreoffice.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index e202eee..6cd47e9 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -962,8 +962,10 @@ git commit -q -a -m 'disable tests segfaulting on arm' %endif %if 0%{?rhel} +sed -i -e '/libmwaw/s/0\.3\../0.3.5/' configure.ac git rm writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_5.5.drw writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_5.5.rag git commit -am 'make tests pass with libmwaw 0.3.5' +sed -i -e '/libetonyek/s/0\.1\../0.1.2/' configure.ac git rm writerperfect/qa/unit/data/impress/libetonyek/pass/v6.zip git commit -am 'make tests pass with libetonyek 0.1.2' %endif