Danilo Spinella 2022-01-17 09:21:59 +00:00 committed by Git OBS Bridge
parent 130e89bd37
commit fd0faacb02
3 changed files with 1336 additions and 2 deletions

1325
bsc1183308.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 14 13:09:06 UTC 2022 - Andras Timar <andras.timar@collabora.com>
- Fix bsc#1183308: LO-L3: Simple, seven page slide deck of 3.7MB takes looong to open, start presentation mode, or move back to slide 1
* bs1183308.patch
-------------------------------------------------------------------
Mon Dec 20 15:57:19 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
@ -9,7 +15,7 @@ Thu Dec 16 15:07:26 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- Removed unrecognized option `--disable-vlc`
This option has been removed from upstream in commit
https://gerrit.libreoffice.org/c/core/+/108283
There's no real change in our build given that the
There's no real change in our build given that the
VLC avmedia backend was explicitly disabled.
* Fix provided by Marina Latini
- Fix gtk popover usage on gtk 3.20

View File

@ -1,7 +1,7 @@
#
# spec file for package libreoffice
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -109,6 +109,8 @@ Patch7: pld-skia-patches.patch
Patch8: fix-wayland-scaling-in-plasma.patch
Patch9: fix_math_desktop_file.patch
Patch10: fix_gtk_popover_on_3.20.patch
# LO-L3: bsc#1183308 Simple, seven page slide deck of 3.7MB takes looong to open, start presentation mode, or move back to slide 1
Patch11: bsc1183308.patch
# Build with java 8
Patch101: 0001-Revert-java-9-changes.patch
# try to save space by using hardlinks
@ -1013,6 +1015,7 @@ Provides %{langname} translations and additional resources (help files, etc.) fo
%patch9 -p1
%if 0%{?suse_version} < 1500
%patch10 -p1
%patch11 -p1
%patch101 -p1
%endif
%patch990 -p1