Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2022-03-15 19:03:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice" Tue Mar 15 19:03:55 2022 rev:248 rq:961690 version:7.3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2022-03-07 17:45:54.771137660 +0100 +++ /work/SRC/openSUSE:Factory/.libreoffice.new.25692/libreoffice.changes 2022-03-15 19:04:09.188916920 +0100 @@ -1,0 +2,12 @@ +Mon Mar 14 10:38:05 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com> + +- Update to 7.3.2.1 + +------------------------------------------------------------------- +Wed Mar 9 16:33:59 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com> + +- Refresh patches: + * 0001-Revert-java-9-changes.patch + * fix_gtk_popover_on_3.20.patch + +------------------------------------------------------------------- Old: ---- libreoffice-7.3.1.3.tar.xz libreoffice-7.3.1.3.tar.xz.asc libreoffice-help-7.3.1.3.tar.xz libreoffice-help-7.3.1.3.tar.xz.asc libreoffice-translations-7.3.1.3.tar.xz libreoffice-translations-7.3.1.3.tar.xz.asc New: ---- libreoffice-7.3.2.1.tar.xz libreoffice-7.3.2.1.tar.xz.asc libreoffice-help-7.3.2.1.tar.xz libreoffice-help-7.3.2.1.tar.xz.asc libreoffice-translations-7.3.2.1.tar.xz libreoffice-translations-7.3.2.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice.spec ++++++ --- /var/tmp/diff_new_pack.xofm1j/_old 2022-03-15 19:04:15.704921338 +0100 +++ /var/tmp/diff_new_pack.xofm1j/_new 2022-03-15 19:04:15.708921341 +0100 @@ -48,7 +48,7 @@ %endif %bcond_with firebird Name: libreoffice -Version: 7.3.1.3 +Version: 7.3.2.1 Release: 0 Summary: A Free Office Suite (Framework) License: LGPL-3.0-or-later AND MPL-2.0+ ++++++ 0001-Revert-java-9-changes.patch ++++++ --- /var/tmp/diff_new_pack.xofm1j/_old 2022-03-15 19:04:15.740921362 +0100 +++ /var/tmp/diff_new_pack.xofm1j/_new 2022-03-15 19:04:15.744921365 +0100 @@ -393,7 +393,7 @@ mkdir -p $(dir $(1)) && \ $(if $(filter-out $(JARDEPS),$(4)), \ rm -rf $(call gb_JavaClassSet_get_classdir,$(2))/* && \ - RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),500,\ + RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),500,\ - $(filter-out $(JARDEPS) $(T_JAVA9FILES),$(4))) && \ - $(if $(3),$(call gb_JavaClassSet_JAVACCOMMAND,$(JAVA_TARGET_VER)) \ + $(filter-out $(JARDEPS),$(4))) && \ @@ -404,7 +404,7 @@ @$$RESPONSEFILE &&) \ rm -f $$RESPONSEFILE &&) \ - $(if $(T_MODULENAME),\ -- RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),500,\ +- RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),500,\ - $(T_JAVA9FILES)) && \ - $(if $(3),$(call gb_JavaClassSet_JAVACCOMMAND,9) \ - $(gb_JavaClassSet_JAVACDEBUG) \ ++++++ fix_gtk_popover_on_3.20.patch ++++++ --- /var/tmp/diff_new_pack.xofm1j/_old 2022-03-15 19:04:15.836921427 +0100 +++ /var/tmp/diff_new_pack.xofm1j/_new 2022-03-15 19:04:15.844921433 +0100 @@ -1,11 +1,11 @@ -diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx -index 6b592b3..2fce9eb 100644 ---- a/vcl/unx/gtk3/gtkinst.cxx -+++ b/vcl/unx/gtk3/gtkinst.cxx -@@ -21415,12 +21415,16 @@ public: - gtk_popover_set_relative_to(m_pPopover, pWidget); +Index: libreoffice-7.3.1.3/vcl/unx/gtk3/gtkinst.cxx +=================================================================== +--- libreoffice-7.3.1.3.orig/vcl/unx/gtk3/gtkinst.cxx ++++ libreoffice-7.3.1.3/vcl/unx/gtk3/gtkinst.cxx +@@ -22177,7 +22177,11 @@ public: + } #endif - gtk_popover_set_pointing_to(m_pPopover, &aRect); + - gtk_popover_popup(m_pPopover); + // in GTK 3.22 you can just call gtk_popover_popup() to get it to show with transitions, + // but on SLE-12-SP5 we just have GTK 3.20, so enable transitions and show it to get the @@ -14,11 +14,14 @@ + gtk_widget_show(GTK_WIDGET(m_pPopover)); } - virtual void popdown() override - { + #if !GTK_CHECK_VERSION(4, 0, 0) +@@ -22218,7 +22222,7 @@ public: + } + #endif + - gtk_popover_popdown(m_pPopover); + gtk_widget_hide(GTK_WIDGET(m_pPopover)); } - virtual ~GtkInstancePopover() override + void PopdownAndFlushClosedSignal() ++++++ libreoffice-7.3.1.3.tar.xz -> libreoffice-7.3.2.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-7.3.1.3.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.25692/libreoffice-7.3.2.1.tar.xz differ: char 26, line 1 ++++++ libreoffice-help-7.3.1.3.tar.xz -> libreoffice-help-7.3.2.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-help-7.3.1.3.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.25692/libreoffice-help-7.3.2.1.tar.xz differ: char 26, line 1 ++++++ libreoffice-translations-7.3.1.3.tar.xz -> libreoffice-translations-7.3.2.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-7.3.1.3.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new.25692/libreoffice-translations-7.3.2.1.tar.xz differ: char 27, line 1