[arch-commits] Commit in openoffice-base-beta/trunk (ChangeLog PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 4 16:08:48 UTC 2009


    Date: Saturday, July 4, 2009 @ 12:08:48
  Author: andyrtr
Revision: 44868

upgpkg: openoffice-base-beta 3.1.1_ooo310_m15-1
    new snapshot, lower optimizations

Modified:
  openoffice-base-beta/trunk/ChangeLog
  openoffice-base-beta/trunk/PKGBUILD

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

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-04 16:02:40 UTC (rev 44867)
+++ ChangeLog	2009-07-04 16:08:48 UTC (rev 44868)
@@ -1,3 +1,10 @@
+2009-07-04 Andreas Radke <andyrtr at archlinux.org>
+
+        * 3.1.1-ooo310_m15-1 :
+	new snapshot
+	rebuild with lowered compiler optimizations
+	http://bugs.archlinux.org/task/15290
+
 2009-07-03 Andreas Radke <andyrtr at archlinux.org>
 
         * 3.1.1-ooo310_m14-2 :

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-04 16:02:40 UTC (rev 44867)
+++ PKGBUILD	2009-07-04 16:08:48 UTC (rev 44868)
@@ -2,16 +2,16 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=openoffice-base-beta
-pkgver=3.1.1_ooo310_m14 # m9=RC1
-pkgrel=2
+pkgver=3.1.1_ooo310_m15 # m9=RC1
+pkgrel=1
 pkgdesc="OpenOffice.org - a free multiplatform and multilingual office suite"
 arch=(i686 x86_64)
-_OO_milestone=OOO310_m14
+_OO_milestone=OOO310_m15
 license=('LGPL3')
 url="http://www.openoffice.org"
 install=openoffice.install
 depends=('curl>=7.19.2' 'hunspell>=1.2.8' 'python>=2.6.2' 'libwpd' 'redland'
-         'libxaw' 'neon>=0.28.4' 'dbus-glib' 'icu>=4.2' 'hsqldb-java' 'libxslt' 'desktop-file-utils')
+         'libxaw' 'neon>=0.28.4' 'dbus-glib' 'icu>=4.2.1' 'hsqldb-java' 'libxslt' 'desktop-file-utils')
 optdepends=('java-runtime:	adds java support'
             'libcups:		adds printing support'
             'gconf:		adds additional gnome support'
@@ -19,7 +19,7 @@
             'pstoedit:		translates PostScript and PDF graphics into other vector formats')
 makedepends=('bison' 'svn' 'automake' 'findutils' 'flex' 'gawk' 'gcc-libs' 'libart-lgpl' 'libxtst'
              'pam' 'sane' 'zip' 'perl-archive-zip' 'pkgconfig' 'unzip' 'xulrunner>=1.9.1-2'
-             'apache-ant>=1.7.1-3' 'cairo' 'gperf' 'libcups' 'pstoedit' 'gconf' 'openjdk6>=1.5') #'boost' 
+             'apache-ant>=1.7.1-3' 'cairo' 'gperf' 'libcups' 'pstoedit' 'gconf' 'openjdk6>=1.5-4') #'boost' 
 provides=('openoffice-base')
 source=(${pkgname}-${_OO_milestone}.tar.gz
 	template.desktop
@@ -89,7 +89,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