[arch-commits] Commit in openoffice-base/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 4 12:56:37 UTC 2009


    Date: Saturday, July 4, 2009 @ 08:56:37
  Author: andyrtr
Revision: 44837

Merged revisions 44768,44836 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/openoffice-base/trunk

........
  r44768 | andyrtr | 2009-07-04 10:11:06 +0000 (Sa, 04 Jul 2009) | 1 line
  
  prepare prepare rebuild to fix broken extensions
........
  r44836 | andyrtr | 2009-07-04 12:55:55 +0000 (Sa, 04 Jul 2009) | 2 lines
  
  upgpkg: openoffice-base 3.1.0-5
      fix #15290
........

Modified:
  openoffice-base/repos/testing-x86_64/	(properties)
  openoffice-base/repos/testing-x86_64/ChangeLog
  openoffice-base/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


Property changes on: openoffice-base/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /openoffice-base/trunk:1-44573
   + /openoffice-base/trunk:1-44836

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2009-07-04 12:55:55 UTC (rev 44836)
+++ testing-x86_64/ChangeLog	2009-07-04 12:56:37 UTC (rev 44837)
@@ -1,3 +1,9 @@
+2009-07-03 Andreas Radke <andyrtr at archlinux.org>
+
+	* 3.1.0-5 :
+	rebuild with lowered compiler optimizations
+	http://bugs.archlinux.org/task/15290
+
 2009-07-02 Andreas Radke <andyrtr at archlinux.org>
 
 	* 3.1.0-4 :

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-07-04 12:55:55 UTC (rev 44836)
+++ testing-x86_64/PKGBUILD	2009-07-04 12:56:37 UTC (rev 44837)
@@ -3,7 +3,7 @@
 
 pkgname=openoffice-base
 pkgver=3.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="OpenOffice.org - a free multiplatform and multilingual office suite"
 arch=(i686 x86_64)
 _OO_milestone=OOO310_m11  # =RC2 = final
@@ -103,7 +103,10 @@
 	cd ${srcdir}/${_OO_milestone}
 
 	# export C(XX)FLAGS
-	export ARCH_FLAGS="$CFLAGS"
+	# http://www.openoffice.org/issues/show_bug.cgi?id=103205
+	unset CFLAGS
+	unset CXXFLAGS
+#	export ARCH_FLAGS="$CFLAGS"
 
 	# Need to recreate the configure script because of patches
 	autoreconf -v || return 1




More information about the arch-commits mailing list