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