From 09473e8c401375bbc052fee3a616f75d07d423b6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mar 16 2021 11:39:50 +0000 Subject: latest stable release --- diff --git a/.gitignore b/.gitignore index 55b1d41..cfa2194 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,9 @@ /884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf /libreoffice-multiliblauncher.sh /dtoa-20180411.tgz -/libreoffice-7.0.4.2.tar.xz -/libreoffice-7.0.4.2.tar.xz.asc -/libreoffice-help-7.0.4.2.tar.xz -/libreoffice-help-7.0.4.2.tar.xz.asc -/libreoffice-translations-7.0.4.2.tar.xz -/libreoffice-translations-7.0.4.2.tar.xz.asc -/libreoffice-7.0.4.2-1.fc34.src.rpm +/libreoffice-7.0.5.2.tar.xz +/libreoffice-7.0.5.2.tar.xz.asc +/libreoffice-help-7.0.5.2.tar.xz +/libreoffice-help-7.0.5.2.tar.xz.asc +/libreoffice-translations-7.0.5.2.tar.xz +/libreoffice-translations-7.0.5.2.tar.xz.asc diff --git a/0001-disable-tests-that-don-t-work-without-pdfium.patch b/0001-disable-tests-that-don-t-work-without-pdfium.patch deleted file mode 100644 index 6783881..0000000 --- a/0001-disable-tests-that-don-t-work-without-pdfium.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 5597567fbecbb62cdc9e64e68b9fe9bf23e032a6 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= -Date: Fri, 4 Dec 2020 12:58:20 +0000 -Subject: [PATCH] disable tests that don't work without pdfium - -we're probably past the end of the road on --disable-pdfium - -Change-Id: Id91ea6c77bbdb3ecf609a7ffd16a278eb3b17e91 ---- - xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx -index 7659fe9485c5..68738134cc36 100644 ---- a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx -+++ b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx -@@ -7,6 +7,8 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -+#include -+ - #include - #include - -@@ -414,6 +416,7 @@ CPPUNIT_TEST_FIXTURE(PDFSigningTest, testBadCertP1) - = verify(m_directories.getURLFromSrc(DATA_DIRECTORY) + "bad-cert-p1.pdf", 1, - /*rExpectedSubFilter=*/OString()); - CPPUNIT_ASSERT(!aInfos.empty()); -+#if HAVE_FEATURE_PDFIUM - SignatureInformation& rInformation = aInfos[0]; - // Without the accompanying fix in place, this test would have failed with: - // - Expected: 0 (SecurityOperationStatus_UNKNOWN) -@@ -421,6 +424,7 @@ CPPUNIT_TEST_FIXTURE(PDFSigningTest, testBadCertP1) - // i.e. annotation after a P1 signature was not considered as a bad modification. - CPPUNIT_ASSERT_EQUAL(xml::crypto::SecurityOperationStatus::SecurityOperationStatus_UNKNOWN, - rInformation.nStatus); -+#endif - } - - CPPUNIT_TEST_FIXTURE(PDFSigningTest, testBadCertP3Stamp) -@@ -429,14 +433,15 @@ CPPUNIT_TEST_FIXTURE(PDFSigningTest, testBadCertP3Stamp) - = verify(m_directories.getURLFromSrc(DATA_DIRECTORY) + "bad-cert-p3-stamp.pdf", 1, - /*rExpectedSubFilter=*/OString()); - CPPUNIT_ASSERT(!aInfos.empty()); -+#if HAVE_FEATURE_PDFIUM - SignatureInformation& rInformation = aInfos[0]; -- - // Without the accompanying fix in place, this test would have failed with: - // - Expected: 0 (SecurityOperationStatus_UNKNOWN) - // - Actual : 1 (SecurityOperationStatus_OPERATION_SUCCEEDED) - // i.e. adding a stamp annotation was not considered as a bad modification. - CPPUNIT_ASSERT_EQUAL(xml::crypto::SecurityOperationStatus::SecurityOperationStatus_UNKNOWN, - rInformation.nStatus); -+#endif - } - - /// Test writing a PAdES signature. --- -2.28.0 - diff --git a/0001-gcc11.patch b/0001-gcc11.patch deleted file mode 100644 index a3e3b4e..0000000 --- a/0001-gcc11.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 6959a4c217d352e52673a3fec870eac17ceb60dc Mon Sep 17 00:00:00 2001 -From: Jeff Law -Date: Tue, 3 Nov 2020 08:05:03 -0700 -Subject: [PATCH] gcc11 - ---- - include/o3tl/lru_map.hxx | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx -index e822fde029..33a1487fa2 100644 ---- a/include/o3tl/lru_map.hxx -+++ b/include/o3tl/lru_map.hxx -@@ -14,6 +14,7 @@ - #include - #include - #include -+#include - - namespace o3tl - { --- -2.28.0 - diff --git a/0001-rhbz-1870501-crash-on-reexport-of-odg.patch b/0001-rhbz-1870501-crash-on-reexport-of-odg.patch index a5b0513..5b30fcc 100644 --- a/0001-rhbz-1870501-crash-on-reexport-of-odg.patch +++ b/0001-rhbz-1870501-crash-on-reexport-of-odg.patch @@ -1,4 +1,4 @@ -From cfb57e040db31cdfe7f6e592a13bb4352e85a6df Mon Sep 17 00:00:00 2001 +From 10d4f508be8bcda72126011eb6ef51ddf1ac33f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 20 Aug 2020 12:56:36 +0100 Subject: [PATCH] rhbz#1870501 crash on reexport of odg @@ -24,7 +24,7 @@ Change-Id: I1a49dab9578699c42fe845e8ec42de40159dec3d create mode 100644 sd/qa/unit/data/odg/rhbz1870501.odg diff --git a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx -index a78713f85d13..332005e720ac 100644 +index a78713f..332005e 100644 --- a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx +++ b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx @@ -24,6 +24,7 @@ @@ -7784,7 +7784,7 @@ literal 0 HcmV?d00001 diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx -index a2186fae62af..6b7ed0c030d0 100644 +index b5db56f..c76fe0e 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -76,6 +76,7 @@ public: @@ -7792,19 +7792,19 @@ index a2186fae62af..6b7ed0c030d0 100644 void testGlow(); void testSoftEdges(); + void testRhbz1870501(); + void testTdf128550(); CPPUNIT_TEST_SUITE(SdExportTest); - -@@ -112,6 +113,7 @@ public: +@@ -113,6 +114,7 @@ public: CPPUNIT_TEST(testTdf126761); CPPUNIT_TEST(testGlow); CPPUNIT_TEST(testSoftEdges); + CPPUNIT_TEST(testRhbz1870501); + CPPUNIT_TEST(testTdf128550); CPPUNIT_TEST_SUITE_END(); +@@ -1321,6 +1323,13 @@ void SdExportTest::testTdf128550() -@@ -1307,6 +1309,13 @@ void SdExportTest::testSoftEdges() - xDocShRef->DoClose(); } +void SdExportTest::testRhbz1870501() @@ -7818,7 +7818,7 @@ index a2186fae62af..6b7ed0c030d0 100644 CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx -index d2e29422ae1c..ce54fe971d44 100644 +index d2e2942..ce54fe9 100644 --- a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx +++ b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx @@ -21,6 +21,7 @@ @@ -7953,7 +7953,7 @@ index d2e29422ae1c..ce54fe971d44 100644 } diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx -index fdfbbc2562a8..5fc3d295e113 100644 +index fdfbbc2..5fc3d29 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3462,6 +3462,9 @@ SvXMLImportContextRef SdXMLFrameShapeContext::CreateChildContext( sal_uInt16 nPr @@ -7983,5 +7983,5 @@ index fdfbbc2562a8..5fc3d295e113 100644 if( !mxImplContext.is() ) -- -2.26.2 +2.29.2 diff --git a/0001-rhbz-1913828-SfxViewFrame-Current-can-return-null.patch b/0001-rhbz-1913828-SfxViewFrame-Current-can-return-null.patch deleted file mode 100644 index 90fc1a8..0000000 --- a/0001-rhbz-1913828-SfxViewFrame-Current-can-return-null.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 308181f2bd6c512258c30b9487859767b2b40c0e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= -Date: Mon, 11 Jan 2021 10:22:06 +0000 -Subject: [PATCH] rhbz#1913828 SfxViewFrame::Current() can return null - -revert cui part of - -commit 849b837d1a3b185a8dd893a8f6eaed53605bcab1 -Date: Tue Jun 4 15:49:12 2019 -0800 - - tdf#83618 Make line spacing values agree - -the reported problem seems still fixed after doing this - -Change-Id: I4a3f938b4137e2c36ed450936e06ad1f02979976 ---- - cui/source/tabpages/paragrph.cxx | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx -index 6ad843bdc9b3..eaa0daf23cfe 100644 ---- a/cui/source/tabpages/paragrph.cxx -+++ b/cui/source/tabpages/paragrph.cxx -@@ -51,8 +51,6 @@ - #include - #include - --#include -- - const sal_uInt16 SvxStdParagraphTabPage::pStdRanges[] = - { - SID_ATTR_PARA_LINESPACE, // 10033 -@@ -232,7 +230,7 @@ bool SvxStdParagraphTabPage::FillItemSet( SfxItemSet* rOutSet ) - m_xLineDistAtMetricBox->get_value_changed_from_saved() ) ) - { - nWhich = GetWhich( SID_ATTR_PARA_LINESPACE ); -- MapUnit eUnit = SfxViewFrame::Current()->GetPool().GetMetric( nWhich ); -+ MapUnit eUnit = pPool->GetMetric( nWhich ); - SvxLineSpacingItem aSpacing( - static_cast(GetItemSet().Get( nWhich )) ); - -@@ -722,7 +720,7 @@ void SvxStdParagraphTabPage::SetLineSpacing_Impl - const SvxLineSpacingItem &rAttr - ) - { -- MapUnit eUnit = SfxViewFrame::Current()->GetPool().GetMetric( rAttr.Which() ); -+ MapUnit eUnit = GetItemSet().GetPool()->GetMetric( rAttr.Which() ); - - switch( rAttr.GetLineSpaceRule() ) - { --- -2.28.0 - diff --git a/0001-rhbz-1918152-fix-FTBFS.patch b/0001-rhbz-1918152-fix-FTBFS.patch deleted file mode 100644 index b2502d1..0000000 --- a/0001-rhbz-1918152-fix-FTBFS.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 8b8a49e14c1010c5ab325b64fc3b65524a6a6049 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= -Date: Wed, 20 Jan 2021 09:19:25 +0000 -Subject: [PATCH] rhbz#1918152 fix FTBFS - -Change-Id: I5c03c810d3b2572b0e58c62293add49bd7025e70 ---- - vcl/source/gdi/bitmap3.cxx | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx -index ec80b03c6008..8ea5c31bee3e 100644 ---- a/vcl/source/gdi/bitmap3.cxx -+++ b/vcl/source/gdi/bitmap3.cxx -@@ -17,8 +17,6 @@ - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - --#include -- - #include - #include - #include --- -2.28.0 - diff --git a/0001-tdf-138727-help-browser-didn-t-flow-text.patch b/0001-tdf-138727-help-browser-didn-t-flow-text.patch deleted file mode 100644 index a63d283..0000000 --- a/0001-tdf-138727-help-browser-didn-t-flow-text.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 96e5a291775c9a0e04bbc5dd7ed8d5a494279470 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= -Date: Wed, 27 Jan 2021 12:43:25 +0000 -Subject: [PATCH] tdf#138727 help browser didn't flow text - -because of its size request, while the paned shrink lets the pane shrink -below the size request the contents stay at a min of the size request -and aren't really shrunk, just clipped. Instead don't let the pane -shrink but don't set a size.request letting it shrink to its natural -min of its contents which are then truly resized so the text flow works. - -Change-Id: Iaf6738ace28c82379ac6322310de9a22f9653473 ---- - sfx2/source/appl/newhelp.cxx | 1 - - sfx2/uiconfig/ui/helpwindow.ui | 5 ++--- - 2 files changed, 2 insertions(+), 4 deletions(-) - -diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx -index 9160c231f7e3..fb3ed8d5b78b 100644 ---- a/sfx2/source/appl/newhelp.cxx -+++ b/sfx2/source/appl/newhelp.cxx -@@ -2467,7 +2467,6 @@ SfxHelpWindow_Impl::SfxHelpWindow_Impl( - m_xContainer->connect_size_allocate(LINK(this, SfxHelpWindow_Impl, ResizeHdl)); - m_xHelpPaneWindow = m_xBuilder->weld_container("helppanewindow"); - m_xHelpTextWindow = m_xBuilder->weld_container("helptextwindow"); -- m_xHelpTextWindow->set_size_request(m_xHelpTextWindow->get_approximate_digit_width() * 120, -1); - m_xHelpTextXWindow = m_xHelpTextWindow->CreateChildFrame(); - - pHelpInterceptor->InitWaiter( this ); -diff --git a/sfx2/uiconfig/ui/helpwindow.ui b/sfx2/uiconfig/ui/helpwindow.ui -index 6c9fae044c45..f35acaf06bf7 100644 ---- a/sfx2/uiconfig/ui/helpwindow.ui -+++ b/sfx2/uiconfig/ui/helpwindow.ui -@@ -20,7 +20,7 @@ - - - -- True -+ False - False - - -@@ -43,7 +43,6 @@ - True - False - icons -- False - - - True -@@ -196,7 +195,7 @@ - - - True -- True -+ False - - - --- -2.28.0 - diff --git a/0001-tdf-140833-show-ScHeaderControl-help-tip-after-doubl.patch b/0001-tdf-140833-show-ScHeaderControl-help-tip-after-doubl.patch new file mode 100644 index 0000000..5e63128 --- /dev/null +++ b/0001-tdf-140833-show-ScHeaderControl-help-tip-after-doubl.patch @@ -0,0 +1,163 @@ +From 77c91688ddfdb5238019b557fc25a4603aacd2ff Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Sat, 6 Mar 2021 21:34:22 +0000 +Subject: [PATCH] tdf#140833 show ScHeaderControl help tip after double click + time has expired + +so under gtk the popover isn't active when the double click is processed +by gtk because under load on wayland the double click is getting handled +by something else and getting sent to the the window underneath our +window + +Change-Id: Ie3afcf45c69b7b947b1aeb787478f947deca9307 +--- + sc/source/ui/inc/hdrcont.hxx | 6 +++++ + sc/source/ui/view/hdrcont.cxx | 44 ++++++++++++++++++++++++++--------- + 2 files changed, 39 insertions(+), 11 deletions(-) + +diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx +index 08be7eba5010..d3210062d43f 100644 +--- a/sc/source/ui/inc/hdrcont.hxx ++++ b/sc/source/ui/inc/hdrcont.hxx +@@ -21,6 +21,7 @@ + #define INCLUDED_SC_SOURCE_UI_INC_HDRCONT_HXX + + #include ++#include + #include + #include + +@@ -36,6 +37,7 @@ class ScHeaderControl : public vcl::Window + { + private: + SelectionEngine* pSelEngine; ++ Timer aShowHelpTimer; + vcl::Font aNormFont; + vcl::Font aBoldFont; + bool bBoldSet; +@@ -67,9 +69,12 @@ private: + SCCOLROW GetMousePos( const MouseEvent& rMEvt, bool& rBorder ) const; + bool IsSelectionAllowed(SCCOLROW nPos) const; + void ShowDragHelp(); ++ void HideDragHelp(); + + void DoPaint( SCCOLROW nStart, SCCOLROW nEnd ); + ++ DECL_LINK(ShowDragHelpHdl, Timer*, void); ++ + protected: + ScTabView* pTabView; + +@@ -105,6 +110,7 @@ protected: + + virtual void DrawInvert( long nDragPos ); + virtual void Command( const CommandEvent& rCEvt ) override; ++ virtual void dispose() override; + + public: + ScHeaderControl( vcl::Window* pParent, SelectionEngine* pSelectionEngine, +diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx +index a8aeb47f9f88..0f74b3c0cdb2 100644 +--- a/sc/source/ui/view/hdrcont.cxx ++++ b/sc/source/ui/view/hdrcont.cxx +@@ -48,6 +48,7 @@ ScHeaderControl::ScHeaderControl( vcl::Window* pParent, SelectionEngine* pSelect + SCCOLROW nNewSize, bool bNewVertical, ScTabView* pTab ) : + Window ( pParent ), + pSelEngine ( pSelectionEngine ), ++ aShowHelpTimer("sc HeaderControl Popover Timer"), + bVertical ( bNewVertical ), + nSize ( nNewSize ), + nMarkStart ( 0 ), +@@ -88,9 +89,18 @@ ScHeaderControl::ScHeaderControl( vcl::Window* pParent, SelectionEngine* pSelect + nWidth = nSmallWidth = aSize.Width(); + nBigWidth = LogicToPixel( Size( GetTextWidth("8888888"), 0 ) ).Width() + 5; + ++ aShowHelpTimer.SetInvokeHandler(LINK(this, ScHeaderControl, ShowDragHelpHdl)); ++ aShowHelpTimer.SetTimeout(GetSettings().GetMouseSettings().GetDoubleClickTime()); ++ + SetBackground(); + } + ++void ScHeaderControl::dispose() ++{ ++ aShowHelpTimer.Stop(); ++ vcl::Window::dispose(); ++} ++ + void ScHeaderControl::SetWidth( long nNew ) + { + OSL_ENSURE( bVertical, "SetWidth works only on row headers" ); +@@ -652,7 +662,11 @@ void ScHeaderControl::MouseButtonDown( const MouseEvent& rMEvt ) + else + nDragStart = rMEvt.GetPosPixel().X(); + nDragPos = nDragStart; +- ShowDragHelp(); ++ // tdf#140833 launch help tip to show after the double click time has expired ++ // so under gtk the popover isn't active when the double click is processed ++ // by gtk because under load on wayland the double click is getting handled ++ // by something else and getting sent to the the window underneath our window ++ aShowHelpTimer.Start(); + DrawInvert( nDragPos ); + + StartTracking(); +@@ -713,11 +727,7 @@ void ScHeaderControl::MouseButtonUp( const MouseEvent& rMEvt ) + { + DrawInvert( nDragPos ); + ReleaseMouse(); +- if (nTipVisible) +- { +- Help::HidePopover(this, nTipVisible); +- nTipVisible = nullptr; +- } ++ HideDragHelp(); + bDragging = false; + + long nScrPos = GetScrPos( nDragNo ); +@@ -885,11 +895,7 @@ void ScHeaderControl::StopMarking() + if ( bDragging ) + { + DrawInvert( nDragPos ); +- if (nTipVisible) +- { +- Help::HidePopover(this, nTipVisible); +- nTipVisible = nullptr; +- } ++ HideDragHelp(); + bDragging = false; + } + +@@ -902,8 +908,14 @@ void ScHeaderControl::StopMarking() + ReleaseMouse(); + } + ++IMPL_LINK_NOARG(ScHeaderControl, ShowDragHelpHdl, Timer*, void) ++{ ++ ShowDragHelp(); ++} ++ + void ScHeaderControl::ShowDragHelp() + { ++ aShowHelpTimer.Stop(); + if (Help::IsQuickHelpEnabled()) + { + long nScrPos = GetScrPos( nDragNo ); +@@ -943,6 +955,16 @@ void ScHeaderControl::ShowDragHelp() + } + } + ++void ScHeaderControl::HideDragHelp() ++{ ++ aShowHelpTimer.Stop(); ++ if (nTipVisible) ++ { ++ Help::HidePopover(this, nTipVisible); ++ nTipVisible = nullptr; ++ } ++} ++ + void ScHeaderControl::RequestHelp( const HelpEvent& rHEvt ) + { + // If the own QuickHelp is displayed, don't let RequestHelp remove it +-- +2.29.2 + diff --git a/libreoffice.spec b/libreoffice.spec index e09b791..14bb4e4 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1,5 +1,5 @@ # download path contains version without the last (fourth) digit -%global libo_version 7.0.4 +%global libo_version 7.0.5 # Should contain .alphaX / .betaX, if this is pre-release (actually # pre-RC) version. The pre-release string is part of tarball file names, # so we need a way to define it easily at one place. @@ -50,7 +50,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.2 -Release: 10%{?libo_prerelease}%{?dist} +Release: 1%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -158,7 +158,6 @@ BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libetonyek-0.1) BuildRequires: pkgconfig(libexttextcat) BuildRequires: pkgconfig(libfreehand-0.1) -BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(liblangtag) BuildRequires: pkgconfig(libmspub-0.1) BuildRequires: pkgconfig(libmwaw-0.3) @@ -251,13 +250,8 @@ Patch3: 0001-fix-detecting-qrcodegen.patch Patch4: 0001-rhbz-1870501-crash-on-reexport-of-odg.patch Patch6: 0001-rhbz-1882616-move-cursor-one-step-at-a-time-in-the-d.patch Patch7: 0001-export-HYPERLINK-target-in-html-clipboard-export.patch -Patch10: 0001-gcc11.patch -Patch11: 0001-disable-tests-that-don-t-work-without-pdfium.patch -Patch12: 0001-rhbz-1913828-SfxViewFrame-Current-can-return-null.patch -Patch13: 0001-rhbz-1918152-fix-FTBFS.patch -Patch14: 0001-tdf-138727-help-browser-didn-t-flow-text.patch -Patch15: 0001-Resolves-rhbz-1931423-start-update-timer-in-IM-event.patch -Patch16: 0001-tdf-140833-show-ScHeaderControl-help-tip-after-doubl.patch +Patch8: 0001-Resolves-rhbz-1931423-start-update-timer-in-IM-event.patch +Patch9: 0001-tdf-140833-show-ScHeaderControl-help-tip-after-doubl.patch # Patches with numbers above 100 are applied conditionally Patch101: 0001-Upgrade-liborcus-to-0.16.0.patch @@ -2278,7 +2272,8 @@ done %{_includedir}/LibreOfficeKit %changelog -* Sun Mar 07 2021 Caolán McNamara - 1:7.0.4.2-10.unreleased +* Tue Mar 16 2021 Caolán McNamara - 1:7.0.5.2-1 +- latest stable release - Resolves: tdf#140833 show ScHeaderControl help popover after double-click time expires as double click is getting sent to underlying window under wayland diff --git a/sources b/sources index 18df01c..b699d86 100644 --- a/sources +++ b/sources @@ -7,10 +7,9 @@ SHA512 (0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = b9c02d63e9b47a838d SHA512 (884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf) = ce7e23e750f2c6f7ff2e590cc8941caa18eaae2727c9ca31313ab72ab19278055bd9393d38b0b5b685594e2f04ee15cb83b3bbb25d09665fe7383d7f26bf2ae8 SHA512 (libreoffice-multiliblauncher.sh) = db532afdf5000bc66f9e02c7d0ab586468466f63f8f0bdb204832581e8277c5c59f688fa096548d642411cb8c46e8de4a744676b4e624c075262cfd6945138cd SHA512 (dtoa-20180411.tgz) = 722aa814c33a34bfffe6c0201b0035cc3b65854a0ba9ae2f51620a89d68019353e2c306651b35bca337186b22b2e9865ef3c5e3df8e9328006f882e4577f8c85 -SHA512 (libreoffice-7.0.4.2.tar.xz.asc) = 2e3131b96bc382d773af17f0885ee047525928e7dbe939103b89e7f4f9bc541843bf8ad93317eb36fb4bb26a313b3ef3b0a3e04499b6e1e19e930a667c2370ab -SHA512 (libreoffice-help-7.0.4.2.tar.xz.asc) = df75f4261657fa32988621401daa1cad946740b535fbc9ddaea3134f9d02d919261c96641d295c99e3b66443b9f13ec15577122649adcb91d57c4bbcb8e16996 -SHA512 (libreoffice-translations-7.0.4.2.tar.xz.asc) = 648550fbcb9c3c8f185653ccf02d30b722a5369d170e14686ac11f124437a541bf5851b56b807c90ca2a21d17b5888b40757e8c6f65309aab65d35ccdcd0feff -SHA512 (libreoffice-7.0.4.2.tar.xz) = cc65497b8d27f0e48ebfc5fa66b09d45948febe9454149300b447d9a6aafecd4be728403c3095c058852b9dc53570841d612bc196979f25595f6b8981f706d4b -SHA512 (libreoffice-help-7.0.4.2.tar.xz) = ba346fa8ee015479d799d9d0b2a315cb901071b5fba2c4d7eba2eeba41dd4cac72210d12542704220c8cbb82d6a7b37a9285c1933fe2407e8e149510df4d58fe -SHA512 (libreoffice-7.0.4.2-1.fc34.src.rpm) = 2e352a68fa96a02a44b00ce905714c7cb72f2b15c05f1af9fd8f4cf5890a1404ca772cfbb098e3a97b8a42c5f70c29db659c24bc664137ccd9acbdce74b39125 -SHA512 (libreoffice-translations-7.0.4.2.tar.xz) = a1da20b4e4ae4952ca619871fc74c5693202e1f909f16ca1321a46dbc9abf979239c989bc56799c3e0c1f0930e8a41bd9aca2212bf5435e733951bdef8a5315c +SHA512 (libreoffice-7.0.5.2.tar.xz) = aff01224881d4971a44e754e0a6a15466dc2bb1e10fa4f3249453356389b3dfd6efd2d588b80359f1d06075ac7e4f7b74a711904d125e17206346808f2ddb4b8 +SHA512 (libreoffice-7.0.5.2.tar.xz.asc) = 5959fc76f8592b3953eb630562279816a19bde4f6c682def5703f7f5a5ca6f48b3820807e1c6c0da4936bbc44f516f77ee58f8d6aba61dd7d44b876f795473d7 +SHA512 (libreoffice-help-7.0.5.2.tar.xz) = 42935916ea31d2aea35386566754dbd2e37fa9cd2b29e6c2cca1ec7e672d10e345a92874e5875ced98d5625fd5329bd2db87ef81d3f00a1035044a9557202b31 +SHA512 (libreoffice-help-7.0.5.2.tar.xz.asc) = 68cb1d29e001736158e7793dd4b74997027b32df8d70976592e808c61b14e08cf6355dc14ef119b36bd708322ff523aad6ee7805abd652afa3ee2b33227e93f0 +SHA512 (libreoffice-translations-7.0.5.2.tar.xz) = 4c5471f1074ef496b7822b1eaeccbc13c244d56df007665b1bbc8e537bd7f80d4b96bf2de3934219752783789a5f43d8fff6e8b8cf0fa42992ca18c379fec205 +SHA512 (libreoffice-translations-7.0.5.2.tar.xz.asc) = 802d9f8c6e2b8aa061afafd7a442fd32b5ca03c18b875663c3bfd4bc80a68a6cfb4590383e3c152b39d000dbb8e78bbb4c47cb2491a6b86d9b06adf098ce5654