Hello community, here is the log from the commit of package OpenOffice_org-bootstrap checked in at Tue Oct 28 00:27:34 CET 2008. -------- --- OpenOffice_org-bootstrap/OpenOffice_org-bootstrap.changes 2008-10-27 15:28:07.000000000 +0100 +++ /d/STABLE/OpenOffice_org-bootstrap/OpenOffice_org-bootstrap.changes 2008-10-27 19:15:39.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Oct 27 18:53:08 CET 2008 - pmladek@suse.cz + +- fixed registration of the GNOME and KDE file pickers (bnc#433076) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- ooo-build-3.0.0.7-native-fpickers.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenOffice_org-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.y24899/_old 2008-10-28 00:26:51.000000000 +0100 +++ /var/tmp/diff_new_pack.y24899/_new 2008-10-28 00:26:51.000000000 +0100 @@ -113,7 +113,7 @@ License: Artistic License; BSD 3-Clause; GPL v2 or later; LaTeX Public License (LPPL); LGPL v2.1 or later; LGPL v3 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT Group: Productivity/Office/Suite Version: 3.0.0.7 -Release: 1 +Release: 2 AutoReqProv: on Summary: OpenOffice.org Build Bootstrap Url: http://www.openoffice.org/ @@ -142,6 +142,7 @@ Patch8: ooo-build-3.0.0.7-enable-gio.diff Patch9: ooo-build-3.0.0.7-PostgreSQL.diff Patch10: ooo-build-3.0.0.7-buildfix-openjdk-6-no-rhino.diff +Patch11: ooo-build-3.0.0.7-native-fpickers.diff # # patches against the upstream sources, must be -p0 # Patch1000: bug-123456-fix-foo.diff # example @@ -176,6 +177,7 @@ %patch8 %patch9 %patch10 +%patch11 %endif %build @@ -320,6 +322,8 @@ %changelog * Mon Oct 27 2008 pmladek@suse.cz +- fixed registration of the GNOME and KDE file pickers (bnc#433076) +* Mon Oct 27 2008 pmladek@suse.cz - updated ooo-build to version 3.0.0.7 * WordPro import filter integration * more on the TOC import (bnc#40425) ++++++ ooo-build-3.0.0.7-native-fpickers.diff ++++++ --- bin/piece/post-inst-postprocess +++ bin/piece/post-inst-postprocess @@ -26,7 +26,7 @@ $OO_TOOLSDIR/piece/install-generic $piece $ooo_build_tag # urgh - unbelievably nasty: -cp -a OpenOffice/gid_Starregistry_Services_Rdb_servicesrdb/*/services.rdb \ +cp -a OpenOffice/gid_Starregistry_Services_Rdb_rdb/*/services.rdb \ $DESTDIR$OO_INSTDIR/basis3.0/program/services.rdb cp -a OpenOffice/gid_Starregistry_Services_Rdb_Ure_servicesrdb/*/services.rdb \ $DESTDIR$OO_INSTDIR/ure/share/misc/services.rdb --- patches/dev300/piece-services.diff +++ patches/dev300/piece-services.diff @@ -15,7 +15,7 @@ if ( $installer::globals::globallogging ) { installer::files::save_file($loggingdir . "allpatharray1.log" ,$includepatharrayref); } if (defined $ENV{OO_SOLVERDIR}) { push @{$includepatharrayref}, "$ENV{OO_SOLVERDIR}/bin"; -@@ -858,6 +865,22 @@ +@@ -893,6 +893,14 @@ } } @@ -27,6 +27,15 @@ + # saving debug info at end + if ( $installer::globals::debug ) { installer::logger::savedebug($installer::globals::exitlog); } + + ##################################### + # Calls of regmerge + ##################################### +@@ -907,7 +915,15 @@ + if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles14b.log", $filesinproductlanguageresolvedarrayref); } + } + } +- ++ +####################################################### +# Stopping time +####################################################### @@ -34,10 +43,10 @@ +installer::logger::stoptime(); + exit 0; + } -+ - ##################################### - # Calls of regmerge - ##################################### ++ + ############################################ + # Collecting directories for epm list file + ############################################ Only in solenv/bin: make_installer.pl~ diff -u -r solenv.pristine/bin/modules/installer/archivefiles.pm solenv/bin/modules/installer/archivefiles.pm --- solenv.pristine/bin/modules/installer/archivefiles.pm 2008-08-13 14:01:56.000000000 +0100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de