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-06-17 21:20:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Fri Jun 17 21:20:29 2022 rev:256 rq:982812 version:7.3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2022-05-20 
17:49:54.375181895 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new.1548/libreoffice.changes        
2022-06-17 21:23:02.938790814 +0200
@@ -1,0 +2,24 @@
+Wed Jun 15 13:35:15 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Use bundled openjpeg2 on SLE-12-SP5
+
+-------------------------------------------------------------------
+Fri Jun 10 14:00:00 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Update to version 7.3.4.2:
+  You can find the complete release notes here:
+  https://wiki.documentfoundation.org/Releases/7.3.4/RC2
+  https://wiki.documentfoundation.org/Releases/7.3.4/RC1
+- Remove upstreamed patches:
+  * bsc1192616.patch
+  * bsc1197497.patch
+- Updated bundled dependencies:
+  * curl-7.79.1.tar.xz -> curl-7.83.1.tar.xz
+
+-------------------------------------------------------------------
+Fri Jun 10 13:03:44 UTC 2022 - Andras Timar <andras.ti...@collabora.com>
+
+- Fix bsc#1198665 - LO-L3: PPTX: text on top of circular object misplaced
+  * bsc1198665.patch
+
+-------------------------------------------------------------------

Old:
----
  bsc1192616.patch
  bsc1197497.patch
  curl-7.79.1.tar.xz
  libreoffice-7.3.3.2.tar.xz
  libreoffice-7.3.3.2.tar.xz.asc
  libreoffice-help-7.3.3.2.tar.xz
  libreoffice-help-7.3.3.2.tar.xz.asc
  libreoffice-translations-7.3.3.2.tar.xz
  libreoffice-translations-7.3.3.2.tar.xz.asc

New:
----
  bsc1198665.patch
  curl-7.83.1.tar.xz
  libreoffice-7.3.4.2.tar.xz
  libreoffice-7.3.4.2.tar.xz.asc
  libreoffice-help-7.3.4.2.tar.xz
  libreoffice-help-7.3.4.2.tar.xz.asc
  libreoffice-translations-7.3.4.2.tar.xz
  libreoffice-translations-7.3.4.2.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.66ugky/_old  2022-06-17 21:23:06.998793016 +0200
+++ /var/tmp/diff_new_pack.66ugky/_new  2022-06-17 21:23:07.002793018 +0200
@@ -49,7 +49,7 @@
 %endif
 %bcond_with firebird
 Name:           libreoffice
-Version:        7.3.3.2
+Version:        7.3.4.2
 Release:        0
 Summary:        A Free Office Suite (Framework)
 License:        LGPL-3.0-or-later AND MPL-2.0+
@@ -107,10 +107,8 @@
 Patch6:         gcc11-fix-error.patch
 Patch9:         fix_math_desktop_file.patch
 Patch10:        fix_gtk_popover_on_3.20.patch
-# Bug 1192616 - LO-L3: Extraneous/missing lines in table in Impress versus 
PowerPoint
-Patch13:        bsc1192616.patch
-# Bug 1197497 - LO-L3: Loading XLSX with 1M rows is ultra slow (or crashes 
Calc)
-Patch14:        bsc1197497.patch
+# Bug 1198665 - LO-L3: PPTX: text on top of circular object misplaced
+Patch15:        bsc1198665.patch
 # Build with java 8
 Patch101:       0001-Revert-java-9-changes.patch
 # try to save space by using hardlinks
@@ -133,7 +131,7 @@
 %if %{with system_curl}
 BuildRequires:  curl-devel >= 7.68.0
 %else
-Source2013:     %{external_url}/curl-7.79.1.tar.xz
+Source2013:     %{external_url}/curl-7.83.1.tar.xz
 %endif
 # Needed for tests
 BuildRequires:  dejavu-fonts
@@ -215,7 +213,6 @@
 BuildRequires:  pkgconfig(libmwaw-0.3) >= 0.3.19
 BuildRequires:  pkgconfig(libnumbertext) >= 1.0.6
 BuildRequires:  pkgconfig(libodfgen-0.1) >= 0.1.4
-BuildRequires:  pkgconfig(libopenjp2)
 BuildRequires:  pkgconfig(liborcus-0.17)
 BuildRequires:  pkgconfig(libpagemaker-0.0)
 BuildRequires:  pkgconfig(libpng)
@@ -315,6 +312,7 @@
 BuildConflicts: java < 9
 BuildConflicts: java-devel < 9
 BuildConflicts: java-headless < 9
+BuildRequires:  pkgconfig(libopenjp2)
 %endif
 %if 0%{?suse_version}
 # needed by python3_sitelib
@@ -1022,8 +1020,7 @@
 %patch3
 %patch6 -p1
 %patch9 -p1
-%patch13 -p1
-%patch14 -p1
+%patch15 -p1
 %if 0%{?suse_version} < 1500
 %patch10 -p1
 %patch101 -p1
@@ -1178,6 +1175,9 @@
 %endif
 %if 0%{?suse_version} < 1500
         --without-system-icu \
+        --without-system-openjpeg \
+%else
+        --with-system-openjpeg \
 %endif
 %if %{with system_curl}
         --with-system-curl \







++++++ bsc1192616.patch -> bsc1198665.patch ++++++
++++ 799 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/libreoffice/bsc1192616.patch
++++ and /work/SRC/openSUSE:Factory/.libreoffice.new.1548/bsc1198665.patch

++++++ curl-7.79.1.tar.xz -> curl-7.83.1.tar.xz ++++++
++++ 210810 lines of diff (skipped)


++++++ libreoffice-7.3.3.2.tar.xz -> libreoffice-7.3.4.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-7.3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1548/libreoffice-7.3.4.2.tar.xz 
differ: char 26, line 1

++++++ libreoffice-help-7.3.3.2.tar.xz -> libreoffice-help-7.3.4.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-help-7.3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1548/libreoffice-help-7.3.4.2.tar.xz
 differ: char 27, line 1

++++++ libreoffice-translations-7.3.3.2.tar.xz -> 
libreoffice-translations-7.3.4.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-7.3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1548/libreoffice-translations-7.3.4.2.tar.xz
 differ: char 26, line 1

Reply via email to