ooo-build r14682 - in branches/ooo-build-3-0: . bin patches/dev300
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14682 - in branches/ooo-build-3-0: . bin patches/dev300
- Date: Tue, 2 Dec 2008 12:56:40 +0000 (UTC)
Author: pmladek
Date: Tue Dec 2 12:56:39 2008
New Revision: 14682
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14682&view=rev
Log:
2008-12-02 Petr Mladek <pmladek suse cz>
* Version 3.0.0.3.6
2008-12-02 Petr Mladek <pmladek suse cz>
* configure.in, bin/setup.in, bin/applyflags, patches/dev300/apply:
I was too fast; It is better to use --with-unstable-wp instead of
--with-unstable-libwpd, --with-unstable-libwps,
--with-unstable-libwpg
Modified:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/NEWS
branches/ooo-build-3-0/bin/applyflags
branches/ooo-build-3-0/bin/setup.in
branches/ooo-build-3-0/configure.in
branches/ooo-build-3-0/patches/dev300/apply
Modified: branches/ooo-build-3-0/NEWS
==============================================================================
--- branches/ooo-build-3-0/NEWS (original)
+++ branches/ooo-build-3-0/NEWS Tue Dec 2 12:56:39 2008
@@ -1,23 +1,45 @@
ooo-build-3.0.0.3.6:
+ features:
- + initial support for FSF.hu distribution [KAMI]
+ + initial support for FSF.hu distribution [KAMI, Andras]
+ bug fixes:
- + handling of paint fragments [Thorsten]
- + use kde-open for mailto: URLs [Rene]
+ + COUNTA and string literal (bnc#446622) [Kohei]
+ + mark document as modified when password changed [Kohei]
+ + non-numeric letter sequence detection (bnc#439441) [Kohei]
+ can't change text size in merged cells (bnc#437137) [Kohei]
+ + disabled problematic TOC import fix (bnc#438525, bnc#404254) [Petr]
+ + saving files on Novell teaming via WebDAV (bnc#440514) [Kendy, Petr]
+ + allow to send doc via GroupWise (bnc#418407, i#95873) [Tor, Petr]
+ + can't import userforms from Word (bnc#447015) [Noel]
+ + disable debuginfo from pythonloader (i#90653) [Rene]
+ + user path in scripting framework [Rene]
+ + use kde-open for mailto URLs [Rene]
+ + paint fragments handling [Thorsten]
+ VBA bits:
+ + XLS import crasher (bnc#447560) [Noel]
+ + Range.Select and window focus (bnc#444156) [Noel]
+ commandbar submenu fix (bnc#434214, bnc#437157) [Fong]
+ + Worksheet_Activate before the sheet is changed (bnc#444145) [Noel]
# + locale dependant R1C1 formula conversion (bnc#422145) [Kohei]
+ Win32 bits:
+ + fix MSI patchability [Tor]
+ + build with older boost [Thorsten]
+ extra dictionaries as an extension [Tor]
+ + corrupted colours in CMYK or YCCK JPEGs (bnc#444106) [Tor]
+ localizations:
- + more Jungarian fixes [Andras]
+ + more Hungarian fixes (i#88218) [Andras]
+ + update localizations from openSUSE community [Petr]
+ build bits:
+ updated scsolver to the snapshot 2008-10-30
- + support berkdb 4.7 [Andreas]
+ + updated internal PostgreSQL driver to 0.7.6 [Rene]
+ + apache-common module building in non-UTF-8 locale [KAMI]
+ + put kdefilepicker into the kde subpackage (bnc#439322) [Petr]
+ really allow to disable latex filters (i#93520) [Rene]
- + updated Gentoo, OxygenOffice, Ubuntu bits (Andreas, KAMI, Chris)
+ + allow to build unstable libwp* stuff [Fridrich, Petr]
+ + support BerkleyDB 4.7 [Andreas]
+ + mono stuff build [Jo]
+ + updated Gentoo, GO-OO, Mandriva, OxygenOffice, Ubuntu bits (Andreas,
+ Fridrich, Rafael, KAMI, Chris, Mathias)
ooo-build-3.0.0.3.5:
Modified: branches/ooo-build-3-0/bin/applyflags
==============================================================================
--- branches/ooo-build-3-0/bin/applyflags (original)
+++ branches/ooo-build-3-0/bin/applyflags Tue Dec 2 12:56:39 2008
@@ -29,8 +29,8 @@
if grep localize.sdf $OOBUILDDIR/sw/source/ui/app/localize.sdf > /dev/null 2>&1 ; then
echo -n " --distro=Localize";
fi
-if test "$UNSTABLE_LIBWPD"="YES" ; then
- echo -n " --distro=UnstableLibwpd";
+if test "$UNSTABLE_WP" = "YES" ; then
+ echo -n " --distro=UnstableWP";
fi
if test -n "$OOO_ADDITIONAL_SECTIONS" ; then
echo -n " --additional-sections=$OOO_ADDITIONAL_SECTIONS";
Modified: branches/ooo-build-3-0/bin/setup.in
==============================================================================
--- branches/ooo-build-3-0/bin/setup.in (original)
+++ branches/ooo-build-3-0/bin/setup.in Tue Dec 2 12:56:39 2008
@@ -48,10 +48,10 @@
SYSTEM_CAIRO= SYSTEM_CAIRO@
PREBUILT_WRITINGAIDS_TIMESTAMP= PREBUILT_WRITINGAIDS_TIMESTAMP@
PREBUILT_EXTENSIONAIDS_TIMESTAMP= PREBUILT_EXTENSIONAIDS_TIMESTAMP@
+UNSTABLE_WP= UNSTABLE_WP@
SYSTEM_LIBWPD= SYSTEM_LIBWPD@
SYSTEM_LIBWPG= SYSTEM_LIBWPG@
SYSTEM_LIBWPS= SYSTEM_LIBWPS@
-UNSTABLE_LIBWPD= UNSTABLE_LIBWPD@
LIBWPD_TARBALL= LIBWPD_TARBALL@
LIBWPG_TARBALL= LIBWPG_TARBALL@
LIBWPS_TARBALL= LIBWPS_TARBALL@
Modified: branches/ooo-build-3-0/configure.in
==============================================================================
--- branches/ooo-build-3-0/configure.in (original)
+++ branches/ooo-build-3-0/configure.in Tue Dec 2 12:56:39 2008
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.0.0.3.5)
+AC_INIT(ooo-build, 3.0.0.3.6)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)
@@ -169,19 +169,9 @@
--with-system-libwpg Use system libwpg* library
],,)
-AC_ARG_WITH(unstable-libwpd,
+AC_ARG_WITH(unstable-wp,
[
- --with-unstable-libwpd Use new unstable libwpd* library
-],,)
-
-AC_ARG_WITH(unstable-libwps,
-[
- --with-unstable-libwps Use new unstable libwps* library
-],,)
-
-AC_ARG_WITH(unstable-libwpg,
-[
- --with-unstable-libwpg Use new unstable libwpg* library
+ --with-unstable-wp Use new unstable libwp* libraries
],,)
AC_ARG_ENABLE(cairo,
@@ -1209,27 +1199,32 @@
AC_SUBST(SYSTEM_MDBTOOLS)
-UNSTABLE_LIBWPD=NO
+UNSTABLE_WP=NO
+if test -n "$with_unstable_wp" && test "$with_unstable_wp" = "yes"; then
+ UNSTABLE_WP=YES
+else
+ UNSTABLE_WP=NO
+fi
+AC_SUBST(UNSTABLE_WP)
+
if test -n "$with_system_libwpd" && test "$with_system_libwpd" = "yes"; then
SYSTEM_LIBWPD=YES
else
SYSTEM_LIBWPD=NO
- if test -n "$with_unstable_libwpd" && test "$with_unstable_libwpd" = "yes"; then
+ if test -n "$UNSTABLE_WP" = "YES"; then
LIBWPD_TARBALL=libwpd-0.9.0~CVS20081118.tar.gz
- UNSTABLE_LIBWPD=YES
else
LIBWPD_TARBALL=libwpd-0.8.14.tar.gz
fi
fi
AC_SUBST(SYSTEM_LIBWPD)
-AC_SUBST(UNSTABLE_LIBWPD)
AC_SUBST(LIBWPD_TARBALL)
if test -n "$with_system_libwps" && test "$with_system_libwps" = "yes"; then
SYSTEM_LIBWPS=YES
else
SYSTEM_LIBWPS=NO
- if test -n "$with_unstable_libwps" && test "$with_unstable_libwps" = "yes"; then
+ if test -n "$UNSTABLE_WP" = "YES"; then
LIBWPS_TARBALL=libwps-0.2.0~CVS20081118.tar.gz
else
LIBWPS_TARBALL=libwps-0.1.2.tar.gz
@@ -1242,7 +1237,7 @@
SYSTEM_LIBWPG=YES
else
SYSTEM_LIBWPG=NO
- if test -n "$with_unstable_libwpg" && test "$with_unstable_libwpg" = "yes"; then
+ if test -n "$UNSTABLE_WP" = "YES"; then
LIBWPG_TARBALL=libwpg-0.2.0~CVS20081118.tar.gz
else
LIBWPG_TARBALL=libwpg-0.1.3.tar.gz
Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply (original)
+++ branches/ooo-build-3-0/patches/dev300/apply Tue Dec 2 12:56:39 2008
@@ -47,6 +47,7 @@
# patches touching swext which is not in the OpenOffice2 alias yet.
# FIXME: Get this cleaned up
Extensions : ExtensionFixes
+UnstableWP : UnstableLibwpd
# Novell
NovellBase : LinuxCommon, NovellOnly, NovellOnlyUnix, \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]