Accepting request 489047 from LibreOffice:5.3
OBS-URL: https://build.opensuse.org/request/show/489047 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=482
This commit is contained in:
parent
6ee2182984
commit
153b1a5be0
1788
bnc959926-Implement-text-rotation-for-Impress-table.patch
Normal file
1788
bnc959926-Implement-text-rotation-for-Impress-table.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 18 06:18:51 UTC 2017 - andras.timar@collabora.com
|
||||||
|
|
||||||
|
- Fixed bnc#959926 LO-L3: Text not rotated properly in LO Impress tables
|
||||||
|
* bnc959926-Implement-text-rotation-for-Impress-table.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 6 15:10:59 UTC 2017 - tchvatal@suse.com
|
Thu Apr 6 15:10:59 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -80,6 +80,8 @@ Patch5: mediawiki-no-broken-help.diff
|
|||||||
Patch16: libreoffice-hotfix-disablebrokenshapetest.patch
|
Patch16: libreoffice-hotfix-disablebrokenshapetest.patch
|
||||||
# PATCH-FIX-UPSTREAM: merged in 5.4
|
# PATCH-FIX-UPSTREAM: merged in 5.4
|
||||||
Patch17: gi-annotation-syntax.patch
|
Patch17: gi-annotation-syntax.patch
|
||||||
|
# LO-L3: Text not rotated properly in LO Impress tables
|
||||||
|
Patch18: bnc959926-Implement-text-rotation-for-Impress-table.patch
|
||||||
# try to save space by using hardlinks
|
# try to save space by using hardlinks
|
||||||
Patch990: install-with-hardlinks.diff
|
Patch990: install-with-hardlinks.diff
|
||||||
BuildRequires: %{name}-share-linker
|
BuildRequires: %{name}-share-linker
|
||||||
@ -644,10 +646,10 @@ appearance and behavior.
|
|||||||
|
|
||||||
%package base-drivers-mysql
|
%package base-drivers-mysql
|
||||||
Summary: MySQL Database Driver for LibreOffice
|
Summary: MySQL Database Driver for LibreOffice
|
||||||
# This mysql thing is just dlopened
|
|
||||||
# WARNING: the soname might change!
|
|
||||||
License: GPL-2.0 and LGPL-3.0
|
License: GPL-2.0 and LGPL-3.0
|
||||||
Group: Productivity/Office/Suite
|
Group: Productivity/Office/Suite
|
||||||
|
# This mysql thing is just dlopened
|
||||||
|
# WARNING: the soname might change!
|
||||||
Requires: libmysqlclient_r18
|
Requires: libmysqlclient_r18
|
||||||
Requires: libreoffice-base = %{version}
|
Requires: libreoffice-base = %{version}
|
||||||
Requires(pre): libreoffice = %{version}
|
Requires(pre): libreoffice = %{version}
|
||||||
@ -947,6 +949,7 @@ Provides additional %{langname} translations and resources for %{project}. \
|
|||||||
%patch5
|
%patch5
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
%patch18 -p1
|
||||||
%patch990 -p1
|
%patch990 -p1
|
||||||
|
|
||||||
# Do not generate doxygen timestamp
|
# Do not generate doxygen timestamp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user