Mailinglist Archive: opensuse-commit (793 mails)

< Previous Next >
commit OpenOffice_org-ure for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 23 Sep 2009 20:57:30 +0200
  • Message-id: <20090923185730.9DE0D6311@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package OpenOffice_org-ure for
openSUSE:Factory
checked in at Wed Sep 23 20:57:30 CEST 2009.



--------
--- OpenOffice_org-ure/OpenOffice_org-ure.changes 2009-08-26
16:37:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/OpenOffice_org-ure/OpenOffice_org-ure.changes
2009-09-22 16:45:23.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Sep 22 16:15:15 CEST 2009 - pmladek@xxxxxxx
+
+- updated ooo-build to version 3.1.1.2
+- fixed postinstall scripts (bnc#535582, bnc#537255):
+ * do not print error messages when libstlport is not installed
+ * do not create invalid symlink /libstlport_gcc.so
+ * remove the invalid symlink /libstlport_gcc.so created by older
+ packages
+
+-------------------------------------------------------------------
+Wed Sep 2 18:00:13 CEST 2009 - pmladek@xxxxxxx
+
+- ooo-build-3.1.1.1 == 3.1.1-rc1 == final
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ OpenOffice_org-ure.spec ++++++
--- /var/tmp/diff_new_pack.jlvLgP/_old 2009-09-23 20:57:10.000000000 +0200
+++ /var/tmp/diff_new_pack.jlvLgP/_new 2009-09-23 20:57:10.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package OpenOffice_org-ure (Version 3.1.1.1)
+# spec file for package OpenOffice_org-ure (Version 3.1.1.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,9 +19,9 @@


Name: OpenOffice_org-ure
-Version: 3.1.1.1
+Version: 3.1.1.2
Release: 1
-%define ooo_build_version 3.1.1.1
+%define ooo_build_version 3.1.1.2
%define piece ure
#!BuildIgnore: OpenOffice_org
BuildRequires: OpenOffice_org-bootstrap = %version
@@ -173,9 +173,9 @@
#!/bin/sh
# helper script to create compat link needed to run upstream extensions
(bnc#458952)
if ! test -L %_libdir/libstlport_gcc.so -a -r %_libdir/libstlport_gcc.so ; then
- lib_name=\`ls %_libdir/libstlport_gcc.so.4* | tail -n 1\`
+ lib_name=\`ls /usr/lib/libstlport_gcc.so.4* 2>/dev/null | tail -n 1\`
+ if test -n "\$lib_name" -a -r "\$lib_name" ; then
lib_name=\`basename \$lib_name\`
- if test -r %_libdir/\$lib_name ; then
rm -f %_libdir/libstlport_gcc.so
ln -sf \$lib_name %_libdir/libstlport_gcc.so
fi
@@ -204,6 +204,13 @@
/sbin/ldconfig
# clean the UNO cache if there is a broken extension
unopkg-regenerate-cache %{_libdir}/%ooo_home LanguageTool-0.9.3.oxt || true
+# FIXME: remove this in OOo-3.3; people should have cleaned system by the
update
+# to OOo-3.2, OOo-3.2.1, or they do not care
+# an older version created invalid symlink /libstlport_gcc.so by mistake
+# we remove it because it looks quite ugly
+if test -L /libstlport_gcc.so ; then
+ rm -f /libstlport_gcc.so
+fi

%postun
/sbin/ldconfig



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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages