Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2015-05-19 23:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2015-05-11 
22:28:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes     
2015-05-19 23:20:04.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 13 11:31:52 UTC 2015 - [email protected]
+
+- One more fix for help handling bnc#915996
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.JVBicG/_old  2015-05-19 23:20:23.000000000 +0200
+++ /var/tmp/diff_new_pack.JVBicG/_new  2015-05-19 23:20:23.000000000 +0200
@@ -1229,9 +1229,11 @@
 mv tmplist file-lists/common_list.txt
 echo "%dir %{_datadir}/%{name}/help" >>file-lists/common_list.txt
 mv %{buildroot}/%{_libdir}/%{name}/help/ %{buildroot}/%{_datadir}/%{name}/
-echo "%ghost %{_libdir}/%{name}/help" >> file-lists/common_list.txt
+mkdir -p %{buildroot}/%{_libdir}/%{name}/help/
+echo "%dir %{_libdir}/%{name}/help" >>file-lists/common_list.txt
 for file in idxcaption.xsl idxcontent.xsl main_transform.xsl ; do
-    echo "%{_datadir}/%{name}/help/$file" >> file-lists/common_list.txt
+    mv "%{buildroot}/%{_datadir}/%{name}/help/$file" 
"%{buildroot}/%{_libdir}/%{name}/help/$file"
+    echo "%{_libdir}/%{name}/help/$file" >> file-lists/common_list.txt
 done
 # autotext is another self contained dir
 mkdir -p %{buildroot}/%{_datadir}/%{name}/share/autotext/
@@ -1320,26 +1322,6 @@
 # We have ton of duped files so run over it
 %fdupes %{buildroot}%{_prefix}
 
-%pre
-# do not crate cache for bundled extensions because it is not secure
-# rather remove it (fdo#53006, fdo#51252, bnc#769448)
-# Remove after 12.2 is out of support/migration scope.
-bundled_cache="%{_libdir}/%{name}/share/prereg/bundled"
-if [ -d "$bundled_cache" ]; then
-    rm -rf "$bundled_cache"/* || true
-fi
-# Directory to symlink is not working in RPM so workaround it
-# FIXME: Remove after 13.1 is out of update scope.
-helpdir="%{_libdir}/%{name}/help"
-autotextdir="%{_libdir}/%{name}/share/autotext"
-if [ -d "$helpdir" ]; then
-    rm -rf "$helpdir" || true
-fi
-if [ -d "$autotextdir" ]; then
-    rm -rf "$autotextdir" || true
-fi
-exit 0
-
 %post
 /sbin/ldconfig
 %mime_database_post





















Reply via email to