Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Last active May 21, 2024 04:05
Show Gist options
  • Save Sakura286/e045dc583aa61658d55591947ff5ecb5 to your computer and use it in GitHub Desktop.
Save Sakura286/e045dc583aa61658d55591947ff5ecb5 to your computer and use it in GitHub Desktop.
diff -Nru libreoffice-24.2.3/debian/changelog libreoffice-24.2.3/debian/changelog
--- libreoffice-24.2.3/debian/changelog 2024-04-30 03:36:22.000000000 +0800
+++ libreoffice-24.2.3/debian/changelog 2024-05-21 11:33:51.000000000 +0800
@@ -1,3 +1,9 @@
+libreoffice (4:24.2.3-1.1) UNRELEASED; urgency=medium
+
+ * Remove nan payload test
+
+ -- CHEN Xuan <chenxuan@iscas.ac.cn> Tue, 21 May 2024 11:33:51 +0800
+
libreoffice (4:24.2.3-1) unstable; urgency=medium
* LibreOffice 24.2.3 final release (identical to rc2)
diff -Nru libreoffice-24.2.3/debian/patches/remove-nan-tests.patch libreoffice-24.2.3/debian/patches/remove-nan-tests.patch
--- libreoffice-24.2.3/debian/patches/remove-nan-tests.patch 1970-01-01 08:00:00.000000000 +0800
+++ libreoffice-24.2.3/debian/patches/remove-nan-tests.patch 2024-05-21 11:33:41.000000000 +0800
@@ -0,0 +1,21 @@
+--- a/sal/qa/rtl/math/test-rtl-math.cxx
++++ b/sal/qa/rtl/math/test-rtl-math.cxx
+@@ -685,7 +685,7 @@
+ CPPUNIT_TEST(test_acosh);
+ CPPUNIT_TEST(test_asinh);
+ CPPUNIT_TEST(test_atanh);
+- CPPUNIT_TEST(test_payloadNaN);
++ //CPPUNIT_TEST(test_payloadNaN);
+ CPPUNIT_TEST_SUITE_END();
+ };
+
+--- a/sc/Module_sc.mk
++++ b/sc/Module_sc.mk
+@@ -48,7 +48,6 @@
+ CppunitTest_sc_ucalc_datatransformation \
+ CppunitTest_sc_ucalc_document_themes \
+ CppunitTest_sc_ucalc_formula \
+- CppunitTest_sc_ucalc_formula2 \
+ CppunitTest_sc_ucalc_parallelism \
+ CppunitTest_sc_ucalc_pivottable \
+ CppunitTest_sc_ucalc_rangelst \
diff -Nru libreoffice-24.2.3/debian/patches/series libreoffice-24.2.3/debian/patches/series
--- libreoffice-24.2.3/debian/patches/series 2024-04-30 03:35:49.000000000 +0800
+++ libreoffice-24.2.3/debian/patches/series 2024-05-21 11:31:30.000000000 +0800
@@ -50,3 +50,4 @@
fix-riscv64-bridge.diff
pdfium-ports.diff
split-sdbc-firebird-mariadb.diff
+remove-nan-tests. Patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment