[libreoffice] disable pdfimport unit test again

David Tardon dtardon at fedoraproject.org
Tue Jul 10 06:44:05 UTC 2012


commit 4fcde8279fb5713b967b5c2e781c0b79767647cc
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 10 07:59:44 2012 +0200

    disable pdfimport unit test again

 0001-disable-failing-check.patch |   25 +++++++++++++++++++++++++
 libreoffice.spec                 |    2 ++
 2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/0001-disable-failing-check.patch b/0001-disable-failing-check.patch
new file mode 100644
index 0000000..336f1c1
--- /dev/null
+++ b/0001-disable-failing-check.patch
@@ -0,0 +1,25 @@
+From b2d583e88ac53aafe96e71eb9b1068f6014100b7 Mon Sep 17 00:00:00 2001
+From: David Tardon <dtardon at redhat.com>
+Date: Thu, 21 Jun 2012 12:14:39 +0200
+Subject: [PATCH] disable failing check
+
+Change-Id: I746cd1178c40c78127e04dbc1876de052794bd57
+---
+ sdext/Module_sdext.mk |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk
+index 6280984..ffafa6b 100644
+--- a/sdext/Module_sdext.mk
++++ b/sdext/Module_sdext.mk
+@@ -50,7 +50,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
+ ))
+ 
+ $(eval $(call gb_Module_add_check_targets,sdext,\
+-    CppunitTest_pdfimport \
+ ))
+ endif
+ 
+-- 
+1.7.10.2
+
diff --git a/libreoffice.spec b/libreoffice.spec
index c136c55..b81860b 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -162,6 +162,7 @@ Patch6:  openoffice.org-3.1.1.ooo105784.vcl.sniffscriptforsubs.patch
 Patch7:  libreoffice-installfix.patch
 Patch8: 0001-specify-the-sourced-file-with-path.patch
 Patch9: 0001-Resolves-rhbz-838368-view-ignored-while-view-accepte.patch
+Patch10: 0001-disable-failing-check.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -768,6 +769,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch7  -p1 -b .libreoffice-installfix.patch
 %patch8  -p1 -b .specify-the-sourced-file-with-path.patch
 %patch9  -p1 -b .rhbz838368-view-ignored-while-view-accepte.patch
+%patch10 -p1 -b .disable-failing-check.patch
 
 # TODO: check this
 # these are horribly incomplete--empty translations and copied english


More information about the scm-commits mailing list