diff --git a/libreoffice.changes b/libreoffice.changes index e8b9285..bf5e932 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 30 10:24:05 UTC 2020 - Tomáš Chvátal + +- Move the animation library to core package bsc#1162152 + ------------------------------------------------------------------- Thu Jan 23 10:21:31 UTC 2020 - Tomáš Chvátal diff --git a/libreoffice.spec b/libreoffice.spec index 83d47ad..4daed0b 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1143,6 +1143,11 @@ grep -v "%{_libdir}/libreoffice/program/libfirebird_sdbclo.so" file-lists/common mv tmplist file-lists/common_list.txt %endif +# Remove the libanimcore from impress and put it to base (needed by draw too) +grep -v "%{_libdir}/libreoffice/program/libanimcorelo.so" file-lists/impress_list.txt > tmplist +mv tmplist file-lists/impress_list.txt +echo "%{_libdir}/libreoffice/program/libanimcorelo.so" >> file-lists/common_list.txt + ################ # update desktop files builddir=`pwd`