Accepting request 545573 from LibreOffice:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/545573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=141
This commit is contained in:
Dominique Leuenberger 2017-11-30 11:42:15 +00:00 committed by Git OBS Bridge
commit 57b3666c9a
8 changed files with 27 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fda4a8c446786a3afff2cf1b07b818c45c9dcd136bfae1f3191b0b1565ba675
size 192795940

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d59526dc6adf96c53cd7ed3c0235d9a876cbd1af07ab653456395ea94479d931
size 192920640

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fc740dbe77876b96ed731f0a6ce793925a9a4a4ba983b5a3506ab24beb73057
size 2343504

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85dd76aabc205e8b30f9622bc5300156df6debf4ac0364eb732ced92932d30e4
size 2343476

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0eb02a65ffd164d8a9c287ef8b3e0d4db9b45979f72f496a6693ed5c39158d2
size 136340916

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7249cc6f87f7d2448e2c23356c2ae260a9aeaaa88ca75fa8ac66b42a3626fd2d
size 136408708

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 18 18:42:01 UTC 2017 - tchvatal@suse.com
- Version update to release 5.4.3.2:
* Various fixes in 5.4 branch
-------------------------------------------------------------------
Thu Nov 16 12:53:43 UTC 2017 - tchvatal@suse.com
- Disable the CppunitTest_desktop_lib as it fails on the utf encoding
-------------------------------------------------------------------
Fri Nov 3 12:21:12 UTC 2017 - tchvatal@suse.com

View File

@ -22,7 +22,7 @@
%define numbertext_version 0.9.5
# Urls
%define external_url http://dev-www.libreoffice.org/src/
%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.4.2
%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.4.3
#%define tarball_url http://dev-builds.libreoffice.org/pre-releases/src/
# Wether to enable the kde integration
%if 0%{?is_opensuse} && 0%{?suse_version} < 1330
@ -41,7 +41,7 @@
%bcond_with system_gpgme
%endif
Name: libreoffice
Version: 5.4.2.2
Version: 5.4.3.2
Release: 0
Summary: A Free Office Suite (Framework)
License: LGPL-3.0+ and MPL-2.0+
@ -936,6 +936,11 @@ Provides additional %{langname} translations and resources for %{project}. \
%patch104 -p1
%patch990 -p1
# Disable some of the failing tests (some are random)
%if 0%{?suse_version} < 1330
sed -i -e '/CppunitTest_desktop_lib/d' desktop/Module_desktop.mk
%endif
# Do not generate doxygen timestamp
echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile
echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile