The following commit has been merged in the ubuntu-quantal-3.6 branch: commit d84ccf2ce79b50ae4aa552b6d324924810354fd5 Author: Bjoern Michaelsen <bjoern.michael...@canonical.com> Date: Sat May 12 01:17:31 2012 +0200
ubuntufy changelog diff --git a/changelog b/changelog index e50fe7a..fa1c616 100644 --- a/changelog +++ b/changelog @@ -71,6 +71,91 @@ libreoffice (1:3.5.4-1) unstable; urgency=medium -- Rene Engelhard <r...@debian.org> Mon, 04 Jun 2012 13:16:25 +0200 +libreoffice (1:3.5.3-0ubuntu1) precise-proposed; urgency=low + + * bump version to final, use debian tarballs + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Wed, 02 May 2012 13:41:02 +0200 + +libreoffice (1:3.5.3~rc2-0ubuntu1~ppa2) precise; urgency=low + + * reduce l10n set for ppa builds + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Tue, 01 May 2012 15:14:53 +0200 + +libreoffice (1:3.5.3~rc2-0ubuntu1~ppa1) precise; urgency=low + * cherry-pick 496346c9e692b7ba8ec0aa78c78cac7b71d830a5 from + debian (LP: #986205) + - guard libdbalo.so mv with feq PACKAGE_BASE=y... + * upstream bugfix release 3.5.3: + - fix colorspace conversion for greyscale bitmaps fdo#34324 [Michael Meeks] + - cache calls to mdds:mixed_type_matrix::size, related fdo#47299 [Markus Mohrhard] + - clrContourCache for SwAnchoredDrawObjects fdo#45376 [Andreas Schierl] + - copy column privileges into table privileges fdo#47937 [Lionel Elie Mamane] + - cppcanvas: processEMFPlus: fix valgrind warning: fdo#42252 [Michael Stahl] + - disable cairo canvas on Windows fdo#46532, fdo#46901, fdo#45584 [Michael Meeks] + - do not increase height of checkboxes fdo#47963 [David Tardon] + - do not play sound in presenter console fdo#33914 [David Tardon] + - docx, no mso-fit-shape-to-text means the textbox size is fixed bnc#751573 [Cédric Bosdonnat] + - export all style information to xls/xlsx, fdo#46738 [Markus Mohrhard] + - fdo43752: PPTX import fix affected odp imports. bnc#719989, bnc#719997 [Muthu Subramanian] + - find install location during help pack install fdo#48411 [Andras Timar] + - fix - edge-case trans gradients came out empty fdo#33591 [Thorsten Behrens] + - fix - use older ODF encryption by default fdo#47484 [Thorsten Behrens] + - fix RTF import of \page in inner groups fdo#48104 [Miklos Vajna] + - fix RTF import of all capitals char prop fdo#46955 [Miklos Vajna] + - fix RTF import of character encoding in footnotes fdo#45182 [Miklos Vajna] + - fix RTF import of custom fonts in substreams fdo#45394 [Miklos Vajna] + - fix RTF import of mixed super/nonsuper text fdo#47326 [Miklos Vajna] + - fix RTF import of multi-paragraph exact height textboxes fdo#47036 [Miklos Vajna] + - fix RTF import of shapes inside text frames at the start of the doc fdo#47036 [Miklos Vajna] + - fix RTF import of tables with empty first row fdo#45394 [Miklos Vajna] + - fix RTL menu rendering on Windows fdo#42537 [Ivan Timofeev] + - fix border printing: fdo#38635 [Michael Stahl] + - fix crash on RTF import of shapes inside tables fdo#47802 [Miklos Vajna] + - fix the fix so it doesn't crash lp#905355, fdo#43895 [Michael Stahl] + - fix vcl alpha blending bnc#714787 [Thorsten Behrens] + - fix vertical align when switching mode in multibar fdo#44140 [Noel Power] + - fixed pdf export (of images). bnc#717947 [Muthu Subramanian] + - handle various busted rtf docs without hanging fdo#48640 [Caolán McNamara] + - improved label/BC wizard - set paper size fdo#44516 [Winfried Donkers] + - increase nCol before next iteratation to prevent loop, fdo#46220 [Markus Mohrhard] + - macros: Macro to set filter in Calc does not work with .StringValue fdo#46983 [Takeshi Abe] + - make "Replace All" work with REs fdo#44861 [David Tardon] + - match version in about dialog and file properties fdo#47840 [Petr Mladek] + - more reliable way to check for RTL text. fdo#48431, fdo#32530 [Kohei Yoshida] + - never let users save in /tmp by default lp#905355, fdo#43895 [Andrzej J. R. Hunt] + - RTF/DOCX import: fixed the import of consecutive frames fdo#47036, bnc#703032 [Cédric Bosdonnat] + - removed strange non-wrapping condition bnc#750258, i#40155 [Cédric Bosdonnat] + - resolved CSV import got confused by erroneous HTML detection fdo#40021 [Eike Rathke] + - resolved the current document is not always the first in list rhbz#813280 [Eike Rathke] + - revert "make text wrapping work in headers/footers too " fdo#39155 [Cédric Bosdonnat] + - rtftok: initial PN (legacy numbering syntax) support fdo#47107 [Miklos Vajna] + - rtftok: support bullet points in paragraph numberings fdo#47107 [Miklos Vajna] + - shift+F3 should be the shourtcut for Edit > Duplicate in Draw fdo#48584, fdo#32559 [Andras Timar] + - show synchronized checked only if all margins are the same, related fdo#44337 [Markus Mohrhard] + - sw: fix border corner gaps: fdo#38635 [Michael Stahl] + - swNodes: fix inconsistent outline check: rhbz#789022 [Michael Stahl] + - TOC dialog, Entries tab: the right arrow button does not work fdo#40948 [Ivan Timofeev] + - this hack in no longer needed, fdo#44337 [Markus Mohrhard] + - use fabs for double values, not abs, fdo#47632 [Markus Mohrhard] + - use of pointer to deleted object fdo#47068 [Caolán McNamara] + - use same border width information for xls import and export, fdo#44742 [Markus Mohrhard] + - use x.y.z version also for desktop integration packages fdo#47840 [Petr Mladek] + - fix find toolbar X error handling fdo#46687 [Michael Meeks] + - add unit test for Converter::convertDouble fdo#48969 [Michael Stahl] + - border paint ordering: fdo#45562, fdo#47717, fdo#42750 [Michael Stahl] + - default to Office 2007/2010 filter for ooxml export, fdo#48941 [Markus Mohrhard] + - duplicated characters in PDF import fdo#45848 [Korrawit Pruegsanusak] + - fix RTF import of special unicode characters fdo#48356 [Miklos Vajna] + - getConversionFactor: add inch as source unit fdo#48969 [Michael Stahl] + - ignore corrupted items in Recent Documents fdo#46074 [Stephan Bergmann] + - paint borders in SwFlyFrm::Paint: fdo#45562 [Michael Stahl] + - resolved update sheet-local named expressions correctly fdo#48856 [Eike Rathke] + - switch units in Converter::convertDouble fdo#48969 [Michael Stahl] + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Sun, 29 Apr 2012 02:43:32 +0200 + libreoffice (1:3.5.4~rc2-1) experimental; urgency=low * new upstream release candidate @@ -261,6 +346,55 @@ libreoffice (1:3.5.2-2) unstable; urgency=low -- Rene Engelhard <r...@debian.org> Sat, 07 Apr 2012 14:30:41 +0200 +libreoffice (1:3.5.2-2ubuntu3) precise-proposed; urgency=low + + * add missing mimetypes to impress.desktop (LP: #904212) + * Remove SalDisplay::GetKeyboardName (LP: #818761) + * cherry-pick c6e83cc1711e5d4f1025316e0824640e73c1da2d from debian: + - debian/libreoffice-common.postrm.in: fix typo to actually try to rm -rf + /var/lib/libreoffice/share/prereg + * cherry-pick 01fbc48a560cdc32a32b044c7fa290462a034479 from debian: (LP: #986205) + - readd move of libdbalo.so to -base-core (closes: #670350) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Thu, 26 Apr 2012 03:08:06 +0200 + +libreoffice (1:3.5.2-2ubuntu2) precise-proposed; urgency=low + + * remove presentation templates for install media size (LP: #958384) + * fix quicklist patch (LP: #950825) + * add visio mimetype to libreoffice draw desktop file + * add recommend to -gnome|-kde from libreoffice metapackage + (LP: #841696) + * fix typo in unity quicklist for zh_CN/Base (LP: #984893) + * backport fix for findbar crash by Michael Meeks (LP: #975430) + * readd updated Ubuntu brand palette colors (LP: #753627) + * default to ~/Documents for saving, find templates in ~/Templates + (LP: #973134) + * tweak bibliography patch again (LP: #527938) + * cherry-pick 0a20b5e181a4317ee838064ea122e753ab935430 from debian: + - add ulimit -c unlimited before make check call to catch + backtraces on sporatic soffice.bin crashes "failing" the build; + build-depend on gdb if RUN_MAKE_CHECK=y + * cherry-pick 1fbcf3815d89f87909e9003292d27fcf37249830 from debian: + - debian/patches/fix-system-lpsolve-build.diff: use -Wl$(COMMA)-rpath as + otherwise gbuild strips everything after the , away; + makes it actually set the rpath + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Mon, 23 Apr 2012 13:18:27 +0200 + +libreoffice (1:3.5.2-2ubuntu1) precise; urgency=low + + * Reverting 4bf0323053b4e21778f4244d111316760db008fb as we do not yet + have synced the problematic neon-0.29.6-2 from debian to precise + (LP: related 974103) + * Reverting 39bf4c059665c168cf1582d7d45cd80df0a7700a as we do not + deliver lightproof in precise + * remove upstreamed patches + * update lp#905355 fix + * reenable debian hardened patch + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Tue, 10 Apr 2012 11:37:47 +0200 + libreoffice (1:3.5.2-1) unstable; urgency=low * LibreOffice 3.5.2 final (same as rc2) @@ -303,6 +437,55 @@ libreoffice (1:3.5.2~rc2-1) unstable; urgency=low -- Rene Engelhard <r...@debian.org> Wed, 28 Mar 2012 08:18:15 +0200 +libreoffice (1:3.5.1-1ubuntu5) precise; urgency=low + + * do not use libreoffice-cores unopkg in preinst (LP: #969707) + * backport dtardons fix for single job collation (LP: #925836) + * actually install the Ubuntu presentation templates + * cherry-picked a163c978 from master: + - make extensions conflicts against libreoffice-core (<< 1:3.5~), + libreoffice-common (<< 1:3.5~) to (hopefully) help unopkg be working + when called on upgrades 3.4 -> 3.5 (closes: #666523) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Wed, 04 Apr 2012 14:16:28 +0200 + +libreoffice (1:3.5.1-1ubuntu4) precise; urgency=low + + * version bump for bug 930217 + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Fri, 30 Mar 2012 14:34:41 +0200 + +libreoffice (1:3.5.1-1ubuntu3) precise-proposed; urgency=low + + * fix typo in control.in + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Thu, 29 Mar 2012 12:40:56 +0200 + +libreoffice (1:3.5.1-1ubuntu2) precise-proposed; urgency=low + + * call fsync on write (LP: #817326) + * add a few conflicts for defusing the old -common dpkg-trigger + around interfering (LP: #916291) + * its com.sun.star.sdb.RowSet, not sdbc neither sbd + * never let users save in /tmp by default (LP: #905355) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Tue, 27 Mar 2012 17:11:14 +0200 + +libreoffice (1:3.5.1-1ubuntu1) precise; urgency=low + + * new upstream release + - fixes crash in QCoreApplication::notifyInternal() (LP: #925049) + - fixes Writer crashes on Tools->Bibliography without libreoffice-base + (LP: #527938) + - fixes crash in SwTxtFrm::HideAndShowObjects() (LP: #872716) + - fixes recent documents list is always empty (LP: #950071) + * merge from debian-experimental-3.5 + * fail gracefully in -common postinst (LP: #916291) + * kde4libs update breaks LibreOffice (LP: #958781) + * exchange firefox-dev and xulrunner-dev order in rules rules + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Sun, 18 Mar 2012 21:23:01 +0100 + libreoffice (1:3.5.1-1) experimental; urgency=low [ Rene Engelhard ] @@ -362,6 +545,24 @@ libreoffice (1:3.5.1-1) experimental; urgency=low -- Rene Engelhard <r...@debian.org> Mon, 12 Mar 2012 22:15:54 +0100 +libreoffice (1:3.5.0-2ubuntu2) oneiric; urgency=low + + * reenable libexttextcat + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Tue, 06 Mar 2012 10:53:44 +0100 + +libreoffice (1:3.5.0-2ubuntu1) precise; urgency=low + + * merge from debian-experimental-3.5 at + a9613a0cfaf22d4fa91652cbd135787cbf61e790 + * backport a6d65732f14e49be8ec61aac53a2a8b909d810f7 by Rene + (LP: #882588) + * actually give the quickstarter suppressor instance a scope + * remove failing parts of -common postinst script, they in -core + anyway (LP: #916291) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Mon, 05 Mar 2012 08:42:13 +0100 + libreoffice (1:3.5.0-2) experimental; urgency=low [ Rene Engelhard ] @@ -395,6 +596,70 @@ libreoffice (1:3.5.0-2) experimental; urgency=low -- Rene Engelhard <r...@debian.org> Wed, 22 Feb 2012 08:34:06 +0100 +libreoffice (1:3.5.0-1ubuntu4) precise; urgency=low + + * disable reportbuilder again, java deps are just too heavy + * drop reportbuilder deps + * using partial internal lucene copy (again because deps) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Fri, 24 Feb 2012 13:25:34 +0100 + +libreoffice (1:3.5.0-1ubuntu3) precise; urgency=low + + * MIR lucene2 (LP related: #938708) + * MIR libcmis (LP related: #938709) + * MIR libexttextcat (LP related: #938582) + * MIR sampleicc (LP related: #938712) + * reenable reportdesigner + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Thu, 23 Feb 2012 14:33:42 +0100 + +libreoffice (1:3.5.0-1ubuntu2) precise; urgency=low + + * replaces/breaks for the unopkg move + * make gbuild use hardlinks and use linkoo in smoketest to save some + space + * do not run checks on powerpc armel armhf for now as they fail with + debug output level 11 is too high rules + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Wed, 22 Feb 2012 10:54:18 +0100 + +libreoffice (1:3.5.0-1ubuntu1) precise; urgency=low + + * Ubuntufy splash progress + * merge from debian-experimental-3.5 + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Mon, 20 Feb 2012 03:26:05 +0100 + +libreoffice (1:3.5.0-3) UNRELEASED; urgency=low + + * debian/patches/armhf-bridges-doubles.diff: some more armhf fixes + (+ testcase) from master + + * debian/control.fonts.in: make ttf-opensymbol Priority: extra, thanks + lintian + + -- Rene Engelhard <r...@debian.org> Thu, 23 Feb 2012 17:37:45 +0100 + +libreoffice (1:3.5.0-1ubuntu1~ppa2) precise; urgency=low + + * remove failing smoketest cleanup code for now + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Sat, 18 Feb 2012 18:53:38 +0100 + +libreoffice (1:3.5.0-1ubuntu1~ppa1) precise; urgency=low + + * reenable EVO2 and MEDIAWIKI extensions (reduces delta to debian) + * move unopkg wrapper from -common to -core to allow extension + registration + * do extension registration from -common to -core because we actually + have the binaries (unopkg.bin etc.) to do it there (LP: #917153) + * cherry-picked from debian-experimental-3.5: + debian/libreoffice-common.postrm.in: remove mismerged superfluous fi + * use source tarballs from debian + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Fri, 17 Feb 2012 14:01:47 +0100 + libreoffice (1:3.5.0-1) experimental; urgency=low * LibreOffice 3.5.0 final release (identical to rc3) @@ -478,6 +743,13 @@ libreoffice (1:3.5.0~rc1-1) experimental; urgency=low -- Rene Engelhard <r...@debian.org> Fri, 20 Jan 2012 10:19:36 +0000 +libreoffice (1:3.5.0~beta2-2ubuntu4) precise; urgency=low + + * demote lucene and java-common recommends to suggests for help + packages again (LP: #916726) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Thu, 19 Jan 2012 19:14:09 +0100 + libreoffice (1:3.5.0~beta3-1) experimental; urgency=low * new upstream beta release @@ -517,6 +789,50 @@ libreoffice (1:3.5.0~beta3-1) experimental; urgency=low -- Rene Engelhard <r...@debian.org> Tue, 17 Jan 2012 10:03:24 +0000 +libreoffice (1:3.5.0~beta2-2ubuntu3) precise; urgency=low + + * enable l10n + * get rid of obsolete BrOffice specialcasing (LP: #884786) + * add control tags as per 'firefox distro add-on support'-spec (picked + from oneiric-3.4) + * enable human theme and make it the default for gtk desktops + * cherry-pick Replaces commit from 3.4 (LP: #705343) + * cherry-pick demotion of java-Recommends for -writer to Suggests + * make preinst cleanup a bit more robust (LP: #915271) + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Fri, 13 Jan 2012 11:09:32 +0100 + +libreoffice (1:3.5.0~beta2-2ubuntu2) precise; urgency=low + + * enable gio, disable gvfs + * backport fpicker kde4 workaround by Lubos Lunak + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Wed, 11 Jan 2012 11:43:19 +0100 + +libreoffice (1:3.5.0~beta2-2ubuntu1) precise; urgency=low + + * reenable junit tests + - however, disable sc unoapi tests for now + - unset DISPLAY for subsequenttests + * no dependencies needed for full builds + - propagate gb_FULLDEPS + * SOURCE_TREE still needed as root path + * also look for mozilla-plugin with pkg-config + * allow firefox-dev as alternative to xulrunner-dev + * for now, use internal: + - libcmis + - lpsolve + - libvisio + - lucene + - libexttextcat + - graphite + - sampleicc + * for now, disable: + - reportdesign + - smoketest on powerpc and armel + + -- Bjoern Michaelsen <bjoern.michael...@canonical.com> Mon, 09 Jan 2012 16:21:55 +0100 + libreoffice (1:3.5.0~beta2-2) experimental; urgency=low * debian/patches/fix-ARM-detetcion-in-set-soenv.diff: as name says -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sinyq-0005ml...@vasks.debian.org