Mailinglist Archive: opensuse-commit (1649 mails)
| < Previous | Next > |
commit OpenOffice_org-bootstrap
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 13 Oct 2008 16:44:59 +0200
- Message-id: <20081013144459.9245D67816B@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package OpenOffice_org-bootstrap
checked in at Mon Oct 13 16:44:59 CEST 2008.
--------
--- OpenOffice_org-bootstrap/OpenOffice_org-bootstrap.changes 2008-09-27
17:09:49.000000000 +0200
+++
/mounts/work_src_done/STABLE/OpenOffice_org-bootstrap/OpenOffice_org-bootstrap.changes
2008-10-10 19:28:02.000000000 +0200
@@ -1,0 +2,32 @@
+Fri Oct 10 16:01:11 CEST 2008 - pmladek@xxxxxxx
+
+- updated to the milestone ooo300-m9 (3.0rc4)
+- updated ooo-build to version 3.0.0.6
+ * 7 times faster mail merge
+ * more on the layout stuff
+ * more on skipping data in hidden cells when rendering charts
+ (bnc#404190, i#81209)
+ * strip time value in DATEVALUE function (i#94765)
+ * tab color of selected/unselected sheets (bnc#396386, i#94452)
+ * disable problematic fix for hiding filtered rows (i#35581)
+ * better description of password re-type dialog (bnc#431196)
+ * do not insert drill-down sheet in read-only mode (i#90402)
+ * COUNT and COUNTA when range contains errors (bnc#430655)
+ * DataPilot and filtered ranges regression (i#94281)
+ * correctly display linespacing < 100% (bnc#364534)
+ * oobase to work with JRE 1.4.2 (bnc#431360)
+ * slide transitions crashers (bnc#430449)
+ * MS Doc import crasher (bnc#430149)
+ * updated Hungarian translation
+ * VBA stuff:
+ * Application.Intersection new implementation [Noel]
+ * Application.Union new implementation [Noel]
+ * font properties crasher (bnc#433292) [Noel]
+ * Null and various operators [Noel]
+ * more font properties [Fong]
+ * better strings in macro choose dialog [Fong]
+ * updated scsolver to the snapshot 2008-10-07 [Kohei]
+- fixed to produce debuginfo packages when requested
+- fixed to use RPM_OPT_FLAGS
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
ooo300-m7-bootstrap.tar.bz2
ooo-build-3.0.0.4a-svtools-build-dep.diff
ooo-build-3.0.0.5-reportdesigner-no-license.diff
ooo-build-3.0.0.5.tar.gz
New:
----
ooo300-m9-bootstrap.tar.bz2
ooo-build-3.0.0.6-arch-flags.diff
ooo-build-3.0.0.6-crash-sot.diff
ooo-build-3.0.0.6-permissions-of-libraries.diff
ooo-build-3.0.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ OpenOffice_org-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.gY7319/_old 2008-10-13 16:44:53.000000000 +0200
+++ /var/tmp/diff_new_pack.gY7319/_new 2008-10-13 16:44:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package OpenOffice_org-bootstrap (Version 3.0.0.5)
+# spec file for package OpenOffice_org-bootstrap (Version 3.0.0.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -108,11 +108,11 @@
%define ooo_home ooo3
%define ooo_base_dir basis3.0
%define ooo_build_dir build
-%define ooo_build_version 3.0.0.5
-%define ooo_build_tag ooo300-m7
+%define ooo_build_version 3.0.0.6
+%define ooo_build_tag ooo300-m9
License: Artistic License; BSD 3-Clause; GPL v2 or later; LaTeX Public
License (LPPL); LGPL v2.1 or later; LGPL v3 only; MOZILLA PUBLIC LICENSE
(MPL/NPL); X11/MIT
Group: Productivity/Office/Suite
-Version: 3.0.0.5
+Version: 3.0.0.6
Release: 1
AutoReqProv: on
Summary: OpenOffice.org Build Bootstrap
@@ -130,11 +130,12 @@
Patch0: ooo-build-pack-noarch.diff
Patch1: ooo-build-helpcontent-en-us-only.diff
Patch2: ooo-build-help-in-usr-share.diff
-Patch3: ooo-build-3.0.0.4a-svtools-build-dep.diff
-Patch4: ooo-build-3.0.0.4a-sfx2-hack.diff
-Patch5: ooo-build-3.0.0.4a-extensions-hack.diff
-Patch6: ooo-build-3.0.0.4a-extensions-noarch-identifier.diff
-Patch7: ooo-build-3.0.0.5-reportdesigner-no-license.diff
+Patch3: ooo-build-3.0.0.4a-sfx2-hack.diff
+Patch4: ooo-build-3.0.0.4a-extensions-hack.diff
+Patch5: ooo-build-3.0.0.4a-extensions-noarch-identifier.diff
+Patch6: ooo-build-3.0.0.6-permissions-of-libraries.diff
+Patch7: ooo-build-3.0.0.6-arch-flags.diff
+Patch8: ooo-build-3.0.0.6-crash-sot.diff
#
# patches against the upstream sources, must be -p0
# Patch1000: bug-123456-fix-foo.diff # example
@@ -161,10 +162,12 @@
%patch0
%patch1
%patch2
+%patch3
%patch4
%patch5
%patch6
%patch7
+%patch8
%endif
%build
@@ -218,6 +221,7 @@
%endif
%if %prepare_build != 0
./configure $PARALLEL_BUILD \
+ --with-arch-flags="$ARCH_FLAGS" \
--with-split \
--with-piece=bootstrap \
--libdir=%{_libdir} \
@@ -269,6 +273,7 @@
--disable-access \
--disable-post-install-scripts \
--disable-strip \
+ --disable-strip-solver \
--enable-openxml \
--disable-report-builder \
--disable-pdfimport \
@@ -306,6 +311,35 @@
%ooo_prefix/%ooo_home/ooo-build/*
%changelog
+* Fri Oct 10 2008 pmladek@xxxxxxx
+- updated to the milestone ooo300-m9 (3.0rc4)
+- updated ooo-build to version 3.0.0.6
+ * 7 times faster mail merge
+ * more on the layout stuff
+ * more on skipping data in hidden cells when rendering charts
+ (bnc#404190, i#81209)
+ * strip time value in DATEVALUE function (i#94765)
+ * tab color of selected/unselected sheets (bnc#396386, i#94452)
+ * disable problematic fix for hiding filtered rows (i#35581)
+ * better description of password re-type dialog (bnc#431196)
+ * do not insert drill-down sheet in read-only mode (i#90402)
+ * COUNT and COUNTA when range contains errors (bnc#430655)
+ * DataPilot and filtered ranges regression (i#94281)
+ * correctly display linespacing < 100%% (bnc#364534)
+ * oobase to work with JRE 1.4.2 (bnc#431360)
+ * slide transitions crashers (bnc#430449)
+ * MS Doc import crasher (bnc#430149)
+ * updated Hungarian translation
+ * VBA stuff:
+ * Application.Intersection new implementation [Noel]
+ * Application.Union new implementation [Noel]
+ * font properties crasher (bnc#433292) [Noel]
+ * Null and various operators [Noel]
+ * more font properties [Fong]
+ * better strings in macro choose dialog [Fong]
+ * updated scsolver to the snapshot 2008-10-07 [Kohei]
+- fixed to produce debuginfo packages when requested
+- fixed to use RPM_OPT_FLAGS
* Sat Sep 27 2008 pmladek@xxxxxxx
- updated to the milestone ooo300-m7 (3.0rc2)
- updated ooo-build to version 3.0.0.5
++++++ ooo300-m7-bootstrap.tar.bz2 -> ooo300-m9-bootstrap.tar.bz2 ++++++
OpenOffice_org-bootstrap/ooo300-m7-bootstrap.tar.bz2
/mounts/work_src_done/STABLE/OpenOffice_org-bootstrap/ooo300-m9-bootstrap.tar.bz2
differ: byte 11, line 1
++++++ ooo-build-3.0.0.4a-extensions-hack.diff ++++++
--- /var/tmp/diff_new_pack.gY7319/_old 2008-10-13 16:44:53.000000000 +0200
+++ /var/tmp/diff_new_pack.gY7319/_new 2008-10-13 16:44:53.000000000 +0200
@@ -15,19 +15,6 @@
# Novell
NovellBase : LinuxCommon, NovellOnly, NovellOnlyUnix, \
-@@ -381,10 +381,10 @@
- [ FixesNotForUpstream < ooo300-m4 ]
- reportdesigner-no-license-m3.diff
- [ FixesNotForUpstream < ooo300-m6 ]
--reportdesigner-no-license-m5.diff
-+#reportdesigner-no-license-m5.diff
-
- [ ExtensionFixes >= ooo300-m6 ]
--reportdesigner-no-license.diff
-+#reportdesigner-no-license.diff
- [ ExtensionFixes ]
- presentation-minimizer-no-license.diff
- presenterscreen-no-license.diff
@@ -2671,6 +2671,10 @@
pdfimport-system-poppler.diff, i#92920, cmc
pdfimport-lax-restrictions.diff, i#90468, thorsten
++++++ ooo-build-3.0.0.6-arch-flags.diff ++++++
--- bin/piece/sys-setup.in
+++ bin/piece/sys-setup.in
@@ -7,6 +7,7 @@
export OO_MANDIR=@mandir@
export OO_LANGS='@OOO_LANGS@'
export OOO_BUILD_NOARCH='@OOO_BUILD_NOARCH@'
+export ARCH_FLAGS='@ARCH_FLAGS@'
if test "z$OO_INSTDIR" == "z"; then
echo "Error: missing oo instdir"
--- bin/setup.in
+++ bin/setup.in
@@ -20,6 +20,7 @@
ENABLE_ICECREAM='@ENABLE_ICECREAM@'
ICECREAM_BINDIR='@ICECREAM_BINDIR@'
MAX_JOBS='@MAX_JOBS@'
+ARCH_FLAGS='@ARCH_FLAGS@'
OOO_WIDGET_FLAGS='@OOO_WIDGET_FLAGS@'
OOO_CUSTOM_IMAGES='@OOO_CUSTOM_IMAGES@'
OOO_CRYSTAL_IMAGES='@OOO_CRYSTAL_IMAGES@'
@@ -273,7 +274,7 @@
export CONFIGURE_OPTIONS
export DISTRO BINSUFFIX ARCHITECTURE BUILD_MAGIC
export BUILD_WIN32
-export FORCE_GCC33
+export FORCE_GCC33 ARCH_FLAGS
export OPENCLIPART_VER OPENCLIPART_DIR
export OOO_SPLIT_PREFIX
--- configure.in
+++ configure.in
@@ -293,6 +293,14 @@
Usage: --with-arch=(x86|ppc|sparc)],
,)
+AC_ARG_WITH(arch-flags,
+[
+ --with-arch-flags Define extra flags that will be passed to the
+ C and C++ compiler during bild
+
+ Example: --with-arch-flags="-O2
-fmessage-length=0"],
+,)
+
AC_ARG_WITH(mono-gac,
[
--with-mono-gac-root Define the root of the mono GAC. It is especially
@@ -840,6 +848,12 @@
fi
AC_MSG_RESULT(ok)
+ARCH_FLAGS=
+if test "z$with_arch_flags" != "zyes" -a "z$with_arch_flags" != "zno" ; then
+ ARCH_FLAGS="$with_arch_flags"
+fi
+AC_SUBST(ARCH_FLAGS)
+
MONO_GAC_ROOT=
if test "z$with_mono_gac_root" != "z" -a "z$with_mono_gac_root" != "zno" ; then
MONO_GAC_ROOT=$with_mono_gac_root
++++++ ooo-build-3.0.0.6-crash-sot.diff ++++++
--- patches/dev300/apply
+++ patches/dev300/apply
@@ -17,7 +17,8 @@
Layout, VBABits, VBAObjects, CalcErrors, Store, CJK, GCJ, Lwp, \
OOXML, SVGImport, AutoCorrectCapsLock, UnitTesting, \
PopupRemoval, LinkWarningDlg, RadioButtons, InternalCairo, \
- FedoraCommonFixes, InternalMesaHeaders, LayoutDialogs,
UnusedMethodsRemoval
+ FedoraCommonFixes, InternalMesaHeaders, LayoutDialogs,
UnusedMethodsRemoval, \
+ Fuzz
LinuxCommon : Common, Defaults, TangoIcons, FontConfigTemporaryHacks, \
FedoraLinuxOnlyFixes, LinuxOnly, SystemBits, \
@@ -2717,6 +2718,10 @@
instset-macos-langpacks.diff, i#64937, cloph
sal-disable-backtrace.diff, thorsten
+[ Fuzz ]
+# Fuzzing work n#228555
+crash-sot.diff, i#94845, michael
+
[ ImpressFontSize ]
[ Fixes <= dev300-m30 <= ooo300-m3 ]
cws-impressfontsize-m30.diff, i#8824, cl
--- patches/dev300/crash-sot.diff
+++ patches/dev300/crash-sot.diff
@@ -0,0 +1,16 @@
+Index: source/sdstor/stgstrms.cxx
+===================================================================
+RCS file: /cvs/util/sot/source/sdstor/stgstrms.cxx,v
+retrieving revision 1.11
+diff -u -p -r1.11 stgstrms.cxx
+--- sot/source/sdstor/stgstrms.cxx
++++ sot/source/sdstor/stgstrms.cxx
+@@ -823,6 +823,8 @@ void* StgDataStrm::GetPtr( INT32 Pos, BO
+
+ INT32 StgDataStrm::Read( void* pBuf, INT32 n )
+ {
++ if (n < 0)
++ return 0;
+ if( ( nPos + n ) > nSize )
+ n = nSize - nPos;
+ INT32 nDone = 0;
++++++ ooo-build-3.0.0.6-permissions-of-libraries.diff ++++++
--- bin/piece/install-generic
+++ bin/piece/install-generic
@@ -67,6 +67,17 @@
fi
fi
+# add executable rights to libraries
+echo "Fixing permissions of libraries..."
+for libdir in $OO_INSTDIR/ure/lib \
+ $OO_INSTDIR/program \
+ $OO_INSTDIR/basis3.0/program ; do
+ test -d $DESTDIR$libdir && \
+ find $DESTDIR$libdir -name '*.so*' -type f -exec chmod a+x {} \;
+done
+
+# clean up solver
+echo "Cleaning up solver..."
find $DEST -depth -name "CVS" -type d -exec rm -rf {} \;
find $DEST -name "*.orig" -exec rm -rf {} \;
find $DEST -type f -exec chmod go-w {} \;
++++++ ooo-build-3.0.0.5.tar.gz -> ooo-build-3.0.0.6.tar.gz ++++++
OpenOffice_org-bootstrap/ooo-build-3.0.0.5.tar.gz
/mounts/work_src_done/STABLE/OpenOffice_org-bootstrap/ooo-build-3.0.0.6.tar.gz
differ: byte 5, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |