|
Bugzilla – Full Text Bug Listing |
| Summary: | LibreOffice crashes on start on 11.4-MS3 NET/DVD install | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Bernhard Wiedemann <bwiedemann> |
| Component: | OpenOffice.org | Assignee: | Petr Mladek <pmladek> |
| Status: | RESOLVED FIXED | QA Contact: | Chao Wei <cwei> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kendy, pmladek |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | maint:released:sle11-sp1:39142 maint:released:sle10-sp3:39141 maint:released:11.3:39742 maint:released:11.2:39754 maint:released:11.4:43576 | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
strace -f -tt -s 512 oowriter
output from cd /usr/lib64/libreoffice/program ; gdb ./oosplash.bin 2>&1 splash image with bpp-mismatch Proposed fix for both bugs. |
||
|
Description
Bernhard Wiedemann
2010-11-10 10:58:21 UTC
Created attachment 399346 [details]
strace -f -tt -s 512 oowriter
Created attachment 399361 [details]
output from cd /usr/lib64/libreoffice/program ; gdb ./oosplash.bin 2>&1
Found that rm -rf ~/.libreoffice gets it back into the initial crashing state. This is nice because it makes the issue fully reproducible. Reproducible: Always Steps to Reproduce: 1. rm -rf ~/.libreoffice 2. run oowriter OOo/LO 3.3 automatically registers extensions during the first start. It needed to be restarted then. Kendy fixed it to do the restart automatically => FIXED The fix should be in the upcomming 3.3-beta3 packages. Really mark as fixed. Neither Factory nor libreoffice-writer-3.2.99.3-10.2 from LibreOffice:Unstable have this fix. Where can I get it to test? Also I am not sure if someone addressed the segfault from comment #2 reopening because both issues still happen with libreoffice-writer-3.3.0.1-12.1 from LibreOffice:Unstable/openSUSE_Factory can also be seen in results from my automated testing at 02:49 of http://openqa.opensuse.org/opensuse/video/openSUSE-DVD-i586-Build0916.ogv It might be ralated to the bug #655912. I am just debugging it. Bernhard, does libreoffice crash only for the first time or are you unable to run it at all? Petr, there is a segfault message in the terminal every time, but after first run (which only created the .libreoffice dir), writer starts on second and later runs. Petr, any progress on this one? I am still seeing this in current factory testruns. I am sorry. I was busy with the other bugs blocking the 3.3 release. This bug did not have any duplicates, so I expected that it would be a corner-case... Berhard, could you please provide the list of installed LO and OOo packages? You might get it by the command: rpm -qa | grep -e libreoffice -e OpenOffice_org Also, could you please verify the installation of these packages? rpm -V `rpm -qa | grep -e libreoffice -e OpenOffice_org` Maybe there were no dups, because this bug was well known (being linked on both openqa.o.o and the 11.4-most-annoying-bugs list), so people did not want to waste any more time.
> rpm -qa | grep -e libreoffice -e OpenOffice_org | sort
libreoffice-3.3.0.3-2.1.x86_64
libreoffice-base-3.3.0.3-2.1.x86_64
libreoffice-base-drivers-mysql-3.3.0.3-2.1.x86_64
libreoffice-base-extensions-3.3.0.3-2.1.x86_64
libreoffice-branding-openSUSE-3.3.0.1-3.1.noarch
libreoffice-calc-3.3.0.3-2.1.x86_64
libreoffice-calc-extensions-3.3.0.3-2.1.x86_64
libreoffice-components-3.3.0.3-2.1.x86_64
libreoffice-draw-3.3.0.3-2.1.x86_64
libreoffice-draw-extensions-3.3.0.3-2.1.x86_64
libreoffice-filters-3.3.0.3-2.1.x86_64
libreoffice-filters-optional-3.3.0.3-2.1.x86_64
libreoffice-help-en-US-3.3.0.3-2.1.noarch
libreoffice-icon-theme-crystal-3.3.0.3-2.1.noarch
libreoffice-icon-theme-galaxy-3.3.0.3-2.1.noarch
libreoffice-icon-theme-hicontrast-3.3.0.3-2.1.noarch
libreoffice-icon-theme-oxygen-3.3.0.3-2.1.noarch
libreoffice-impress-extensions-3.3.0.3-2.1.x86_64
libreoffice-kde4-3.3.0.3-2.2.x86_64
libreoffice-l10n-extras-3.3.0.3-2.1.noarch
libreoffice-libs-core-3.3.0.3-2.2.x86_64
libreoffice-libs-extern-3.3.0.3-2.1.x86_64
libreoffice-libs-gui-3.3.0.3-2.1.x86_64
libreoffice-mailmerge-3.3.0.3-2.2.x86_64
libreoffice-math-3.3.0.3-2.1.x86_64
libreoffice-pyuno-3.3.0.3-2.1.x86_64
libreoffice-ure-3.3.0.3-2.1.x86_64
libreoffice-writer-3.3.0.3-2.1.x86_64
libreoffice-writer-extensions-3.3.0.3-2.1.x86_64
OpenOffice_org-converter-3.0-12.7.noarch
OpenOffice_org-hyphen-20080929-44.1.noarch
OpenOffice_org-LanguageTool-1.0.0-7.33.noarch
OpenOffice_org-LanguageTool-en-1.0.0-7.33.noarch
OpenOffice_org-templates-en-3.0-7.23.noarch
OpenOffice_org-templates-labels-a4-1.0-11.7.noarch
OpenOffice_org-templates-labels-letter-1.0-11.7.noarch
OpenOffice_org-templates-presentation-layouts-3.0-7.23.noarch
OpenOffice_org-thesaurus-en-US-20060111-13.1.noarch
rpm -V `...` did not print anything
The list of packages look fine. I am not able to reproduce the problem here. Bernhard, are you still able to reproduce the bug with the 3.3.0.3 or newer packages? Yes, still seen with 3.3.0.3 on today's Factory: on a fresh install (rm -rf ~/.libreoffice), you need to call oowriter twice to make it start. try this to reproduce: sudo zypper in java-1_6_0-openjdk libreoffice-writer-extensions libreoffice-draw-extensions rm -rf ~/.libreoffice oowriter Both java and extensions were missing on LiveCDs where this bug did not occur. I found that the draw-extensions make the difference on NET/DVD installs. I am still unable to reproduce it. Anyway, the gdb long in the comment #2 shows that it crashes in the code: --- cut libs-core/desktop/unx/source/splashx.c --- else if ( bpp == 24 ) { if ( machine_byte_order == byte_order && byte_order == LSBFirst ) COPY_IN_OUT( 3, *( (color_t *)out ) = *( (color_t *)( &pixel ) ); out += 3; ) if ( machine_byte_order == byte_order && byte_order == MSBFirst ) COPY_IN_OUT( 3, uint32_t tmp = pixel; *( (uint8_t *)out ) = *( (uint8_t *)(&tmp) + 1 ); *( (uint8_t *)out + 1 ) = *( (uint8_t *)(&tmp) + 2 ); *( (uint8_t *)out + 2 ) = *( (uint8_t *)(&tmp) + 3 ); out += 3; ) else crash ----> COPY_IN_OUT( 3, uint32_t tmp = pixel; *( (uint8_t *)out ) = *( (uint8_t *)(&tmp) + 3 ); *( (uint8_t *)out + 1 ) = *( (uint8_t *)(&tmp) + 2 ); *( (uint8_t *)out + 2 ) = *( (uint8_t *)(&tmp) + 1 ); out += 3; ) --- cut libs-core/desktop/unx/source/splashx.c --- If I understand the code correctly, it used when you have the screen color depth 24bpp. Most people use 32bpp. It might explain why they do not see the problem. I think that the followin lines are a bit suspicious: --- cut libs-core/desktop/unx/source/splashx.c --- if ( machine_byte_order == byte_order && byte_order == LSBFirst ) COPY_IN_OUT( 3, *( (color_t *)out ) = *( (color_t *)( &pixel ) ); out += 3; ) --- cut libs-core/desktop/unx/source/splashx.c --- It bumps the out pointer by 3; It is bumped again in the "else" part if the following "if" condition. It might be the reason why it crashes. Kendy, you wrote the code. What do you think? oh, right. I run all my automated tests in qemu/KVM that emulates cirrus graphics. I recently learned from mhopf, that cirrus is one of the few Xorg drivers that use 24 bits per pixel, so this code path might not be much used elsewhere. Hmm, so of course, I do not remember it at all ;-) - but looking at the structure of the code, I suppose the following might actually fix that:
{
if ( machine_byte_order == byte_order && byte_order == LSBFirst )
COPY_IN_OUT( 3, *( (color_t *)out ) = *( (color_t *)( &pixel ) ); out += 3; )
- if ( machine_byte_order == byte_order && byte_order == MSBFirst )
+ else if ( machine_byte_order == byte_order && byte_order == MSBFirst )
COPY_IN_OUT( 3, uint32_t tmp = pixel;
*( (uint8_t *)out ) = *( (uint8_t *)(&tmp) + 1 );
*( (uint8_t *)out + 1 ) = *( (uint8_t *)(&tmp) + 2 );
Petr - can you give Bernhard a patched oosplash.bin, to see if it fixes the problem for him, shows the right image, etc.?
Berhard, could you please try the following package? http://download.opensuse.org/repositories/home:/pmladek:/branches:/openSUSE:/Factory/standard/x86_64/libreoffice-libs-core-3.3.0.3-4.1.x86_64.rpm It should be compatible with your other 3.3.0.3 packages. You might install it using: sudo rpm -Uvh libreoffice-libs-core-3.3.0.3-4.1.x86_64.rpm We need to know if it removes the crash and if the splash is displayed correctly. Created attachment 413688 [details]
splash image with bpp-mismatch
This version did not have the segfault, and also started first time on KVM.
Actually, looking at the image again, bpp appear to be good, but maybe it has only n-1 pixels per line instead of n, thus generating the 45° effect. Created attachment 413892 [details]
Proposed fix for both bugs.
I have been able to reproduce this with 16 bytes per pixel screen. I saw the following values:
width = 551
bpp = 16
bytes_per_line = 1104
Note that 551 * 2 = 1102 => it aliased the buffer to 4 bytes
It helped me to add:
--- cut ---
out = data + y * bytes_per_line;
--- cut ---
into COPY_IN_OUT. So, it fills the data buffer correctly by rows.
I have updated the package in the test repo. It should be available at http://download.opensuse.org/repositories/home:/pmladek:/branches:/openSUSE:/Factory/standard/x86_64/ within next few hours. It should have higher release number than 4.1. Bernhard, could you please try it once it is there? Petr: Looks good to me - you have my review :-) I had to pull version 3.3.0.3-5.1 from the api, because it still was not published after 24h. and it worked nicely on KVM, too :) This started working in my automated tests of LibreOffice:/Unstable at 2011-02-19 Thanks for feedback. All fixes were included in that build => FIXED Update released for: libreoffice, libreoffice-artwork, libreoffice-artwork-devel, libreoffice-base, libreoffice-base-debuginfo, libreoffice-base-debugsource, libreoffice-base-devel, libreoffice-base-drivers-postgresql, libreoffice-base-extensions, libreoffice-base-l10n-prebuilt, libreoffice-bootstrap, libreoffice-bootstrap-debuginfo, libreoffice-bootstrap-debugsource, libreoffice-branding-SLED, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-debuginfo, libreoffice-calc-debugsource, libreoffice-calc-devel, libreoffice-calc-extensions, libreoffice-calc-l10n-prebuilt, libreoffice-components, libreoffice-components-debuginfo, libreoffice-components-debugsource, libreoffice-components-devel, libreoffice-components-l10n-prebuilt, libreoffice-converter, libreoffice-draw, libreoffice-draw-extensions, libreoffice-extensions, libreoffice-extensions-debuginfo, libreoffice-extensions-debugsource, libreoffice-filters, libreoffice-filters-debuginfo, libreoffice-filters-debugsource, libreoffice-filters-devel, libreoffice-filters-l10n-prebuilt, libreoffice-filters-optional, libreoffice-gnome, libreoffice-help-ar, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-US-devel, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-pa-IN, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-hyphen, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-debuginfo, libreoffice-impress-debugsource, libreoffice-impress-devel, libreoffice-impress-extensions, libreoffice-impress-l10n-prebuilt, libreoffice-kde, libreoffice-kde4, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-ar, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-extras, libreoffice-l10n-extras-devel, libreoffice-l10n-extras-prebuilt, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ca, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-libs-core, libreoffice-libs-core-debuginfo, libreoffice-libs-core-debugsource, libreoffice-libs-core-devel, libreoffice-libs-core-l10n-prebuilt, libreoffice-libs-extern, libreoffice-libs-extern-debuginfo, libreoffice-libs-extern-debugsource, libreoffice-libs-extern-devel, libreoffice-libs-extern-l10n-prebuilt, libreoffice-libs-gui, libreoffice-libs-gui-debuginfo, libreoffice-libs-gui-debugsource, libreoffice-libs-gui-devel, libreoffice-libs-gui-l10n-prebuilt, libreoffice-mailmerge, libreoffice-math, libreoffice-mono, libreoffice-officebean, libreoffice-openclipart, libreoffice-pyuno, libreoffice-templates-de, libreoffice-templates-en, libreoffice-templates-labels, libreoffice-templates-labels-a4, libreoffice-templates-labels-letter, libreoffice-templates-presentation-layouts, libreoffice-testing, libreoffice-testing-debuginfo, libreoffice-testing-debugsource, libreoffice-testtool, libreoffice-thesaurus, libreoffice-thesaurus-bg, libreoffice-thesaurus-cs, libreoffice-thesaurus-de, libreoffice-thesaurus-de-CH, libreoffice-thesaurus-el, libreoffice-thesaurus-en, libreoffice-thesaurus-es, libreoffice-thesaurus-fr, libreoffice-thesaurus-ga, libreoffice-thesaurus-hu, libreoffice-thesaurus-nb, libreoffice-thesaurus-ne, libreoffice-thesaurus-pl, libreoffice-thesaurus-pt, libreoffice-thesaurus-ro, libreoffice-thesaurus-ru, libreoffice-thesaurus-sk, libreoffice-thesaurus-sl, libreoffice-thesaurus-sv, libreoffice-ure, libreoffice-ure-debuginfo, libreoffice-ure-debugsource, libreoffice-ure-devel, libreoffice-ure-devel-doc, libreoffice-writer, libreoffice-writer-debuginfo, libreoffice-writer-debugsource, libreoffice-writer-devel, libreoffice-writer-extensions, libreoffice-writer-l10n-prebuilt, myspell-african, myspell-american, myspell-australian, myspell-austrian, myspell-brazilian, myspell-british, myspell-bulgarian, myspell-catalan, myspell-chichewa, myspell-croatian, myspell-czech, myspell-danish, myspell-dictionaries, myspell-dutch, myspell-estonian, myspell-faroese, myspell-french, myspell-gaelic-scots, myspell-galician, myspell-german, myspell-greek, myspell-gujarati, myspell-hebrew, myspell-hindi, myspell-hungarian, myspell-icelandic, myspell-indonese, myspell-irish, myspell-italian, myspell-kinyarwanda, myspell-kiswahili, myspell-kurdish, myspell-latvian, myspell-lithuanian, myspell-macedonian, myspell-malagasy, myspell-malay, myspell-maory, myspell-marathi, myspell-mexican, myspell-ndebele, myspell-new-zealand, myspell-norsk-bokmaal, myspell-norsk-nynorsk, myspell-nswiss, myspell-occitan-lengadocian, myspell-persian, myspell-polish, myspell-portuguese, myspell-romanian, myspell-russian, myspell-setswana, myspell-slovak, myspell-slovene, myspell-sotho-northern, myspell-south-african-english, myspell-spanish, myspell-spanish-argentine, myspell-spanish-bolivian, myspell-spanish-chilean, myspell-spanish-colombian, myspell-spanish-costa-rican, myspell-spanish-dominican, myspell-spanish-ecuadorian, myspell-spanish-guatemalan, myspell-spanish-honduran, myspell-spanish-nicaraguan, myspell-spanish-panamanian, myspell-spanish-paraguayan, myspell-spanish-peruvian, myspell-spanish-puerto-rican, myspell-spanish-salvadorean, myspell-spanish-uruguayan, myspell-spanish-venezuelan, myspell-swati, myspell-swedish, myspell-tagalog, myspell-thai, myspell-tsonga, myspell-ukrainian, myspell-venda, myspell-vietnamese, myspell-welsh, myspell-xhosa, myspell-zulu Products: SLE-DEBUGINFO 11-SP1 (i386, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SDK 11-SP1 (i386, x86_64) Update released for: libreoffice, libreoffice-af, libreoffice-ar, libreoffice-be-BY, libreoffice-bg, libreoffice-ca, libreoffice-cs, libreoffice-cy, libreoffice-da, libreoffice-de, libreoffice-de-templates, libreoffice-debuginfo, libreoffice-el, libreoffice-en-GB, libreoffice-es, libreoffice-et, libreoffice-fi, libreoffice-fr, libreoffice-galleries, libreoffice-gnome, libreoffice-gu-IN, libreoffice-hi-IN, libreoffice-hr, libreoffice-hu, libreoffice-it, libreoffice-ja, libreoffice-kde, libreoffice-km, libreoffice-ko, libreoffice-lt, libreoffice-mk, libreoffice-mono, libreoffice-nb, libreoffice-nl, libreoffice-nn, libreoffice-officebean, libreoffice-pa-IN, libreoffice-pl, libreoffice-pt, libreoffice-pt-BR, libreoffice-ru, libreoffice-rw, libreoffice-sdk, libreoffice-sdk-doc, libreoffice-sk, libreoffice-sl, libreoffice-sr-CS, libreoffice-st, libreoffice-sv, libreoffice-tr, libreoffice-ts, libreoffice-vi, libreoffice-xh, libreoffice-zh-CN, libreoffice-zh-TW, libreoffice-zu, myspell-african, myspell-american, myspell-australian, myspell-austrian, myspell-brazilian, myspell-british, myspell-bulgarian, myspell-catalan, myspell-chichewa, myspell-croatian, myspell-czech, myspell-danish, myspell-dictionaries, myspell-dutch, myspell-estonian, myspell-faroese, myspell-french, myspell-gaelic-scots, myspell-galician, myspell-german, myspell-greek, myspell-gujarati, myspell-hebrew, myspell-hindi, myspell-indonese, myspell-irish, myspell-italian, myspell-kinyarwanda, myspell-kiswahili, myspell-kurdish, myspell-latvian, myspell-lithuanian, myspell-macedonian, myspell-malagasy, myspell-malay, myspell-maory, myspell-marathi, myspell-mexican, myspell-new-zealand, myspell-norsk-bokmaal, myspell-norsk-nynorsk, myspell-nswiss, myspell-polish, myspell-portuguese, myspell-romanian, myspell-russian, myspell-setswana, myspell-slovak, myspell-slovene, myspell-spanish, myspell-spanish-argentine, myspell-spanish-bolivian, myspell-spanish-chilean, myspell-spanish-colombian, myspell-spanish-costa-rican, myspell-spanish-dominican, myspell-spanish-ecuadorian, myspell-spanish-guatemalan, myspell-spanish-honduran, myspell-spanish-nicaraguan, myspell-spanish-panamanian, myspell-spanish-paraguayan, myspell-spanish-peruvian, myspell-spanish-puerto-rican, myspell-spanish-uruguayan, myspell-spanish-venezuelan, myspell-swedish, myspell-tagalog, myspell-ukrainian, myspell-welsh, myspell-xhosa, myspell-zulu Products: SLE-DEBUGINFO 10-SP3 (i386, x86_64) SLE-DESKTOP 10-SP3 (i386, x86_64) SLE-SDK 10-SP3 (i386, x86_64) Update released for: OpenOffice_org, OpenOffice_org-icon-themes-prebuilt, aspell-de, igerman98, igerman98-doc, ispell-naustrian, ispell-ngerman, ispell-nswiss, libreoffice, libreoffice-artwork, libreoffice-artwork-devel, libreoffice-base, libreoffice-base-debuginfo, libreoffice-base-debugsource, libreoffice-base-devel, libreoffice-base-drivers-mysql, libreoffice-base-drivers-mysql-debuginfo, libreoffice-base-drivers-postgresql, libreoffice-base-drivers-postgresql-debuginfo, libreoffice-base-extensions, libreoffice-base-l10n-prebuilt, libreoffice-bootstrap, libreoffice-bootstrap-debuginfo, libreoffice-bootstrap-debugsource, libreoffice-branding-openSUSE, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-debuginfo, libreoffice-calc-debugsource, libreoffice-calc-devel, libreoffice-calc-devel-debuginfo, libreoffice-calc-extensions, libreoffice-calc-l10n-prebuilt, libreoffice-components, libreoffice-components-debuginfo, libreoffice-components-debugsource, libreoffice-components-devel, libreoffice-components-devel-debuginfo, libreoffice-components-l10n-prebuilt, libreoffice-converter, libreoffice-draw, libreoffice-draw-extensions, libreoffice-draw-extensions-debuginfo, libreoffice-extensions, libreoffice-extensions-debugsource, libreoffice-filters, libreoffice-filters-debuginfo, libreoffice-filters-debugsource, libreoffice-filters-devel, libreoffice-filters-devel-debuginfo, libreoffice-filters-l10n-prebuilt, libreoffice-filters-optional, libreoffice-filters-optional-debuginfo, libreoffice-gnome, libreoffice-gnome-debuginfo, libreoffice-help-ar, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-US-devel, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-pa-IN, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-hyphen, libreoffice-icon-theme-crystal, libreoffice-icon-theme-galaxy, libreoffice-icon-theme-hicontrast, libreoffice-icon-theme-oxygen, libreoffice-icon-theme-tango, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-debuginfo, libreoffice-impress-debugsource, libreoffice-impress-devel, libreoffice-impress-extensions, libreoffice-impress-extensions-debuginfo, libreoffice-impress-l10n-prebuilt, libreoffice-kde, libreoffice-kde-debuginfo, libreoffice-kde4, libreoffice-kde4-debuginfo, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-ar, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-extras, libreoffice-l10n-extras-devel, libreoffice-l10n-extras-prebuilt, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ca, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-libs-core, libreoffice-libs-core-debuginfo, libreoffice-libs-core-debugsource, libreoffice-libs-core-devel, libreoffice-libs-core-devel-debuginfo, libreoffice-libs-core-l10n-prebuilt, libreoffice-libs-extern, libreoffice-libs-extern-debuginfo, libreoffice-libs-extern-debugsource, libreoffice-libs-extern-devel, libreoffice-libs-extern-devel-debuginfo, libreoffice-libs-extern-l10n-prebuilt, libreoffice-libs-gui, libreoffice-libs-gui-debuginfo, libreoffice-libs-gui-debugsource, libreoffice-libs-gui-devel, libreoffice-libs-gui-devel-debuginfo, libreoffice-libs-gui-l10n-prebuilt, libreoffice-mailmerge, libreoffice-math, libreoffice-math-debuginfo, libreoffice-mono, libreoffice-mono-debuginfo, libreoffice-officebean, libreoffice-officebean-debuginfo, libreoffice-openclipart, libreoffice-pyuno, libreoffice-pyuno-debuginfo, libreoffice-templates-de, libreoffice-templates-en, libreoffice-templates-labels, libreoffice-templates-labels-a4, libreoffice-templates-labels-letter, libreoffice-templates-presentation-layouts, libreoffice-templates-ru, libreoffice-testing, libreoffice-testing-debuginfo, libreoffice-testing-debugsource, libreoffice-testtool, libreoffice-testtool-debuginfo, libreoffice-thesaurus, libreoffice-thesaurus-bg, libreoffice-thesaurus-ca, libreoffice-thesaurus-cs, libreoffice-thesaurus-da, libreoffice-thesaurus-de, libreoffice-thesaurus-de-AT, libreoffice-thesaurus-de-CH, libreoffice-thesaurus-el, libreoffice-thesaurus-en-AU, libreoffice-thesaurus-en-GB, libreoffice-thesaurus-en-US, libreoffice-thesaurus-es, libreoffice-thesaurus-es-AR, libreoffice-thesaurus-es-VE, libreoffice-thesaurus-fr, libreoffice-thesaurus-ga, libreoffice-thesaurus-hu, libreoffice-thesaurus-it, libreoffice-thesaurus-nb, libreoffice-thesaurus-ne, libreoffice-thesaurus-pl, libreoffice-thesaurus-pt, libreoffice-thesaurus-ro, libreoffice-thesaurus-ru, libreoffice-thesaurus-sk, libreoffice-thesaurus-sl, libreoffice-thesaurus-sv, libreoffice-ure, libreoffice-ure-debuginfo, libreoffice-ure-debugsource, libreoffice-ure-devel, libreoffice-ure-devel-debuginfo, libreoffice-ure-devel-doc, libreoffice-voikko, libreoffice-writer, libreoffice-writer-debuginfo, libreoffice-writer-debugsource, libreoffice-writer-devel, libreoffice-writer-extensions, libreoffice-writer-l10n-prebuilt, myspell-african, myspell-albanian, myspell-american, myspell-arabic, myspell-assamese, myspell-asturian, myspell-australian, myspell-austrian, myspell-belarusian, myspell-bengali, myspell-brazilian, myspell-breton, myspell-british, myspell-bulgarian, myspell-canadian, myspell-catalan, myspell-chichewa, myspell-croatian, myspell-czech, myspell-danish, myspell-dictionaries, myspell-dutch, myspell-esperanto, myspell-estonian, myspell-faroese, myspell-french, myspell-gaelic-scots, myspell-galician, myspell-german, myspell-greek, myspell-gujarati, myspell-haitian, myspell-hebrew, myspell-hindi, myspell-hungarian, myspell-icelandic, myspell-indonese, myspell-irish, myspell-italian, myspell-khmer, myspell-kichwa, myspell-kikuyu, myspell-kinyarwanda, myspell-kiswahili, myspell-kurdish, myspell-latvian, myspell-lithuanian, myspell-macedonian, myspell-maithili, myspell-malagasy, myspell-malay, myspell-malayalam, myspell-maory, myspell-marathi, myspell-mexican, myspell-ndebele, myspell-new-zealand, myspell-norsk-bokmaal, myspell-norsk-nynorsk, myspell-nswiss, myspell-occitan-lengadocian, myspell-persian, myspell-polish, myspell-portuguese, myspell-romanian, myspell-russian, myspell-setswana, myspell-slovak, myspell-slovene, myspell-sotho-northern, myspell-south-african-english, myspell-spanish, myspell-spanish-argentine, myspell-spanish-bolivian, myspell-spanish-chilean, myspell-spanish-colombian, myspell-spanish-costa-rican, myspell-spanish-dominican, myspell-spanish-ecuadorian, myspell-spanish-guatemalan, myspell-spanish-honduran, myspell-spanish-nicaraguan, myspell-spanish-panamanian, myspell-spanish-paraguayan, myspell-spanish-peruvian, myspell-spanish-puerto-rican, myspell-spanish-salvadorean, myspell-spanish-uruguayan, myspell-spanish-venezuelan, myspell-swati, myspell-swedish, myspell-swedish-finland, myspell-tagalog, myspell-thai, myspell-tsonga, myspell-ukrainian, myspell-venda, myspell-vietnamese, myspell-welsh, myspell-xhosa, myspell-zulu Products: openSUSE 11.3 (debug, i586, x86_64) Update released for: OpenOffice_org, OpenOffice_org-icon-themes-prebuilt, libreoffice, libreoffice-artwork, libreoffice-artwork-devel, libreoffice-base, libreoffice-base-debuginfo, libreoffice-base-debugsource, libreoffice-base-devel, libreoffice-base-drivers-mysql, libreoffice-base-drivers-mysql-debuginfo, libreoffice-base-drivers-postgresql, libreoffice-base-drivers-postgresql-debuginfo, libreoffice-base-extensions, libreoffice-base-l10n-prebuilt, libreoffice-bootstrap, libreoffice-bootstrap-debuginfo, libreoffice-bootstrap-debugsource, libreoffice-branding-openSUSE, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-debuginfo, libreoffice-calc-debugsource, libreoffice-calc-devel, libreoffice-calc-devel-debuginfo, libreoffice-calc-extensions, libreoffice-calc-l10n-prebuilt, libreoffice-components, libreoffice-components-debuginfo, libreoffice-components-debugsource, libreoffice-components-devel, libreoffice-components-devel-debuginfo, libreoffice-components-l10n-prebuilt, libreoffice-converter, libreoffice-draw, libreoffice-draw-extensions, libreoffice-draw-extensions-debuginfo, libreoffice-extensions, libreoffice-extensions-debugsource, libreoffice-filters, libreoffice-filters-debuginfo, libreoffice-filters-debugsource, libreoffice-filters-devel, libreoffice-filters-devel-debuginfo, libreoffice-filters-l10n-prebuilt, libreoffice-filters-optional, libreoffice-filters-optional-debuginfo, libreoffice-gnome, libreoffice-gnome-debuginfo, libreoffice-help-ar, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-US-devel, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-pa-IN, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-hyphen, libreoffice-icon-theme-crystal, libreoffice-icon-theme-galaxy, libreoffice-icon-theme-hicontrast, libreoffice-icon-theme-oxygen, libreoffice-icon-theme-tango, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-debuginfo, libreoffice-impress-debugsource, libreoffice-impress-devel, libreoffice-impress-extensions, libreoffice-impress-extensions-debuginfo, libreoffice-impress-l10n-prebuilt, libreoffice-kde, libreoffice-kde-debuginfo, libreoffice-kde4, libreoffice-kde4-debuginfo, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-ar, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-extras, libreoffice-l10n-extras-devel, libreoffice-l10n-extras-prebuilt, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ca, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-libs-core, libreoffice-libs-core-debuginfo, libreoffice-libs-core-debugsource, libreoffice-libs-core-devel, libreoffice-libs-core-devel-debuginfo, libreoffice-libs-core-l10n-prebuilt, libreoffice-libs-extern, libreoffice-libs-extern-debuginfo, libreoffice-libs-extern-debugsource, libreoffice-libs-extern-devel, libreoffice-libs-extern-devel-debuginfo, libreoffice-libs-extern-l10n-prebuilt, libreoffice-libs-gui, libreoffice-libs-gui-debuginfo, libreoffice-libs-gui-debugsource, libreoffice-libs-gui-devel, libreoffice-libs-gui-devel-debuginfo, libreoffice-libs-gui-l10n-prebuilt, libreoffice-mailmerge, libreoffice-math, libreoffice-math-debuginfo, libreoffice-mono, libreoffice-mono-debuginfo, libreoffice-officebean, libreoffice-officebean-debuginfo, libreoffice-openclipart, libreoffice-pyuno, libreoffice-pyuno-debuginfo, libreoffice-templates-de, libreoffice-templates-en, libreoffice-templates-labels, libreoffice-templates-labels-a4, libreoffice-templates-labels-letter, libreoffice-templates-presentation-layouts, libreoffice-templates-ru, libreoffice-testing, libreoffice-testing-debuginfo, libreoffice-testing-debugsource, libreoffice-testtool, libreoffice-testtool-debuginfo, libreoffice-thesaurus, libreoffice-thesaurus-bg, libreoffice-thesaurus-ca, libreoffice-thesaurus-cs, libreoffice-thesaurus-da, libreoffice-thesaurus-de, libreoffice-thesaurus-de-AT, libreoffice-thesaurus-de-CH, libreoffice-thesaurus-el, libreoffice-thesaurus-en-AU, libreoffice-thesaurus-en-GB, libreoffice-thesaurus-en-US, libreoffice-thesaurus-es, libreoffice-thesaurus-es-AR, libreoffice-thesaurus-es-VE, libreoffice-thesaurus-fr, libreoffice-thesaurus-ga, libreoffice-thesaurus-hu, libreoffice-thesaurus-it, libreoffice-thesaurus-nb, libreoffice-thesaurus-ne, libreoffice-thesaurus-pl, libreoffice-thesaurus-pt, libreoffice-thesaurus-ro, libreoffice-thesaurus-ru, libreoffice-thesaurus-sk, libreoffice-thesaurus-sl, libreoffice-thesaurus-sv, libreoffice-ure, libreoffice-ure-debuginfo, libreoffice-ure-debugsource, libreoffice-ure-devel, libreoffice-ure-devel-debuginfo, libreoffice-ure-devel-doc, libreoffice-voikko, libreoffice-writer, libreoffice-writer-debuginfo, libreoffice-writer-debugsource, libreoffice-writer-devel, libreoffice-writer-extensions, libreoffice-writer-l10n-prebuilt, myspell-african, myspell-american, myspell-arabic, myspell-assamese, myspell-australian, myspell-austrian, myspell-bengali, myspell-brazilian, myspell-breton, myspell-british, myspell-bulgarian, myspell-catalan, myspell-chichewa, myspell-croatian, myspell-czech, myspell-danish, myspell-dictionaries, myspell-dutch, myspell-estonian, myspell-faroese, myspell-french, myspell-gaelic-scots, myspell-galician, myspell-german, myspell-greek, myspell-gujarati, myspell-hebrew, myspell-hindi, myspell-hungarian, myspell-icelandic, myspell-indonese, myspell-irish, myspell-italian, myspell-khmer, myspell-kinyarwanda, myspell-kiswahili, myspell-kurdish, myspell-latvian, myspell-lithuanian, myspell-macedonian, myspell-malagasy, myspell-malay, myspell-malayalam, myspell-maory, myspell-marathi, myspell-mexican, myspell-ndebele, myspell-new-zealand, myspell-norsk-bokmaal, myspell-norsk-nynorsk, myspell-nswiss, myspell-occitan-lengadocian, myspell-persian, myspell-polish, myspell-portuguese, myspell-romanian, myspell-russian, myspell-setswana, myspell-slovak, myspell-slovene, myspell-sotho-northern, myspell-south-african-english, myspell-spanish, myspell-spanish-argentine, myspell-spanish-bolivian, myspell-spanish-chilean, myspell-spanish-colombian, myspell-spanish-costa-rican, myspell-spanish-dominican, myspell-spanish-ecuadorian, myspell-spanish-guatemalan, myspell-spanish-honduran, myspell-spanish-nicaraguan, myspell-spanish-panamanian, myspell-spanish-paraguayan, myspell-spanish-peruvian, myspell-spanish-puerto-rican, myspell-spanish-salvadorean, myspell-spanish-uruguayan, myspell-spanish-venezuelan, myspell-swati, myspell-swedish, myspell-tagalog, myspell-thai, myspell-tsonga, myspell-ukrainian, myspell-venda, myspell-vietnamese, myspell-welsh, myspell-xhosa, myspell-zulu Products: openSUSE 11.2 (debug, i586, x86_64) Update released for: libreoffice, libreoffice-base, libreoffice-base-debuginfo, libreoffice-base-drivers-mysql, libreoffice-base-drivers-mysql-debuginfo, libreoffice-base-drivers-postgresql, libreoffice-base-drivers-postgresql-debuginfo, libreoffice-base-extensions, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-debuginfo, libreoffice-calc-extensions, libreoffice-converter, libreoffice-debuginfo, libreoffice-debugsource, libreoffice-draw, libreoffice-draw-extensions, libreoffice-draw-extensions-debuginfo, libreoffice-filters-optional, libreoffice-filters-optional-debuginfo, libreoffice-gnome, libreoffice-gnome-debuginfo, libreoffice-help-ar, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-US-devel, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-pa-IN, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-icon-theme-crystal, libreoffice-icon-theme-galaxy, libreoffice-icon-theme-hicontrast, libreoffice-icon-theme-oxygen, libreoffice-icon-theme-tango, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-debuginfo, libreoffice-impress-extensions, libreoffice-impress-extensions-debuginfo, libreoffice-kde, libreoffice-kde-debuginfo, libreoffice-kde4, libreoffice-kde4-debuginfo, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-ar, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ca, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-km, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-mailmerge, libreoffice-math, libreoffice-math-debuginfo, libreoffice-mono, libreoffice-mono-debuginfo, libreoffice-officebean, libreoffice-officebean-debuginfo, libreoffice-openclipart, libreoffice-pyuno, libreoffice-pyuno-debuginfo, libreoffice-sdk, libreoffice-sdk-debuginfo, libreoffice-sdk-doc, libreoffice-testtool, libreoffice-testtool-debuginfo, libreoffice-writer, libreoffice-writer-debuginfo, libreoffice-writer-extensions Products: openSUSE 11.3 (debug, i586, x86_64) Update released for: libreoffice, libreoffice-base, libreoffice-base-debuginfo, libreoffice-base-drivers-mysql, libreoffice-base-drivers-mysql-debuginfo, libreoffice-base-drivers-postgresql, libreoffice-base-drivers-postgresql-debuginfo, libreoffice-base-extensions, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-debuginfo, libreoffice-calc-extensions, libreoffice-converter, libreoffice-debuginfo, libreoffice-debugsource, libreoffice-draw, libreoffice-draw-extensions, libreoffice-draw-extensions-debuginfo, libreoffice-filters-optional, libreoffice-filters-optional-debuginfo, libreoffice-gnome, libreoffice-gnome-debuginfo, libreoffice-help-ar, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-US-devel, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-pa-IN, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-icon-theme-crystal, libreoffice-icon-theme-galaxy, libreoffice-icon-theme-hicontrast, libreoffice-icon-theme-oxygen, libreoffice-icon-theme-tango, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-debuginfo, libreoffice-impress-extensions, libreoffice-impress-extensions-debuginfo, libreoffice-kde, libreoffice-kde-debuginfo, libreoffice-kde4, libreoffice-kde4-debuginfo, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-ar, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ca, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-km, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-mailmerge, libreoffice-math, libreoffice-math-debuginfo, libreoffice-officebean, libreoffice-officebean-debuginfo, libreoffice-openclipart, libreoffice-pyuno, libreoffice-pyuno-debuginfo, libreoffice-sdk, libreoffice-sdk-debuginfo, libreoffice-sdk-doc, libreoffice-testtool, libreoffice-testtool-debuginfo, libreoffice-writer, libreoffice-writer-debuginfo, libreoffice-writer-extensions Products: openSUSE 11.4 (debug, i586, x86_64) |