Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2023-05-26 20:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice" Fri May 26 20:14:26 2023 rev:275 rq:1088849 version:7.5.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2023-05-05 17:12:46.959206069 +0200 +++ /work/SRC/openSUSE:Factory/.libreoffice.new.1533/libreoffice.changes 2023-05-26 20:14:43.931997558 +0200 @@ -1,0 +2,15 @@ +Wed May 24 07:49:40 UTC 2023 - Danilo Spinella <danilo.spine...@suse.com> + +- Update to 7.5.3.2: + https://wiki.documentfoundation.org/Releases/7.5.3/RC2 +- Refresh patches: + * 0002-Revert-Require-HarfBuzz-5.1.0.patch + * bsc1200085.patch + +------------------------------------------------------------------- +Tue May 23 14:26:46 UTC 2023 - Andras Timar <andras.ti...@collabora.com> + +- Fix bsc#1200085 - LO-L3: FILEOPEN PPTX: extra paragraph after some 2-line text with link + * bsc1200085.patch + +------------------------------------------------------------------- @@ -4 +19 @@ -- Update to 7.5.3.1 +- Update to 7.5.3.1: Old: ---- libreoffice-7.5.3.1.tar.xz libreoffice-7.5.3.1.tar.xz.asc libreoffice-help-7.5.3.1.tar.xz libreoffice-help-7.5.3.1.tar.xz.asc libreoffice-translations-7.5.3.1.tar.xz libreoffice-translations-7.5.3.1.tar.xz.asc New: ---- bsc1200085.patch libreoffice-7.5.3.2.tar.xz libreoffice-7.5.3.2.tar.xz.asc libreoffice-help-7.5.3.2.tar.xz libreoffice-help-7.5.3.2.tar.xz.asc libreoffice-translations-7.5.3.2.tar.xz libreoffice-translations-7.5.3.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice.spec ++++++ --- /var/tmp/diff_new_pack.UMQZhK/_old 2023-05-26 20:14:50.596037279 +0200 +++ /var/tmp/diff_new_pack.UMQZhK/_new 2023-05-26 20:14:50.600037303 +0200 @@ -49,7 +49,7 @@ %endif %bcond_with firebird Name: libreoffice -Version: 7.5.3.1 +Version: 7.5.3.2 Release: 0 Summary: A Free Office Suite (Framework) License: LGPL-3.0-or-later AND MPL-2.0+ @@ -115,6 +115,8 @@ Patch15: fix-sdk-idl.patch # PATCH-FIX-SUSE Allow the use of old harfbuzz versions Patch16: 0002-Revert-Require-HarfBuzz-5.1.0.patch +# LO-L3: FILEOPEN PPTX: extra paragraph after some 2-line text with link +Patch17: bsc1200085.patch # Build with java 8 Patch101: 0001-Revert-java-9-changes.patch # try to save space by using hardlinks @@ -1041,6 +1043,7 @@ %if 0%{?suse_version} < 1550 %patch16 -p1 %endif +%patch17 -p1 %patch990 -p1 %patch991 -p1 ++++++ 0002-Revert-Require-HarfBuzz-5.1.0.patch ++++++ --- /var/tmp/diff_new_pack.UMQZhK/_old 2023-05-26 20:14:50.636037517 +0200 +++ /var/tmp/diff_new_pack.UMQZhK/_new 2023-05-26 20:14:50.640037541 +0200 @@ -11,10 +11,10 @@ vcl/source/gdi/CommonSalLayout.cxx | 9 +++++++-- 4 files changed, 21 insertions(+), 4 deletions(-) -Index: libreoffice-7.5.1.2/configure.ac +Index: libreoffice-7.5.3.2/configure.ac =================================================================== ---- libreoffice-7.5.1.2.orig/configure.ac -+++ libreoffice-7.5.1.2/configure.ac +--- libreoffice-7.5.3.2.orig/configure.ac ++++ libreoffice-7.5.3.2/configure.ac @@ -10848,7 +10848,7 @@ AC_SUBST(SYSTEM_LIBORCUS) dnl =================================================================== dnl HarfBuzz @@ -24,10 +24,10 @@ GRAPHITE_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/graphite/include -DGRAPHITE2_STATIC" GRAPHITE_LIBS_internal="-L${WORKDIR}/LinkTarget/StaticLibrary -lgraphite" -Index: libreoffice-7.5.1.2/vcl/inc/font/LogicalFontInstance.hxx +Index: libreoffice-7.5.3.2/vcl/inc/font/LogicalFontInstance.hxx =================================================================== ---- libreoffice-7.5.1.2.orig/vcl/inc/font/LogicalFontInstance.hxx -+++ libreoffice-7.5.1.2/vcl/inc/font/LogicalFontInstance.hxx +--- libreoffice-7.5.3.2.orig/vcl/inc/font/LogicalFontInstance.hxx ++++ libreoffice-7.5.3.2/vcl/inc/font/LogicalFontInstance.hxx @@ -156,8 +156,10 @@ private: // The value is initialized and used in NeedOffsetCorrection(). std::optional<FontFamilyEnum> m_xeFontFamilyEnum; @@ -39,10 +39,10 @@ }; inline hb_font_t* LogicalFontInstance::GetHbFont() -Index: libreoffice-7.5.1.2/vcl/source/font/LogicalFontInstance.cxx +Index: libreoffice-7.5.3.2/vcl/source/font/LogicalFontInstance.cxx =================================================================== ---- libreoffice-7.5.1.2.orig/vcl/source/font/LogicalFontInstance.cxx -+++ libreoffice-7.5.1.2/vcl/source/font/LogicalFontInstance.cxx +--- libreoffice-7.5.3.2.orig/vcl/source/font/LogicalFontInstance.cxx ++++ libreoffice-7.5.3.2/vcl/source/font/LogicalFontInstance.cxx @@ -54,8 +54,10 @@ LogicalFontInstance::~LogicalFontInstanc if (m_pHbFontUntransformed) hb_font_destroy(m_pHbFontUntransformed); @@ -105,9 +105,9 @@ if (!m_pHbDrawFuncs) { m_pHbDrawFuncs = hb_draw_funcs_create(); -@@ -308,6 +316,9 @@ bool LogicalFontInstance::GetGlyphOutlin - +@@ -312,6 +320,9 @@ bool LogicalFontInstance::GetGlyphOutlin hb_font_get_glyph_shape(GetHbFontUntransformed(), nGlyph, m_pHbDrawFuncs, &rPolyPoly); + #endif return true; +#else + return false; @@ -115,10 +115,10 @@ } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -Index: libreoffice-7.5.1.2/vcl/source/gdi/CommonSalLayout.cxx +Index: libreoffice-7.5.3.2/vcl/source/gdi/CommonSalLayout.cxx =================================================================== ---- libreoffice-7.5.1.2.orig/vcl/source/gdi/CommonSalLayout.cxx -+++ libreoffice-7.5.1.2/vcl/source/gdi/CommonSalLayout.cxx +--- libreoffice-7.5.3.2.orig/vcl/source/gdi/CommonSalLayout.cxx ++++ libreoffice-7.5.3.2/vcl/source/gdi/CommonSalLayout.cxx @@ -421,10 +421,10 @@ bool GenericSalLayout::LayoutText(vcl::t const int nRunLen = nEndRunPos - nMinRunPos; ++++++ bsc1200085.patch ++++++ ++++ 742 lines (skipped) ++++++ libreoffice-7.5.3.1.tar.xz -> libreoffice-7.5.3.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-7.5.3.1.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.1533/libreoffice-7.5.3.2.tar.xz differ: char 27, line 1 ++++++ libreoffice-help-7.5.3.1.tar.xz -> libreoffice-help-7.5.3.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-help-7.5.3.1.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.1533/libreoffice-help-7.5.3.2.tar.xz differ: char 27, line 1 ++++++ libreoffice-translations-7.5.3.1.tar.xz -> libreoffice-translations-7.5.3.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-7.5.3.1.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.1533/libreoffice-translations-7.5.3.2.tar.xz differ: char 26, line 1