diff -Nru libreoffice-7.4.4~rc2/debian/changelog libreoffice-7.4.4/debian/changelog --- libreoffice-7.4.4~rc2/debian/changelog 2023-01-02 08:02:13.000000000 +0000 +++ libreoffice-7.4.4/debian/changelog 2023-01-16 07:59:02.000000000 +0000 @@ -1,12 +1,13 @@ -libreoffice (1:7.4.4~rc2-0ubuntu0.22.04.1~lo1) jammy; urgency=medium +libreoffice (1:7.4.4-0ubuntu0.22.04.1~lo1) jammy; urgency=medium - * Backport from kinetic (LP: #) + * Backport from kinetic (LP: #2002941) - -- Rico Tzschichholz Mon, 02 Jan 2023 09:02:13 +0100 + -- Rico Tzschichholz Mon, 16 Jan 2023 08:59:02 +0100 -libreoffice (1:7.4.4~rc2-0ubuntu0.22.10.1) UNRELEASED; urgency=medium +libreoffice (1:7.4.4-0ubuntu0.22.10.1) kinetic; urgency=medium - * New upstream release candidate + * New upstream release (LP: #2001911) + * autopkgtests: Skip two failing tests on s390x -- Rico Tzschichholz Mon, 02 Jan 2023 09:02:13 +0100 diff -Nru libreoffice-7.4.4~rc2/debian/tests/patches/s390x-skip-tests.diff libreoffice-7.4.4/debian/tests/patches/s390x-skip-tests.diff --- libreoffice-7.4.4~rc2/debian/tests/patches/s390x-skip-tests.diff 2023-01-02 08:02:13.000000000 +0000 +++ libreoffice-7.4.4/debian/tests/patches/s390x-skip-tests.diff 2023-01-16 07:58:26.000000000 +0000 @@ -2,7 +2,7 @@ # https://bugs.documentfoundation.org/show_bug.cgi?id=152182 diff --git a/sw/qa/uitest/writer_tests5/tdf138531.py b/sw/qa/uitest/writer_tests5/tdf138531.py -index d2a86864288c..b9cde05c0c1e 100644 +index 328a8250b266..3adcd465a252 100644 --- a/sw/qa/uitest/writer_tests5/tdf138531.py +++ b/sw/qa/uitest/writer_tests5/tdf138531.py @@ -7,6 +7,7 @@ @@ -21,11 +21,11 @@ + if platform.machine().lower().startswith('s390'): + return + - with self.ui_test.create_doc_in_start_center("calc"): + with self.ui_test.create_doc_in_start_center("calc") as document: xCalcDoc = self.xUITest.getTopFocusWindow() gridwin = xCalcDoc.getChild("grid_window") diff --git a/sw/qa/uitest/writer_tests5/tdf147935.py b/sw/qa/uitest/writer_tests5/tdf147935.py -index eef8d143ab9f..7629dbbc30ce 100644 +index fa0e773a980d..9e664bbaf977 100644 --- a/sw/qa/uitest/writer_tests5/tdf147935.py +++ b/sw/qa/uitest/writer_tests5/tdf147935.py @@ -7,6 +7,7 @@ @@ -34,9 +34,9 @@ +import platform from uitest.framework import UITestCase + from uitest.uihelper.common import get_state_as_dict from libreoffice.uno.propertyvalue import mkPropertyValues - from uitest.uihelper.calc import enter_text_to_cell -@@ -15,6 +16,10 @@ class Tdf147935(UITestCase): +@@ -16,6 +17,10 @@ class Tdf147935(UITestCase): def test_tdf147935(self): @@ -44,6 +44,6 @@ + if platform.machine().lower().startswith('s390'): + return + - with self.ui_test.create_doc_in_start_center("calc"): + with self.ui_test.create_doc_in_start_center("calc") as document: xCalcDoc = self.xUITest.getTopFocusWindow() gridwin = xCalcDoc.getChild("grid_window")