update to 6.3.4.2 [release 6.3.4.2-1mamba;Mon Dec 23 2019]
This commit is contained in:
parent
3259028a22
commit
a41302e7a0
@ -28,7 +28,7 @@
|
||||
%define langpacks 1
|
||||
|
||||
Name: libreoffice
|
||||
Version: 6.3.3.2
|
||||
Version: 6.3.4.2
|
||||
Release: 1mamba
|
||||
Summary: Free Office Suite
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -736,6 +736,8 @@ sed -i -e "\
|
||||
/CppunitTest_sc_filters_test/d;\
|
||||
/CppunitTest_sc_pivottable_filters_test/d;\
|
||||
/CppunitTest_sc_subsequent_export_test/d;\
|
||||
/CppunitTest_sccomp_swarmsolvertest/d;\
|
||||
/CppunitTest_sccomp_solver/d;\
|
||||
/CppunitTest_sw_fodfexport/d;\
|
||||
/CppunitTest_sw_layoutwriter/d;\
|
||||
/CppunitTest_sw_ww8export2/d;\
|
||||
@ -750,7 +752,7 @@ sed -i -e "\
|
||||
/CppunitTest_xmlsecurity_signing/d;\
|
||||
" emfio/Module_emfio.mk sd/Module_sd.mk sc/Module_sc.mk sw/Module_sw.mk \
|
||||
xmlsecurity/Module_xmlsecurity.mk chart2/Module_chart2.mk \
|
||||
tools/Module_tools.mk
|
||||
tools/Module_tools.mk sccomp/Module_sccomp.mk
|
||||
|
||||
%build
|
||||
echo build start time is `date`, diskspace: `df -h . | tail -n 1`
|
||||
@ -763,12 +765,12 @@ export JAVA_HOME=%{java_home}
|
||||
%configure \
|
||||
--enable-release-build \
|
||||
--disable-fetch-external \
|
||||
--disable-debug \
|
||||
--with-vendor="%{distribution}" \
|
||||
--with-branding=`pwd`/branding \
|
||||
--with-build-version="Ver: %{version}-%{release}" \
|
||||
--disable-epm \
|
||||
--enable-gio \
|
||||
--enable-symbols \
|
||||
--enable-evolution2 \
|
||||
--enable-dbus \
|
||||
--with-system-libs \
|
||||
@ -813,6 +815,7 @@ export JAVA_HOME=%{java_home}
|
||||
--enable-split-app-modules \
|
||||
--enable-split-opt-features
|
||||
|
||||
# --enable-symbols \
|
||||
# --enable-graphite \
|
||||
# --with-system-mozilla=libxul \
|
||||
# --with-unix-wrapper=%{name} \
|
||||
@ -836,7 +839,7 @@ export ARCH_FLAGS
|
||||
|
||||
count=0
|
||||
set +e
|
||||
while [[ count -lt 5 ]]; do
|
||||
while [[ count -lt 10 ]]; do
|
||||
# Workaround for java random crashes on build servers
|
||||
count=$((count+1))
|
||||
%make
|
||||
@ -2820,6 +2823,9 @@ This package contains additional Zulu translations and resources for LibreOffice
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.4.2-1mamba
|
||||
- update to 6.3.4.2
|
||||
|
||||
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.3.2-1mamba
|
||||
- update to 6.3.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user