Accepting request 900126 from LibreOffice:7.1

- Fix bsc#1182969: LO-L3: PPTX: one column becomes two within one text frame (two occurrences)
  * bsc1182969.patch

OBS-URL: https://build.opensuse.org/request/show/900126
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=969
This commit is contained in:
Fridrich Strba 2021-06-15 13:18:53 +00:00 committed by Git OBS Bridge
parent efa94ad25a
commit f367b54ef6
3 changed files with 6237 additions and 0 deletions

6228
bsc1182969.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 14 14:46:36 UTC 2021 - Andras Timar <andras.timar@collabora.com>
- Fix bsc#1182969: LO-L3: PPTX: one column becomes two within one text frame (two occurrences)
* bsc1182969.patch
-------------------------------------------------------------------
Thu Jun 10 12:31:56 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@ -107,6 +107,8 @@ Patch6: gcc11-fix-error.patch
Patch7: bsc1185505.patch
# bsc#1185797 Searching in PPTX document makes LibreOffice crash
Patch8: bsc1185797.patch
# bsc#1182969 Multi column textbox in editengine
Patch9: bsc1182969.patch
# Build with java 8
Patch101: 0001-Revert-java-9-changes.patch
# try to save space by using hardlinks
@ -981,6 +983,7 @@ Provides %{langname} translations and additional resources (help files, etc.) fo
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%if 0%{?suse_version} < 1500
%patch101 -p1
%endif