[ooo-build-commit] 4 commits - bin/build-ooo configure.in NEWS
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Dec 7 10:58:54 PST 2009
NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
bin/build-ooo | 2 +-
configure.in | 6 +++---
3 files changed, 48 insertions(+), 4 deletions(-)
New commits:
commit 2ae8248396cfc9f4f5cc7ed2aded5380c2000d0f
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Dec 7 16:45:43 2009 +0100
Release ooo-build-3.1.99.4 (3.2-beta4)
* version 3.1.99.4 (3.2-beta4)
* tag OOO_BUILD_3_1_99_4
diff --git a/NEWS b/NEWS
index 7dfa169..d8595c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+ooo-build-3.1.99.4 (3.2-beta4)
+
+ + features:
+ + support ooo320-m6 [Rene]
+ + support iceape/icedove/iceweasel in open-url [Rene]
+ + add option for the save icon behavior (bnc#556125) [Kohei]
+ + speed up:
+ + filtering performance in presence of cell notes (bnc#556927) [Kohei]
+ + Common bits:
+ + French autocorrection improvements [Cedric]
+ + fullscreen WM hints (bnc#551402) [Thorsten]
+ + work with odf-converter again (bnc#557368) [Tor]
+ + un-set Cairo font options crasher (i#59127) [Caolan, Thorsten]
+ + find the moved help when registering extension (i#107283) [ab, Petr]
+ + Calc bits:
+ + filter removing crasher (bnc#558564) [Kohei]
+ + percent format getting unlimited precision (bnc#555889) [Kohei]
+ + return correct flag value from R1C1 parser (bnc#557475) [Kohei]
+ + incorrect range separator for disjoint ranges (bnc#556268) [Kohei]
+ + TAB key to auto-complete word and move cell cursor (i#18748) [Kohei]
+ + incorrect XLS import of sheet protection options (bnc#542024) [Kohei]
+ + Writer bits:
+ + OLE objects DOC import (bnc#557965) [Noel]
+ + returning from writer fullscreen mode crasher (i#107248) [Thorsten]
+ + OOXML bits:
+ + regression on image DOCX import [Cedric]
+ + sections DOCX import crasher (bnc#548701) [Cedric]
+ + temporary make the XLSX export a separate library [Kendy]
+ + wrong type and position of connector shape in XLSX import (bnc#549331) [Fong]
+ + VBA bits:
+ + late document event crasher (bnc#558907) [Noel]
+ + mappings between imported local names and orig excel name [Noel]
+ + l10n bits:
+ + Hungarian fixes [Andras]
+ + updated ooo-build translation from the openSUSE community [Petr]
+ + build bits:
+ + support new languages: ast,bo,id,is,my,si,om,ug,uighur [Rene]
+ + proper error handling during tree checkout in unpack [Thorsten]
+ + Gentoo bits:
+ + install GTK [Hanno]
+ + build MySQL stuff in GentooUnstable [Hanno]
+ + Go-oo/Novell bits:
+ + updated writingaids to version 20091204 [Petr]
+
ooo-build-3.1.99.3 (3.2-beta3)
+ features:
diff --git a/configure.in b/configure.in
index 10227ce..2e2cc58 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.99.3)
+AC_INIT(ooo-build, 3.1.99.4)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)
commit d76dbe289cde54730557b083a283ea8c78d65c44
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Dec 7 16:44:23 2009 +0100
Default tag ooo320-m7
* configure.in: default tag ooo320-m7 (builds fine here and OOo even starts;-)
diff --git a/configure.in b/configure.in
index 28c0f9c..10227ce 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)
-DEFAULT_TAG=ooo320-m6
+DEFAULT_TAG=ooo320-m7
# For the upstream packages it is like:
# DEFAULT_TAG=OOO320_m1
commit d08e33016905f4c3194af0b3b81a8198633359c3
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Dec 7 16:37:53 2009 +0100
Exit build when localize-ooo fails
* bin/build-ooo: return exit 1 when localize-ooo fails; it might mean that
the parallel build failed inside localize-ooo; we want to start it again
from inside localize-ooo
diff --git a/bin/build-ooo b/bin/build-ooo
index 85fdaaf..d90c159 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -143,7 +143,7 @@ else
# FIXME temporary hack to merge the GSI files
cd $TOOLSDIR/bin
export EXTRA_BUILD_FLAGS EXTRA_DMAKE_FLAGS
-./localize-ooo
+./localize-ooo || exit 1;
cd -
echo 'Commencing main build'
commit 3b1a74ebb431e8d4525f187c0e7860d5148d9586
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Dec 7 12:01:49 2009 +0100
Updated writingaids to version 20091204
* configure.in: updated PREBUILT_WRITINGAIDS_TIMESTAMP to 20091204
diff --git a/configure.in b/configure.in
index 4e6e96b..28c0f9c 100644
--- a/configure.in
+++ b/configure.in
@@ -852,7 +852,7 @@ AC_SUBST(SYSTEM_CAIRO)
AC_SUBST(CAIRO_VER)
AC_SUBST(CAIRO_CONFIGURE_FLAG)
-PREBUILT_WRITINGAIDS_TIMESTAMP=20080320
+PREBUILT_WRITINGAIDS_TIMESTAMP=20091204
AC_SUBST(PREBUILT_WRITINGAIDS_TIMESTAMP)
PREBUILT_EXTENSIONAIDS_TIMESTAMP=20090523
More information about the ooo-build-commit
mailing list