Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2015-04-22 01:06:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-12 
00:08:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes     
2015-04-22 01:06:52.000000000 +0200
@@ -1,0 +2,27 @@
+Tue Apr 14 13:49:22 UTC 2015 - [email protected]
+
+- Hopefully fix bnc#913042.Redo check phase that sometimes broke              
+  .jar generating
+
+-------------------------------------------------------------------
+Tue Apr 14 13:43:32 UTC 2015 - [email protected]
+
+- Silence more scarry messages by bnc#900186
+  * Fixes autocorr symlinking
+  * Cleans UNO cache in more pretty way
+
+-------------------------------------------------------------------
+Thu Apr  9 13:12:21 UTC 2015 - [email protected]
+
+- Clean up the uno cache removal to not display scarry message
+  bnc#900186
+
+-------------------------------------------------------------------
+Thu Apr  9 12:42:00 UTC 2015 - [email protected]
+
+- Remove patch to look for help in /usr/share, we symlink it back to
+  lib, so there is no actual need to search for it directly, migth
+  fix bnc#915996:
+  * officecfg-help-in-usr-share.diff
+
+-------------------------------------------------------------------

Old:
----
  officecfg-help-in-usr-share.diff

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.tjA7Ni/_old  2015-04-22 01:06:58.000000000 +0200
+++ /var/tmp/diff_new_pack.tjA7Ni/_new  2015-04-22 01:06:58.000000000 +0200
@@ -60,9 +60,6 @@
 Source2004:     %{external_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
 # Needed for wiki-published and always taken as bundled
 Source2005:     
%{external_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-# search help icons in %{_prefix}/share
-# FIXME: make it configurable in integrate into git
-Patch0:         officecfg-help-in-usr-share.diff
 # change user config dir name from ~/.libreoffice/3 to ~/.libreoffice/3-suse
 # to avoid BerkleyDB incompatibility with the plain build
 # FIXME: make it configurable and push upstream
@@ -838,7 +835,6 @@
 
 %prep
 %setup -q -b1 -b2
-%patch0 -p1
 %patch1
 %patch2 -p1
 %patch3 -p1
@@ -969,11 +965,9 @@
 sed -i -e "s|@INSTALLDIR@|%{_libdir}/%{name}|" pyuno/source/module/uno.py 
pyuno/source/officehelper.py
 
 # just call make here as we added the jobs in configure
-make build-nocheck
-
-%check
-make unitcheck
-make slowcheck
+# The check phase is run here too if it is split with nocheck                 
+# install of jars get broken sometimes
+make VERBOSE=true
 
 %install
 make DESTDIR=%{buildroot} distro-pack-install
@@ -1084,10 +1078,10 @@
 %make_autocorr_aliases -l en-US en-PH
 %make_autocorr_aliases -l en-ZA en-NA en-ZW
 %make_autocorr_aliases -l af-ZA af-NA
-%make_autocorr_aliases -l de-DE de-AT de-BE de-CH de-LI de-LU
-%make_autocorr_aliases -l es-ES es-AR es-BO es-CL es-CO es-CR es-CU es-DO 
es-EC es-GT es-HN es-MX es-NI es-PA es-PE es-PR es-PY es-SV es-US es-UY es-VE
-%make_autocorr_aliases -l fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC
-%make_autocorr_aliases -l it-IT it-CH
+%make_autocorr_aliases -l de de-DE de-AT de-BE de-CH de-LI de-LU
+%make_autocorr_aliases -l es es-ES es-AR es-BO es-CL es-CO es-CR es-CU es-DO 
es-EC es-GT es-HN es-MX es-NI es-PA es-PE es-PR es-PY es-SV es-US es-UY es-VE
+%make_autocorr_aliases -l fr fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC
+%make_autocorr_aliases -l it it-IT it-CH
 %make_autocorr_aliases -l nl-NL nl-AW
 %make_autocorr_aliases -l sv-SE sv-FI
 pushd %{buildroot}%{_libdir}/%{name}/share/autocorr
@@ -1111,14 +1105,11 @@
 %if 0%{?suse_version} > 1315
 install -m 0755 -d %{buildroot}%{_datadir}/appdata
 for appdata in base calc draw impress writer; do
-  sed "s/libreoffice-${appdata}.desktop/${appdata}.desktop}/" \
+  sed "s/libreoffice-${appdata}.desktop/${appdata}.desktop/" \
     sysui/desktop/appstream-appdata/libreoffice-${appdata}.appdata.xml > 
%{buildroot}%{_datadir}/appdata/${appdata}.appdata.xml
 done
 %endif
 
-# Remove translations source as we need more space
-rm -rf translations/source/
-
 # Merge kde and kde4 filelists as we do not bother with compat anymore
 # Not worth fixing unless really cleaning up the install completely
 cat file-lists/kde_list.txt >> file-lists/kde4_list.txt
@@ -1156,10 +1147,11 @@
 %icon_theme_cache_post
 
 %preun
-uno_cache="%{_libdir}/%{name}/share/uno_packages/cache"
+uno_cache="%{_libdir}/%{name}/share/uno_packages/cache/uno_packages/"
 if [ "$1" = "0" ] ; then
-    test -d "$uno_cache" && rm -rf "$uno_cache"/* || true;
+    test -d "$uno_cache" && rm -rf "$uno_cache"/*
 fi
+exit 0
 
 %postun
 /sbin/ldconfig








Reply via email to