diff --git a/libreoffice-5.4.2.2.tar.xz b/libreoffice-5.4.2.2.tar.xz deleted file mode 100644 index 0958631..0000000 --- a/libreoffice-5.4.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fda4a8c446786a3afff2cf1b07b818c45c9dcd136bfae1f3191b0b1565ba675 -size 192795940 diff --git a/libreoffice-5.4.3.2.tar.xz b/libreoffice-5.4.3.2.tar.xz new file mode 100644 index 0000000..2799f8a --- /dev/null +++ b/libreoffice-5.4.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59526dc6adf96c53cd7ed3c0235d9a876cbd1af07ab653456395ea94479d931 +size 192920640 diff --git a/libreoffice-help-5.4.2.2.tar.xz b/libreoffice-help-5.4.2.2.tar.xz deleted file mode 100644 index 758b756..0000000 --- a/libreoffice-help-5.4.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fc740dbe77876b96ed731f0a6ce793925a9a4a4ba983b5a3506ab24beb73057 -size 2343504 diff --git a/libreoffice-help-5.4.3.2.tar.xz b/libreoffice-help-5.4.3.2.tar.xz new file mode 100644 index 0000000..d5cb216 --- /dev/null +++ b/libreoffice-help-5.4.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dd76aabc205e8b30f9622bc5300156df6debf4ac0364eb732ced92932d30e4 +size 2343476 diff --git a/libreoffice-translations-5.4.2.2.tar.xz b/libreoffice-translations-5.4.2.2.tar.xz deleted file mode 100644 index bc877b1..0000000 --- a/libreoffice-translations-5.4.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0eb02a65ffd164d8a9c287ef8b3e0d4db9b45979f72f496a6693ed5c39158d2 -size 136340916 diff --git a/libreoffice-translations-5.4.3.2.tar.xz b/libreoffice-translations-5.4.3.2.tar.xz new file mode 100644 index 0000000..4b3b173 --- /dev/null +++ b/libreoffice-translations-5.4.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7249cc6f87f7d2448e2c23356c2ae260a9aeaaa88ca75fa8ac66b42a3626fd2d +size 136408708 diff --git a/libreoffice.changes b/libreoffice.changes index b8d97b8..c593021 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -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 diff --git a/libreoffice.spec b/libreoffice.spec index d6f3cb6..0419a85 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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