summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-02 12:30:06 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-02 12:30:06 -0500
commitbb5fbf71059d706909ee1ef9036c38f51019e074 (patch)
tree9d5986bc6f944b97b1002dfb236604c422a601d2
parentcb4c4036f8ab08b1e4a1ca84a79acca17e5241f5 (diff)
downloadphoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.tar.gz
phoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.tar.xz
phoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.zip
pts: Update wine-unstable test profile to WINE v1.1.12
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/base-test-profiles/wine-unstable.xml2
-rw-r--r--pts/base-test-resources/wine-unstable/downloads.xml6
-rwxr-xr-xpts/base-test-resources/wine-unstable/install.sh6
-rw-r--r--pts/base-test-resources/wine-unstable/post.php2
5 files changed, 9 insertions, 8 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 6b14ec8..597bd9d 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -28,6 +28,7 @@ Phoronix Test Suite (Git)
- pts: Update lzma download link for compress-lzma test profile
- pts: Adjust more test profiles from using $argv to $LOG_FILE
- pts: Update and fix specviewperf10 test profile
+- pts: Update wine-unstable test profile to WINE v1.1.12
- pts_Graph: Tweak formatting of basic graph attributes
- pts_Graph: When rendering a graph on a percent basis, format scale for 100-point basis
- pts_Graph: Add more stock colors to painter
diff --git a/pts/base-test-profiles/wine-unstable.xml b/pts/base-test-profiles/wine-unstable.xml
index 6efccab..e61449d 100644
--- a/pts/base-test-profiles/wine-unstable.xml
+++ b/pts/base-test-profiles/wine-unstable.xml
@@ -6,6 +6,6 @@
<ExternalDependencies>glut, libpng-development, xorg-development, bison, flex, build-utilities</ExternalDependencies>
</TestProfile>
<TestInformation>
- <SubTitle>WINE v1.1.7</SubTitle>
+ <SubTitle>WINE v1.1.12</SubTitle>
</TestInformation>
</PhoronixTestSuite>
diff --git a/pts/base-test-resources/wine-unstable/downloads.xml b/pts/base-test-resources/wine-unstable/downloads.xml
index b421936..0b67b8d 100644
--- a/pts/base-test-resources/wine-unstable/downloads.xml
+++ b/pts/base-test-resources/wine-unstable/downloads.xml
@@ -1,9 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://internap.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://voxel.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://garr.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://puzzle.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://internode.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2</URL>
- <MD5>873b8dde7d05cf57351c66f32195d042</MD5>
- <FileSize>14623875</FileSize>
+ <URL>http://voxel.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://internap.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://heanet.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://waix.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2</URL>
+ <MD5>f5270b0d2f0fca5852b5bc649c3e796d</MD5>
+ <FileSize>14794095</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/base-test-resources/wine-unstable/install.sh b/pts/base-test-resources/wine-unstable/install.sh
index 1936c6c..ad35988 100755
--- a/pts/base-test-resources/wine-unstable/install.sh
+++ b/pts/base-test-resources/wine-unstable/install.sh
@@ -3,13 +3,13 @@
THIS_DIR=$(pwd)
mkdir $THIS_DIR/wine_env/
-tar -jxvf wine-1.1.7.tar.bz2
-cd wine-1.1.7/
+tar -jxvf wine-1.1.12.tar.bz2
+cd wine-1.1.12/
./configure --prefix=$THIS_DIR/wine_env/
make -j $NUM_CPU_JOBS depend
make -j $NUM_CPU_JOBS
make install
cd ..
-rm -rf wine-1.1.7/
+rm -rf wine-1.1.12/
ln -s wine_env/bin/wine wine
diff --git a/pts/base-test-resources/wine-unstable/post.php b/pts/base-test-resources/wine-unstable/post.php
index 77f60c6..78651d5 100644
--- a/pts/base-test-resources/wine-unstable/post.php
+++ b/pts/base-test-resources/wine-unstable/post.php
@@ -1,6 +1,6 @@
<?php
-file_put_contents("pts-test-note", "WINE Server: WINE v1.1.7");
+file_put_contents("pts-test-note", "WINE Server: WINE v1.1.12");
?>