Hello community,
here is the log from the commit of package libreoffice-converter for
openSUSE:Factory
checked in at Tue Sep 13 12:20:28 CEST 2011.
--------
--- libreoffice-converter/libreoffice-converter.changes 2011-03-01
12:34:30.000000000 +0100
+++
/mounts/work_src_done/STABLE/libreoffice-converter/libreoffice-converter.changes
2011-09-12 11:42:24.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep 12 09:40:20 UTC 2011 - [email protected]
+
+- added procps into Requires (bnc#715856)
+
+-------------------------------------------------------------------
+Tue Aug 30 13:25:12 UTC 2011 - [email protected]
+
+- fixed to deal with the soffice symlink when it was relative
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreoffice-converter.spec ++++++
--- /var/tmp/diff_new_pack.sqj7SZ/_old 2011-09-13 12:20:23.000000000 +0200
+++ /var/tmp/diff_new_pack.sqj7SZ/_new 2011-09-13 12:20:23.000000000 +0200
@@ -21,11 +21,12 @@
Name: libreoffice-converter
%define ooo_home libreoffice
Version: 3.3
-Release: 2
+Release: 3
License: LGPLv2.1+
Group: Productivity/Office/Other
AutoReqProv: on
Requires: libreoffice-pyuno >= 2.99
+Requires: procps
# compat stuff
Provides: OpenOffice_org-converter = %version
Obsoletes: OpenOffice_org-converter <= %version
++++++ loconvert ++++++
--- /var/tmp/diff_new_pack.sqj7SZ/_old 2011-09-13 12:20:23.000000000 +0200
+++ /var/tmp/diff_new_pack.sqj7SZ/_new 2011-09-13 12:20:23.000000000 +0200
@@ -87,10 +87,12 @@
if test -L $soffice ; then
soffice_path=`readlink $soffice`
ooo_home=`dirname $soffice_path`/..
+ # deal with relative links
+ echo $ooo_home | grep -q -v "^\/" && ooo_home="$(dirname
$soffice)/$ooo_home"
fi
# try some fallbacks
-if test -z "$ooo_home" ; then
+if test -z "$ooo_home" -o ! -d "$ooo_home" ; then
for dir in /usr/lib64/libreoffice \
/usr/lib/libreoffice \
/usr/lib64/ooo3 \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]