--- app-office/libreoffice/ChangeLog 2011/07/24 16:27:25 1.43 +++ app-office/libreoffice/ChangeLog 2011/07/28 14:22:21 1.72 @@ -1,6 +1,143 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.43 2011/07/24 16:27:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.72 2011/07/28 14:22:21 scarabeus Exp $ + + 28 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.3.ebuild: + Respect the jobs more by not running emake in compile phase + + 28 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.3.ebuild: + Alter uri calculations to sattisfy even old tarballs. Fixes bug #376683 for + future. + + 28 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.3.ebuild: + STLPort should not be used anywhere thus we don't need to fetch it sources. + + 28 Jul 2011; Tomáš Chvátal + files/libreoffice-fix-sandbox-install.patch: + Update sandbox violation patch to shut another one. + + 27 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.3.ebuild: + When building nsplugin symlink it to system location. Fixes bug #375299. Also + put branding only into one location. + + 27 Jul 2011; Matt Turner libreoffice-3.4.2.3.ebuild: + Update branding version. + + 27 Jul 2011; Matt Turner libreoffice-3.4.2.3.ebuild: + Remove old comment about no graphite package in gentoo. + + 27 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.3.ebuild: + Bump branding as there was borked sofficerc in the 0.1. + + 27 Jul 2011; Tomáš Chvátal + files/libreoffice-as-needed-gtk.patch: + Use proper gb call to add GTK_LIBS, this should fix bug #376609. + +*libreoffice-3.4.2.3 (27 Jul 2011) + + 27 Jul 2011; Tomáš Chvátal + -libreoffice-3.3.2.ebuild, -libreoffice-3.4.1.ebuild, + -libreoffice-3.4.2.2.ebuild, +libreoffice-3.4.2.3.ebuild: + Version bump to 3.4.2.3. Punt older versions that are overshadowed. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Enhance REQUIRED_USE comment as nsplugins needs gtk too, so we are ready in + eapi4 future. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Printproto seriously should not be dependency. Fixes bug #321119. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, +files/libreoffice-gbuild-use-cxxflags.patch: + Force proper variable usage. Just saw this in gekis overlay so adding to main + tree too. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, + +files/libreoffice-translate-toolkit-parallel-solenv.patch: + Aparently it looks like translate-toolkit require solenv to not fail in + parallel build. Fixes bug #376387. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, metadata.xml: + Enable optional support for graphite via graphite2 package. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Introduce branding useflag, yay gentoo screen and about, Thanx to Ian Whyman + for this. + + 26 Jul 2011; Tomáš Chvátal + files/libreoffice-fix-sandbox-install.patch: + Update sandbox fix to honour TMPDIR variable instead of placing it to + distdir. + + 26 Jul 2011; Tomáš Chvátal + -files/libreoffice-as-needed-gtk-2.patch, libreoffice-3.4.2.2.ebuild, + +files/libreoffice-fix-sandbox-install.patch, + files/libreoffice-as-needed-gtk.patch: + Fix the gtk patch, add patch for sandbox violation during install, enforce + not-stripping of solver, portage handle it himself. + + 26 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Set default theme to crystal, set jobs to 1 if the sed does not find any + value, and rename the variable to not collide with bash jobs command. + + 26 Jul 2011; Tomáš Chvátal + +files/libreoffice-as-needed-gtk-2.patch, libreoffice-3.4.2.2.ebuild, + +files/libreoffice-as-needed-gtk.patch: + Fix as-needed linking on the quickstarter. Patches backported from upstream + trunk. Fixes gentoo bug #376469. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, -files/libreoffice-unfigured-options.txt, + metadata.xml: + Make vba scripting optional. Punt undecided.txt file with unknown opts as we + set all those that we require. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Disable pch (precompiled headers) support as it creates just build crashes. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Do not pre-strip the binaries, check for proper reqs, update install phase to + use distro-pack-install (smaller yay). + + 25 Jul 2011; Tomáš Chvátal + files/libreoffice-solenv-build-crash.patch: + Fix solenv patch. Accidentally added html page instead of the patch. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Upgrade jobs parsing per bug 375761. Thx to Drake Wyrm for the sed. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, +files/libreoffice-solenv-build-crash.patch, + +files/libreoffice-vbaobj-visibility-fix.patch: + Add build fixes for crash in solenv and vbahelper fix for gcc-4.6. + + 25 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Split out junit check so it does not die without test enabled. Fixes bug + #376293. + + 24 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild, +files/libreoffice-svx.patch: + Quick&Dirty hack to fix svx build crash i observed on my desktop (definitely + not a solution for upstream). + + 24 Jul 2011; Tomáš Chvátal + libreoffice-3.4.2.2.ebuild: + Add missing inherits. 24 Jul 2011; Tomáš Chvátal libreoffice-3.4.2.2.ebuild: