ooo-build r13823 - in branches/ooo-build-3-0: . bin



Author: kyoshida
Date: Sat Sep  6 20:50:34 2008
New Revision: 13823
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13823&view=rev

Log:
2008-09-06  Kohei Yoshida  <kyoshida novell com>

	* bin/unpack:
	* download.in: updated the scsolver package - fixed the non-linear 
	algorithm backend and enabled the option once more.


Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/bin/unpack
   branches/ooo-build-3-0/download.in

Modified: branches/ooo-build-3-0/bin/unpack
==============================================================================
--- branches/ooo-build-3-0/bin/unpack	(original)
+++ branches/ooo-build-3-0/bin/unpack	Sat Sep  6 20:50:34 2008
@@ -70,7 +70,7 @@
 
 if test "$ENABLE_SCSOLVER" = "YES"; then
     # Check presence of scsolver (Calc Solver) package...
-    SCSOLVER_PACKAGE=scsolver.2008-09-01.tar.bz2
+    SCSOLVER_PACKAGE=scsolver.2008-09-06.tar.bz2
     check_tarball $SRCDIR/$SCSOLVER_PACKAGE
 fi
 

Modified: branches/ooo-build-3-0/download.in
==============================================================================
--- branches/ooo-build-3-0/download.in	(original)
+++ branches/ooo-build-3-0/download.in	Sat Sep  6 20:50:34 2008
@@ -317,7 +317,7 @@
 }
 
 if ('@ENABLE_SCSOLVER@' eq 'YES') {
-   push @files, ( 'scsolver.2008-09-01.tar.bz2' );
+   push @files, ( 'scsolver.2008-09-06.tar.bz2' );
 }
 
 if ('@SYSTEM_LIBWPD@' eq 'NO') {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]