ooo-build r13758 - in trunk: . bin



Author: kyoshida
Date: Tue Sep  2 13:24:19 2008
New Revision: 13758
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13758&view=rev

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

	* bin/unpack:
	* download.in: updated the scsolver package.  The new version implements
	a 'solve to a value' functionality for liner programming models, and 
	also fixes a bug that prevented the integer constraints from being
	enforced.


Modified:
   trunk/ChangeLog
   trunk/bin/unpack
   trunk/download.in

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Tue Sep  2 13:24:19 2008
@@ -70,7 +70,7 @@
 
 if test "$ENABLE_SCSOLVER" = "YES"; then
     # Check presence of scsolver (Calc Solver) package...
-    SCSOLVER_PACKAGE=scsolver.2008-08-29.tar.bz2
+    SCSOLVER_PACKAGE=scsolver.2008-09-01.tar.bz2
     check_tarball $SRCDIR/$SCSOLVER_PACKAGE
 fi
 

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Tue Sep  2 13:24:19 2008
@@ -317,7 +317,7 @@
 }
 
 if ('@ENABLE_SCSOLVER@' eq 'YES') {
-   push @files, ( 'scsolver.2008-08-29.tar.bz2' );
+   push @files, ( 'scsolver.2008-09-01.tar.bz2' );
 }
 
 if ('@SYSTEM_LIBWPD@' eq 'NO') {



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