[ubuntu/raring-proposed] libreoffice 1:4.0.0~beta2-0ubuntu1 (Accepted)
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Wed Feb 13 00:56:24 UTC 2013
libreoffice (1:4.0.0~beta2-0ubuntu1) raring; urgency=low
* new upstream prerelease 4.0 beta2:
- fixes Cross-references and TOC links broken in XHTML export (LP: #122383)
- fixes Print orientation won't change (LP: #201642)
- fixes Writer AutoSpellcheck flags capitalized words as misspelled despite
being added lowercase in the custom dictionary (LP: #220703)
- fixes Impress mis-rotates text saving to .pptx (LP: #505188)
- fixes Custom Animation not repeating (LP: #778293)
- fixes Text not black in LibreOffice (LP: #628105)
- fixes soffice.bin crashed with SIGABRT in
__gnu_cxx::__verbose_terminate_handler() (LP: #875583)
- fixes Add keywords to .desktop files (LP: #950834)
- fixes Can't open XML files larger than 1.1 MB (LP: #951153)
- fixes LibreOffice Calc unshows comments importing MS Office xlsx
(LP: #990868)
- fixes soffice.bin crashed with SIGSEGV in
SwAnchoredObject::FindPageFrmOfAnchor() (LP: #1063535)
- fixes Calc mis-sorts left to right (sort columns) (LP: #1082449)
- fixes Cannot open xls file in 3.6.3.2, but works in 3.5.4 (LP: #1083947)
- fixes FILEOPEN Word 97-2003 DOC structure as exported by apple pages is
not recognized (LP: #1086566)
- fixes LibreOffice Mailmerge Label generated incorrectly (LP: #1090745)
- fixes FORMATTING: Objects anchored to cell wrongly positionned to A1
(LP: #1097433)
- fixes torn off popups trigger keyboard focus problems (LP: #1097718)
- fixes default hori/vert frame anchor during RTF import (LP: #1097735)
- fixes Load Java scripts with class loaders (LP: #1097744)
- fixes Do not consider timestamp differences as corruption (LP: #1097748)
- fixes sw: better fix for DOCX table import crash (LP: #1097760)
- fixes STG_FREE sector locations rejected (LP: #1097811)
- fixes restrict page sanity check to non-storage chunks (LP: #1097966)
- fixes German OK and Cancel buttons show ~ (LP: #1103495)
* re-enable report-builder (LP: #992232)
* sync unopkg wrapper from Debian (LP: #1022382)
* enable mergedlibs
* merge from Debian, adjust mergedlibs-foo, remove debianized patches
* generate control file that makes ppa prerelease bugs reported to packaging
mailing list
* build full l10n for testing
* add libreoffice-gnome C/R for upstreamed 3.6/quantal vendor-patches
libreoffice (1:4.0.0~beta2-1) UNRELEASED; urgency=low
* new upstream snapshot
- contains new driver for mozab (mork). Automatically enabled thus
this closes: #321099
- now has a basic(!) gnumeric import in experimental mode
(closes: #595708)
- fixes LibreOffice Calc unshows comments importing MS Office xlsx (LP: #990868)
* debian/control.in:
- make -impress suggest bluez (for impress remote control)
- make libreoffice depend on / -common recommend python-uno for the
new python-based wizards
* debian/rules:
- add new conditionals for new dependencies: liblangtag, liborcus,
libmspub, (u)cpp; remove them for gone saxon, librsvg, db
- enable sdrmeote on all archs; b-d on libbluetooth-dev on where we
enable bluetooth (!kfreebsd-*)
- use gstreamer1.0
- temporarily disable python3-uno as the new python-based wizards
(in comon!) don't work with it...
- use --disable-dependency-tracking instead of gb_FULLDEPS=
- python3 is default now; reverse logic (use python3 per default and
and build python2 in a extra step)
- add option to build with --enable-mergelibs, not yet enabled.
- remove stlport hacks for i386 - not used/needed anymore upstream
* debian/uno-libs3.symbols: update
* debian/control*.in, debian/rules, debian/scripts/gid2pkgdirs.sh: binfilter
is gone. yay.
libreoffice (1:3.6.4-1) experimental; urgency=low
* LibreOffice 3.6.4 release (identical to rc3)
libreoffice (1:3.6.4~rc3-1) experimental; urgency=low
* new upstream release candidate
* debian/patches/poppler_0_21_x.diff: moove from poppler_0_21_0.diff; fix
build with 0.21.1 again
* debian/patches/bigendian-utext-mixup.diff: backport from libreoffice-3-6
branch to fix ooxml regression test failure
* debian/rules:
- don't rely on dictionaries submodule. unused.
* debian/control.in:
- remove obsolete Pre-Depends on ure (>= 1.5.1+OOo3.1.1-15)
(by the way closes: #693626)
* debian/control.mozilla.in, debian/rules: rename
mozilla-libreoffice -> browser-plugin-libreoffice
libreoffice (1:3.6.4~rc1-1) experimental; urgency=low
* new upstream release candidate
* debian/patches/poppler_0_21_0.diff: fix build of sdext with poppler
0.21.0
* merge from Ubuntu:
- fix quoting of PYTHON_{CFLAGS,LIBS} (Matthias Klose)
* debian/rules:
- mention CVE-2012-4233 in 1:3.6.1~rc2-1's changelog
- re-enable mozilla plugin
- actually make python version-switching work
* debian/control.in:
- recommend fonts-liberation instead of ttf-liberation
(closes: #691949)
* debian/libreoffice-core.bug-control:
- report-with: fonts-opensymbol instead of transitional ttf-opensymbol
* debian/libreoffice-{core,gtk3}.bug-script.in:
- find out whether we have Experimental features enabled
libreoffice (1:3.6.3~rc2-1) experimental; urgency=low
* new upstream release candidate
* debian/patches/soffice-bashisms.diff: fix bashism in soffice for
valgrinding (closes: #690717)
* debian/patches/he-lucida-sans-unicode.diff: Update default Hebrew font
from Lucida Sans to Lucida Sans Unicode, thanks Lior Kaplan
* debian/patches/ure-no-etc-opt-ure.diff: exclude /etc/opt/ure from ure
search paths (closes: #677601)
* debian/rules:
- fix upstream README(_en-US) install for binary-indep packages
- fix typo in finding gcj dir detection, thanks Rico Tzschichholz
- don't add version from librsvg*.shlibs (as for libebook) as we
dlopen() it anyway.
libreoffice (1:3.6.3~rc1-1) experimental; urgency=low
* new upstream release candidate
[ Rene Engelhard ]
* debian/patches/sensible-lomua.diff: add patch from Dave Steele to
make senddoc.sh default to standard mailto handler (closes: #687228)
* debian/rules:
- try again with gcc 4.6 for mips* since apparently testtools/smoketest
now work..
- document truth and remove alpha from supported architectures
- exclude .desktop from dh_link call to get absolute symlinks
(closes: #690336)
[ Bjoern Michaelsen ]
* make metapackage explicit in short description
libreoffice (1:3.6.2~rc1-1) experimental; urgency=low
* new upstream release candidate
- waits for InternalIPC::ProcessingDone in oosplash (closes: #681185)
* debian/patches/disable-flaky-unoapi-tests.diff: disable flaky
toolkit and sc.ScAccessible* unoapi tests
* debian/patches/gcj-safe-jni-h-include.diff: add missing -I...
* debian/control.in:
- make -core break libreoffice-common (<< 1:3.6.1~rc1) as "unopkg sync"
ran in the triggers is gone (closes: #686666)
* debian/rules:
- fix native-jars dependeny to depend on install-common ...
- ... but as this doesn't build then disable it for now...
- hack around broken "*" directory in debian/tmp/pkg on kfreebsd-*
extremely slowing down the install target...
- use xz compression for all binary packages (closes: #687041)
libreoffice (1:3.6.1-1) experimental; urgency=low
* LibreOffice 3.6.1 final release (identical to rc2)
* debian/rules:
- work around possible failure install-common target with missing
ca-XV .dirs/.install...
Date: Wed, 13 Feb 2013 00:41:55 +0100
Changed-By: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Benjamin Drung <bdrung at debian.org>
https://launchpad.net/ubuntu/raring/+source/libreoffice/1:4.0.0~beta2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 13 Feb 2013 00:41:55 +0100
Source: libreoffice
Binary: libreoffice libreoffice-l10n-za libreoffice-l10n-in libreoffice-core libreoffice-common libreoffice-java-common libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw libreoffice-math libreoffice-base-core libreoffice-base libreoffice-style-crystal libreoffice-style-oxygen libreoffice-style-tango libreoffice-style-hicontrast libreoffice-style-galaxy libreoffice-style-human libreoffice-gtk libreoffice-gtk3 libreoffice-gnome libreoffice-emailmerge python-uno python3-uno libreoffice-officebean libreoffice-filter-mobiledev openoffice.org-dtd-officedocument1.0 libreoffice-script-provider-python libreoffice-script-provider-bsh libreoffice-script-provider-js libreoffice-pdfimport libreoffice-l10n-af libreoffice-l10n-ar libreoffice-l10n-as libreoffice-l10n-ast libreoffice-l10n-be libreoffice-l10n-bg libreoffice-l10n-bn libreoffice-l10n-br libreoffice-l10n-bs libreoffice-l10n-ca libreoffice-l10n-cs libreoffice-l10n-cy libreoffice-l10n-da libreoffice-l10n-de
libreoffice-l10n-dz libreoffice-l10n-el libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-eo libreoffice-l10n-es libreoffice-l10n-et libreoffice-l10n-eu libreoffice-l10n-fa libreoffice-l10n-fi libreoffice-l10n-fr libreoffice-l10n-ga libreoffice-l10n-gl libreoffice-l10n-gu libreoffice-l10n-he libreoffice-l10n-hi libreoffice-l10n-hr libreoffice-l10n-hu libreoffice-l10n-id libreoffice-l10n-is libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-ka libreoffice-l10n-km libreoffice-l10n-ko libreoffice-l10n-ku libreoffice-l10n-lt libreoffice-l10n-lv libreoffice-l10n-mk libreoffice-l10n-mn libreoffice-l10n-ml libreoffice-l10n-mr libreoffice-l10n-nb libreoffice-l10n-ne libreoffice-l10n-nl libreoffice-l10n-nn libreoffice-l10n-nr libreoffice-l10n-nso libreoffice-l10n-oc libreoffice-l10n-om libreoffice-l10n-or libreoffice-l10n-pa-in libreoffice-l10n-pl libreoffice-l10n-pt libreoffice-l10n-pt-br libreoffice-l10n-ro libreoffice-l10n-ru libreoffice-l10n-rw
libreoffice-l10n-si libreoffice-l10n-sk libreoffice-l10n-sl libreoffice-l10n-sr libreoffice-l10n-ss libreoffice-l10n-st libreoffice-l10n-sv libreoffice-l10n-ta libreoffice-l10n-te libreoffice-l10n-tg libreoffice-l10n-th libreoffice-l10n-tn libreoffice-l10n-tr libreoffice-l10n-ts libreoffice-l10n-ug libreoffice-l10n-uk libreoffice-l10n-uz libreoffice-l10n-ve libreoffice-l10n-vi libreoffice-l10n-xh libreoffice-l10n-zh-cn libreoffice-l10n-zh-tw libreoffice-l10n-zu libreoffice-help-en-us libreoffice-help-ca libreoffice-help-cs libreoffice-help-da libreoffice-help-de libreoffice-help-dz libreoffice-help-el libreoffice-help-en-gb libreoffice-help-es libreoffice-help-et libreoffice-help-eu libreoffice-help-fi libreoffice-help-fr libreoffice-help-gl libreoffice-help-hi libreoffice-help-hu libreoffice-help-it libreoffice-help-ja libreoffice-help-km libreoffice-help-ko libreoffice-help-nl libreoffice-help-om libreoffice-help-pl libreoffice-help-pt libreoffice-help-pt-br
libreoffice-help-ru libreoffice-help-sk libreoffice-help-sl libreoffice-help-sv libreoffice-help-zh-cn libreoffice-help-zh-tw uno-libs3 uno-libs3-dbg ure ure-dbg browser-plugin-libreoffice libreoffice-ogltrans libreoffice-wiki-publisher libreoffice-report-builder libreoffice-report-builder-bin libreoffice-presentation-minimizer fonts-opensymbol libreoffice-dbg libreoffice-dev libreoffice-dev-doc libreoffice-kde libreoffice-sdbc-postgresql libreoffice-mysql-connector libreoffice-subsequentcheckbase
libreoffice-librelogo
Architecture: source
Version: 1:4.0.0~beta2-0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Description:
browser-plugin-libreoffice - office productivity suite -- Mozilla plugin
fonts-opensymbol - OpenSymbol TrueType font
libreoffice - office productivity suite (metapackage)
libreoffice-base - office productivity suite -- database
libreoffice-base-core - office productivity suite -- shared library
libreoffice-calc - office productivity suite -- spreadsheet
libreoffice-common - office productivity suite -- arch-independent files
libreoffice-core - office productivity suite -- arch-dependent files
libreoffice-dbg - office productivity suite -- debug symbols
libreoffice-dev - office productivity suite -- SDK
libreoffice-dev-doc - office productivity suite -- SDK documentation
libreoffice-draw - office productivity suite -- drawing
libreoffice-emailmerge - office productivity suite -- email mail merge
libreoffice-filter-mobiledev - office productivity suite -- mobile devices filters
libreoffice-gnome - office productivity suite -- GNOME integration
libreoffice-gtk - office productivity suite -- GTK+ integration
libreoffice-gtk3 - office productivity suite -- GTK+ 3.0 integration
libreoffice-help-ca - office productivity suite -- Catalan help
libreoffice-help-cs - office productivity suite -- Czech help
libreoffice-help-da - office productivity suite -- Danish help
libreoffice-help-de - office productivity suite -- German help
libreoffice-help-dz - office productivity suite -- Dzongkha help
libreoffice-help-el - office productivity suite -- Greek help
libreoffice-help-en-gb - office productivity suite -- English_british help
libreoffice-help-en-us - office productivity suite -- English_american help
libreoffice-help-es - office productivity suite -- Spanish help
libreoffice-help-et - office productivity suite -- Estonian help
libreoffice-help-eu - office productivity suite -- Basque help
libreoffice-help-fi - office productivity suite -- Finnish help
libreoffice-help-fr - office productivity suite -- French help
libreoffice-help-gl - office productivity suite -- Galician help
libreoffice-help-hi - office productivity suite -- Hindi help
libreoffice-help-hu - office productivity suite -- Hungarian help
libreoffice-help-it - office productivity suite -- Italian help
libreoffice-help-ja - office productivity suite -- Japanese help
libreoffice-help-km - office productivity suite -- Khmer help
libreoffice-help-ko - office productivity suite -- Korean help
libreoffice-help-nl - office productivity suite -- Dutch help
libreoffice-help-om - office productivity suite -- Oromo help
libreoffice-help-pl - office productivity suite -- Polish help
libreoffice-help-pt - office productivity suite -- Portuguese help
libreoffice-help-pt-br - office productivity suite -- Portuguese_brazilian help
libreoffice-help-ru - office productivity suite -- Russian help
libreoffice-help-sk - office productivity suite -- Slovak help
libreoffice-help-sl - office productivity suite -- Slovenian help
libreoffice-help-sv - office productivity suite -- Swedish help
libreoffice-help-zh-cn - office productivity suite -- Chinese_simplified help
libreoffice-help-zh-tw - office productivity suite -- Chinese_traditional help
libreoffice-impress - office productivity suite -- presentation
libreoffice-java-common - office productivity suite -- arch-independent Java support files
libreoffice-kde - office productivity suite -- KDE integration
libreoffice-l10n-af - office productivity suite -- Afrikaans language package
libreoffice-l10n-ar - office productivity suite -- Arabic language package
libreoffice-l10n-as - office productivity suite -- Assamese language package
libreoffice-l10n-ast - office productivity suite -- Asturian language package
libreoffice-l10n-be - office productivity suite -- Belarussian language package
libreoffice-l10n-bg - office productivity suite -- Bulgarian language package
libreoffice-l10n-bn - office productivity suite -- Bengali language package
libreoffice-l10n-br - office productivity suite -- Breton language package
libreoffice-l10n-bs - office productivity suite -- Bosnian language package
libreoffice-l10n-ca - office productivity suite -- Catalan language package
libreoffice-l10n-cs - office productivity suite -- Czech language package
libreoffice-l10n-cy - office productivity suite -- Welsh language package
libreoffice-l10n-da - office productivity suite -- Danish language package
libreoffice-l10n-de - office productivity suite -- German language package
libreoffice-l10n-dz - office productivity suite -- Dzongkha language package
libreoffice-l10n-el - office productivity suite -- Greek language package
libreoffice-l10n-en-gb - office productivity suite -- English_british language package
libreoffice-l10n-en-za - office productivity suite -- English_southafrican language packag
libreoffice-l10n-eo - office productivity suite -- Esperanto language package
libreoffice-l10n-es - office productivity suite -- Spanish language package
libreoffice-l10n-et - office productivity suite -- Estonian language package
libreoffice-l10n-eu - office productivity suite -- Basque language package
libreoffice-l10n-fa - office productivity suite -- Farsi language package
libreoffice-l10n-fi - office productivity suite -- Finnish language package
libreoffice-l10n-fr - office productivity suite -- French language package
libreoffice-l10n-ga - office productivity suite -- Gaelic language package
libreoffice-l10n-gl - office productivity suite -- Galician language package
libreoffice-l10n-gu - office productivity suite -- Gujarati language package
libreoffice-l10n-he - office productivity suite -- Hebrew language package
libreoffice-l10n-hi - office productivity suite -- Hindi language package
libreoffice-l10n-hr - office productivity suite -- Croatian language package
libreoffice-l10n-hu - office productivity suite -- Hungarian language package
libreoffice-l10n-id - office productivity suite -- Indonesian language package
libreoffice-l10n-in - office productivity suite -- Indic language packages
libreoffice-l10n-is - office productivity suite -- Icelandic language package
libreoffice-l10n-it - office productivity suite -- Italian language package
libreoffice-l10n-ja - office productivity suite -- Japanese language package
libreoffice-l10n-ka - office productivity suite -- Georgian language package
libreoffice-l10n-km - office productivity suite -- Khmer language package
libreoffice-l10n-ko - office productivity suite -- Korean language package
libreoffice-l10n-ku - office productivity suite -- Kurdish language package
libreoffice-l10n-lt - office productivity suite -- Lithuanian language package
libreoffice-l10n-lv - office productivity suite -- Latvian language package
libreoffice-l10n-mk - office productivity suite -- Macedonian language package
libreoffice-l10n-ml - office productivity suite -- Malayalam language package
libreoffice-l10n-mn - office productivity suite -- Mongolian language package
libreoffice-l10n-mr - office productivity suite -- Marathi language package
libreoffice-l10n-nb - office productivity suite -- Norwegian language package
libreoffice-l10n-ne - office productivity suite -- Nepalese language package
libreoffice-l10n-nl - office productivity suite -- Dutch language package
libreoffice-l10n-nn - office productivity suite -- Norwegian_nynorsk language package
libreoffice-l10n-nr - office productivity suite -- Ndebele language package
libreoffice-l10n-nso - office productivity suite -- Northern_sotho language package
libreoffice-l10n-oc - office productivity suite -- Occitan language package
libreoffice-l10n-om - office productivity suite -- Oromo language package
libreoffice-l10n-or - office productivity suite -- Oriya language package
libreoffice-l10n-pa-in - office productivity suite -- Punjabi language package
libreoffice-l10n-pl - office productivity suite -- Polish language package
libreoffice-l10n-pt - office productivity suite -- Portuguese language package
libreoffice-l10n-pt-br - office productivity suite -- Portuguese_brazilian language packag
libreoffice-l10n-ro - office productivity suite -- Romanian language package
libreoffice-l10n-ru - office productivity suite -- Russian language package
libreoffice-l10n-rw - office productivity suite -- Kinarwanda language package
libreoffice-l10n-si - office productivity suite -- Sinhala language package
libreoffice-l10n-sk - office productivity suite -- Slovak language package
libreoffice-l10n-sl - office productivity suite -- Slovenian language package
libreoffice-l10n-sr - office productivity suite -- Serbian language package
libreoffice-l10n-ss - office productivity suite -- Swazi language package
libreoffice-l10n-st - office productivity suite -- Southern_sotho language package
libreoffice-l10n-sv - office productivity suite -- Swedish language package
libreoffice-l10n-ta - office productivity suite -- Tamil language package
libreoffice-l10n-te - office productivity suite -- Telugu language package
libreoffice-l10n-tg - office productivity suite -- Tajik language package
libreoffice-l10n-th - office productivity suite -- Thai language package
libreoffice-l10n-tn - office productivity suite -- Tswana language package
libreoffice-l10n-tr - office productivity suite -- Turkish language package
libreoffice-l10n-ts - office productivity suite -- Tsonga language package
libreoffice-l10n-ug - office productivity suite -- Uighur language package
libreoffice-l10n-uk - office productivity suite -- Ukrainian language package
libreoffice-l10n-uz - office productivity suite -- Uzbek language package
libreoffice-l10n-ve - office productivity suite -- Venda language package
libreoffice-l10n-vi - office productivity suite -- Vietnamese language package
libreoffice-l10n-xh - office productivity suite -- Xhosa language package
libreoffice-l10n-za - office productivity suite -- South African language packages
libreoffice-l10n-zh-cn - office productivity suite -- Chinese_simplified language package
libreoffice-l10n-zh-tw - office productivity suite -- Chinese_traditional language package
libreoffice-l10n-zu - office productivity suite -- Zulu language package
libreoffice-librelogo - Logo-like progamming language for LibreOffice
libreoffice-math - office productivity suite -- equation editor
libreoffice-mysql-connector - MySQL Connector extension for LibreOffice
libreoffice-officebean - office productivity suite -- Java bean
libreoffice-ogltrans - LibreOffice Impress extension for transitions using OpenGL
libreoffice-pdfimport - PDF Import component for LibreOffice
libreoffice-presentation-minimizer - LibreOffice extension for size-efficient presentations
libreoffice-report-builder - LibreOffice extension for building database reports
libreoffice-report-builder-bin - LibreOffice extension for building database reports -- libraries
libreoffice-script-provider-bsh - BeanShell script support provider for LibreOffice scripting frame
libreoffice-script-provider-js - JavaScript script support provider for LibreOffice scripting fram
libreoffice-script-provider-python - Python script support provider for LibreOffice scripting framewor
libreoffice-sdbc-postgresql - PostgreSQL SDBC driver for LibreOffice
libreoffice-style-crystal - office productivity suite -- Crystal symbol style
libreoffice-style-galaxy - office productivity suite -- Galaxy (Default) symbol style
libreoffice-style-hicontrast - office productivity suite -- Hicontrast symbol style
libreoffice-style-human - office productivity suite -- Human symbol style
libreoffice-style-oxygen - office productivity suite -- Oxygen symbol style
libreoffice-style-tango - office productivity suite -- Tango symbol style
libreoffice-subsequentcheckbase - LibreOffice java test libraries
libreoffice-wiki-publisher - LibreOffice extension for working with MediaWiki articles
libreoffice-writer - office productivity suite -- word processor
openoffice.org-dtd-officedocument1.0 - office productivity suite -- legacy 1.0 XML DTD
python-uno - Python-UNO bridge
python3-uno - Python-UNO bridge
uno-libs3 - LibreOffice UNO runtime environment -- public shared libraries
uno-libs3-dbg - LibreOffice UNO runtime environment -- public shared library debu
ure - LibreOffice UNO runtime environment
ure-dbg - LibreOffice UNO runtime environment -- debug symbols
Closes: 321099 595708 677601 681185 686666 687041 687228 690336 690717 691949 693626
Launchpad-Bugs-Fixed: 122383 201642 220703 505188 628105 778293 875583 950834 951153 990868 992232 1022382 1063535 1082449 1083947 1086566 1090745 1097433 1097718 1097735 1097744 1097748 1097760 1097811 1097966 1103495
Changes:
libreoffice (1:4.0.0~beta2-0ubuntu1) raring; urgency=low
.
* new upstream prerelease 4.0 beta2:
- fixes Cross-references and TOC links broken in XHTML export (LP: #122383)
- fixes Print orientation won't change (LP: #201642)
- fixes Writer AutoSpellcheck flags capitalized words as misspelled despite
being added lowercase in the custom dictionary (LP: #220703)
- fixes Impress mis-rotates text saving to .pptx (LP: #505188)
- fixes Custom Animation not repeating (LP: #778293)
- fixes Text not black in LibreOffice (LP: #628105)
- fixes soffice.bin crashed with SIGABRT in
__gnu_cxx::__verbose_terminate_handler() (LP: #875583)
- fixes Add keywords to .desktop files (LP: #950834)
- fixes Can't open XML files larger than 1.1 MB (LP: #951153)
- fixes LibreOffice Calc unshows comments importing MS Office xlsx
(LP: #990868)
- fixes soffice.bin crashed with SIGSEGV in
SwAnchoredObject::FindPageFrmOfAnchor() (LP: #1063535)
- fixes Calc mis-sorts left to right (sort columns) (LP: #1082449)
- fixes Cannot open xls file in 3.6.3.2, but works in 3.5.4 (LP: #1083947)
- fixes FILEOPEN Word 97-2003 DOC structure as exported by apple pages is
not recognized (LP: #1086566)
- fixes LibreOffice Mailmerge Label generated incorrectly (LP: #1090745)
- fixes FORMATTING: Objects anchored to cell wrongly positionned to A1
(LP: #1097433)
- fixes torn off popups trigger keyboard focus problems (LP: #1097718)
- fixes default hori/vert frame anchor during RTF import (LP: #1097735)
- fixes Load Java scripts with class loaders (LP: #1097744)
- fixes Do not consider timestamp differences as corruption (LP: #1097748)
- fixes sw: better fix for DOCX table import crash (LP: #1097760)
- fixes STG_FREE sector locations rejected (LP: #1097811)
- fixes restrict page sanity check to non-storage chunks (LP: #1097966)
- fixes German OK and Cancel buttons show ~ (LP: #1103495)
* re-enable report-builder (LP: #992232)
* sync unopkg wrapper from Debian (LP: #1022382)
* enable mergedlibs
* merge from Debian, adjust mergedlibs-foo, remove debianized patches
* generate control file that makes ppa prerelease bugs reported to packaging
mailing list
* build full l10n for testing
* add libreoffice-gnome C/R for upstreamed 3.6/quantal vendor-patches
.
libreoffice (1:4.0.0~beta2-1) UNRELEASED; urgency=low
.
* new upstream snapshot
- contains new driver for mozab (mork). Automatically enabled thus
this closes: #321099
- now has a basic(!) gnumeric import in experimental mode
(closes: #595708)
- fixes LibreOffice Calc unshows comments importing MS Office xlsx (LP: #990868)
.
* debian/control.in:
- make -impress suggest bluez (for impress remote control)
- make libreoffice depend on / -common recommend python-uno for the
new python-based wizards
* debian/rules:
- add new conditionals for new dependencies: liblangtag, liborcus,
libmspub, (u)cpp; remove them for gone saxon, librsvg, db
- enable sdrmeote on all archs; b-d on libbluetooth-dev on where we
enable bluetooth (!kfreebsd-*)
- use gstreamer1.0
- temporarily disable python3-uno as the new python-based wizards
(in comon!) don't work with it...
- use --disable-dependency-tracking instead of gb_FULLDEPS=
- python3 is default now; reverse logic (use python3 per default and
and build python2 in a extra step)
- add option to build with --enable-mergelibs, not yet enabled.
- remove stlport hacks for i386 - not used/needed anymore upstream
* debian/uno-libs3.symbols: update
* debian/control*.in, debian/rules, debian/scripts/gid2pkgdirs.sh: binfilter
is gone. yay.
.
libreoffice (1:3.6.4-1) experimental; urgency=low
.
* LibreOffice 3.6.4 release (identical to rc3)
.
libreoffice (1:3.6.4~rc3-1) experimental; urgency=low
.
* new upstream release candidate
.
* debian/patches/poppler_0_21_x.diff: moove from poppler_0_21_0.diff; fix
build with 0.21.1 again
* debian/patches/bigendian-utext-mixup.diff: backport from libreoffice-3-6
branch to fix ooxml regression test failure
.
* debian/rules:
- don't rely on dictionaries submodule. unused.
* debian/control.in:
- remove obsolete Pre-Depends on ure (>= 1.5.1+OOo3.1.1-15)
(by the way closes: #693626)
* debian/control.mozilla.in, debian/rules: rename
mozilla-libreoffice -> browser-plugin-libreoffice
.
libreoffice (1:3.6.4~rc1-1) experimental; urgency=low
.
* new upstream release candidate
.
* debian/patches/poppler_0_21_0.diff: fix build of sdext with poppler
0.21.0
.
* merge from Ubuntu:
- fix quoting of PYTHON_{CFLAGS,LIBS} (Matthias Klose)
.
* debian/rules:
- mention CVE-2012-4233 in 1:3.6.1~rc2-1's changelog
- re-enable mozilla plugin
- actually make python version-switching work
* debian/control.in:
- recommend fonts-liberation instead of ttf-liberation
(closes: #691949)
* debian/libreoffice-core.bug-control:
- report-with: fonts-opensymbol instead of transitional ttf-opensymbol
* debian/libreoffice-{core,gtk3}.bug-script.in:
- find out whether we have Experimental features enabled
.
libreoffice (1:3.6.3~rc2-1) experimental; urgency=low
.
* new upstream release candidate
.
* debian/patches/soffice-bashisms.diff: fix bashism in soffice for
valgrinding (closes: #690717)
* debian/patches/he-lucida-sans-unicode.diff: Update default Hebrew font
from Lucida Sans to Lucida Sans Unicode, thanks Lior Kaplan
* debian/patches/ure-no-etc-opt-ure.diff: exclude /etc/opt/ure from ure
search paths (closes: #677601)
.
* debian/rules:
- fix upstream README(_en-US) install for binary-indep packages
- fix typo in finding gcj dir detection, thanks Rico Tzschichholz
- don't add version from librsvg*.shlibs (as for libebook) as we
dlopen() it anyway.
.
libreoffice (1:3.6.3~rc1-1) experimental; urgency=low
.
* new upstream release candidate
.
[ Rene Engelhard ]
* debian/patches/sensible-lomua.diff: add patch from Dave Steele to
make senddoc.sh default to standard mailto handler (closes: #687228)
.
* debian/rules:
- try again with gcc 4.6 for mips* since apparently testtools/smoketest
now work..
- document truth and remove alpha from supported architectures
- exclude .desktop from dh_link call to get absolute symlinks
(closes: #690336)
.
[ Bjoern Michaelsen ]
* make metapackage explicit in short description
.
libreoffice (1:3.6.2~rc1-1) experimental; urgency=low
.
* new upstream release candidate
- waits for InternalIPC::ProcessingDone in oosplash (closes: #681185)
.
* debian/patches/disable-flaky-unoapi-tests.diff: disable flaky
toolkit and sc.ScAccessible* unoapi tests
* debian/patches/gcj-safe-jni-h-include.diff: add missing -I...
* debian/control.in:
- make -core break libreoffice-common (<< 1:3.6.1~rc1) as "unopkg sync"
ran in the triggers is gone (closes: #686666)
* debian/rules:
- fix native-jars dependeny to depend on install-common ...
- ... but as this doesn't build then disable it for now...
- hack around broken "*" directory in debian/tmp/pkg on kfreebsd-*
extremely slowing down the install target...
- use xz compression for all binary packages (closes: #687041)
.
libreoffice (1:3.6.1-1) experimental; urgency=low
.
* LibreOffice 3.6.1 final release (identical to rc2)
.
* debian/rules:
- work around possible failure install-common target with missing
ca-XV .dirs/.install...
Checksums-Sha1:
4faa84c5139114bcf93ee14094a49c6087b307ef 17190 libreoffice_4.0.0~beta2-0ubuntu1.dsc
abe021b9a6113d35a8a93b916415435c5c641eaf 1455068 libreoffice_4.0.0~beta2.orig-helpcontent2.tar.xz
7e3a3ccc44c4de8068f1264c2f21a8cace988278 206600132 libreoffice_4.0.0~beta2.orig-src.tar.xz
11dacf24f8d81f4d6b63e034d3778229475398b0 132698536 libreoffice_4.0.0~beta2.orig-translations.tar.xz
1e63f116dab0f513e512737b4b40157c8f43dbc1 90688216 libreoffice_4.0.0~beta2.orig.tar.xz
719e779839f16b6d02063a6d7f06b20a220b98d2 2410474 libreoffice_4.0.0~beta2-0ubuntu1.debian.tar.gz
Checksums-Sha256:
0135189858dc4657302eeb0e51881e06acd80611a64dee47a783c433e2315eb9 17190 libreoffice_4.0.0~beta2-0ubuntu1.dsc
420062fab5c6598d5401a46ce9060d9c9c53932dc34391a95935c0fc4e7d8f7b 1455068 libreoffice_4.0.0~beta2.orig-helpcontent2.tar.xz
a98e09453f887ebe21cc9a269ff8eb2bbe719a4e437e585f675eb4f3f17038bd 206600132 libreoffice_4.0.0~beta2.orig-src.tar.xz
5829f7cdca7ee4d885fc2093fd6c800b541d6faa8a6b12cba38a1c4593a68cc0 132698536 libreoffice_4.0.0~beta2.orig-translations.tar.xz
1ad35db59845fa28ac54c06fb2d7ef7e3c91e1367a97746fdc0575b6936460c9 90688216 libreoffice_4.0.0~beta2.orig.tar.xz
fc95fcc7677a0d7aa5140c7bacc6d4a75cefa9d36679f6a45523c10fbce6d280 2410474 libreoffice_4.0.0~beta2-0ubuntu1.debian.tar.gz
Files:
f3016eb454103ce7228a757ef18ae7d9 17190 editors optional libreoffice_4.0.0~beta2-0ubuntu1.dsc
fc7031f10b64ddb13be399c6725cb22b 1455068 editors optional libreoffice_4.0.0~beta2.orig-helpcontent2.tar.xz
936500af400de523662dcd8ee49fc4b3 206600132 editors optional libreoffice_4.0.0~beta2.orig-src.tar.xz
dcf5dae6e439116754bdd02feec92627 132698536 editors optional libreoffice_4.0.0~beta2.orig-translations.tar.xz
0828a9775e65949161ffff88240b6bb3 90688216 editors optional libreoffice_4.0.0~beta2.orig.tar.xz
c0131bf0a6e79e62943d0155519f1e3b 2410474 editors optional libreoffice_4.0.0~beta2-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJRGtzLAAoJEBWetcTvyHdMG6MP/Rbgtsnel62VX49oooFsOvHQ
HYfvAxLAS8fGQ33DV2NR1QCTExWJ1UktB3Vv1hE8GV1sDsHNvRCFX/EbSb1OHC4k
esLgatzQh7VL77b1MxL5Q9fB3Wrj1uBCXWbR6Ng5o3OHUzzu6Nqc/au/tzLVYxc+
uKwfgqjJ48/pGFWJP11I7B4vTeY7QAat9I0iuhMBJLYnZjp2nkfLpQ36Fm4XpgqS
BZ3bIfD63/+LnooRJBYMxDDXoXmYIqCxJMXIQQQJgnseFHq/7hLGwmq8FEXrBiRq
oSttqS3Qut9wlxQS5JRMAY2TPdvbZ3sskpDoDwamcmR7184YAOe2LLFVQgsvW+za
O3ufVYG7UE/9PpR67wst5BiMnC+d4qrdZ9L7NwtrCpqnCW7fjKGjZb9OLGTVM5qk
7sMgMwRLccJVczcL6u1DJ4WE0/xk8HkPCsPvkRb5xzalX22axj5xkauxl7SdNJT8
A7tILb+2D0toEW5n0RK5QAwYCEF33shX3C4bai1TeuLXqSVKaW6HENl+W5F1QTWN
L9ZxtRR7/i7xRhrlEBTisX2LlKFG2mn6CAzTvIHkI/MpoXVzuGL25A1JGpf6ITWI
DHgMqyZZpfNo8x9ifT1t2EHid7wMd/RhjPbQAsdBlQcwLoj7UkVaU4pONkMDWzO8
R8PBN22OUNJtNwghwMpH
=Q3Pc
-----END PGP SIGNATURE-----
More information about the Raring-changes
mailing list